2024-08-08T20:10:45.0513400Z Current runner version: '2.317.0' 2024-08-08T20:10:45.0516820Z Runner name: 'i-0a926939a4ea3fbac' 2024-08-08T20:10:45.0517270Z Runner group name: 'Default' 2024-08-08T20:10:45.0517860Z Machine name: 'ip-10-0-3-210' 2024-08-08T20:10:45.0520320Z ##[group]GITHUB_TOKEN Permissions 2024-08-08T20:10:45.0521360Z Actions: read 2024-08-08T20:10:45.0521660Z Attestations: read 2024-08-08T20:10:45.0521970Z Checks: read 2024-08-08T20:10:45.0522260Z Contents: read 2024-08-08T20:10:45.0522550Z Deployments: read 2024-08-08T20:10:45.0522860Z Discussions: read 2024-08-08T20:10:45.0523170Z Issues: read 2024-08-08T20:10:45.0523450Z Metadata: read 2024-08-08T20:10:45.0523740Z Packages: read 2024-08-08T20:10:45.0524040Z Pages: read 2024-08-08T20:10:45.0524320Z PullRequests: read 2024-08-08T20:10:45.0524650Z RepositoryProjects: read 2024-08-08T20:10:45.0524990Z SecurityEvents: read 2024-08-08T20:10:45.0525300Z Statuses: read 2024-08-08T20:10:45.0525600Z ##[endgroup] 2024-08-08T20:10:45.0527210Z Secret source: Actions 2024-08-08T20:10:45.0527610Z Prepare workflow directory 2024-08-08T20:10:46.8151330Z Prepare all required actions 2024-08-08T20:10:46.8253180Z Getting action download info 2024-08-08T20:10:46.9807800Z Download action repository 'pytorch/test-infra@main' (SHA:0b5c20199b94c3b12545de0d354b54a297b0e061) 2024-08-08T20:10:47.7669740Z Download action repository 'pytorch/pytorch@main' (SHA:b845068db2637682e3e0fd6597ff941694f9fa21) 2024-08-08T20:10:54.1388720Z Download action repository 'nick-fields/retry@v2.8.2' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-08-08T20:10:54.3257510Z Download action repository 'actions/upload-artifact@v3' (SHA:a8a3f3ad30e3422c9c7b888a15615d19a852ae32) 2024-08-08T20:10:54.5766040Z Getting action download info 2024-08-08T20:10:54.6841230Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-08-08T20:10:54.9214360Z Getting action download info 2024-08-08T20:10:55.0275670Z Download action repository 'actions/cache@v3' (SHA:e12d46a63a90f2fae62d114769bbf2a179198b5c) 2024-08-08T20:10:55.3520610Z Getting action download info 2024-08-08T20:10:55.4825650Z Uses: pytorch/pytorch/.github/workflows/_mac-build.yml@refs/tags/ciflow/trunk/132710 (b9d86fa89636e301796d4201f36d86c73f6e49bc) 2024-08-08T20:10:55.4827150Z ##[group] Inputs 2024-08-08T20:10:55.4827380Z build-environment: macos-py3-arm64 2024-08-08T20:10:55.4827660Z runner-type: macos-m1-stable 2024-08-08T20:10:55.4828120Z build-generates-artifacts: true 2024-08-08T20:10:55.4828380Z xcode-version: 2024-08-08T20:10:55.4828580Z sync-tag: macos-py3-arm64-build 2024-08-08T20:10:55.4828830Z python-version: 3.9.12 2024-08-08T20:10:55.4835210Z environment-file: 2024-08-08T20:10:55.4836160Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 3, runner: "macos-m1-stable" }, { config: "default", shard: 2, num_shards: 3, runner: "macos-m1-stable" }, { config: "default", shard: 3, num_shards: 3, runner: "macos-m1-stable" }, ]} 2024-08-08T20:10:55.4837130Z sccache-use-gha: false 2024-08-08T20:10:55.4837360Z ##[endgroup] 2024-08-08T20:10:55.4837710Z Complete job name: macos-py3-arm64 / build 2024-08-08T20:10:55.5264500Z ##[group]Run pytorch/test-infra/.github/actions/check-disk-space@main 2024-08-08T20:10:55.5264910Z with: 2024-08-08T20:10:55.5265100Z minimum-available-space-in-gb: 6 2024-08-08T20:10:55.5265330Z env: 2024-08-08T20:10:55.5265530Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-08T20:10:55.5265790Z SCCACHE_USE_GHA: false 2024-08-08T20:10:55.5266020Z ##[endgroup] 2024-08-08T20:10:55.5417180Z ##[group]Run echo "Print the available disk space for manual inspection" 2024-08-08T20:10:55.5417740Z echo "Print the available disk space for manual inspection" 2024-08-08T20:10:55.5418090Z df -h 2024-08-08T20:10:55.5418250Z  2024-08-08T20:10:55.5418420Z function check_disk_space() { 2024-08-08T20:10:55.5418650Z  set +e 2024-08-08T20:10:55.5418810Z  2024-08-08T20:10:55.5419020Z  # Set the minimum requirement space to 6GB 2024-08-08T20:10:55.5420230Z  MINIMUM_AVAILABLE_SPACE_IN_KB=$(($MINIMUM_AVAILABLE_SPACE_IN_GB * 1024 * 1024)) 2024-08-08T20:10:55.5420600Z  2024-08-08T20:10:55.5420840Z  # Use KB to avoid floating point warning like 3.1GB 2024-08-08T20:10:55.5421250Z  df -k | tr -s ' ' | cut -d' ' -f 4,9 | while read -r LINE; 2024-08-08T20:10:55.5421550Z  do 2024-08-08T20:10:55.5421830Z  AVAIL=$(echo $LINE | cut -f1 -d' ') 2024-08-08T20:10:55.5422130Z  MOUNT=$(echo $LINE | cut -f2 -d' ') 2024-08-08T20:10:55.5422390Z  2024-08-08T20:10:55.5422560Z  if [ "${MOUNT}" = "/" ]; then 2024-08-08T20:10:55.5422910Z  if [ "${AVAIL}" -lt "${MINIMUM_AVAILABLE_SPACE_IN_KB}" ]; then 2024-08-08T20:10:55.5423680Z  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-08-08T20:10:55.5424330Z  else 2024-08-08T20:10:55.5424710Z  echo "Success: There is ${AVAIL}KB free space left in ${MOUNT} for ${RUNNER_OS}, continue" 2024-08-08T20:10:55.5425120Z  fi 2024-08-08T20:10:55.5425290Z  fi 2024-08-08T20:10:55.5425440Z  done 2024-08-08T20:10:55.5425600Z  2024-08-08T20:10:55.5425740Z  set -e 2024-08-08T20:10:55.5425900Z } 2024-08-08T20:10:55.5426050Z  2024-08-08T20:10:55.5426200Z RESULT=$(check_disk_space) 2024-08-08T20:10:55.5426430Z echo "${RESULT}" 2024-08-08T20:10:55.5426620Z  2024-08-08T20:10:55.5426870Z if [[ "${RESULT}" == *Failure* && "${RUNNER_OS}" == "macOS" ]]; then 2024-08-08T20:10:55.5427580Z  # 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-08-08T20:10:55.5428260Z  # https://github.com/pytorch/pytorch/issues/85440 2024-08-08T20:10:55.5428740Z  sudo rm "/System/Library/Caches/com.apple.coresymbolicationd/data" || true 2024-08-08T20:10:55.5429440Z  # Stop the daemon and launchctl will automatically start it again, thus accomplish a restart and free up the above file 2024-08-08T20:10:55.5430070Z  sudo launchctl stop com.apple.coresymbolicationd || true 2024-08-08T20:10:55.5430390Z  2024-08-08T20:10:55.5430590Z  # Clean up crash reports on the runner 2024-08-08T20:10:55.5431000Z  sudo rm -rf "/System/Volumes/Data/Library/Logs/CrashReporter" || true 2024-08-08T20:10:55.5431360Z  2024-08-08T20:10:55.5431590Z  # Also try to clean up torch.hub caching directory 2024-08-08T20:10:55.5431940Z  rm -rf "${HOME}/.cache/torch/hub" || true 2024-08-08T20:10:55.5432200Z  2024-08-08T20:10:55.5432350Z  # Purge conda 2024-08-08T20:10:55.5432560Z  conda clean -p -t -y || true 2024-08-08T20:10:55.5432810Z  # and pip cache 2024-08-08T20:10:55.5433680Z  pip cache purge || true 2024-08-08T20:10:55.5433900Z  2024-08-08T20:10:55.5434180Z  echo "Re-run disk space check for ${RUNNER_OS} after cleaning up" 2024-08-08T20:10:55.5434540Z  # Re-run the check 2024-08-08T20:10:55.5434760Z  RESULT=$(check_disk_space) 2024-08-08T20:10:55.5434990Z  echo "${RESULT}" 2024-08-08T20:10:55.5435190Z fi 2024-08-08T20:10:55.5435330Z  2024-08-08T20:10:55.5435510Z if [[ "${RESULT}" == *Failure* ]]; then 2024-08-08T20:10:55.5435770Z  df -h 2024-08-08T20:10:55.5435920Z  2024-08-08T20:10:55.5436510Z  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-08-08T20:10:55.5437160Z  exit 1 2024-08-08T20:10:55.5437320Z fi 2024-08-08T20:10:55.5463090Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-08T20:10:55.5463370Z env: 2024-08-08T20:10:55.5463540Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-08T20:10:55.5463780Z SCCACHE_USE_GHA: false 2024-08-08T20:10:55.5463980Z MINIMUM_AVAILABLE_SPACE_IN_GB: 6 2024-08-08T20:10:55.5464200Z ##[endgroup] 2024-08-08T20:10:55.5957960Z Print the available disk space for manual inspection 2024-08-08T20:10:55.5958570Z Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 2024-08-08T20:10:55.5959070Z /dev/disk5s2s1 256Gi 9.5Gi 170Gi 6% 404k 1.8G 0% / 2024-08-08T20:10:55.5959520Z devfs 217Ki 217Ki 0Bi 100% 752 0 100% /dev 2024-08-08T20:10:55.5960020Z /dev/disk5s5 256Gi 2.0Gi 170Gi 2% 2 1.8G 0% /System/Volumes/VM 2024-08-08T20:10:55.5960570Z /dev/disk5s3 256Gi 5.7Gi 170Gi 4% 997 1.8G 0% /System/Volumes/Preboot 2024-08-08T20:10:55.5961140Z /dev/disk1s2 500Mi 6.0Mi 387Mi 2% 1 4.0M 0% /System/Volumes/xarts 2024-08-08T20:10:55.5961790Z /dev/disk1s1 500Mi 54Mi 387Mi 13% 53 4.0M 0% /System/Volumes/iSCPreboot 2024-08-08T20:10:55.5962380Z /dev/disk1s3 500Mi 616Ki 387Mi 1% 51 4.0M 0% /System/Volumes/Hardware 2024-08-08T20:10:55.5962950Z /dev/disk5s1 256Gi 68Gi 170Gi 29% 7.5M 1.8G 0% /System/Volumes/Data 2024-08-08T20:10:55.5963840Z map auto_home 0Bi 0Bi 0Bi 100% 0 0 - /System/Volumes/Data/home 2024-08-08T20:10:55.5964490Z /dev/disk3s4 228Gi 108Ki 212Gi 1% 17 2.2G 0% /private/tmp/tmp-mount-deagxo 2024-08-08T20:10:55.6341440Z Success: There is 178385128KB free space left in / for macOS, continue 2024-08-08T20:10:55.6495420Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-08-08T20:10:55.6495770Z with: 2024-08-08T20:10:55.6495950Z submodules: recursive 2024-08-08T20:10:55.6496150Z fetch-depth: 0 2024-08-08T20:10:55.6496320Z env: 2024-08-08T20:10:55.6496510Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-08T20:10:55.6496750Z SCCACHE_USE_GHA: false 2024-08-08T20:10:55.6496930Z ##[endgroup] 2024-08-08T20:10:55.6511900Z ##[group]Run retry () { 2024-08-08T20:10:55.6512100Z retry () { 2024-08-08T20:10:55.6512400Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-08-08T20:10:55.6512730Z } 2024-08-08T20:10:55.6512900Z echo "${GITHUB_WORKSPACE}" 2024-08-08T20:10:55.6513140Z if [ -z "${NO_SUDO}" ]; then 2024-08-08T20:10:55.6513420Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-08-08T20:10:55.6513690Z else 2024-08-08T20:10:55.6513890Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-08-08T20:10:55.6514140Z fi 2024-08-08T20:10:55.6514320Z mkdir "${GITHUB_WORKSPACE}" 2024-08-08T20:10:55.6536430Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-08T20:10:55.6536700Z env: 2024-08-08T20:10:55.6536870Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-08T20:10:55.6537100Z SCCACHE_USE_GHA: false 2024-08-08T20:10:55.6537290Z NO_SUDO: 2024-08-08T20:10:55.6537430Z ##[endgroup] 2024-08-08T20:10:55.6914990Z /Users/ec2-user/runner/_work/pytorch/pytorch 2024-08-08T20:11:08.3451670Z ##[group]Run malfet/checkout@silent-checkout 2024-08-08T20:11:08.3451950Z with: 2024-08-08T20:11:08.3452130Z ref: b9d86fa89636e301796d4201f36d86c73f6e49bc 2024-08-08T20:11:08.3452380Z fetch-depth: 0 2024-08-08T20:11:08.3452550Z submodules: recursive 2024-08-08T20:11:08.3452740Z quiet-checkout: true 2024-08-08T20:11:08.3452930Z repository: pytorch/pytorch 2024-08-08T20:11:08.3453220Z token: *** 2024-08-08T20:11:08.3453380Z ssh-strict: true 2024-08-08T20:11:08.3453560Z persist-credentials: true 2024-08-08T20:11:08.3453760Z clean: true 2024-08-08T20:11:08.3453940Z sparse-checkout-cone-mode: true 2024-08-08T20:11:08.3454160Z lfs: false 2024-08-08T20:11:08.3454320Z set-safe-directory: true 2024-08-08T20:11:08.3454810Z env: 2024-08-08T20:11:08.3454960Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-08T20:11:08.3455190Z SCCACHE_USE_GHA: false 2024-08-08T20:11:08.3455380Z ##[endgroup] 2024-08-08T20:11:08.4397360Z Syncing repository: pytorch/pytorch 2024-08-08T20:11:08.4398410Z ##[group]Getting Git version info 2024-08-08T20:11:08.4398910Z Working directory is '/Users/ec2-user/runner/_work/pytorch/pytorch' 2024-08-08T20:11:08.4399420Z [command]/usr/bin/git version 2024-08-08T20:11:08.4431520Z git version 2.39.3 (Apple Git-146) 2024-08-08T20:11:08.4445950Z ##[endgroup] 2024-08-08T20:11:08.4455520Z Temporarily overriding HOME='/Users/ec2-user/runner/_work/_temp/1ed5ee69-56c8-4bae-9594-1e9fa23775d6' before making global git config changes 2024-08-08T20:11:08.4456360Z Adding repository directory to the temporary git global config as a safe directory 2024-08-08T20:11:08.4457090Z [command]/usr/bin/git config --global --add safe.directory /Users/ec2-user/runner/_work/pytorch/pytorch 2024-08-08T20:11:08.4522280Z Deleting the contents of '/Users/ec2-user/runner/_work/pytorch/pytorch' 2024-08-08T20:11:08.4529890Z ##[group]Initializing the repository 2024-08-08T20:11:08.4531560Z [command]/usr/bin/git init /Users/ec2-user/runner/_work/pytorch/pytorch 2024-08-08T20:11:08.4867050Z Initialized empty Git repository in /Users/ec2-user/runner/_work/pytorch/pytorch/.git/ 2024-08-08T20:11:08.4872720Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-08-08T20:11:08.4945000Z ##[endgroup] 2024-08-08T20:11:08.4945410Z ##[group]Disabling automatic garbage collection 2024-08-08T20:11:08.4947020Z [command]/usr/bin/git config --local gc.auto 0 2024-08-08T20:11:08.5005750Z ##[endgroup] 2024-08-08T20:11:08.5006090Z ##[group]Setting up auth 2024-08-08T20:11:08.5009480Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-08T20:11:08.5069670Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2024-08-08T20:11:08.5563170Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-08T20:11:08.5620960Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2024-08-08T20:11:08.6111370Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-08T20:11:08.6177440Z ##[endgroup] 2024-08-08T20:11:08.6177820Z ##[group]Fetching the repository 2024-08-08T20:11:08.6181070Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --progress --no-recurse-submodules --quiet origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2024-08-08T20:11:10.8840970Z remote: Enumerating objects: 1008989 2024-08-08T20:11:10.8845580Z remote: Enumerating objects: 1011658, done. 2024-08-08T20:11:10.8848230Z remote: Counting objects: 0% (1/2669) 2024-08-08T20:11:10.8850900Z remote: Counting objects: 1% (27/2669) 2024-08-08T20:11:10.8855550Z remote: Counting objects: 2% (54/2669) 2024-08-08T20:11:10.8861230Z remote: Counting objects: 3% (81/2669) 2024-08-08T20:11:10.8865390Z remote: Counting objects: 4% (107/2669) 2024-08-08T20:11:10.8868010Z remote: Counting objects: 5% (134/2669) 2024-08-08T20:11:10.8869970Z remote: Counting objects: 6% (161/2669) 2024-08-08T20:11:10.8872220Z remote: Counting objects: 7% (187/2669) 2024-08-08T20:11:10.8875820Z remote: Counting objects: 8% (214/2669) 2024-08-08T20:11:10.8878510Z remote: Counting objects: 9% (241/2669) 2024-08-08T20:11:10.8881130Z remote: Counting objects: 10% (267/2669) 2024-08-08T20:11:10.8883000Z remote: Counting objects: 11% (294/2669) 2024-08-08T20:11:10.8884920Z remote: Counting objects: 12% (321/2669) 2024-08-08T20:11:10.8888870Z remote: Counting objects: 13% (347/2669) 2024-08-08T20:11:10.8890740Z remote: Counting objects: 14% (374/2669) 2024-08-08T20:11:10.8892760Z remote: Counting objects: 15% (401/2669) 2024-08-08T20:11:10.8894970Z remote: Counting objects: 16% (428/2669) 2024-08-08T20:11:10.8896970Z remote: Counting objects: 17% (454/2669) 2024-08-08T20:11:10.8898920Z remote: Counting objects: 18% (481/2669) 2024-08-08T20:11:10.8900840Z remote: Counting objects: 19% (508/2669) 2024-08-08T20:11:10.8902800Z remote: Counting objects: 20% (534/2669) 2024-08-08T20:11:10.8904750Z remote: Counting objects: 21% (561/2669) 2024-08-08T20:11:10.8906730Z remote: Counting objects: 22% (588/2669) 2024-08-08T20:11:10.8908670Z remote: Counting objects: 23% (614/2669) 2024-08-08T20:11:10.8910580Z remote: Counting objects: 24% (641/2669) 2024-08-08T20:11:10.8912470Z remote: Counting objects: 25% (668/2669) 2024-08-08T20:11:10.8914480Z remote: Counting objects: 26% (694/2669) 2024-08-08T20:11:10.8916150Z remote: Counting objects: 27% (721/2669) 2024-08-08T20:11:10.8917560Z remote: Counting objects: 28% (748/2669) 2024-08-08T20:11:10.8919050Z remote: Counting objects: 29% (775/2669) 2024-08-08T20:11:10.8920640Z remote: Counting objects: 30% (801/2669) 2024-08-08T20:11:10.8922010Z remote: Counting objects: 31% (828/2669) 2024-08-08T20:11:10.8923470Z remote: Counting objects: 32% (855/2669) 2024-08-08T20:11:10.8924860Z remote: Counting objects: 33% (881/2669) 2024-08-08T20:11:10.8926310Z remote: Counting objects: 34% (908/2669) 2024-08-08T20:11:10.8929340Z remote: Counting objects: 35% (935/2669) 2024-08-08T20:11:10.8930760Z remote: Counting objects: 36% (961/2669) 2024-08-08T20:11:10.8932290Z remote: Counting objects: 37% (988/2669) 2024-08-08T20:11:10.8933730Z remote: Counting objects: 38% (1015/2669) 2024-08-08T20:11:10.8935300Z remote: Counting objects: 39% (1041/2669) 2024-08-08T20:11:10.8936780Z remote: Counting objects: 40% (1068/2669) 2024-08-08T20:11:10.8938210Z remote: Counting objects: 41% (1095/2669) 2024-08-08T20:11:10.8939610Z remote: Counting objects: 42% (1121/2669) 2024-08-08T20:11:10.8941040Z remote: Counting objects: 43% (1148/2669) 2024-08-08T20:11:10.8942450Z remote: Counting objects: 44% (1175/2669) 2024-08-08T20:11:10.8943850Z remote: Counting objects: 45% (1202/2669) 2024-08-08T20:11:10.8945230Z remote: Counting objects: 46% (1228/2669) 2024-08-08T20:11:10.8946650Z remote: Counting objects: 47% (1255/2669) 2024-08-08T20:11:10.8948060Z remote: Counting objects: 48% (1282/2669) 2024-08-08T20:11:10.8949480Z remote: Counting objects: 49% (1308/2669) 2024-08-08T20:11:10.8950960Z remote: Counting objects: 50% (1335/2669) 2024-08-08T20:11:10.8952370Z remote: Counting objects: 51% (1362/2669) 2024-08-08T20:11:10.8953760Z remote: Counting objects: 52% (1388/2669) 2024-08-08T20:11:10.8955200Z remote: Counting objects: 53% (1415/2669) 2024-08-08T20:11:10.8956730Z remote: Counting objects: 54% (1442/2669) 2024-08-08T20:11:10.8958320Z remote: Counting objects: 55% (1468/2669) 2024-08-08T20:11:10.8959830Z remote: Counting objects: 56% (1495/2669) 2024-08-08T20:11:10.8961310Z remote: Counting objects: 57% (1522/2669) 2024-08-08T20:11:10.8962980Z remote: Counting objects: 58% (1549/2669) 2024-08-08T20:11:10.8964610Z remote: Counting objects: 59% (1575/2669) 2024-08-08T20:11:10.8966040Z remote: Counting objects: 60% (1602/2669) 2024-08-08T20:11:10.8967530Z remote: Counting objects: 61% (1629/2669) 2024-08-08T20:11:10.8968980Z remote: Counting objects: 62% (1655/2669) 2024-08-08T20:11:10.8970420Z remote: Counting objects: 63% (1682/2669) 2024-08-08T20:11:10.8971880Z remote: Counting objects: 64% (1709/2669) 2024-08-08T20:11:10.8974960Z remote: Counting objects: 65% (1735/2669) 2024-08-08T20:11:10.8976380Z remote: Counting objects: 66% (1762/2669) 2024-08-08T20:11:10.8977850Z remote: Counting objects: 67% (1789/2669) 2024-08-08T20:11:10.8979240Z remote: Counting objects: 68% (1815/2669) 2024-08-08T20:11:10.8980630Z remote: Counting objects: 69% (1842/2669) 2024-08-08T20:11:10.8982070Z remote: Counting objects: 70% (1869/2669) 2024-08-08T20:11:10.8983450Z remote: Counting objects: 71% (1895/2669) 2024-08-08T20:11:10.8984880Z remote: Counting objects: 72% (1922/2669) 2024-08-08T20:11:10.9030000Z remote: Counting objects: 73% (1949/2669) 2024-08-08T20:11:10.9031180Z remote: Counting objects: 74% (1976/2669) 2024-08-08T20:11:10.9032340Z remote: Counting objects: 75% (2002/2669) 2024-08-08T20:11:10.9033470Z remote: Counting objects: 76% (2029/2669) 2024-08-08T20:11:10.9034580Z remote: Counting objects: 77% (2056/2669) 2024-08-08T20:11:10.9035760Z remote: Counting objects: 78% (2082/2669) 2024-08-08T20:11:10.9036870Z remote: Counting objects: 79% (2109/2669) 2024-08-08T20:11:10.9037960Z remote: Counting objects: 80% (2136/2669) 2024-08-08T20:11:10.9039090Z remote: Counting objects: 81% (2162/2669) 2024-08-08T20:11:10.9040160Z remote: Counting objects: 82% (2189/2669) 2024-08-08T20:11:10.9041250Z remote: Counting objects: 83% (2216/2669) 2024-08-08T20:11:10.9042320Z remote: Counting objects: 84% (2242/2669) 2024-08-08T20:11:10.9043400Z remote: Counting objects: 85% (2269/2669) 2024-08-08T20:11:10.9044490Z remote: Counting objects: 86% (2296/2669) 2024-08-08T20:11:10.9046970Z remote: Counting objects: 87% (2323/2669) 2024-08-08T20:11:10.9048030Z remote: Counting objects: 88% (2349/2669) 2024-08-08T20:11:10.9048930Z remote: Counting objects: 89% (2376/2669) 2024-08-08T20:11:10.9049830Z remote: Counting objects: 90% (2403/2669) 2024-08-08T20:11:10.9050810Z remote: Counting objects: 91% (2429/2669) 2024-08-08T20:11:10.9051730Z remote: Counting objects: 92% (2456/2669) 2024-08-08T20:11:10.9052680Z remote: Counting objects: 93% (2483/2669) 2024-08-08T20:11:10.9053570Z remote: Counting objects: 94% (2509/2669) 2024-08-08T20:11:10.9054500Z remote: Counting objects: 95% (2536/2669) 2024-08-08T20:11:10.9055400Z remote: Counting objects: 96% (2563/2669) 2024-08-08T20:11:10.9056310Z remote: Counting objects: 97% (2589/2669) 2024-08-08T20:11:10.9057400Z remote: Counting objects: 98% (2616/2669) 2024-08-08T20:11:10.9058330Z remote: Counting objects: 99% (2643/2669) 2024-08-08T20:11:10.9059250Z remote: Counting objects: 100% (2669/2669) 2024-08-08T20:11:10.9060200Z remote: Counting objects: 100% (2669/2669), done. 2024-08-08T20:11:10.9234470Z remote: Compressing objects: 0% (1/1382) 2024-08-08T20:11:10.9546280Z remote: Compressing objects: 1% (14/1382) 2024-08-08T20:11:10.9681160Z remote: Compressing objects: 2% (28/1382) 2024-08-08T20:11:10.9861220Z remote: Compressing objects: 3% (42/1382) 2024-08-08T20:11:11.1342170Z remote: Compressing objects: 4% (56/1382) 2024-08-08T20:11:11.3083940Z remote: Compressing objects: 5% (70/1382) 2024-08-08T20:11:11.4189980Z remote: Compressing objects: 6% (83/1382) 2024-08-08T20:11:11.4565710Z remote: Compressing objects: 7% (97/1382) 2024-08-08T20:11:11.4833850Z remote: Compressing objects: 8% (111/1382) 2024-08-08T20:11:11.5242290Z remote: Compressing objects: 9% (125/1382) 2024-08-08T20:11:11.5626510Z remote: Compressing objects: 10% (139/1382) 2024-08-08T20:11:11.5873900Z remote: Compressing objects: 11% (153/1382) 2024-08-08T20:11:11.6122310Z remote: Compressing objects: 12% (166/1382) 2024-08-08T20:11:11.6428770Z remote: Compressing objects: 13% (180/1382) 2024-08-08T20:11:11.6588300Z remote: Compressing objects: 14% (194/1382) 2024-08-08T20:11:11.6786720Z remote: Compressing objects: 15% (208/1382) 2024-08-08T20:11:11.6946080Z remote: Compressing objects: 16% (222/1382) 2024-08-08T20:11:11.7031190Z remote: Compressing objects: 17% (235/1382) 2024-08-08T20:11:11.7080710Z remote: Compressing objects: 18% (249/1382) 2024-08-08T20:11:11.7135160Z remote: Compressing objects: 19% (263/1382) 2024-08-08T20:11:11.7174470Z remote: Compressing objects: 20% (277/1382) 2024-08-08T20:11:11.7201180Z remote: Compressing objects: 21% (291/1382) 2024-08-08T20:11:11.7207440Z remote: Compressing objects: 22% (305/1382) 2024-08-08T20:11:11.7233830Z remote: Compressing objects: 23% (318/1382) 2024-08-08T20:11:11.7278080Z remote: Compressing objects: 24% (332/1382) 2024-08-08T20:11:11.7291810Z remote: Compressing objects: 25% (346/1382) 2024-08-08T20:11:11.7301250Z remote: Compressing objects: 26% (360/1382) 2024-08-08T20:11:11.7315990Z remote: Compressing objects: 27% (374/1382) 2024-08-08T20:11:11.7357440Z remote: Compressing objects: 28% (387/1382) 2024-08-08T20:11:11.7370610Z remote: Compressing objects: 29% (401/1382) 2024-08-08T20:11:11.7390280Z remote: Compressing objects: 30% (415/1382) 2024-08-08T20:11:11.7397570Z remote: Compressing objects: 31% (429/1382) 2024-08-08T20:11:11.7445460Z remote: Compressing objects: 32% (443/1382) 2024-08-08T20:11:11.7463140Z remote: Compressing objects: 33% (457/1382) 2024-08-08T20:11:11.7479210Z remote: Compressing objects: 34% (470/1382) 2024-08-08T20:11:11.7496700Z remote: Compressing objects: 35% (484/1382) 2024-08-08T20:11:11.7521950Z remote: Compressing objects: 36% (498/1382) 2024-08-08T20:11:11.7543380Z remote: Compressing objects: 37% (512/1382) 2024-08-08T20:11:11.7550620Z remote: Compressing objects: 38% (526/1382) 2024-08-08T20:11:11.7575040Z remote: Compressing objects: 39% (539/1382) 2024-08-08T20:11:11.7580980Z remote: Compressing objects: 40% (553/1382) 2024-08-08T20:11:11.7601990Z remote: Compressing objects: 41% (567/1382) 2024-08-08T20:11:11.7623060Z remote: Compressing objects: 42% (581/1382) 2024-08-08T20:11:11.7631990Z remote: Compressing objects: 43% (595/1382) 2024-08-08T20:11:11.7649700Z remote: Compressing objects: 44% (609/1382) 2024-08-08T20:11:11.7655890Z remote: Compressing objects: 45% (622/1382) 2024-08-08T20:11:11.7668640Z remote: Compressing objects: 46% (636/1382) 2024-08-08T20:11:11.7678230Z remote: Compressing objects: 47% (650/1382) 2024-08-08T20:11:11.7687110Z remote: Compressing objects: 48% (664/1382) 2024-08-08T20:11:11.7694920Z remote: Compressing objects: 49% (678/1382) 2024-08-08T20:11:11.7700220Z remote: Compressing objects: 50% (691/1382) 2024-08-08T20:11:11.7705940Z remote: Compressing objects: 51% (705/1382) 2024-08-08T20:11:11.7709810Z remote: Compressing objects: 52% (719/1382) 2024-08-08T20:11:11.7715460Z remote: Compressing objects: 53% (733/1382) 2024-08-08T20:11:11.7719750Z remote: Compressing objects: 54% (747/1382) 2024-08-08T20:11:11.7724670Z remote: Compressing objects: 55% (761/1382) 2024-08-08T20:11:11.7729850Z remote: Compressing objects: 56% (774/1382) 2024-08-08T20:11:11.7735870Z remote: Compressing objects: 57% (788/1382) 2024-08-08T20:11:11.7739210Z remote: Compressing objects: 58% (802/1382) 2024-08-08T20:11:11.7768350Z remote: Compressing objects: 59% (816/1382) 2024-08-08T20:11:11.7770310Z remote: Compressing objects: 60% (830/1382) 2024-08-08T20:11:11.7771280Z remote: Compressing objects: 61% (844/1382) 2024-08-08T20:11:11.7772200Z remote: Compressing objects: 62% (857/1382) 2024-08-08T20:11:11.7773120Z remote: Compressing objects: 63% (871/1382) 2024-08-08T20:11:11.7775160Z remote: Compressing objects: 64% (885/1382) 2024-08-08T20:11:11.7776080Z remote: Compressing objects: 65% (899/1382) 2024-08-08T20:11:11.7777010Z remote: Compressing objects: 66% (913/1382) 2024-08-08T20:11:11.7777950Z remote: Compressing objects: 67% (926/1382) 2024-08-08T20:11:11.7778890Z remote: Compressing objects: 68% (940/1382) 2024-08-08T20:11:11.7779800Z remote: Compressing objects: 69% (954/1382) 2024-08-08T20:11:11.7780720Z remote: Compressing objects: 70% (968/1382) 2024-08-08T20:11:11.7781670Z remote: Compressing objects: 71% (982/1382) 2024-08-08T20:11:11.7782620Z remote: Compressing objects: 72% (996/1382) 2024-08-08T20:11:11.7786880Z remote: Compressing objects: 73% (1009/1382) 2024-08-08T20:11:11.7788040Z remote: Compressing objects: 74% (1023/1382) 2024-08-08T20:11:11.7792180Z remote: Compressing objects: 75% (1037/1382) 2024-08-08T20:11:11.7795410Z remote: Compressing objects: 76% (1051/1382) 2024-08-08T20:11:11.7799370Z remote: Compressing objects: 77% (1065/1382) 2024-08-08T20:11:11.7801110Z remote: Compressing objects: 78% (1078/1382) 2024-08-08T20:11:11.7806760Z remote: Compressing objects: 79% (1092/1382) 2024-08-08T20:11:11.7809490Z remote: Compressing objects: 80% (1106/1382) 2024-08-08T20:11:11.7812510Z remote: Compressing objects: 81% (1120/1382) 2024-08-08T20:11:11.7817410Z remote: Compressing objects: 82% (1134/1382) 2024-08-08T20:11:11.7819780Z remote: Compressing objects: 83% (1148/1382) 2024-08-08T20:11:11.7822800Z remote: Compressing objects: 84% (1161/1382) 2024-08-08T20:11:11.7827040Z remote: Compressing objects: 85% (1175/1382) 2024-08-08T20:11:11.7830720Z remote: Compressing objects: 86% (1189/1382) 2024-08-08T20:11:11.7832470Z remote: Compressing objects: 87% (1203/1382) 2024-08-08T20:11:11.7835290Z remote: Compressing objects: 88% (1217/1382) 2024-08-08T20:11:11.7837040Z remote: Compressing objects: 89% (1230/1382) 2024-08-08T20:11:11.7839320Z remote: Compressing objects: 90% (1244/1382) 2024-08-08T20:11:11.7841340Z remote: Compressing objects: 91% (1258/1382) 2024-08-08T20:11:11.7842350Z remote: Compressing objects: 92% (1272/1382) 2024-08-08T20:11:11.7843360Z remote: Compressing objects: 93% (1286/1382) 2024-08-08T20:11:11.7845240Z remote: Compressing objects: 94% (1300/1382) 2024-08-08T20:11:11.7848150Z remote: Compressing objects: 95% (1313/1382) 2024-08-08T20:11:11.7851300Z remote: Compressing objects: 96% (1327/1382) 2024-08-08T20:11:11.7857140Z remote: Compressing objects: 97% (1341/1382) 2024-08-08T20:11:11.7858100Z remote: Compressing objects: 98% (1355/1382) 2024-08-08T20:11:11.7859250Z remote: Compressing objects: 99% (1369/1382) 2024-08-08T20:11:11.7860180Z remote: Compressing objects: 100% (1382/1382) 2024-08-08T20:11:11.7861220Z remote: Compressing objects: 100% (1382/1382), done. 2024-08-08T20:11:24.4979500Z remote: Total 1011658 (delta 1768), reused 1947 (delta 1284), pack-reused 1008989 2024-08-08T20:11:42.2963710Z [command]/usr/bin/git rev-parse --verify --quiet b9d86fa89636e301796d4201f36d86c73f6e49bc^{object} 2024-08-08T20:11:42.3186730Z b9d86fa89636e301796d4201f36d86c73f6e49bc 2024-08-08T20:11:42.3189910Z ##[endgroup] 2024-08-08T20:11:42.3190850Z ##[group]Determining the checkout info 2024-08-08T20:11:42.3191260Z ##[endgroup] 2024-08-08T20:11:42.3191570Z ##[group]Checking out the ref 2024-08-08T20:11:42.3193350Z [command]/usr/bin/git checkout --quiet --force b9d86fa89636e301796d4201f36d86c73f6e49bc 2024-08-08T20:11:44.7583620Z ##[endgroup] 2024-08-08T20:11:44.7584000Z ##[group]Setting up auth for fetching submodules 2024-08-08T20:11:44.7585940Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-08T20:11:44.7658910Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2024-08-08T20:11:44.7716930Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2024-08-08T20:11:44.7779780Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-08-08T20:11:44.7838800Z ##[endgroup] 2024-08-08T20:11:44.7839140Z ##[group]Fetching submodules 2024-08-08T20:11:44.7840430Z [command]/usr/bin/git submodule sync --recursive 2024-08-08T20:11:44.8339980Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2024-08-08T20:11:44.8842030Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2024-08-08T20:11:44.8858590Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2024-08-08T20:11:44.8877780Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2024-08-08T20:11:44.8894790Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2024-08-08T20:11:44.8911990Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2024-08-08T20:11:44.8930240Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2024-08-08T20:11:44.8949130Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2024-08-08T20:11:44.8965550Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2024-08-08T20:11:44.8981670Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2024-08-08T20:11:44.8998340Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2024-08-08T20:11:44.9014940Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2024-08-08T20:11:44.9031730Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2024-08-08T20:11:44.9046380Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2024-08-08T20:11:44.9065540Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2024-08-08T20:11:44.9081880Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2024-08-08T20:11:44.9099230Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2024-08-08T20:11:44.9116500Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2024-08-08T20:11:44.9133850Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2024-08-08T20:11:44.9152770Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2024-08-08T20:11:44.9170810Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2024-08-08T20:11:44.9187980Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2024-08-08T20:11:44.9207790Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2024-08-08T20:11:44.9223810Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2024-08-08T20:11:44.9242510Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2024-08-08T20:11:44.9264660Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2024-08-08T20:11:44.9281520Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2024-08-08T20:11:44.9299090Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2024-08-08T20:11:44.9316140Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2024-08-08T20:11:44.9334170Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2024-08-08T20:11:44.9350800Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2024-08-08T20:11:44.9368670Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2024-08-08T20:11:44.9388110Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2024-08-08T20:11:44.9404910Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2024-08-08T20:11:44.9421360Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2024-08-08T20:11:44.9440240Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2024-08-08T20:11:44.9510610Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/android/libs/fbjni'... 2024-08-08T20:11:45.2272680Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/FP16'... 2024-08-08T20:11:45.5025680Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/FXdiv'... 2024-08-08T20:11:45.8269530Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/NNPACK'... 2024-08-08T20:11:46.0790540Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2024-08-08T20:11:47.5655650Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2024-08-08T20:11:54.9266340Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/benchmark'... 2024-08-08T20:11:55.3301450Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/cpp-httplib'... 2024-08-08T20:11:55.6738730Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2024-08-08T20:11:56.2222130Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2024-08-08T20:11:56.9993460Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/cutlass'... 2024-08-08T20:11:58.2771180Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/eigen'... 2024-08-08T20:12:01.4300640Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm'... 2024-08-08T20:12:02.3184560Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2024-08-08T20:12:03.6494930Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fmt'... 2024-08-08T20:12:04.4093390Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/foxi'... 2024-08-08T20:12:04.6006990Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2024-08-08T20:12:04.9546670Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/gloo'... 2024-08-08T20:12:05.2733140Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/googletest'... 2024-08-08T20:12:06.0727660Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/ideep'... 2024-08-08T20:12:06.3795170Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/ittapi'... 2024-08-08T20:12:06.6268980Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto'... 2024-08-08T20:12:07.6272710Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/mimalloc'... 2024-08-08T20:12:08.3275450Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2024-08-08T20:12:08.9685330Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/nlohmann'... 2024-08-08T20:12:11.8584420Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx'... 2024-08-08T20:12:13.1108070Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp'... 2024-08-08T20:12:15.0863320Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/pocketfft'... 2024-08-08T20:12:15.3112660Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/protobuf'... 2024-08-08T20:12:20.2808350Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/psimd'... 2024-08-08T20:12:20.4559690Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2024-08-08T20:12:20.6899540Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/pybind11'... 2024-08-08T20:12:21.3776840Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2024-08-08T20:12:21.6309480Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/sleef'... 2024-08-08T20:12:22.2442880Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2024-08-08T20:12:22.6577420Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2024-08-08T20:12:22.6778970Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2024-08-08T20:12:22.6957010Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2024-08-08T20:12:22.7365520Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2024-08-08T20:12:22.7869040Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2024-08-08T20:12:25.0931490Z Submodule path 'third_party/XNNPACK': checked out 'fcbf55af6cf28a4627bcd1f703ab7ad843f0f3a2' 2024-08-08T20:12:25.1284990Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2024-08-08T20:12:25.1623720Z Submodule path 'third_party/cpp-httplib': checked out '3b6597bba913d51161383657829b7e644e59c006' 2024-08-08T20:12:25.3921830Z Submodule path 'third_party/cpuinfo': checked out '3c8b1533ac03dd6531ab6e7b9245d488f13a82a5' 2024-08-08T20:12:25.4324220Z Submodule path 'third_party/cudnn_frontend': checked out '98ca4e1941fe3263f128f74f10063a3ea35c7019' 2024-08-08T20:12:26.3152760Z Submodule path 'third_party/cutlass': checked out 'bbe579a9e3beb6ea6626d9227ec32d0dae119a49' 2024-08-08T20:12:26.7742000Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2024-08-08T20:12:26.8666940Z Submodule path 'third_party/fbgemm': checked out 'dbc3157bf256f1339b3fa1fef2be89ac4078be0e' 2024-08-08T20:12:26.8732420Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2024-08-08T20:12:26.8751530Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2024-08-08T20:12:26.8767890Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/fbgemm/third_party/cutlass' 2024-08-08T20:12:26.8783390Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2024-08-08T20:12:26.8800760Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2024-08-08T20:12:26.8873550Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2024-08-08T20:12:27.6993540Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2024-08-08T20:12:28.2365490Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cutlass'... 2024-08-08T20:12:29.5206730Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2024-08-08T20:12:30.2860290Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2024-08-08T20:12:30.5879360Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2024-08-08T20:12:30.7059700Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2024-08-08T20:12:31.4886440Z Submodule path 'third_party/fbgemm/third_party/cutlass': checked out 'fc9ebc645b63f3a6bc80aaefde5c063fb72110d6' 2024-08-08T20:12:31.5490620Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2024-08-08T20:12:31.5680730Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '23f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2024-08-08T20:12:31.7897970Z Submodule path 'third_party/flatbuffers': checked out '01834de25e4bf3975a9a00e816292b1ad0fe184b' 2024-08-08T20:12:31.8261110Z Submodule path 'third_party/fmt': checked out '0c9fce2ffefecfdce794e1859584e25877b7b592' 2024-08-08T20:12:31.8449870Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2024-08-08T20:12:31.8802960Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2024-08-08T20:12:31.9329660Z Submodule path 'third_party/gloo': checked out '5354032ea08eadd7fc4456477f7f7c6308818509' 2024-08-08T20:12:31.9813340Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-08-08T20:12:32.0027170Z Submodule path 'third_party/ideep': checked out '55ca0191687aaf19aca5cdb7881c791e3bea442b' 2024-08-08T20:12:32.0072590Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2024-08-08T20:12:32.0134640Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2024-08-08T20:12:41.1491120Z Submodule path 'third_party/ideep/mkl-dnn': checked out '1137e04ec0b5251ca2b4400a4fd3c667ce843d67' 2024-08-08T20:12:41.1782580Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2024-08-08T20:12:41.2611720Z Submodule path 'third_party/kineto': checked out 'da2f2682cabaf95d601fa2a9b7e0979f84fe7667' 2024-08-08T20:12:41.2676380Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-08T20:12:41.2691880Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2024-08-08T20:12:41.2724240Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2024-08-08T20:12:41.2788070Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2024-08-08T20:12:41.6768800Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2024-08-08T20:12:42.5197310Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2024-08-08T20:12:43.6876720Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2024-08-08T20:12:43.7268310Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-08T20:12:43.7283460Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-08T20:12:43.7300850Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-08T20:12:43.7319020Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-08T20:12:43.7336680Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-08T20:12:43.7355400Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-08T20:12:43.7373320Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-08T20:12:43.7390720Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-08T20:12:43.7474930Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2024-08-08T20:12:44.3845050Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2024-08-08T20:12:44.7322570Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2024-08-08T20:12:45.5176350Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2024-08-08T20:12:45.7496050Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2024-08-08T20:12:46.2184430Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2024-08-08T20:12:46.9638460Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2024-08-08T20:12:49.8588110Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2024-08-08T20:12:50.3231980Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2024-08-08T20:12:50.3555270Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2024-08-08T20:12:50.4003690Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2024-08-08T20:12:50.4222730Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2024-08-08T20:12:50.4265850Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-08T20:12:50.4330140Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2024-08-08T20:12:50.7576920Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2024-08-08T20:12:50.7829160Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2024-08-08T20:12:50.8263880Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2024-08-08T20:12:50.9714720Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2024-08-08T20:12:51.0012950Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2024-08-08T20:12:51.0486100Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2024-08-08T20:12:51.1042770Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2024-08-08T20:12:51.1558110Z Submodule path 'third_party/mimalloc': checked out 'b66e3214d8a104669c2ec05ae91ebc26a8f5ab78' 2024-08-08T20:12:51.1905040Z Submodule path 'third_party/nccl/nccl': checked out 'ab2b89c4c339bd7f816fbc114a4b05d386b66290' 2024-08-08T20:12:51.3496950Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2024-08-08T20:12:52.5135240Z Submodule path 'third_party/onnx': checked out '3bf92c03a9f27eba3bda1e5b9e63ea20ec213557' 2024-08-08T20:12:52.5205430Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2024-08-08T20:12:52.5224340Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2024-08-08T20:12:52.5290420Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2024-08-08T20:12:52.9107970Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2024-08-08T20:12:53.5782590Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '2dd015dfef425c866d9a43f2c67d8b52d709acb6' 2024-08-08T20:12:53.6294810Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '5b0a6fc2017fcc176545afe3e09c9f9885283242' 2024-08-08T20:12:53.7827100Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2024-08-08T20:12:53.7888780Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-08T20:12:53.7920080Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-08T20:12:53.7937690Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-08T20:12:53.7955990Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-08T20:12:53.7971920Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-08T20:12:53.7989420Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-08T20:12:53.8036180Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-08T20:12:53.8051860Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-08T20:12:53.8119160Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2024-08-08T20:12:54.2154560Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2024-08-08T20:12:54.9852590Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2024-08-08T20:12:55.2710200Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2024-08-08T20:12:58.2255860Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2024-08-08T20:13:05.5771860Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2024-08-08T20:13:05.7576350Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2024-08-08T20:13:27.0673930Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2024-08-08T20:13:30.9420800Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2024-08-08T20:13:30.9881140Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2024-08-08T20:13:31.0112990Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2024-08-08T20:13:31.1921460Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2024-08-08T20:13:31.2176520Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2024-08-08T20:13:31.2419860Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2024-08-08T20:13:31.2725430Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2024-08-08T20:13:31.2804320Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-08T20:13:31.2824440Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-08T20:13:31.2889210Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2024-08-08T20:13:32.3573500Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2024-08-08T20:13:33.4200020Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2024-08-08T20:13:33.4658590Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-08-08T20:13:35.8733260Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2024-08-08T20:13:35.9084130Z Submodule path 'third_party/pocketfft': checked out '9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2024-08-08T20:13:36.4644310Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2024-08-08T20:13:36.4719140Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2024-08-08T20:13:36.4736400Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2024-08-08T20:13:36.4811320Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2024-08-08T20:13:36.8809730Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2024-08-08T20:13:37.7725400Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2024-08-08T20:13:37.8571620Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2024-08-08T20:13:37.8759860Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2024-08-08T20:13:37.8992210Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2024-08-08T20:13:37.9431710Z Submodule path 'third_party/pybind11': checked out '941f45bcb51457884fa1afd6e24a67377d70f75c' 2024-08-08T20:13:37.9997400Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2024-08-08T20:13:38.1444180Z Submodule path 'third_party/sleef': checked out '60e76d2bce17d278b439d9da17177c8f957a9e9b' 2024-08-08T20:13:38.1985020Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2024-08-08T20:13:38.2029590Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2024-08-08T20:13:38.2046710Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2024-08-08T20:13:38.2064590Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2024-08-08T20:13:38.2081310Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2024-08-08T20:13:38.2146160Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2024-08-08T20:13:39.0114730Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2024-08-08T20:13:39.2412820Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2024-08-08T20:13:40.0962900Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2024-08-08T20:13:40.8661070Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2024-08-08T20:13:40.8940390Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2024-08-08T20:13:40.9666030Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2024-08-08T20:13:41.0037410Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2024-08-08T20:13:41.0101500Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-08T20:13:41.0169510Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2024-08-08T20:13:41.2512700Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2024-08-08T20:13:41.2569370Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2024-08-08T20:13:41.3074660Z Entering 'android/libs/fbjni' 2024-08-08T20:13:41.3160710Z Entering 'third_party/FP16' 2024-08-08T20:13:41.3245290Z Entering 'third_party/FXdiv' 2024-08-08T20:13:41.3327270Z Entering 'third_party/NNPACK' 2024-08-08T20:13:41.3408250Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-08T20:13:41.3490760Z Entering 'third_party/XNNPACK' 2024-08-08T20:13:41.3579710Z Entering 'third_party/benchmark' 2024-08-08T20:13:41.3663670Z Entering 'third_party/cpp-httplib' 2024-08-08T20:13:41.3747010Z Entering 'third_party/cpuinfo' 2024-08-08T20:13:41.3830320Z Entering 'third_party/cudnn_frontend' 2024-08-08T20:13:41.3911920Z Entering 'third_party/cutlass' 2024-08-08T20:13:41.3995780Z Entering 'third_party/eigen' 2024-08-08T20:13:41.4080270Z Entering 'third_party/fbgemm' 2024-08-08T20:13:41.4162880Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-08T20:13:41.4246370Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-08T20:13:41.4328800Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-08T20:13:41.4413670Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-08T20:13:41.4496420Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-08T20:13:41.4579190Z Entering 'third_party/flatbuffers' 2024-08-08T20:13:41.4663900Z Entering 'third_party/fmt' 2024-08-08T20:13:41.4746740Z Entering 'third_party/foxi' 2024-08-08T20:13:41.4828980Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-08T20:13:41.4910340Z Entering 'third_party/gloo' 2024-08-08T20:13:41.4991620Z Entering 'third_party/googletest' 2024-08-08T20:13:41.5072300Z Entering 'third_party/ideep' 2024-08-08T20:13:41.5150950Z Entering 'third_party/ideep/mkl-dnn' 2024-08-08T20:13:41.5238510Z Entering 'third_party/ittapi' 2024-08-08T20:13:41.5321870Z Entering 'third_party/kineto' 2024-08-08T20:13:41.5404040Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-08T20:13:41.5484530Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-08T20:13:41.5568150Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-08T20:13:41.5650810Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-08T20:13:41.5732900Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-08T20:13:41.5813600Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-08T20:13:41.5898130Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-08T20:13:41.5981240Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-08T20:13:41.6063400Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-08T20:13:41.6146210Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-08T20:13:41.6231030Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-08T20:13:41.6312730Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-08T20:13:41.6396160Z Entering 'third_party/mimalloc' 2024-08-08T20:13:41.6479180Z Entering 'third_party/nccl/nccl' 2024-08-08T20:13:41.6562210Z Entering 'third_party/nlohmann' 2024-08-08T20:13:41.6644170Z Entering 'third_party/onnx' 2024-08-08T20:13:41.6731270Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-08T20:13:41.6816670Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-08T20:13:41.6900260Z Entering 'third_party/opentelemetry-cpp' 2024-08-08T20:13:41.6989330Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-08T20:13:41.7065270Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-08T20:13:41.7148100Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-08T20:13:41.7229230Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-08T20:13:41.7310330Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-08T20:13:41.7392860Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-08T20:13:41.7472890Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-08T20:13:41.7552090Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-08T20:13:41.7634710Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-08T20:13:41.7720400Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-08T20:13:41.7812090Z Entering 'third_party/pocketfft' 2024-08-08T20:13:41.7897590Z Entering 'third_party/protobuf' 2024-08-08T20:13:41.7979730Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-08T20:13:41.8060940Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-08T20:13:41.8145040Z Entering 'third_party/psimd' 2024-08-08T20:13:41.8226950Z Entering 'third_party/pthreadpool' 2024-08-08T20:13:41.8310110Z Entering 'third_party/pybind11' 2024-08-08T20:13:41.8392200Z Entering 'third_party/python-peachpy' 2024-08-08T20:13:41.8473670Z Entering 'third_party/sleef' 2024-08-08T20:13:41.8555240Z Entering 'third_party/tensorpipe' 2024-08-08T20:13:41.8635670Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-08T20:13:41.8715140Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-08T20:13:41.8796670Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-08T20:13:41.8876690Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-08T20:13:41.8956700Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-08T20:13:41.9048500Z ##[endgroup] 2024-08-08T20:13:41.9049060Z ##[group]Persisting credentials for submodules 2024-08-08T20:13:41.9051450Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2024-08-08T20:13:41.9552050Z Entering 'android/libs/fbjni' 2024-08-08T20:13:41.9657330Z Entering 'third_party/FP16' 2024-08-08T20:13:41.9757230Z Entering 'third_party/FXdiv' 2024-08-08T20:13:41.9856280Z Entering 'third_party/NNPACK' 2024-08-08T20:13:41.9955340Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-08T20:13:42.0055980Z Entering 'third_party/XNNPACK' 2024-08-08T20:13:42.0161520Z Entering 'third_party/benchmark' 2024-08-08T20:13:42.0263370Z Entering 'third_party/cpp-httplib' 2024-08-08T20:13:42.0364450Z Entering 'third_party/cpuinfo' 2024-08-08T20:13:42.0463260Z Entering 'third_party/cudnn_frontend' 2024-08-08T20:13:42.0561550Z Entering 'third_party/cutlass' 2024-08-08T20:13:42.0663550Z Entering 'third_party/eigen' 2024-08-08T20:13:42.0765180Z Entering 'third_party/fbgemm' 2024-08-08T20:13:42.0863930Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-08T20:13:42.0964990Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-08T20:13:42.1065010Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-08T20:13:42.1166770Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-08T20:13:42.1268580Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-08T20:13:42.1374010Z Entering 'third_party/flatbuffers' 2024-08-08T20:13:42.1481300Z Entering 'third_party/fmt' 2024-08-08T20:13:42.1583960Z Entering 'third_party/foxi' 2024-08-08T20:13:42.1685470Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-08T20:13:42.1784540Z Entering 'third_party/gloo' 2024-08-08T20:13:42.1883540Z Entering 'third_party/googletest' 2024-08-08T20:13:42.1982230Z Entering 'third_party/ideep' 2024-08-08T20:13:42.2079730Z Entering 'third_party/ideep/mkl-dnn' 2024-08-08T20:13:42.2181580Z Entering 'third_party/ittapi' 2024-08-08T20:13:42.2281890Z Entering 'third_party/kineto' 2024-08-08T20:13:42.2380410Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-08T20:13:42.2478060Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-08T20:13:42.2579430Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-08T20:13:42.2679620Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-08T20:13:42.2779080Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-08T20:13:42.2876910Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-08T20:13:42.2978960Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-08T20:13:42.3079670Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-08T20:13:42.3178530Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-08T20:13:42.3278530Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-08T20:13:42.3379160Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-08T20:13:42.3479600Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-08T20:13:42.3581340Z Entering 'third_party/mimalloc' 2024-08-08T20:13:42.3683410Z Entering 'third_party/nccl/nccl' 2024-08-08T20:13:42.3782560Z Entering 'third_party/nlohmann' 2024-08-08T20:13:42.3881410Z Entering 'third_party/onnx' 2024-08-08T20:13:42.3984910Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-08T20:13:42.4089020Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-08T20:13:42.4191550Z Entering 'third_party/opentelemetry-cpp' 2024-08-08T20:13:42.4292080Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-08T20:13:42.4396200Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-08T20:13:42.4498620Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-08T20:13:42.4600670Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-08T20:13:42.4701460Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-08T20:13:42.4799420Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-08T20:13:42.4899540Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-08T20:13:42.4997700Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-08T20:13:42.5098630Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-08T20:13:42.5200110Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-08T20:13:42.5307610Z Entering 'third_party/pocketfft' 2024-08-08T20:13:42.5408340Z Entering 'third_party/protobuf' 2024-08-08T20:13:42.5509430Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-08T20:13:42.5618090Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-08T20:13:42.5724220Z Entering 'third_party/psimd' 2024-08-08T20:13:42.5828750Z Entering 'third_party/pthreadpool' 2024-08-08T20:13:42.5928140Z Entering 'third_party/pybind11' 2024-08-08T20:13:42.6027800Z Entering 'third_party/python-peachpy' 2024-08-08T20:13:42.6128880Z Entering 'third_party/sleef' 2024-08-08T20:13:42.6229430Z Entering 'third_party/tensorpipe' 2024-08-08T20:13:42.6328570Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-08T20:13:42.6425690Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-08T20:13:42.6524210Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-08T20:13:42.6624110Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-08T20:13:42.6722000Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-08T20:13:42.6832070Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2024-08-08T20:13:42.7327860Z Entering 'android/libs/fbjni' 2024-08-08T20:13:42.7513630Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2024-08-08T20:13:42.7549440Z Entering 'third_party/FP16' 2024-08-08T20:13:42.7650700Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2024-08-08T20:13:42.7684700Z Entering 'third_party/FXdiv' 2024-08-08T20:13:42.7782850Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2024-08-08T20:13:42.7816660Z Entering 'third_party/NNPACK' 2024-08-08T20:13:42.7913740Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2024-08-08T20:13:42.7948460Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-08T20:13:42.8082820Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2024-08-08T20:13:42.8117720Z Entering 'third_party/XNNPACK' 2024-08-08T20:13:42.8220140Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2024-08-08T20:13:42.8259680Z Entering 'third_party/benchmark' 2024-08-08T20:13:42.8360560Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2024-08-08T20:13:42.8394900Z Entering 'third_party/cpp-httplib' 2024-08-08T20:13:42.8509960Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2024-08-08T20:13:42.8544350Z Entering 'third_party/cpuinfo' 2024-08-08T20:13:42.8648070Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2024-08-08T20:13:42.8681940Z Entering 'third_party/cudnn_frontend' 2024-08-08T20:13:42.8776840Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2024-08-08T20:13:42.8810020Z Entering 'third_party/cutlass' 2024-08-08T20:13:42.8919960Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2024-08-08T20:13:42.8956210Z Entering 'third_party/eigen' 2024-08-08T20:13:42.9052580Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2024-08-08T20:13:42.9086970Z Entering 'third_party/fbgemm' 2024-08-08T20:13:42.9183700Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2024-08-08T20:13:42.9216100Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-08T20:13:42.9311680Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2024-08-08T20:13:42.9344310Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-08T20:13:42.9440120Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2024-08-08T20:13:42.9473320Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-08T20:13:42.9568440Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cutlass/config remote.origin.url 2024-08-08T20:13:42.9603770Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-08T20:13:42.9713980Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2024-08-08T20:13:42.9747920Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-08T20:13:42.9845820Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2024-08-08T20:13:42.9881390Z Entering 'third_party/flatbuffers' 2024-08-08T20:13:42.9981440Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2024-08-08T20:13:43.0016640Z Entering 'third_party/fmt' 2024-08-08T20:13:43.0117660Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2024-08-08T20:13:43.0151770Z Entering 'third_party/foxi' 2024-08-08T20:13:43.0250300Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2024-08-08T20:13:43.0284990Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-08T20:13:43.0384190Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2024-08-08T20:13:43.0419210Z Entering 'third_party/gloo' 2024-08-08T20:13:43.0517560Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2024-08-08T20:13:43.0552370Z Entering 'third_party/googletest' 2024-08-08T20:13:43.0651620Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2024-08-08T20:13:43.0686660Z Entering 'third_party/ideep' 2024-08-08T20:13:43.0785430Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2024-08-08T20:13:43.0818080Z Entering 'third_party/ideep/mkl-dnn' 2024-08-08T20:13:43.0916890Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2024-08-08T20:13:43.0955030Z Entering 'third_party/ittapi' 2024-08-08T20:13:43.1056090Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2024-08-08T20:13:43.1090570Z Entering 'third_party/kineto' 2024-08-08T20:13:43.1189910Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2024-08-08T20:13:43.1223200Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-08T20:13:43.1322290Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2024-08-08T20:13:43.1354960Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-08T20:13:43.1451390Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config remote.origin.url 2024-08-08T20:13:43.1485320Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-08T20:13:43.1581210Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config remote.origin.url 2024-08-08T20:13:43.1614340Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-08T20:13:43.1711400Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config remote.origin.url 2024-08-08T20:13:43.1744760Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-08T20:13:43.1840720Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config remote.origin.url 2024-08-08T20:13:43.1872600Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-08T20:13:43.1968870Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config remote.origin.url 2024-08-08T20:13:43.2004160Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-08T20:13:43.2100420Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config remote.origin.url 2024-08-08T20:13:43.2133870Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-08T20:13:43.2254960Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config remote.origin.url 2024-08-08T20:13:43.2288360Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-08T20:13:43.2384830Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config remote.origin.url 2024-08-08T20:13:43.2418860Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-08T20:13:43.2515610Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config remote.origin.url 2024-08-08T20:13:43.2551170Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-08T20:13:43.2648270Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2024-08-08T20:13:43.2681560Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-08T20:13:43.2828320Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2024-08-08T20:13:43.2863590Z Entering 'third_party/mimalloc' 2024-08-08T20:13:43.2959740Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2024-08-08T20:13:43.2993430Z Entering 'third_party/nccl/nccl' 2024-08-08T20:13:43.3089170Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2024-08-08T20:13:43.3122810Z Entering 'third_party/nlohmann' 2024-08-08T20:13:43.3218180Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2024-08-08T20:13:43.3251960Z Entering 'third_party/onnx' 2024-08-08T20:13:43.3347480Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2024-08-08T20:13:43.3385070Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-08T20:13:43.3482300Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2024-08-08T20:13:43.3515600Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-08T20:13:43.3611220Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2024-08-08T20:13:43.3647000Z Entering 'third_party/opentelemetry-cpp' 2024-08-08T20:13:43.3743830Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2024-08-08T20:13:43.3776720Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-08T20:13:43.3873080Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2024-08-08T20:13:43.3906390Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-08T20:13:43.4002070Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2024-08-08T20:13:43.4034540Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-08T20:13:43.4130240Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2024-08-08T20:13:43.4163600Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-08T20:13:43.4259640Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2024-08-08T20:13:43.4293270Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-08T20:13:43.4389160Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2024-08-08T20:13:43.4422400Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-08T20:13:43.4518460Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2024-08-08T20:13:43.4551100Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-08T20:13:43.4647060Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2024-08-08T20:13:43.4678590Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-08T20:13:43.4774330Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2024-08-08T20:13:43.4808420Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-08T20:13:43.4905060Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2024-08-08T20:13:43.4939910Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-08T20:13:43.5036830Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2024-08-08T20:13:43.5079470Z Entering 'third_party/pocketfft' 2024-08-08T20:13:43.5177630Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2024-08-08T20:13:43.5211010Z Entering 'third_party/protobuf' 2024-08-08T20:13:43.5306790Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2024-08-08T20:13:43.5340690Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-08T20:13:43.5437540Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2024-08-08T20:13:43.5471570Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-08T20:13:43.5567810Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2024-08-08T20:13:43.5603420Z Entering 'third_party/psimd' 2024-08-08T20:13:43.5700540Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2024-08-08T20:13:43.5734040Z Entering 'third_party/pthreadpool' 2024-08-08T20:13:43.5829920Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2024-08-08T20:13:43.5863310Z Entering 'third_party/pybind11' 2024-08-08T20:13:43.5958970Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2024-08-08T20:13:43.5992690Z Entering 'third_party/python-peachpy' 2024-08-08T20:13:43.6088260Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2024-08-08T20:13:43.6121880Z Entering 'third_party/sleef' 2024-08-08T20:13:43.6218490Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2024-08-08T20:13:43.6252270Z Entering 'third_party/tensorpipe' 2024-08-08T20:13:43.6349240Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2024-08-08T20:13:43.6381280Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-08T20:13:43.6476900Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2024-08-08T20:13:43.6510250Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-08T20:13:43.6605450Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2024-08-08T20:13:43.6638590Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-08T20:13:43.6736430Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2024-08-08T20:13:43.6770470Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-08T20:13:43.6869220Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2024-08-08T20:13:43.6901540Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-08T20:13:43.6997500Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2024-08-08T20:13:43.7244790Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2024-08-08T20:13:43.7750190Z Entering 'android/libs/fbjni' 2024-08-08T20:13:43.7836460Z Entering 'third_party/FP16' 2024-08-08T20:13:43.7919450Z Entering 'third_party/FXdiv' 2024-08-08T20:13:43.8002090Z Entering 'third_party/NNPACK' 2024-08-08T20:13:43.8085150Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-08T20:13:43.8168250Z Entering 'third_party/XNNPACK' 2024-08-08T20:13:43.8256420Z Entering 'third_party/benchmark' 2024-08-08T20:13:43.8340730Z Entering 'third_party/cpp-httplib' 2024-08-08T20:13:43.8423460Z Entering 'third_party/cpuinfo' 2024-08-08T20:13:43.8505760Z Entering 'third_party/cudnn_frontend' 2024-08-08T20:13:43.8587890Z Entering 'third_party/cutlass' 2024-08-08T20:13:43.8670110Z Entering 'third_party/eigen' 2024-08-08T20:13:43.8753130Z Entering 'third_party/fbgemm' 2024-08-08T20:13:43.8832980Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-08T20:13:43.8912980Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-08T20:13:43.8992220Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-08T20:13:43.9073710Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-08T20:13:43.9154140Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-08T20:13:43.9234840Z Entering 'third_party/flatbuffers' 2024-08-08T20:13:43.9315910Z Entering 'third_party/fmt' 2024-08-08T20:13:43.9395210Z Entering 'third_party/foxi' 2024-08-08T20:13:43.9475060Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-08T20:13:43.9555100Z Entering 'third_party/gloo' 2024-08-08T20:13:43.9635170Z Entering 'third_party/googletest' 2024-08-08T20:13:43.9714850Z Entering 'third_party/ideep' 2024-08-08T20:13:43.9792960Z Entering 'third_party/ideep/mkl-dnn' 2024-08-08T20:13:43.9876470Z Entering 'third_party/ittapi' 2024-08-08T20:13:43.9958210Z Entering 'third_party/kineto' 2024-08-08T20:13:44.0036620Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-08T20:13:44.0114930Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-08T20:13:44.0195630Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-08T20:13:44.0276180Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-08T20:13:44.0356780Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-08T20:13:44.0435060Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-08T20:13:44.0517430Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-08T20:13:44.0598060Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-08T20:13:44.0678310Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-08T20:13:44.0759260Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-08T20:13:44.0841820Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-08T20:13:44.0921610Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-08T20:13:44.1002350Z Entering 'third_party/mimalloc' 2024-08-08T20:13:44.1082850Z Entering 'third_party/nccl/nccl' 2024-08-08T20:13:44.1162530Z Entering 'third_party/nlohmann' 2024-08-08T20:13:44.1241820Z Entering 'third_party/onnx' 2024-08-08T20:13:44.1325540Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-08T20:13:44.1406520Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-08T20:13:44.1487550Z Entering 'third_party/opentelemetry-cpp' 2024-08-08T20:13:44.1566990Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-08T20:13:44.1646000Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-08T20:13:44.1724730Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-08T20:13:44.1804180Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-08T20:13:44.1883080Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-08T20:13:44.1962390Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-08T20:13:44.2040930Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-08T20:13:44.2118050Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-08T20:13:44.2197990Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-08T20:13:44.2279380Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-08T20:13:44.2367860Z Entering 'third_party/pocketfft' 2024-08-08T20:13:44.2454150Z Entering 'third_party/protobuf' 2024-08-08T20:13:44.2529720Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-08T20:13:44.2608920Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-08T20:13:44.2689770Z Entering 'third_party/psimd' 2024-08-08T20:13:44.2770900Z Entering 'third_party/pthreadpool' 2024-08-08T20:13:44.2851730Z Entering 'third_party/pybind11' 2024-08-08T20:13:44.2931230Z Entering 'third_party/python-peachpy' 2024-08-08T20:13:44.3010730Z Entering 'third_party/sleef' 2024-08-08T20:13:44.3090990Z Entering 'third_party/tensorpipe' 2024-08-08T20:13:44.3169320Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-08T20:13:44.3248550Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-08T20:13:44.3327600Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-08T20:13:44.3407260Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-08T20:13:44.3484560Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-08T20:13:44.3576180Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2024-08-08T20:13:44.4057700Z Entering 'android/libs/fbjni' 2024-08-08T20:13:44.4140080Z Entering 'third_party/FP16' 2024-08-08T20:13:44.4219770Z Entering 'third_party/FXdiv' 2024-08-08T20:13:44.4299240Z Entering 'third_party/NNPACK' 2024-08-08T20:13:44.4379030Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-08T20:13:44.4459340Z Entering 'third_party/XNNPACK' 2024-08-08T20:13:44.4543460Z Entering 'third_party/benchmark' 2024-08-08T20:13:44.4625660Z Entering 'third_party/cpp-httplib' 2024-08-08T20:13:44.4704470Z Entering 'third_party/cpuinfo' 2024-08-08T20:13:44.4784450Z Entering 'third_party/cudnn_frontend' 2024-08-08T20:13:44.4864520Z Entering 'third_party/cutlass' 2024-08-08T20:13:44.4946670Z Entering 'third_party/eigen' 2024-08-08T20:13:44.5028170Z Entering 'third_party/fbgemm' 2024-08-08T20:13:44.5106510Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-08T20:13:44.5186590Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-08T20:13:44.5266060Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-08T20:13:44.5348660Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-08T20:13:44.5428150Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-08T20:13:44.5508360Z Entering 'third_party/flatbuffers' 2024-08-08T20:13:44.5589860Z Entering 'third_party/fmt' 2024-08-08T20:13:44.5670120Z Entering 'third_party/foxi' 2024-08-08T20:13:44.5749560Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-08T20:13:44.5829700Z Entering 'third_party/gloo' 2024-08-08T20:13:44.5910340Z Entering 'third_party/googletest' 2024-08-08T20:13:44.5990040Z Entering 'third_party/ideep' 2024-08-08T20:13:44.6068130Z Entering 'third_party/ideep/mkl-dnn' 2024-08-08T20:13:44.6150190Z Entering 'third_party/ittapi' 2024-08-08T20:13:44.6231260Z Entering 'third_party/kineto' 2024-08-08T20:13:44.6309060Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-08T20:13:44.6387890Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-08T20:13:44.6467850Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-08T20:13:44.6547230Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-08T20:13:44.6626350Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-08T20:13:44.6714440Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-08T20:13:44.6795740Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-08T20:13:44.6875470Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-08T20:13:44.6954590Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-08T20:13:44.7034440Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-08T20:13:44.7115570Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-08T20:13:44.7195050Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-08T20:13:44.7275210Z Entering 'third_party/mimalloc' 2024-08-08T20:13:44.7355810Z Entering 'third_party/nccl/nccl' 2024-08-08T20:13:44.7435050Z Entering 'third_party/nlohmann' 2024-08-08T20:13:44.7514310Z Entering 'third_party/onnx' 2024-08-08T20:13:44.7597270Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-08T20:13:44.7680140Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-08T20:13:44.7760920Z Entering 'third_party/opentelemetry-cpp' 2024-08-08T20:13:44.7840740Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-08T20:13:44.7919700Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-08T20:13:44.7998520Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-08T20:13:44.8078420Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-08T20:13:44.8157690Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-08T20:13:44.8245310Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-08T20:13:44.8324570Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-08T20:13:44.8401850Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-08T20:13:44.8481670Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-08T20:13:44.8562620Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-08T20:13:44.8650850Z Entering 'third_party/pocketfft' 2024-08-08T20:13:44.8732570Z Entering 'third_party/protobuf' 2024-08-08T20:13:44.8811700Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-08T20:13:44.8890900Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-08T20:13:44.8971210Z Entering 'third_party/psimd' 2024-08-08T20:13:44.9052610Z Entering 'third_party/pthreadpool' 2024-08-08T20:13:44.9133370Z Entering 'third_party/pybind11' 2024-08-08T20:13:44.9214470Z Entering 'third_party/python-peachpy' 2024-08-08T20:13:44.9295320Z Entering 'third_party/sleef' 2024-08-08T20:13:44.9375820Z Entering 'third_party/tensorpipe' 2024-08-08T20:13:44.9454330Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-08T20:13:44.9533610Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-08T20:13:44.9612570Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-08T20:13:44.9692560Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-08T20:13:44.9769910Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-08T20:13:44.9866380Z ##[endgroup] 2024-08-08T20:13:45.0085590Z [command]/usr/bin/git log -1 --format='%H' 2024-08-08T20:13:45.0295110Z 'b9d86fa89636e301796d4201f36d86c73f6e49bc' 2024-08-08T20:13:45.0354540Z ##[group]Run if [ -n "${XCODE_VERSION}" ]; then 2024-08-08T20:13:45.0354850Z if [ -n "${XCODE_VERSION}" ]; then 2024-08-08T20:13:45.0355340Z  echo "DEVELOPER_DIR=/Applications/Xcode_${XCODE_VERSION}.app/Contents/Developer" >> "${GITHUB_ENV}" 2024-08-08T20:13:45.0355790Z fi 2024-08-08T20:13:45.0389470Z shell: /bin/bash -e {0} 2024-08-08T20:13:45.0389670Z env: 2024-08-08T20:13:45.0389830Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-08T20:13:45.0390060Z SCCACHE_USE_GHA: false 2024-08-08T20:13:45.0390250Z XCODE_VERSION: 2024-08-08T20:13:45.0390410Z ##[endgroup] 2024-08-08T20:13:45.0958760Z ##[group]Run pytorch/test-infra/.github/actions/setup-miniconda@main 2024-08-08T20:13:45.0959110Z with: 2024-08-08T20:13:45.0959270Z python-version: 3.9.12 2024-08-08T20:13:45.0959550Z environment-file: .github/requirements/conda-env-macOS-ARM64 2024-08-08T20:13:45.0959990Z pip-requirements-file: .github/requirements/pip-requirements-macOS.txt 2024-08-08T20:13:45.0960350Z miniconda-version: 23.1.0-1 2024-08-08T20:13:45.0960550Z env: 2024-08-08T20:13:45.0960700Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-08T20:13:45.0960930Z SCCACHE_USE_GHA: false 2024-08-08T20:13:45.0961240Z ##[endgroup] 2024-08-08T20:13:45.0981020Z ##[group]Run echo "today=$(/bin/date -u '+%Y%m%d')d" >> "${GITHUB_OUTPUT}" 2024-08-08T20:13:45.0981470Z echo "today=$(/bin/date -u '+%Y%m%d')d" >> "${GITHUB_OUTPUT}" 2024-08-08T20:13:45.0999570Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-08T20:13:45.0999840Z env: 2024-08-08T20:13:45.1000020Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-08T20:13:45.1000260Z SCCACHE_USE_GHA: false 2024-08-08T20:13:45.1000440Z ##[endgroup] 2024-08-08T20:13:45.1508290Z ##[group]Run actions/cache@v3 2024-08-08T20:13:45.1508510Z with: 2024-08-08T20:13:45.1508710Z path: /Users/ec2-user/runner/_work/_temp/miniconda 2024-08-08T20:13:45.1509040Z key: miniconda-macOS-ARM64-3.9.12-20240808d 2024-08-08T20:13:45.1509310Z enableCrossOsArchive: false 2024-08-08T20:13:45.1509530Z fail-on-cache-miss: false 2024-08-08T20:13:45.1509740Z lookup-only: false 2024-08-08T20:13:45.1509900Z env: 2024-08-08T20:13:45.1510060Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-08T20:13:45.1510340Z SCCACHE_USE_GHA: false 2024-08-08T20:13:45.1510520Z ##[endgroup] 2024-08-08T20:13:46.3805000Z Received 221463122 of 221463122 (100.0%), 210.6 MBs/sec 2024-08-08T20:13:46.6796960Z Cache Size: ~211 MB (221463122 B) 2024-08-08T20:13:46.6869640Z [command]/usr/bin/tar -xf /Users/ec2-user/runner/_work/_temp/b7e3f5d0-19b4-47ba-abf3-9349fd7d9a51/cache.tzst -P -C /Users/ec2-user/runner/_work/pytorch/pytorch --use-compress-program unzstd 2024-08-08T20:13:53.4025710Z Cache restored successfully 2024-08-08T20:13:53.4708970Z Cache restored from key: miniconda-macOS-ARM64-3.9.12-20240808d 2024-08-08T20:13:53.4775120Z ##[group]Run set -x 2024-08-08T20:13:53.4775310Z set -x 2024-08-08T20:13:53.4775480Z  2024-08-08T20:13:53.4775710Z MINICONDA_INSTALL_PATH="${RUNNER_TEMP}/miniconda" 2024-08-08T20:13:53.4776100Z echo "${MINICONDA_INSTALL_PATH}/bin" >> $GITHUB_PATH 2024-08-08T20:13:53.4776560Z # NB: GITHUB_PATH has a lower priority than PATH, so also set the path 2024-08-08T20:13:53.4777060Z # here to make sure that the correct conda is used 2024-08-08T20:13:53.4777350Z { 2024-08-08T20:13:53.4777590Z  echo "PATH=${MINICONDA_INSTALL_PATH}/bin:${PATH}" 2024-08-08T20:13:53.4777980Z  echo "CONDA_EXE=${MINICONDA_INSTALL_PATH}/bin/conda"; 2024-08-08T20:13:53.4778300Z } >> "${GITHUB_ENV}" 2024-08-08T20:13:53.4821990Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-08T20:13:53.4822290Z env: 2024-08-08T20:13:53.4822460Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-08T20:13:53.4822730Z SCCACHE_USE_GHA: false 2024-08-08T20:13:53.4822920Z ##[endgroup] 2024-08-08T20:13:53.5265190Z + MINICONDA_INSTALL_PATH=/Users/ec2-user/runner/_work/_temp/miniconda 2024-08-08T20:13:53.5265730Z + echo /Users/ec2-user/runner/_work/_temp/miniconda/bin 2024-08-08T20:13:53.5266900Z + 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-08-08T20:13:53.5268090Z + echo CONDA_EXE=/Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-08T20:13:54.1476010Z ##[group]Run actions/cache@v3 2024-08-08T20:13:54.1476270Z with: 2024-08-08T20:13:54.1476540Z path: /Users/ec2-user/runner/_work/_temp/conda-python-3.9.12 2024-08-08T20:13:54.1477930Z key: miniconda-env-macOS-ARM64-3.9.12-20240808d-d2e9511d9e56638ec6d1acb510f1a8c378c9d02010984f84aaf470a85ac03b75-746c5a5e8f6270927b492ab8bf3ad70db9b1bd0f337e1da14d9b0c3fd29354c8 2024-08-08T20:13:54.1478780Z enableCrossOsArchive: false 2024-08-08T20:13:54.1479020Z fail-on-cache-miss: false 2024-08-08T20:13:54.1479240Z lookup-only: false 2024-08-08T20:13:54.1479430Z env: 2024-08-08T20:13:54.1479610Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-08T20:13:54.1479900Z SCCACHE_USE_GHA: false 2024-08-08T20:13:54.1480750Z 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-08-08T20:13:54.1481850Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-08T20:13:54.1482180Z ##[endgroup] 2024-08-08T20:13:55.3494510Z Received 229303234 of 229303234 (100.0%), 218.0 MBs/sec 2024-08-08T20:13:55.7363930Z Cache Size: ~219 MB (229303234 B) 2024-08-08T20:13:55.7388130Z [command]/usr/bin/tar -xf /Users/ec2-user/runner/_work/_temp/7fc7df0e-5241-4c23-a5a1-4c405ae659f5/cache.tzst -P -C /Users/ec2-user/runner/_work/pytorch/pytorch --use-compress-program unzstd 2024-08-08T20:14:03.7738870Z Cache restored successfully 2024-08-08T20:14:03.7849300Z Cache restored from key: miniconda-env-macOS-ARM64-3.9.12-20240808d-d2e9511d9e56638ec6d1acb510f1a8c378c9d02010984f84aaf470a85ac03b75-746c5a5e8f6270927b492ab8bf3ad70db9b1bd0f337e1da14d9b0c3fd29354c8 2024-08-08T20:14:03.7915770Z ##[group]Run set -x 2024-08-08T20:14:03.7916010Z set -x 2024-08-08T20:14:03.7916270Z  2024-08-08T20:14:03.7916610Z # Print the conda we are using here in case we need debugging information 2024-08-08T20:14:03.7917070Z CONDA_RUNTIME=$(which conda) 2024-08-08T20:14:03.7917380Z "${CONDA_RUNTIME}" --version 2024-08-08T20:14:03.7917670Z  2024-08-08T20:14:03.7918090Z # https://docs.conda.io/projects/conda-build/en/stable/user-guide/environment-variables.html 2024-08-08T20:14:03.7918720Z CONDA_PREFIX="${RUNNER_TEMP}/conda_environment_${GITHUB_RUN_ID}" 2024-08-08T20:14:03.7919080Z "${CONDA_RUNTIME}" create \ 2024-08-08T20:14:03.7919350Z  --yes --quiet \ 2024-08-08T20:14:03.7919580Z  --prefix "${CONDA_PREFIX}" \ 2024-08-08T20:14:03.7919850Z  --clone "${CONDA_BASE_ENV}" 2024-08-08T20:14:03.7920080Z  2024-08-08T20:14:03.7920240Z set +e 2024-08-08T20:14:03.7920650Z # NB: Cloning sometimes doesn't copied pip dependencies (untracked files) over. If this 2024-08-08T20:14:03.7921340Z # happens, let's attempt to install the pip requirements directly on top of the cloned 2024-08-08T20:14:03.7921940Z # environment. This is to make sure that no dependency is missing. 2024-08-08T20:14:03.7922560Z UNTRACKED_FILES_COUNT=$("${CONDA_RUNTIME}" package -p "${CONDA_PREFIX}" -u | grep -v "^#" | wc -l | xargs) 2024-08-08T20:14:03.7923050Z set -e 2024-08-08T20:14:03.7923230Z  2024-08-08T20:14:03.7923580Z if [[ -z "${UNTRACKED_FILES_COUNT}" ]] || [[ "${UNTRACKED_FILES_COUNT}" == "0" ]]; then 2024-08-08T20:14:03.7924060Z  if [[ -f "${PIP_REQUIREMENTS_FILE}" ]]; then 2024-08-08T20:14:03.7924560Z  # NB: Force reinstall and don't use the cache, as the installation would still fail 2024-08-08T20:14:03.7925100Z  # when reporting that all requirements have been satisfied 2024-08-08T20:14:03.7925870Z  "${CONDA_RUNTIME}" run -p "${CONDA_PREFIX}" --no-capture-output python3 -mpip install --ignore-installed --no-cache-dir -r "${PIP_REQUIREMENTS_FILE}" 2024-08-08T20:14:03.7926580Z  elif [[ -n "${PIP_REQUIREMENTS_FILE}" ]]; then 2024-08-08T20:14:03.7927210Z  echo "::warning::Specified pip requirements file (${PIP_REQUIREMENTS_FILE}) not found, not going to include it" 2024-08-08T20:14:03.7927740Z  fi 2024-08-08T20:14:03.7928170Z fi 2024-08-08T20:14:03.7938350Z  2024-08-08T20:14:03.7938750Z # Keep exporting CONDA_PREFIX under CONDA_ENV because the latter could be used elsewhere 2024-08-08T20:14:03.7939260Z echo "CONDA_ENV=${CONDA_PREFIX}" >> "${GITHUB_ENV}" 2024-08-08T20:14:03.7939570Z  2024-08-08T20:14:03.7939820Z echo "CONDA_PREFIX=${CONDA_PREFIX}" >> "${GITHUB_ENV}" 2024-08-08T20:14:03.7940340Z echo "CONDA_RUN=${CONDA_RUNTIME} run -p ${CONDA_PREFIX} --no-capture-output" >> "${GITHUB_ENV}" 2024-08-08T20:14:03.7940840Z if [[ "${PYTHON_VERSION}" == "3.11" ]]; then 2024-08-08T20:14:03.7941470Z  # TODO: Remove me, when more packages will be available on default channel 2024-08-08T20:14:03.7942150Z  echo "CONDA_INSTALL=${CONDA_RUNTIME} install --yes --quiet -p ${CONDA_PREFIX} -c pytorch-nightly" >> "${GITHUB_ENV}" 2024-08-08T20:14:03.7942650Z else 2024-08-08T20:14:03.7943040Z  echo "CONDA_INSTALL=${CONDA_RUNTIME} install --yes --quiet -p ${CONDA_PREFIX}" >> "${GITHUB_ENV}" 2024-08-08T20:14:03.7943490Z fi 2024-08-08T20:14:03.8662100Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-08T20:14:03.8662400Z env: 2024-08-08T20:14:03.8662600Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-08T20:14:03.8662890Z SCCACHE_USE_GHA: false 2024-08-08T20:14:03.8663740Z 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-08-08T20:14:03.8664740Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-08T20:14:03.8665080Z PYTHON_VERSION: 3.9.12 2024-08-08T20:14:03.8665400Z CONDA_BASE_ENV: /Users/ec2-user/runner/_work/_temp/conda-python-3.9.12 2024-08-08T20:14:03.8665870Z PIP_REQUIREMENTS_FILE: .github/requirements/pip-requirements-macOS.txt 2024-08-08T20:14:03.8666250Z ##[endgroup] 2024-08-08T20:14:03.9191110Z ++ which conda 2024-08-08T20:14:03.9222270Z + CONDA_RUNTIME=/Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-08T20:14:03.9222810Z + /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda --version 2024-08-08T20:14:06.1906500Z conda 23.1.0 2024-08-08T20:14:06.2361840Z + CONDA_PREFIX=/Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:14:06.2363210Z + /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda create --yes --quiet --prefix /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 --clone /Users/ec2-user/runner/_work/_temp/conda-python-3.9.12 2024-08-08T20:14:11.6291460Z Source: /Users/ec2-user/runner/_work/_temp/conda-python-3.9.12 2024-08-08T20:14:11.6292110Z Destination: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:14:11.6292520Z Packages: 59 2024-08-08T20:14:11.6292700Z Files: 15746 2024-08-08T20:14:11.8500740Z Preparing transaction: ...working... done 2024-08-08T20:14:16.5397240Z Verifying transaction: ...working... done 2024-08-08T20:14:20.8261310Z Executing transaction: ...working... done 2024-08-08T20:14:20.9393170Z + set +e 2024-08-08T20:14:20.9401430Z ++ /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda package -p /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 -u 2024-08-08T20:14:20.9403920Z ++ grep -v '^#' 2024-08-08T20:14:20.9404280Z ++ wc -l 2024-08-08T20:14:20.9404470Z ++ xargs 2024-08-08T20:14:21.5440940Z + UNTRACKED_FILES_COUNT=15746 2024-08-08T20:14:21.5441370Z + set -e 2024-08-08T20:14:21.5441580Z + [[ -z 15746 ]] 2024-08-08T20:14:21.5441830Z + [[ 15746 == \0 ]] 2024-08-08T20:14:21.5442350Z + echo CONDA_ENV=/Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:14:21.5442990Z + echo CONDA_PREFIX=/Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:14:21.5451570Z + echo 'CONDA_RUN=/Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 --no-capture-output' 2024-08-08T20:14:21.5457780Z + [[ 3.9.12 == \3\.\1\1 ]] 2024-08-08T20:14:21.5458560Z + echo 'CONDA_INSTALL=/Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531' 2024-08-08T20:14:21.5509830Z ##[group]Run CONDA_RUNTIME=$(which conda) 2024-08-08T20:14:21.5510120Z CONDA_RUNTIME=$(which conda) 2024-08-08T20:14:21.5510370Z  2024-08-08T20:14:21.5510530Z set -euxo pipefail 2024-08-08T20:14:21.5510830Z "${CONDA_RUNTIME}" config --set channel_priority false 2024-08-08T20:14:21.6292380Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-08T20:14:21.6292700Z env: 2024-08-08T20:14:21.6292900Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-08T20:14:21.6293190Z SCCACHE_USE_GHA: false 2024-08-08T20:14:21.6294080Z 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-08-08T20:14:21.6295110Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-08T20:14:21.6295590Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:14:21.6296110Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:14:21.6296890Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 --no-capture-output 2024-08-08T20:14:21.6297950Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:14:21.6298600Z ##[endgroup] 2024-08-08T20:14:21.6778300Z + /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda config --set channel_priority false 2024-08-08T20:14:21.9008130Z ##[group]Run nick-fields/retry@v2.8.2 2024-08-08T20:14:21.9008380Z with: 2024-08-08T20:14:21.9008540Z timeout_minutes: 5 2024-08-08T20:14:21.9008730Z max_attempts: 3 2024-08-08T20:14:21.9008910Z retry_wait_seconds: 90 2024-08-08T20:14:21.9012390Z command: set -ex DOWNLOAD_SCCACHE=0 SCCACHE_VERSION="0.4.1" LOCAL_PATH="/usr/local/bin" if [ ! -f "${LOCAL_PATH}/sccache" ]; then DOWNLOAD_SCCACHE=1 else LOCAL_VERSION=$("${LOCAL_PATH}/sccache" --version | cut -d" " -f2) if [ "${LOCAL_VERSION}" != "${SCCACHE_VERSION}" ]; then DOWNLOAD_SCCACHE=1 fi fi if [ "${DOWNLOAD_SCCACHE}" == "1" ]; then sudo curl --retry 3 --retry-all-errors "https://s3.amazonaws.com/ossci-macos/sccache/sccache-v0.4.1-${RUNNER_ARCH}" --output "${LOCAL_PATH}/sccache" sudo chmod +x "${LOCAL_PATH}/sccache" fi if [[ "${SCCACHE_USE_GHA}" == "true" ]]; then echo "ACTIONS_CACHE_URL=${ACTIONS_CACHE_URL}" >> "${GITHUB_ENV}" echo "ACTIONS_RUNTIME_TOKEN=${ACTIONS_RUNTIME_TOKEN}" >> "${GITHUB_ENV}" echo "SCCACHE_GHA_ENABLED=on" >> "${GITHUB_ENV}" else # The runner has access to the S3 bucket via IAM profile without the need # for any credential echo "SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2" >> "${GITHUB_ENV}" echo "SCCACHE_S3_KEY_PREFIX=${GITHUB_WORKFLOW}" >> "${GITHUB_ENV}" fi # This is needed so that later build script could find sccache (which sccache) echo "${LOCAL_PATH}" >> $GITHUB_PATH 2024-08-08T20:14:21.9015990Z polling_interval_seconds: 1 2024-08-08T20:14:21.9016200Z warning_on_retry: true 2024-08-08T20:14:21.9016400Z continue_on_error: false 2024-08-08T20:14:21.9016590Z env: 2024-08-08T20:14:21.9016760Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-08T20:14:21.9017000Z SCCACHE_USE_GHA: false 2024-08-08T20:14:21.9017830Z 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-08-08T20:14:21.9018800Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-08T20:14:21.9019260Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:14:21.9019750Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:14:21.9020550Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 --no-capture-output 2024-08-08T20:14:21.9026190Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:14:21.9026820Z ##[endgroup] 2024-08-08T20:14:21.9789390Z + DOWNLOAD_SCCACHE=0 2024-08-08T20:14:21.9789740Z + SCCACHE_VERSION=0.4.1 2024-08-08T20:14:21.9790020Z + LOCAL_PATH=/usr/local/bin 2024-08-08T20:14:21.9790370Z + '[' '!' -f /usr/local/bin/sccache ']' 2024-08-08T20:14:21.9870090Z ++ /usr/local/bin/sccache --version 2024-08-08T20:14:21.9870820Z ++ cut '-d ' -f2 2024-08-08T20:14:22.0582600Z + LOCAL_VERSION=0.4.1 2024-08-08T20:14:22.0583590Z + '[' 0.4.1 '!=' 0.4.1 ']' 2024-08-08T20:14:22.0583860Z + '[' 0 == 1 ']' 2024-08-08T20:14:22.0584070Z + [[ false == \t\r\u\e ]] 2024-08-08T20:14:22.0584580Z + echo SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2024-08-08T20:14:22.0584920Z + echo SCCACHE_S3_KEY_PREFIX=trunk 2024-08-08T20:14:22.0594380Z + echo /usr/local/bin 2024-08-08T20:14:22.9811450Z Command completed after 1 attempt(s). 2024-08-08T20:14:22.9993320Z Prepare all required actions 2024-08-08T20:14:23.0091730Z ##[group]Run ./.github/actions/get-workflow-job-id 2024-08-08T20:14:23.0092750Z with: 2024-08-08T20:14:23.0094140Z github-token: *** 2024-08-08T20:14:23.0095030Z env: 2024-08-08T20:14:23.0095700Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-08T20:14:23.0096620Z SCCACHE_USE_GHA: false 2024-08-08T20:14:23.0099780Z 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-08-08T20:14:23.0103650Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-08T20:14:23.0105520Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:14:23.0107370Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:14:23.0110430Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 --no-capture-output 2024-08-08T20:14:23.0114310Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:14:23.0116620Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2024-08-08T20:14:23.0117700Z SCCACHE_S3_KEY_PREFIX: trunk 2024-08-08T20:14:23.0118450Z ##[endgroup] 2024-08-08T20:14:23.0174300Z ##[group]Run set -eux 2024-08-08T20:14:23.0174870Z set -eux 2024-08-08T20:14:23.0175950Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2024-08-08T20:14:23.0236310Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-08T20:14:23.0237010Z env: 2024-08-08T20:14:23.0237420Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-08T20:14:23.0238030Z SCCACHE_USE_GHA: false 2024-08-08T20:14:23.0240120Z 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-08-08T20:14:23.0242490Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-08T20:14:23.0243620Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:14:23.0244830Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:14:23.0246740Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 --no-capture-output 2024-08-08T20:14:23.0249280Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:14:23.0250950Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2024-08-08T20:14:23.0251670Z SCCACHE_S3_KEY_PREFIX: trunk 2024-08-08T20:14:23.0252440Z GITHUB_TOKEN: *** 2024-08-08T20:14:23.0252880Z ##[endgroup] 2024-08-08T20:14:23.0896990Z + python3 .github/scripts/get_workflow_job_id.py 10308807531 i-0a926939a4ea3fbac 2024-08-08T20:14:23.6189660Z setting job-id=28537067655 2024-08-08T20:14:23.6192630Z setting job-name=macos-py3-arm64 / build 2024-08-08T20:14:23.6677690Z Prepare all required actions 2024-08-08T20:14:23.6678250Z Getting action download info 2024-08-08T20:14:23.7709860Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-08-08T20:14:24.1742810Z ##[group]Run ./.github/actions/filter-test-configs 2024-08-08T20:14:24.1743120Z with: 2024-08-08T20:14:24.1743410Z github-token: *** 2024-08-08T20:14:24.1744200Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 3, runner: "macos-m1-stable" }, { config: "default", shard: 2, num_shards: 3, runner: "macos-m1-stable" }, { config: "default", shard: 3, num_shards: 3, runner: "macos-m1-stable" }, ]} 2024-08-08T20:14:24.1745040Z job-name: macos-py3-arm64 / build 2024-08-08T20:14:24.1745260Z env: 2024-08-08T20:14:24.1745430Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-08T20:14:24.1745660Z SCCACHE_USE_GHA: false 2024-08-08T20:14:24.1746540Z 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-08-08T20:14:24.1747490Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-08T20:14:24.1747950Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:14:24.1748440Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:14:24.1749210Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 --no-capture-output 2024-08-08T20:14:24.1750240Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:14:24.1750920Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2024-08-08T20:14:24.1751210Z SCCACHE_S3_KEY_PREFIX: trunk 2024-08-08T20:14:24.1751430Z ##[endgroup] 2024-08-08T20:14:24.1786230Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-08-08T20:14:24.1786570Z with: 2024-08-08T20:14:24.1786710Z shell: bash 2024-08-08T20:14:24.1786870Z timeout_minutes: 10 2024-08-08T20:14:24.1787060Z max_attempts: 5 2024-08-08T20:14:24.1787230Z retry_wait_seconds: 30 2024-08-08T20:14:24.1787930Z command: set -eux # PyYAML 6.0 doesn't work with MacOS x86 anymore # This must run on Python-3.7 (AmazonLinux2) so can't use request=3.32.2 python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-08-08T20:14:24.1788670Z polling_interval_seconds: 1 2024-08-08T20:14:24.1788880Z warning_on_retry: true 2024-08-08T20:14:24.1789080Z continue_on_error: false 2024-08-08T20:14:24.1789260Z env: 2024-08-08T20:14:24.1789430Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-08T20:14:24.1789660Z SCCACHE_USE_GHA: false 2024-08-08T20:14:24.1790490Z 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-08-08T20:14:24.1791450Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-08T20:14:24.1791900Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:14:24.1792380Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:14:24.1793150Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 --no-capture-output 2024-08-08T20:14:24.1794180Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:14:24.1794860Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2024-08-08T20:14:24.1795150Z SCCACHE_S3_KEY_PREFIX: trunk 2024-08-08T20:14:24.1795580Z GITHUB_TOKEN: *** 2024-08-08T20:14:24.1796090Z ##[endgroup] 2024-08-08T20:14:24.2511090Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-08-08T20:14:24.5890640Z Requirement already satisfied: requests==2.27.1 in /Users/ec2-user/runner/_work/_temp/miniconda/lib/python3.9/site-packages (2.27.1) 2024-08-08T20:14:24.5900390Z Requirement already satisfied: pyyaml==6.0.1 in /Users/ec2-user/runner/_work/_temp/miniconda/lib/python3.9/site-packages (6.0.1) 2024-08-08T20:14:24.5943720Z Requirement already satisfied: charset-normalizer~=2.0.0 in /Users/ec2-user/runner/_work/_temp/miniconda/lib/python3.9/site-packages (from requests==2.27.1) (2.0.4) 2024-08-08T20:14:24.5946510Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /Users/ec2-user/runner/_work/_temp/miniconda/lib/python3.9/site-packages (from requests==2.27.1) (1.26.14) 2024-08-08T20:14:24.5950020Z Requirement already satisfied: certifi>=2017.4.17 in /Users/ec2-user/runner/_work/_temp/miniconda/lib/python3.9/site-packages (from requests==2.27.1) (2022.12.7) 2024-08-08T20:14:24.5956090Z Requirement already satisfied: idna<4,>=2.5 in /Users/ec2-user/runner/_work/_temp/miniconda/lib/python3.9/site-packages (from requests==2.27.1) (3.4) 2024-08-08T20:14:25.2535460Z Command completed after 1 attempt(s). 2024-08-08T20:14:25.2671530Z ##[group]Run set -x 2024-08-08T20:14:25.2672420Z set -x 2024-08-08T20:14:25.2673200Z  2024-08-08T20:14:25.2674460Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-08-08T20:14:25.2676240Z # in runner workspace 2024-08-08T20:14:25.2677390Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-08-08T20:14:25.2748250Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-08T20:14:25.2749100Z env: 2024-08-08T20:14:25.2749630Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-08T20:14:25.2750370Z SCCACHE_USE_GHA: false 2024-08-08T20:14:25.2752850Z 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-08-08T20:14:25.2755920Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-08T20:14:25.2757370Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:14:25.2758830Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:14:25.2761190Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 --no-capture-output 2024-08-08T20:14:25.2764200Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:14:25.2766940Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2024-08-08T20:14:25.2767840Z SCCACHE_S3_KEY_PREFIX: trunk 2024-08-08T20:14:25.2768480Z ##[endgroup] 2024-08-08T20:14:25.3504690Z + python3 /Users/ec2-user/runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2024-08-08T20:14:25.3673210Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-08-08T20:14:25.3673590Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-08-08T20:14:25.3673890Z echo "Job name: ${JOB_NAME}" 2024-08-08T20:14:25.3674160Z  2024-08-08T20:14:25.3674520Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-08-08T20:14:25.3674970Z # in runner workspace 2024-08-08T20:14:25.3675360Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-08-08T20:14:25.3675790Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-08-08T20:14:25.3676070Z  --job-name "${JOB_NAME}" \ 2024-08-08T20:14:25.3676360Z  --test-matrix "{ include: [ 2024-08-08T20:14:25.3676780Z  { config: "default", shard: 1, num_shards: 3, runner: "macos-m1-stable" }, 2024-08-08T20:14:25.3677870Z  { config: "default", shard: 2, num_shards: 3, runner: "macos-m1-stable" }, 2024-08-08T20:14:25.3678400Z  { config: "default", shard: 3, num_shards: 3, runner: "macos-m1-stable" }, 2024-08-08T20:14:25.3678840Z ]} 2024-08-08T20:14:25.3679010Z " \ 2024-08-08T20:14:25.3679230Z  --selected-test-configs "" \ 2024-08-08T20:14:25.3679520Z  --pr-number "${PR_NUMBER}" \ 2024-08-08T20:14:25.3679800Z  --tag "${TAG}" \ 2024-08-08T20:14:25.3680050Z  --event-name "${EVENT_NAME}" \ 2024-08-08T20:14:25.3680330Z  --schedule "${SCHEDULE}" \ 2024-08-08T20:14:25.3680610Z  --branch "${HEAD_BRANCH}" 2024-08-08T20:14:25.3699050Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-08T20:14:25.3699420Z env: 2024-08-08T20:14:25.3699600Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-08T20:14:25.3699880Z SCCACHE_USE_GHA: false 2024-08-08T20:14:25.3700740Z 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-08-08T20:14:25.3701730Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-08T20:14:25.3702200Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:14:25.3702720Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:14:25.3703500Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 --no-capture-output 2024-08-08T20:14:25.3712150Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:14:25.3712870Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2024-08-08T20:14:25.3713170Z SCCACHE_S3_KEY_PREFIX: trunk 2024-08-08T20:14:25.3713540Z GITHUB_TOKEN: *** 2024-08-08T20:14:25.3713750Z JOB_NAME: macos-py3-arm64 / build 2024-08-08T20:14:25.3713980Z PR_NUMBER: 2024-08-08T20:14:25.3714150Z TAG: ciflow/trunk/132710 2024-08-08T20:14:25.3714350Z EVENT_NAME: push 2024-08-08T20:14:25.3714520Z SCHEDULE: 2024-08-08T20:14:25.3714680Z HEAD_BRANCH: 2024-08-08T20:14:25.3714840Z ##[endgroup] 2024-08-08T20:14:25.4148060Z Workflow: trunk 2024-08-08T20:14:25.4148550Z Job name: macos-py3-arm64 / build 2024-08-08T20:14:25.6986980Z INFO:root:Found no test-config label on the PR, so all test configs are included 2024-08-08T20:14:25.9589590Z ##[group]Run echo "Filtered matrix:" 2024-08-08T20:14:25.9589870Z echo "Filtered matrix:" 2024-08-08T20:14:25.9590760Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 3, "runner": "macos-m1-stable"}, {"config": "default", "shard": 2, "num_shards": 3, "runner": "macos-m1-stable"}, {"config": "default", "shard": 3, "num_shards": 3, "runner": "macos-m1-stable"}]}" 2024-08-08T20:14:25.9591670Z  2024-08-08T20:14:25.9591850Z echo 2024-08-08T20:14:25.9592090Z echo "Is the current job unstable? False" 2024-08-08T20:14:25.9592440Z  2024-08-08T20:14:25.9592600Z echo 2024-08-08T20:14:25.9592820Z echo "Is keep-going label set? False" 2024-08-08T20:14:25.9593100Z  2024-08-08T20:14:25.9593270Z echo 2024-08-08T20:14:25.9593470Z echo "Renabled issues? " 2024-08-08T20:14:25.9611880Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-08T20:14:25.9612190Z env: 2024-08-08T20:14:25.9612380Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-08T20:14:25.9620710Z SCCACHE_USE_GHA: false 2024-08-08T20:14:25.9621610Z 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-08-08T20:14:25.9622790Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-08T20:14:25.9623370Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:14:25.9623870Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:14:25.9624660Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 --no-capture-output 2024-08-08T20:14:25.9625700Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:14:25.9626390Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2024-08-08T20:14:25.9626700Z SCCACHE_S3_KEY_PREFIX: trunk 2024-08-08T20:14:25.9626930Z ##[endgroup] 2024-08-08T20:14:26.0062870Z Filtered matrix: 2024-08-08T20:14:26.0065610Z {include: [{config: default, shard: 1, num_shards: 3, runner: macos-m1-stable}, {config: default, shard: 2, num_shards: 3, runner: macos-m1-stable}, {config: default, shard: 3, num_shards: 3, runner: macos-m1-stable}]} 2024-08-08T20:14:26.0067770Z 2024-08-08T20:14:26.0068100Z Is the current job unstable? False 2024-08-08T20:14:26.0068610Z 2024-08-08T20:14:26.0069100Z Is keep-going label set? False 2024-08-08T20:14:26.0069550Z 2024-08-08T20:14:26.0069790Z Renabled issues? 2024-08-08T20:14:26.0100870Z ##[group]Run echo "CMAKE_PREFIX_PATH=${CONDA_PREFIX:-"$(dirname "$(which conda)")/../"}" >> "${GITHUB_ENV}" 2024-08-08T20:14:26.0101560Z echo "CMAKE_PREFIX_PATH=${CONDA_PREFIX:-"$(dirname "$(which conda)")/../"}" >> "${GITHUB_ENV}" 2024-08-08T20:14:26.0102000Z  2024-08-08T20:14:26.0102190Z if [[ -n "$CONDA_ENV" ]]; then 2024-08-08T20:14:26.0102500Z  # Use binaries under conda environment 2024-08-08T20:14:26.0102880Z  export PATH="$CONDA_ENV/bin":$PATH 2024-08-08T20:14:26.0103150Z fi 2024-08-08T20:14:26.0103320Z  2024-08-08T20:14:26.0111390Z # NB: Same trick as Linux, there is no need to initialize sccache with the risk of getting 2024-08-08T20:14:26.0112010Z # it hangs or timeout at initialization. The cache will be started automatically 2024-08-08T20:14:26.0112470Z export SKIP_SCCACHE_INITIALIZATION=1 2024-08-08T20:14:26.0112830Z ${CONDA_RUN} .ci/pytorch/macos-build.sh 2024-08-08T20:14:26.0130770Z shell: /bin/bash -e {0} 2024-08-08T20:14:26.0130960Z env: 2024-08-08T20:14:26.0131150Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-08T20:14:26.0131420Z SCCACHE_USE_GHA: false 2024-08-08T20:14:26.0132290Z 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-08-08T20:14:26.0133270Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-08T20:14:26.0133740Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:14:26.0134250Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:14:26.0135040Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 --no-capture-output 2024-08-08T20:14:26.0136100Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:14:26.0136810Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2024-08-08T20:14:26.0137130Z SCCACHE_S3_KEY_PREFIX: trunk 2024-08-08T20:14:26.0137370Z OUR_GITHUB_JOB_ID: 28537067655 2024-08-08T20:14:26.0137610Z ##[endgroup] 2024-08-08T20:14:26.7042140Z +++ [[ macos-py3-arm64 == *rocm* ]] 2024-08-08T20:14:26.7042580Z +++ BUILD_TEST_LIBTORCH=0 2024-08-08T20:14:26.7045490Z ++ sysctl -a 2024-08-08T20:14:26.7046940Z ++ grep machdep.cpu 2024-08-08T20:14:26.7227240Z machdep.cpu.cores_per_package: 8 2024-08-08T20:14:26.7227810Z machdep.cpu.core_count: 8 2024-08-08T20:14:26.7228070Z machdep.cpu.logical_per_package: 8 2024-08-08T20:14:26.7228360Z machdep.cpu.thread_count: 8 2024-08-08T20:14:26.7228610Z machdep.cpu.brand_string: Apple M1 2024-08-08T20:14:26.7228920Z ++ export MACOSX_DEPLOYMENT_TARGET=11.1 2024-08-08T20:14:26.7229210Z ++ MACOSX_DEPLOYMENT_TARGET=11.1 2024-08-08T20:14:26.7229490Z ++ export CXX=clang++ 2024-08-08T20:14:26.7229720Z ++ CXX=clang++ 2024-08-08T20:14:26.7229920Z ++ export CC=clang 2024-08-08T20:14:26.7230200Z ++ CC=clang 2024-08-08T20:14:26.7233130Z ++ dirname .ci/pytorch/macos-build.sh 2024-08-08T20:14:26.7241910Z + source .ci/pytorch/common-build.sh 2024-08-08T20:14:26.7243030Z ++ [[ macos-py3-arm64 != *win-* ]] 2024-08-08T20:14:26.7247860Z ++++ dirname .ci/pytorch/common-build.sh 2024-08-08T20:14:26.7259450Z +++ cd .ci/pytorch 2024-08-08T20:14:26.7259790Z +++ pwd -P 2024-08-08T20:14:26.7261530Z ++ script_dir=/Users/ec2-user/runner/_work/pytorch/pytorch/.ci/pytorch 2024-08-08T20:14:26.7261950Z ++ which sccache 2024-08-08T20:14:26.7272130Z ++ sccache --stop-server 2024-08-08T20:14:26.7389360Z ++ true 2024-08-08T20:14:26.7389640Z ++ rm -f /Users/ec2-user/sccache_error.log 2024-08-08T20:14:26.7474340Z ++ trap_add sccache_epilogue EXIT 2024-08-08T20:14:26.7474640Z ++ trap_add_cmd=sccache_epilogue 2024-08-08T20:14:26.7474880Z ++ shift 2024-08-08T20:14:26.7475640Z ++ for trap_add_name in '"$@"' 2024-08-08T20:14:26.7479900Z ++++ trap -p EXIT 2024-08-08T20:14:26.7481300Z +++ eval 'extract_trap_cmd ' 2024-08-08T20:14:26.7481550Z ++++ extract_trap_cmd 2024-08-08T20:14:26.7481770Z ++++ printf '%s\n' '' 2024-08-08T20:14:26.7482040Z +++ printf '%s\n' sccache_epilogue 2024-08-08T20:14:26.7483100Z ++ trap -- ' 2024-08-08T20:14:26.7483450Z sccache_epilogue' EXIT 2024-08-08T20:14:26.7483820Z Skipping sccache server initialization, setting environment variables 2024-08-08T20:14:26.7484270Z ++ [[ -n 1 ]] 2024-08-08T20:14:26.7484680Z ++ echo 'Skipping sccache server initialization, setting environment variables' 2024-08-08T20:14:26.7485150Z ++ export SCCACHE_IDLE_TIMEOUT=0 2024-08-08T20:14:26.7485400Z ++ SCCACHE_IDLE_TIMEOUT=0 2024-08-08T20:14:26.7485760Z ++ export SCCACHE_ERROR_LOG=/Users/ec2-user/sccache_error.log 2024-08-08T20:14:26.7486180Z ++ SCCACHE_ERROR_LOG=/Users/ec2-user/sccache_error.log 2024-08-08T20:14:26.7493990Z ++ export RUST_LOG=sccache::server=error 2024-08-08T20:14:26.7494270Z ++ RUST_LOG=sccache::server=error 2024-08-08T20:14:26.7494550Z ++ sccache --zero-stats 2024-08-08T20:14:27.1859470Z Compile requests 0 2024-08-08T20:14:27.1860510Z Compile requests executed 0 2024-08-08T20:14:27.1861430Z Cache hits 0 2024-08-08T20:14:27.1862350Z Cache misses 0 2024-08-08T20:14:27.1863150Z Cache timeouts 0 2024-08-08T20:14:27.1863890Z Cache read errors 0 2024-08-08T20:14:27.1864650Z Forced recaches 0 2024-08-08T20:14:27.1865410Z Cache write errors 0 2024-08-08T20:14:27.1866260Z Compilation failures 0 2024-08-08T20:14:27.1867030Z Cache errors 0 2024-08-08T20:14:27.1868030Z Non-cacheable compilations 0 2024-08-08T20:14:27.1868900Z Non-cacheable calls 0 2024-08-08T20:14:27.1869750Z Non-compilation calls 0 2024-08-08T20:14:27.1870580Z Unsupported compiler calls 0 2024-08-08T20:14:27.1871390Z Average cache write 0.000 s 2024-08-08T20:14:27.1872230Z Average compiler 0.000 s 2024-08-08T20:14:27.1873010Z Average cache read hit 0.000 s 2024-08-08T20:14:27.1873800Z Failed distributed compilations 0 2024-08-08T20:14:27.1875180Z Cache location s3, name: ossci-compiler-cache-circleci-v2, prefix: /trunk/ 2024-08-08T20:14:27.1876460Z Version (client) 0.4.1 2024-08-08T20:14:27.1877220Z ++ which ccache 2024-08-08T20:14:27.1901320Z + '[' -z true ']' 2024-08-08T20:14:27.1902240Z + which sccache 2024-08-08T20:14:27.1933440Z ++ mktemp -d 2024-08-08T20:14:27.2028870Z + tmp_dir=/var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.GqRrwBco8y 2024-08-08T20:14:27.2029850Z + trap 'rm -rfv ${tmp_dir}' EXIT 2024-08-08T20:14:27.2030790Z + write_sccache_stub /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.GqRrwBco8y/clang++ 2024-08-08T20:14:27.2032100Z + output=/var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.GqRrwBco8y/clang++ 2024-08-08T20:14:27.2035130Z ++ basename /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.GqRrwBco8y/clang++ 2024-08-08T20:14:27.2069100Z + binary=clang++ 2024-08-08T20:14:27.2074180Z ++ which clang++ 2024-08-08T20:14:27.2092920Z ++ which clang++ 2024-08-08T20:14:27.2109230Z + printf '#!/bin/sh\nif [ $(ps auxc $(ps auxc -o ppid $$ | grep $$ | rev | cut -d'\'' '\'' -f1 | rev) | tr '\''\\n'\'' '\'' '\'' | rev | cut -d'\'' '\'' -f2 | rev) != sccache ]; then\n exec sccache %s "$@"\nelse\n exec %s "$@"\nfi' /usr/bin/clang++ /usr/bin/clang++ 2024-08-08T20:14:27.2111130Z + chmod a+x /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.GqRrwBco8y/clang++ 2024-08-08T20:14:27.2174340Z + write_sccache_stub /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.GqRrwBco8y/clang 2024-08-08T20:14:27.2175350Z + output=/var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.GqRrwBco8y/clang 2024-08-08T20:14:27.2179310Z ++ basename /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.GqRrwBco8y/clang 2024-08-08T20:14:27.2193800Z + binary=clang 2024-08-08T20:14:27.2198140Z ++ which clang 2024-08-08T20:14:27.2214230Z ++ which clang 2024-08-08T20:14:27.2226500Z + printf '#!/bin/sh\nif [ $(ps auxc $(ps auxc -o ppid $$ | grep $$ | rev | cut -d'\'' '\'' -f1 | rev) | tr '\''\\n'\'' '\'' '\'' | rev | cut -d'\'' '\'' -f2 | rev) != sccache ]; then\n exec sccache %s "$@"\nelse\n exec %s "$@"\nfi' /usr/bin/clang /usr/bin/clang 2024-08-08T20:14:27.2227940Z + chmod a+x /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.GqRrwBco8y/clang 2024-08-08T20:14:27.2244380Z + export PATH=/var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.GqRrwBco8y:/Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/bin:/usr/local/bin:/Users/ec2-user/runner/_work/_temp/miniconda/bin:/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-08-08T20:14:27.2248890Z + PATH=/var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.GqRrwBco8y:/Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/bin:/usr/local/bin:/Users/ec2-user/runner/_work/_temp/miniconda/bin:/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-08-08T20:14:27.2251130Z + print_cmake_info 2024-08-08T20:14:27.2251390Z ++ which cmake 2024-08-08T20:14:27.2259650Z + CMAKE_EXEC=/Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/bin/cmake 2024-08-08T20:14:27.2260530Z + echo /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/bin/cmake 2024-08-08T20:14:27.2269550Z /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/bin/cmake 2024-08-08T20:14:27.2270420Z ++ dirname /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/bin/cmake 2024-08-08T20:14:27.2275110Z + CONDA_INSTALLATION_DIR=/Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/bin 2024-08-08T20:14:27.2276020Z + ls -la /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/bin/../lib 2024-08-08T20:14:27.2348740Z total 181384 2024-08-08T20:14:27.2349160Z drwxr-xr-x 229 ec2-user staff 7328 Aug 8 20:14 . 2024-08-08T20:14:27.2349670Z drwxr-xr-x 13 ec2-user staff 416 Aug 8 20:14 .. 2024-08-08T20:14:27.2350190Z -rw-r--r-- 2 ec2-user staff 154497 May 3 21:11 Tk.icns 2024-08-08T20:14:27.2350700Z -rw-r--r-- 2 ec2-user staff 53684 May 3 21:11 Tk.tiff 2024-08-08T20:14:27.2351200Z drwxr-xr-x 3 ec2-user staff 96 Aug 8 20:14 clang 2024-08-08T20:14:27.2351940Z drwxr-xr-x 8 ec2-user staff 256 Aug 8 20:14 cmake 2024-08-08T20:14:27.2352480Z drwxr-xr-x 4 ec2-user staff 128 Aug 8 20:14 engines-1.1 2024-08-08T20:14:27.2353030Z drwxr-xr-x 9 ec2-user staff 288 Aug 8 20:14 itcl4.2.4 2024-08-08T20:14:27.2353560Z drwxr-xr-x 3 ec2-user staff 96 Aug 8 20:14 krb5 2024-08-08T20:14:27.2354090Z -rwxr-xr-x 2 ec2-user staff 471088 Oct 29 2021 libLerc.dylib 2024-08-08T20:14:27.2354790Z lrwxr-xr-x 1 ec2-user staff 17 Aug 8 20:14 libblas.dylib -> libopenblas.dylib 2024-08-08T20:14:27.2355450Z -rwxr-xr-x 2 ec2-user staff 125200 Apr 30 20:56 libbz2.1.0.8.dylib 2024-08-08T20:14:27.2355990Z -rw-r--r-- 2 ec2-user staff 202304 Apr 30 20:56 libbz2.a 2024-08-08T20:14:27.2356620Z lrwxr-xr-x 1 ec2-user staff 18 Aug 8 20:14 libbz2.dylib -> libbz2.1.0.8.dylib 2024-08-08T20:14:27.2357260Z -rwxr-xr-x 3 ec2-user staff 1010816 Sep 8 2022 libc++.1.0.dylib 2024-08-08T20:14:27.2357890Z lrwxr-xr-x 1 ec2-user staff 16 Aug 8 20:14 libc++.1.dylib -> libc++.1.0.dylib 2024-08-08T20:14:27.2358490Z -rw-r--r-- 3 ec2-user staff 1393600 Sep 8 2022 libc++.a 2024-08-08T20:14:27.2359100Z lrwxr-xr-x 1 ec2-user staff 16 Aug 8 20:14 libc++.dylib -> libc++.1.0.dylib 2024-08-08T20:14:27.2359990Z -rw-r--r-- 3 ec2-user staff 7208 Sep 8 2022 libc++experimental.a 2024-08-08T20:14:27.2360610Z -rwxr-xr-x 2 ec2-user staff 127888 Sep 5 2023 libcares.2.6.1.dylib 2024-08-08T20:14:27.2361290Z lrwxr-xr-x 1 ec2-user staff 20 Aug 8 20:14 libcares.2.dylib -> libcares.2.6.1.dylib 2024-08-08T20:14:27.2362010Z lrwxr-xr-x 1 ec2-user staff 20 Aug 8 20:14 libcares.dylib -> libcares.2.6.1.dylib 2024-08-08T20:14:27.2362730Z lrwxr-xr-x 1 ec2-user staff 17 Aug 8 20:14 libcblas.dylib -> libopenblas.dylib 2024-08-08T20:14:27.2363380Z -rwxr-xr-x 2 ec2-user staff 67456 Apr 30 13:25 libcharset.1.dylib 2024-08-08T20:14:27.2363940Z -rw-r--r-- 2 ec2-user staff 2848 Apr 30 13:25 libcharset.a 2024-08-08T20:14:27.2364570Z lrwxr-xr-x 1 ec2-user staff 18 Aug 8 20:14 libcharset.dylib -> libcharset.1.dylib 2024-08-08T20:14:27.2365230Z -rwxr-xr-x 2 ec2-user staff 69344 Jun 16 2023 libcom_err.3.0.dylib 2024-08-08T20:14:27.2365900Z lrwxr-xr-x 1 ec2-user staff 20 Aug 8 20:14 libcom_err.3.dylib -> libcom_err.3.0.dylib 2024-08-08T20:14:27.2366640Z lrwxr-xr-x 1 ec2-user staff 20 Aug 8 20:14 libcom_err.dylib -> libcom_err.3.0.dylib 2024-08-08T20:14:27.2367300Z -rwxr-xr-x 1 ec2-user staff 2275056 Aug 8 20:14 libcrypto.1.1.dylib 2024-08-08T20:14:27.2367860Z -rw-r--r--@ 1 ec2-user staff 3968520 Aug 8 20:14 libcrypto.a 2024-08-08T20:14:27.2368500Z lrwxr-xr-x 1 ec2-user staff 19 Aug 8 20:14 libcrypto.dylib -> libcrypto.1.1.dylib 2024-08-08T20:14:27.2369060Z + export CMAKE_EXEC 2024-08-08T20:14:27.2369750Z + install_name_tool -add_rpath @executable_path/../lib /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/bin/cmake 2024-08-08T20:14:27.2370550Z -rwxr-xr-x 1 ec2-user staff 678112 Aug 8 20:14 libcurl.4.dylib 2024-08-08T20:14:27.2371180Z lrwxr-xr-x 1 ec2-user staff 15 Aug 8 20:14 libcurl.dylib -> libcurl.4.dylib 2024-08-08T20:14:27.2371820Z -rwxr-xr-x 2 ec2-user staff 103920 Sep 29 2023 libdeflate.0.dylib 2024-08-08T20:14:27.2372480Z lrwxr-xr-x 1 ec2-user staff 18 Aug 8 20:14 libdeflate.dylib -> libdeflate.0.dylib 2024-08-08T20:14:27.2373120Z -rwxr-xr-x 2 ec2-user staff 229728 Dec 19 2023 libedit.0.dylib 2024-08-08T20:14:27.2373670Z -rw-r--r-- 2 ec2-user staff 287296 Dec 19 2023 libedit.a 2024-08-08T20:14:27.2374280Z lrwxr-xr-x 1 ec2-user staff 15 Aug 8 20:14 libedit.dylib -> libedit.0.dylib 2024-08-08T20:14:27.2374900Z -rwxr-xr-x 2 ec2-user staff 92016 Aug 14 2021 libev.4.dylib 2024-08-08T20:14:27.2375530Z lrwxr-xr-x 1 ec2-user staff 13 Aug 8 20:14 libev.dylib -> libev.4.dylib 2024-08-08T20:14:27.2376250Z -rwxr-xr-x 2 ec2-user staff 199040 Apr 19 12:50 libexpat.1.9.2.dylib 2024-08-08T20:14:27.2376920Z lrwxr-xr-x 1 ec2-user staff 20 Aug 8 20:14 libexpat.1.dylib -> libexpat.1.9.2.dylib 2024-08-08T20:14:27.2377550Z -rw-r--r-- 2 ec2-user staff 193616 Apr 19 12:50 libexpat.a 2024-08-08T20:14:27.2378180Z lrwxr-xr-x 1 ec2-user staff 20 Aug 8 20:14 libexpat.dylib -> libexpat.1.9.2.dylib 2024-08-08T20:14:27.2378880Z lrwxr-xr-x 1 ec2-user staff 14 Aug 8 20:14 libffi.7.dylib -> libffi.8.dylib 2024-08-08T20:14:27.2379500Z -rwxr-xr-x 2 ec2-user staff 120624 Apr 30 13:24 libffi.8.dylib 2024-08-08T20:14:27.2380040Z -rw-r--r-- 2 ec2-user staff 54584 Apr 30 13:24 libffi.a 2024-08-08T20:14:27.2380630Z lrwxr-xr-x 1 ec2-user staff 14 Aug 8 20:14 libffi.dylib -> libffi.8.dylib 2024-08-08T20:14:27.2381310Z lrwxr-xr-x 1 ec2-user staff 16 Aug 8 20:14 libform.6.dylib -> libformw.6.dylib 2024-08-08T20:14:27.2381980Z lrwxr-xr-x 1 ec2-user staff 10 Aug 8 20:14 libform.a -> libformw.a 2024-08-08T20:14:27.2382640Z lrwxr-xr-x 1 ec2-user staff 16 Aug 8 20:14 libform.dylib -> libformw.6.dylib 2024-08-08T20:14:27.2383270Z -rwxr-xr-x 3 ec2-user staff 113712 Jan 26 2023 libformw.6.dylib 2024-08-08T20:14:27.2383970Z -rw-r--r-- 3 ec2-user staff 100944 Jan 26 2023 libformw.a 2024-08-08T20:14:27.2384590Z lrwxr-xr-x 1 ec2-user staff 16 Aug 8 20:14 libformw.dylib -> libformw.6.dylib 2024-08-08T20:14:27.2385240Z -rwxr-xr-x 2 ec2-user staff 735296 Oct 26 2022 libfreetype.6.dylib 2024-08-08T20:14:27.2385820Z -rw-r--r-- 2 ec2-user staff 882072 Oct 26 2022 libfreetype.a 2024-08-08T20:14:27.2386480Z lrwxr-xr-x 1 ec2-user staff 19 Aug 8 20:14 libfreetype.dylib -> libfreetype.6.dylib 2024-08-08T20:14:27.2387150Z -rw-r--r-- 2 ec2-user staff 143664 Oct 11 2022 libgcc_s.1.1.dylib 2024-08-08T20:14:27.2387730Z -rwxr-xr-x 2 ec2-user staff 3717456 Oct 11 2022 libgfortran.5.dylib 2024-08-08T20:14:27.2388410Z lrwxr-xr-x 1 ec2-user staff 19 Aug 8 20:14 libgfortran.dylib -> libgfortran.5.dylib 2024-08-08T20:14:27.2389070Z -rwxr-xr-x 2 ec2-user staff 105728 Feb 21 2023 libgif.7.2.0.dylib 2024-08-08T20:14:27.2389710Z lrwxr-xr-x 1 ec2-user staff 18 Aug 8 20:14 libgif.7.dylib -> libgif.7.2.0.dylib 2024-08-08T20:14:27.2390410Z lrwxr-xr-x 1 ec2-user staff 18 Aug 8 20:14 libgif.dylib -> libgif.7.2.0.dylib 2024-08-08T20:14:27.2391080Z lrwxr-xr-x 1 ec2-user staff 12 Aug 8 20:14 libgomp.1.dylib -> libomp.dylib 2024-08-08T20:14:27.2391710Z lrwxr-xr-x 1 ec2-user staff 12 Aug 8 20:14 libgomp.dylib -> libomp.dylib 2024-08-08T20:14:27.2392320Z -rwxr-xr-x 1 ec2-user staff 333152 Aug 8 20:14 libgssapi_krb5.2.2.dylib 2024-08-08T20:14:27.2393040Z lrwxr-xr-x 1 ec2-user staff 24 Aug 8 20:14 libgssapi_krb5.2.dylib -> libgssapi_krb5.2.2.dylib 2024-08-08T20:14:27.2393790Z lrwxr-xr-x 1 ec2-user staff 24 Aug 8 20:14 libgssapi_krb5.dylib -> libgssapi_krb5.2.2.dylib 2024-08-08T20:14:27.2394440Z -rwxr-xr-x 2 ec2-user staff 153488 Jun 16 2023 libgssrpc.4.2.dylib 2024-08-08T20:14:27.2395060Z lrwxr-xr-x 1 ec2-user staff 19 Aug 8 20:14 libgssrpc.4.dylib -> libgssrpc.4.2.dylib 2024-08-08T20:14:27.2395750Z lrwxr-xr-x 1 ec2-user staff 19 Aug 8 20:14 libgssrpc.dylib -> libgssrpc.4.2.dylib 2024-08-08T20:14:27.2396390Z -rwxr-xr-x 3 ec2-user staff 91184 Oct 24 2022 libhistory.8.2.dylib 2024-08-08T20:14:27.2397050Z lrwxr-xr-x 1 ec2-user staff 20 Aug 8 20:14 libhistory.8.dylib -> libhistory.8.2.dylib 2024-08-08T20:14:27.2397770Z -rw-r--r-- 3 ec2-user staff 48392 Oct 24 2022 libhistory.a 2024-08-08T20:14:27.2398380Z lrwxr-xr-x 1 ec2-user staff 20 Aug 8 20:14 libhistory.dylib -> libhistory.8.2.dylib 2024-08-08T20:14:27.2405520Z -rwxr-xr-x 2 ec2-user staff 1015200 Apr 30 13:25 libiconv.2.dylib 2024-08-08T20:14:27.2406250Z -rw-r--r-- 2 ec2-user staff 980096 Apr 30 13:25 libiconv.a 2024-08-08T20:14:27.2406830Z lrwxr-xr-x 1 ec2-user staff 16 Aug 8 20:14 libiconv.dylib -> libiconv.2.dylib 2024-08-08T20:14:27.2407480Z lrwxr-xr-x 1 ec2-user staff 12 Aug 8 20:14 libiomp5.dylib -> libomp.dylib 2024-08-08T20:14:27.2408060Z -rwxr-xr-x 2 ec2-user staff 284352 Aug 5 15:44 libjpeg.9.dylib 2024-08-08T20:14:27.2408570Z -rw-r--r-- 2 ec2-user staff 303552 Aug 5 15:44 libjpeg.a 2024-08-08T20:14:27.2409130Z lrwxr-xr-x 1 ec2-user staff 15 Aug 8 20:14 libjpeg.dylib -> libjpeg.9.dylib 2024-08-08T20:14:27.2409750Z -rwxr-xr-x 2 ec2-user staff 113520 Jun 16 2023 libk5crypto.3.1.dylib 2024-08-08T20:14:27.2410410Z lrwxr-xr-x 1 ec2-user staff 21 Aug 8 20:14 libk5crypto.3.dylib -> libk5crypto.3.1.dylib 2024-08-08T20:14:27.2411130Z lrwxr-xr-x 1 ec2-user staff 21 Aug 8 20:14 libk5crypto.dylib -> libk5crypto.3.1.dylib 2024-08-08T20:14:27.2411870Z lrwxr-xr-x 1 ec2-user staff 27 Aug 8 20:14 libkadm5clnt.dylib -> libkadm5clnt_mit.12.0.dylib 2024-08-08T20:14:27.2412560Z -rwxr-xr-x 1 ec2-user staff 134880 Aug 8 20:14 libkadm5clnt_mit.12.0.dylib 2024-08-08T20:14:27.2413280Z lrwxr-xr-x 1 ec2-user staff 27 Aug 8 20:14 libkadm5clnt_mit.12.dylib -> libkadm5clnt_mit.12.0.dylib 2024-08-08T20:14:27.2414280Z lrwxr-xr-x 1 ec2-user staff 27 Aug 8 20:14 libkadm5clnt_mit.dylib -> libkadm5clnt_mit.12.0.dylib 2024-08-08T20:14:27.2415060Z lrwxr-xr-x 1 ec2-user staff 26 Aug 8 20:14 libkadm5srv.dylib -> libkadm5srv_mit.12.0.dylib 2024-08-08T20:14:27.2415730Z -rwxr-xr-x 1 ec2-user staff 154944 Aug 8 20:14 libkadm5srv_mit.12.0.dylib 2024-08-08T20:14:27.2416430Z lrwxr-xr-x 1 ec2-user staff 26 Aug 8 20:14 libkadm5srv_mit.12.dylib -> libkadm5srv_mit.12.0.dylib 2024-08-08T20:14:27.2417200Z lrwxr-xr-x 1 ec2-user staff 26 Aug 8 20:14 libkadm5srv_mit.dylib -> libkadm5srv_mit.12.0.dylib 2024-08-08T20:14:27.2417850Z -rwxr-xr-x 1 ec2-user staff 132336 Aug 8 20:14 libkdb5.10.0.dylib 2024-08-08T20:14:27.2418460Z lrwxr-xr-x 1 ec2-user staff 18 Aug 8 20:14 libkdb5.10.dylib -> libkdb5.10.0.dylib 2024-08-08T20:14:27.2419110Z lrwxr-xr-x 1 ec2-user staff 18 Aug 8 20:14 libkdb5.dylib -> libkdb5.10.0.dylib 2024-08-08T20:14:27.2419710Z -rwxr-xr-x 2 ec2-user staff 71216 Jun 16 2023 libkrad.0.0.dylib 2024-08-08T20:14:27.2420300Z lrwxr-xr-x 1 ec2-user staff 17 Aug 8 20:14 libkrad.0.dylib -> libkrad.0.0.dylib 2024-08-08T20:14:27.2420950Z lrwxr-xr-x 1 ec2-user staff 17 Aug 8 20:14 libkrad.dylib -> libkrad.0.0.dylib 2024-08-08T20:14:27.2421550Z -rwxr-xr-x 1 ec2-user staff 826304 Aug 8 20:14 libkrb5.3.3.dylib 2024-08-08T20:14:27.2422140Z lrwxr-xr-x 1 ec2-user staff 17 Aug 8 20:14 libkrb5.3.dylib -> libkrb5.3.3.dylib 2024-08-08T20:14:27.2422780Z lrwxr-xr-x 1 ec2-user staff 17 Aug 8 20:14 libkrb5.dylib -> libkrb5.3.3.dylib 2024-08-08T20:14:27.2423420Z -rwxr-xr-x 2 ec2-user staff 93744 Jun 16 2023 libkrb5support.1.1.dylib 2024-08-08T20:14:27.2424130Z lrwxr-xr-x 1 ec2-user staff 24 Aug 8 20:14 libkrb5support.1.dylib -> libkrb5support.1.1.dylib 2024-08-08T20:14:27.2424900Z lrwxr-xr-x 1 ec2-user staff 24 Aug 8 20:14 libkrb5support.dylib -> libkrb5support.1.1.dylib 2024-08-08T20:14:27.2425610Z lrwxr-xr-x 1 ec2-user staff 17 Aug 8 20:14 liblapack.dylib -> libopenblas.dylib 2024-08-08T20:14:27.2426210Z -rwxr-xr-x 2 ec2-user staff 380608 Aug 13 2021 liblcms2.2.dylib 2024-08-08T20:14:27.2426710Z -rw-r--r-- 2 ec2-user staff 529192 Aug 13 2021 liblcms2.a 2024-08-08T20:14:27.2427270Z lrwxr-xr-x 1 ec2-user staff 16 Aug 8 20:14 liblcms2.dylib -> liblcms2.2.dylib 2024-08-08T20:14:27.2427870Z -rwxr-xr-x 2 ec2-user staff 225328 Apr 30 20:56 liblz4.1.9.4.dylib 2024-08-08T20:14:27.2428470Z lrwxr-xr-x 1 ec2-user staff 18 Aug 8 20:14 liblz4.1.dylib -> liblz4.1.9.4.dylib 2024-08-08T20:14:27.2429170Z lrwxr-xr-x 1 ec2-user staff 18 Aug 8 20:14 liblz4.dylib -> liblz4.1.9.4.dylib 2024-08-08T20:14:27.2429750Z -rwxr-xr-x 2 ec2-user staff 217520 Apr 30 21:03 liblzma.5.dylib 2024-08-08T20:14:27.2430260Z -rw-r--r-- 2 ec2-user staff 264344 Apr 30 21:03 liblzma.a 2024-08-08T20:14:27.2430820Z lrwxr-xr-x 1 ec2-user staff 15 Aug 8 20:14 liblzma.dylib -> liblzma.5.dylib 2024-08-08T20:14:27.2431460Z lrwxr-xr-x 1 ec2-user staff 16 Aug 8 20:14 libmenu.6.dylib -> libmenuw.6.dylib 2024-08-08T20:14:27.2432070Z lrwxr-xr-x 1 ec2-user staff 10 Aug 8 20:14 libmenu.a -> libmenuw.a 2024-08-08T20:14:27.2432680Z lrwxr-xr-x 1 ec2-user staff 16 Aug 8 20:14 libmenu.dylib -> libmenuw.6.dylib 2024-08-08T20:14:27.2433260Z -rwxr-xr-x 3 ec2-user staff 73008 Jan 26 2023 libmenuw.6.dylib 2024-08-08T20:14:27.2433770Z -rw-r--r-- 3 ec2-user staff 43824 Jan 26 2023 libmenuw.a 2024-08-08T20:14:27.2434340Z lrwxr-xr-x 1 ec2-user staff 16 Aug 8 20:14 libmenuw.dylib -> libmenuw.6.dylib 2024-08-08T20:14:27.2434980Z lrwxr-xr-x 1 ec2-user staff 15 Aug 8 20:14 libncurses++.a -> libncurses++w.a 2024-08-08T20:14:27.2435560Z -rw-r--r-- 3 ec2-user staff 108432 Jan 26 2023 libncurses++w.a 2024-08-08T20:14:27.2436310Z lrwxr-xr-x 1 ec2-user staff 19 Aug 8 20:14 libncurses.6.dylib -> libncursesw.6.dylib 2024-08-08T20:14:27.2436980Z lrwxr-xr-x 1 ec2-user staff 13 Aug 8 20:14 libncurses.a -> libncursesw.a 2024-08-08T20:14:27.2437630Z lrwxr-xr-x 1 ec2-user staff 19 Aug 8 20:14 libncurses.dylib -> libncursesw.6.dylib 2024-08-08T20:14:27.2438230Z -rwxr-xr-x 1 ec2-user staff 252048 Aug 8 20:14 libncursesw.6.dylib 2024-08-08T20:14:27.2438720Z -rw-r--r-- 3 ec2-user staff 302192 Jan 26 2023 libncursesw.a 2024-08-08T20:14:27.2439280Z lrwxr-xr-x 1 ec2-user staff 19 Aug 8 20:14 libncursesw.dylib -> libncursesw.6.dylib 2024-08-08T20:14:27.2439850Z -rwxr-xr-x 2 ec2-user staff 211216 Jun 16 2023 libnghttp2.14.dylib 2024-08-08T20:14:27.2440430Z lrwxr-xr-x 1 ec2-user staff 19 Aug 8 20:14 libnghttp2.dylib -> libnghttp2.14.dylib 2024-08-08T20:14:27.2440970Z -rwxr-xr-x 2 ec2-user staff 763440 Sep 8 2022 libomp.dylib 2024-08-08T20:14:27.2441570Z lrwxr-xr-x 1 ec2-user staff 26 Aug 8 20:14 libopenblas.0.dylib -> libopenblasp-r0.3.21.dylib 2024-08-08T20:14:27.2442160Z -rwxr-xr-x 2 ec2-user staff 23144528 Oct 4 2022 libopenblas.dylib 2024-08-08T20:14:27.2442700Z -rwxr-xr-x 2 ec2-user staff 23144560 Oct 4 2022 libopenblasp-r0.3.21.dylib 2024-08-08T20:14:27.2443240Z -rwxr-xr-x 2 ec2-user staff 392240 Aug 5 15:44 libopenjp2.2.5.2.dylib 2024-08-08T20:14:27.2443840Z lrwxr-xr-x 1 ec2-user staff 22 Aug 8 20:14 libopenjp2.7.dylib -> libopenjp2.2.5.2.dylib 2024-08-08T20:14:27.2444400Z -rw-r--r-- 2 ec2-user staff 431472 Aug 5 15:44 libopenjp2.a 2024-08-08T20:14:27.2444960Z lrwxr-xr-x 1 ec2-user staff 22 Aug 8 20:14 libopenjp2.dylib -> libopenjp2.2.5.2.dylib 2024-08-08T20:14:27.2445600Z lrwxr-xr-x 1 ec2-user staff 17 Aug 8 20:14 libpanel.6.dylib -> libpanelw.6.dylib 2024-08-08T20:14:27.2446180Z lrwxr-xr-x 1 ec2-user staff 11 Aug 8 20:14 libpanel.a -> libpanelw.a 2024-08-08T20:14:27.2446760Z lrwxr-xr-x 1 ec2-user staff 17 Aug 8 20:14 libpanel.dylib -> libpanelw.6.dylib 2024-08-08T20:14:27.2447310Z -rwxr-xr-x 3 ec2-user staff 68352 Jan 26 2023 libpanelw.6.dylib 2024-08-08T20:14:27.2447790Z -rw-r--r-- 3 ec2-user staff 15856 Jan 26 2023 libpanelw.a 2024-08-08T20:14:27.2448320Z lrwxr-xr-x 1 ec2-user staff 17 Aug 8 20:14 libpanelw.dylib -> libpanelw.6.dylib 2024-08-08T20:14:27.2448910Z lrwxr-xr-x 1 ec2-user staff 10 Aug 8 20:14 libpng.a -> libpng16.a 2024-08-08T20:14:27.2449470Z lrwxr-xr-x 1 ec2-user staff 17 Aug 8 20:14 libpng.dylib -> libpng16.16.dylib 2024-08-08T20:14:27.2450010Z -rwxr-xr-x 2 ec2-user staff 258784 Mar 3 2023 libpng16.16.dylib 2024-08-08T20:14:27.2450590Z -rw-r--r-- 2 ec2-user staff 294888 Mar 3 2023 libpng16.a 2024-08-08T20:14:27.2451130Z lrwxr-xr-x 1 ec2-user staff 17 Aug 8 20:14 libpng16.dylib -> libpng16.16.dylib 2024-08-08T20:14:27.2451690Z -rwxr-xr-x 1 ec2-user staff 4022992 Aug 8 20:14 libpython3.9.dylib 2024-08-08T20:14:27.2452200Z -rwxr-xr-x 2 ec2-user staff 371952 Oct 11 2022 libquadmath.0.dylib 2024-08-08T20:14:27.2452790Z lrwxr-xr-x 1 ec2-user staff 19 Aug 8 20:14 libquadmath.dylib -> libquadmath.0.dylib 2024-08-08T20:14:27.2453370Z -rwxr-xr-x 3 ec2-user staff 327920 Oct 24 2022 libreadline.8.2.dylib 2024-08-08T20:14:27.2453970Z lrwxr-xr-x 1 ec2-user staff 21 Aug 8 20:14 libreadline.8.dylib -> libreadline.8.2.dylib 2024-08-08T20:14:27.2454540Z -rw-r--r-- 3 ec2-user staff 509560 Oct 24 2022 libreadline.a 2024-08-08T20:14:27.2455110Z lrwxr-xr-x 1 ec2-user staff 21 Aug 8 20:14 libreadline.dylib -> libreadline.8.2.dylib 2024-08-08T20:14:27.2455680Z -rw-r--r-- 2 ec2-user staff 247856 Aug 20 2021 librhash.0.dylib 2024-08-08T20:14:27.2456150Z -rw-r--r-- 2 ec2-user staff 235000 Aug 20 2021 librhash.a 2024-08-08T20:14:27.2456670Z lrwxr-xr-x 1 ec2-user staff 16 Aug 8 20:14 librhash.dylib -> librhash.0.dylib 2024-08-08T20:14:27.2457350Z -rwxr-xr-x 2 ec2-user staff 68672 Sep 15 2023 libsharpyuv.0.dylib 2024-08-08T20:14:27.2457940Z lrwxr-xr-x 1 ec2-user staff 19 Aug 8 20:14 libsharpyuv.dylib -> libsharpyuv.0.dylib 2024-08-08T20:14:27.2458510Z -rwxr-xr-x 2 ec2-user staff 1594192 Apr 30 14:45 libsqlite3.0.dylib 2024-08-08T20:14:27.2459080Z lrwxr-xr-x 1 ec2-user staff 18 Aug 8 20:14 libsqlite3.dylib -> libsqlite3.0.dylib 2024-08-08T20:14:27.2459650Z -rwxr-xr-x 2 ec2-user staff 284496 Jun 16 2023 libssh2.1.0.1.dylib 2024-08-08T20:14:27.2460240Z lrwxr-xr-x 1 ec2-user staff 19 Aug 8 20:14 libssh2.1.dylib -> libssh2.1.0.1.dylib 2024-08-08T20:14:27.2460790Z -rw-r--r-- 2 ec2-user staff 342368 Jun 16 2023 libssh2.a 2024-08-08T20:14:27.2461340Z lrwxr-xr-x 1 ec2-user staff 19 Aug 8 20:14 libssh2.dylib -> libssh2.1.0.1.dylib 2024-08-08T20:14:27.2461910Z -rwxr-xr-x 2 ec2-user staff 541728 Sep 11 2023 libssl.1.1.dylib 2024-08-08T20:14:27.2462400Z -rw-r--r-- 2 ec2-user staff 773744 Sep 11 2023 libssl.a 2024-08-08T20:14:27.2462930Z lrwxr-xr-x 1 ec2-user staff 16 Aug 8 20:14 libssl.dylib -> libssl.1.1.dylib 2024-08-08T20:14:27.2463490Z -rwxr-xr-x 1 ec2-user staff 1628848 Aug 8 20:14 libtcl8.6.dylib 2024-08-08T20:14:27.2464000Z -rwxr-xr-x 2 ec2-user staff 5856 May 3 21:10 libtclstub8.6.a 2024-08-08T20:14:27.2464570Z lrwxr-xr-x 1 ec2-user staff 17 Aug 8 20:14 libtiff.5.dylib -> ./libtiff.6.dylib 2024-08-08T20:14:27.2465140Z -rwxr-xr-x 2 ec2-user staff 545440 Sep 1 2023 libtiff.6.dylib 2024-08-08T20:14:27.2465670Z -rw-r--r-- 2 ec2-user staff 733272 Sep 1 2023 libtiff.a 2024-08-08T20:14:27.2466210Z lrwxr-xr-x 1 ec2-user staff 15 Aug 8 20:14 libtiff.dylib -> libtiff.6.dylib 2024-08-08T20:14:27.2466780Z -rwxr-xr-x 2 ec2-user staff 70992 Sep 1 2023 libtiffxx.6.dylib 2024-08-08T20:14:27.2467270Z -rw-r--r-- 2 ec2-user staff 10840 Sep 1 2023 libtiffxx.a 2024-08-08T20:14:27.2467820Z lrwxr-xr-x 1 ec2-user staff 17 Aug 8 20:14 libtiffxx.dylib -> libtiffxx.6.dylib 2024-08-08T20:14:27.2468460Z lrwxr-xr-x 1 ec2-user staff 17 Aug 8 20:14 libtinfo.6.dylib -> libtinfow.6.dylib 2024-08-08T20:14:27.2469060Z lrwxr-xr-x 1 ec2-user staff 11 Aug 8 20:14 libtinfo.a -> libtinfow.a 2024-08-08T20:14:27.2469660Z lrwxr-xr-x 1 ec2-user staff 17 Aug 8 20:14 libtinfo.dylib -> libtinfow.6.dylib 2024-08-08T20:14:27.2470220Z -rwxr-xr-x 1 ec2-user staff 255072 Aug 8 20:14 libtinfow.6.dylib 2024-08-08T20:14:27.2474770Z -rw-r--r--@ 1 ec2-user staff 345456 Aug 8 20:14 libtinfow.a 2024-08-08T20:14:27.2475320Z lrwxr-xr-x 1 ec2-user staff 17 Aug 8 20:14 libtinfow.dylib -> libtinfow.6.dylib 2024-08-08T20:14:27.2475950Z -rwxr-xr-x 2 ec2-user staff 1590336 May 3 21:12 libtk8.6.dylib 2024-08-08T20:14:27.2476420Z -rwxr-xr-x 2 ec2-user staff 4728 May 3 21:11 libtkstub8.6.a 2024-08-08T20:14:27.2476900Z -rwxr-xr-x 2 ec2-user staff 266832 Aug 19 2021 libuv.1.dylib 2024-08-08T20:14:27.2477350Z -rw-r--r-- 2 ec2-user staff 1047680 Aug 19 2021 libuv.a 2024-08-08T20:14:27.2477850Z lrwxr-xr-x 1 ec2-user staff 13 Aug 8 20:14 libuv.dylib -> libuv.1.dylib 2024-08-08T20:14:27.2478380Z -rwxr-xr-x 2 ec2-user staff 88752 Jun 16 2023 libverto.0.0.dylib 2024-08-08T20:14:27.2478950Z lrwxr-xr-x 1 ec2-user staff 18 Aug 8 20:14 libverto.0.dylib -> libverto.0.0.dylib 2024-08-08T20:14:27.2479560Z lrwxr-xr-x 1 ec2-user staff 18 Aug 8 20:14 libverto.dylib -> libverto.0.0.dylib 2024-08-08T20:14:27.2480100Z -rwxr-xr-x 2 ec2-user staff 451680 Sep 15 2023 libwebp.7.dylib 2024-08-08T20:14:27.2480640Z lrwxr-xr-x 1 ec2-user staff 15 Aug 8 20:14 libwebp.dylib -> libwebp.7.dylib 2024-08-08T20:14:27.2481200Z -rwxr-xr-x 2 ec2-user staff 253472 Sep 15 2023 libwebpdecoder.3.dylib 2024-08-08T20:14:27.2481820Z lrwxr-xr-x 1 ec2-user staff 22 Aug 8 20:14 libwebpdecoder.dylib -> libwebpdecoder.3.dylib 2024-08-08T20:14:27.2482540Z -rwxr-xr-x 2 ec2-user staff 69216 Sep 15 2023 libwebpdemux.2.dylib 2024-08-08T20:14:27.2483140Z lrwxr-xr-x 1 ec2-user staff 20 Aug 8 20:14 libwebpdemux.dylib -> libwebpdemux.2.dylib 2024-08-08T20:14:27.2483720Z -rwxr-xr-x 2 ec2-user staff 88944 Sep 15 2023 libwebpmux.3.dylib 2024-08-08T20:14:27.2484280Z lrwxr-xr-x 1 ec2-user staff 18 Aug 8 20:14 libwebpmux.dylib -> libwebpmux.3.dylib 2024-08-08T20:14:27.2484840Z -rwxr-xr-x 2 ec2-user staff 156864 Aug 16 2021 libyaml-0.2.dylib 2024-08-08T20:14:27.2485300Z -rw-r--r-- 2 ec2-user staff 142944 Aug 16 2021 libyaml.a 2024-08-08T20:14:27.2485810Z lrwxr-xr-x 1 ec2-user staff 17 Aug 8 20:14 libyaml.dylib -> libyaml-0.2.dylib 2024-08-08T20:14:27.2486330Z -rwxr-xr-x 2 ec2-user staff 140576 Apr 30 21:02 libz.1.2.13.dylib 2024-08-08T20:14:27.2486850Z lrwxr-xr-x 1 ec2-user staff 17 Aug 8 20:14 libz.1.dylib -> libz.1.2.13.dylib 2024-08-08T20:14:27.2487340Z -rw-r--r-- 2 ec2-user staff 105176 Apr 30 21:02 libz.a 2024-08-08T20:14:27.2487820Z lrwxr-xr-x 1 ec2-user staff 17 Aug 8 20:14 libz.dylib -> libz.1.2.13.dylib 2024-08-08T20:14:27.2488340Z -rwxr-xr-x 2 ec2-user staff 850144 May 2 19:33 libzstd.1.5.5.dylib 2024-08-08T20:14:27.2488890Z lrwxr-xr-x 1 ec2-user staff 19 Aug 8 20:14 libzstd.1.dylib -> libzstd.1.5.5.dylib 2024-08-08T20:14:27.2489390Z -rw-r--r-- 2 ec2-user staff 921456 May 2 19:33 libzstd.a 2024-08-08T20:14:27.2489900Z lrwxr-xr-x 1 ec2-user staff 19 Aug 8 20:14 libzstd.dylib -> libzstd.1.5.5.dylib 2024-08-08T20:14:27.2490400Z drwxr-xr-x 54 ec2-user staff 1728 Aug 8 20:14 pkgconfig 2024-08-08T20:14:27.2490840Z drwxr-xr-x 212 ec2-user staff 6784 Aug 8 20:14 python3.9 2024-08-08T20:14:27.2491290Z drwxr-xr-x 4 ec2-user staff 128 Aug 8 20:14 sqlite3.44.2 2024-08-08T20:14:27.2491710Z drwxr-xr-x 5 ec2-user staff 160 Aug 8 20:14 tcl8 2024-08-08T20:14:27.2492120Z drwxr-xr-x 17 ec2-user staff 544 Aug 8 20:14 tcl8.6 2024-08-08T20:14:27.2492550Z -rw-r--r-- 1 ec2-user staff 9617 Aug 8 20:14 tclConfig.sh 2024-08-08T20:14:27.2493000Z -rw-r--r-- 2 ec2-user staff 773 May 3 21:10 tclooConfig.sh 2024-08-08T20:14:27.2493440Z drwxr-xr-x 7 ec2-user staff 224 Aug 8 20:14 tdbc1.1.7 2024-08-08T20:14:27.2493880Z drwxr-xr-x 5 ec2-user staff 160 Aug 8 20:14 tdbcmysql1.1.7 2024-08-08T20:14:27.2494340Z drwxr-xr-x 5 ec2-user staff 160 Aug 8 20:14 tdbcodbc1.1.7 2024-08-08T20:14:27.2494810Z drwxr-xr-x 5 ec2-user staff 160 Aug 8 20:14 tdbcpostgres1.1.7 2024-08-08T20:14:27.2495400Z lrwxr-xr-x 1 ec2-user staff 17 Aug 8 20:14 terminfo -> ../share/terminfo 2024-08-08T20:14:27.2495890Z drwxr-xr-x 5 ec2-user staff 160 Aug 8 20:14 thread2.8.9 2024-08-08T20:14:27.2496320Z drwxr-xr-x 40 ec2-user staff 1280 Aug 8 20:14 tk8.6 2024-08-08T20:14:27.2496740Z -rw-r--r-- 1 ec2-user staff 4935 Aug 8 20:14 tkConfig.sh 2024-08-08T20:14:27.2824190Z /Library/Developer/CommandLineTools/usr/bin/install_name_tool: warning: changes being made to the file will invalidate the code signature in: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/bin/cmake 2024-08-08T20:14:27.3167040Z + codesign -f -s - /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/bin/cmake 2024-08-08T20:14:27.3233400Z /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/bin/cmake: replacing existing signature 2024-08-08T20:14:27.4197590Z + [[ macos-py3-arm64 = *arm64* ]] 2024-08-08T20:14:27.4200750Z ++ uname -m 2024-08-08T20:14:27.4230610Z + [[ arm64 == \a\r\m\6\4 ]] 2024-08-08T20:14:27.4230860Z + compile_arm64 2024-08-08T20:14:27.4231050Z + USE_DISTRIBUTED=0 2024-08-08T20:14:27.4231250Z + USE_OPENMP=1 2024-08-08T20:14:27.4231450Z + MACOSX_DEPLOYMENT_TARGET=11.0 2024-08-08T20:14:27.4231700Z + WERROR=1 2024-08-08T20:14:27.4231860Z + BUILD_TEST=OFF 2024-08-08T20:14:27.4232050Z + USE_PYTORCH_METAL=1 2024-08-08T20:14:27.4232600Z + python setup.py bdist_wheel 2024-08-08T20:14:29.8290420Z -- The CXX compiler identification is AppleClang 15.0.0.15000309 2024-08-08T20:14:29.9507760Z -- The C compiler identification is AppleClang 15.0.0.15000309 2024-08-08T20:14:29.9576360Z -- Detecting CXX compiler ABI info 2024-08-08T20:14:30.1146910Z -- Detecting CXX compiler ABI info - done 2024-08-08T20:14:30.1174350Z -- Check for working CXX compiler: /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.GqRrwBco8y/clang++ - skipped 2024-08-08T20:14:30.1176280Z -- Detecting CXX compile features 2024-08-08T20:14:30.1179690Z -- Detecting CXX compile features - done 2024-08-08T20:14:30.1223040Z -- Detecting C compiler ABI info 2024-08-08T20:14:30.2685900Z -- Detecting C compiler ABI info - done 2024-08-08T20:14:30.2713380Z -- Check for working C compiler: /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.GqRrwBco8y/clang - skipped 2024-08-08T20:14:30.2715370Z -- Detecting C compile features 2024-08-08T20:14:30.2718330Z -- Detecting C compile features - done 2024-08-08T20:14:30.2767000Z -- Not forcing any particular BLAS to be found 2024-08-08T20:14:30.3001460Z -- CLANG_VERSION_STRING: 15.0 2024-08-08T20:14:30.3163390Z -- sdk version: 14.4, mps supported: ON 2024-08-08T20:14:30.3334020Z -- MPSGraph framework found 2024-08-08T20:14:30.3361800Z -- Could not find ccache. Consider installing ccache to speed up compilation. 2024-08-08T20:14:30.3392060Z -- Performing Test C_HAS_AVX_1 2024-08-08T20:14:30.5788590Z -- Performing Test C_HAS_AVX_1 - Failed 2024-08-08T20:14:30.5790810Z -- Performing Test C_HAS_AVX_2 2024-08-08T20:14:30.6736610Z -- Performing Test C_HAS_AVX_2 - Failed 2024-08-08T20:14:30.6738480Z -- Performing Test C_HAS_AVX_3 2024-08-08T20:14:30.7409960Z -- Performing Test C_HAS_AVX_3 - Failed 2024-08-08T20:14:30.7412240Z -- Performing Test C_HAS_AVX2_1 2024-08-08T20:14:30.8368470Z -- Performing Test C_HAS_AVX2_1 - Failed 2024-08-08T20:14:30.8370560Z -- Performing Test C_HAS_AVX2_2 2024-08-08T20:14:30.9305810Z -- Performing Test C_HAS_AVX2_2 - Failed 2024-08-08T20:14:30.9307840Z -- Performing Test C_HAS_AVX2_3 2024-08-08T20:14:30.9964080Z -- Performing Test C_HAS_AVX2_3 - Failed 2024-08-08T20:14:30.9966620Z -- Performing Test C_HAS_AVX512_1 2024-08-08T20:14:31.0919460Z -- Performing Test C_HAS_AVX512_1 - Failed 2024-08-08T20:14:31.0921600Z -- Performing Test C_HAS_AVX512_2 2024-08-08T20:14:31.1868640Z -- Performing Test C_HAS_AVX512_2 - Failed 2024-08-08T20:14:31.1871060Z -- Performing Test C_HAS_AVX512_3 2024-08-08T20:14:31.2536300Z -- Performing Test C_HAS_AVX512_3 - Failed 2024-08-08T20:14:31.2538680Z -- Performing Test CXX_HAS_AVX_1 2024-08-08T20:14:31.3493670Z -- Performing Test CXX_HAS_AVX_1 - Failed 2024-08-08T20:14:31.3495680Z -- Performing Test CXX_HAS_AVX_2 2024-08-08T20:14:31.4424800Z -- Performing Test CXX_HAS_AVX_2 - Failed 2024-08-08T20:14:31.4426590Z -- Performing Test CXX_HAS_AVX_3 2024-08-08T20:14:31.5081280Z -- Performing Test CXX_HAS_AVX_3 - Failed 2024-08-08T20:14:31.5083720Z -- Performing Test CXX_HAS_AVX2_1 2024-08-08T20:14:31.6021790Z -- Performing Test CXX_HAS_AVX2_1 - Failed 2024-08-08T20:14:31.6023890Z -- Performing Test CXX_HAS_AVX2_2 2024-08-08T20:14:31.6971400Z -- Performing Test CXX_HAS_AVX2_2 - Failed 2024-08-08T20:14:31.6973630Z -- Performing Test CXX_HAS_AVX2_3 2024-08-08T20:14:31.7644730Z -- Performing Test CXX_HAS_AVX2_3 - Failed 2024-08-08T20:14:31.7646980Z -- Performing Test CXX_HAS_AVX512_1 2024-08-08T20:14:31.8593170Z -- Performing Test CXX_HAS_AVX512_1 - Failed 2024-08-08T20:14:31.8595170Z -- Performing Test CXX_HAS_AVX512_2 2024-08-08T20:14:31.9532070Z -- Performing Test CXX_HAS_AVX512_2 - Failed 2024-08-08T20:14:31.9534030Z -- Performing Test CXX_HAS_AVX512_3 2024-08-08T20:14:32.0187360Z -- Performing Test CXX_HAS_AVX512_3 - Failed 2024-08-08T20:14:32.0190470Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2024-08-08T20:14:32.1230670Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Failed 2024-08-08T20:14:32.1235890Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2024-08-08T20:14:32.2715960Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Success 2024-08-08T20:14:32.2720250Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2024-08-08T20:14:32.4224710Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Success 2024-08-08T20:14:32.4229020Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC 2024-08-08T20:14:32.5741710Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Success 2024-08-08T20:14:32.5821170Z CUDA_TOOLKIT_ROOT_DIR not found or specified 2024-08-08T20:14:34.0434050Z -- Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY) 2024-08-08T20:14:34.0437460Z CMake Warning at cmake/public/cuda.cmake:31 (message): 2024-08-08T20:14:34.0437940Z Caffe2: CUDA cannot be found. Depending on whether you are building Caffe2 2024-08-08T20:14:34.0438490Z or a Caffe2 dependent library, the next warning / error will give you more 2024-08-08T20:14:34.0438880Z info. 2024-08-08T20:14:34.0439060Z Call Stack (most recent call first): 2024-08-08T20:14:34.0439350Z cmake/Dependencies.cmake:43 (include) 2024-08-08T20:14:34.0439630Z CMakeLists.txt:857 (include) 2024-08-08T20:14:34.0439790Z 2024-08-08T20:14:34.0439800Z 2024-08-08T20:14:34.0439940Z CMake Warning at cmake/Dependencies.cmake:72 (message): 2024-08-08T20:14:34.0440430Z Not compiling with CUDA. Suppress this warning with -DUSE_CUDA=OFF. 2024-08-08T20:14:34.0440810Z Call Stack (most recent call first): 2024-08-08T20:14:34.0441070Z CMakeLists.txt:857 (include) 2024-08-08T20:14:34.0441230Z 2024-08-08T20:14:34.0441230Z 2024-08-08T20:14:34.0451320Z CMake Warning at cmake/Dependencies.cmake:90 (message): 2024-08-08T20:14:34.0451780Z Not compiling with XPU. Could NOT find SYCL.Suppress this warning with 2024-08-08T20:14:34.0452180Z -DUSE_XPU=OFF. 2024-08-08T20:14:34.0452390Z Call Stack (most recent call first): 2024-08-08T20:14:34.0452650Z CMakeLists.txt:857 (include) 2024-08-08T20:14:34.0452810Z 2024-08-08T20:14:34.0452820Z 2024-08-08T20:14:34.0453020Z -- Building using own protobuf under third_party per request. 2024-08-08T20:14:34.0453390Z -- Use custom protobuf build. 2024-08-08T20:14:34.0462700Z -- 2024-08-08T20:14:34.0463010Z -- 3.13.0.0 2024-08-08T20:14:34.0480570Z -- Looking for pthread.h 2024-08-08T20:14:34.2145800Z -- Looking for pthread.h - found 2024-08-08T20:14:34.2147470Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2024-08-08T20:14:34.3515520Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2024-08-08T20:14:34.3522480Z -- Found Threads: TRUE 2024-08-08T20:14:34.3525740Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS 2024-08-08T20:14:34.7021520Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success 2024-08-08T20:14:34.7172250Z -- Caffe2 protobuf include directory: $$ 2024-08-08T20:14:34.7185150Z -- Trying to find preferred BLAS backend of choice: MKL 2024-08-08T20:14:34.7194740Z -- MKL_THREADING = OMP 2024-08-08T20:14:34.7206540Z -- Looking for sys/types.h 2024-08-08T20:14:34.8982240Z -- Looking for sys/types.h - found 2024-08-08T20:14:34.8987820Z -- Looking for stdint.h 2024-08-08T20:14:35.0373010Z -- Looking for stdint.h - found 2024-08-08T20:14:35.0384780Z -- Looking for stddef.h 2024-08-08T20:14:35.2046510Z -- Looking for stddef.h - found 2024-08-08T20:14:35.2046840Z -- Check size of void* 2024-08-08T20:14:35.3489190Z -- Check size of void* - done 2024-08-08T20:14:35.3588610Z -- MKL_THREADING = OMP 2024-08-08T20:14:35.3674540Z CMake Warning at cmake/Dependencies.cmake:203 (message): 2024-08-08T20:14:35.3674920Z MKL could not be found. Defaulting to Eigen 2024-08-08T20:14:35.3675230Z Call Stack (most recent call first): 2024-08-08T20:14:35.3675510Z CMakeLists.txt:857 (include) 2024-08-08T20:14:35.3675670Z 2024-08-08T20:14:35.3675680Z 2024-08-08T20:14:35.3675820Z CMake Warning at cmake/Dependencies.cmake:245 (message): 2024-08-08T20:14:35.3676560Z Preferred BLAS (MKL) cannot be found, now searching for a general BLAS 2024-08-08T20:14:35.3676930Z library 2024-08-08T20:14:35.3677120Z Call Stack (most recent call first): 2024-08-08T20:14:35.3677370Z CMakeLists.txt:857 (include) 2024-08-08T20:14:35.3677530Z 2024-08-08T20:14:35.3677540Z 2024-08-08T20:14:35.3689110Z -- MKL_THREADING = OMP 2024-08-08T20:14:35.3691440Z -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m] 2024-08-08T20:14:35.3696740Z -- Library mkl_intel_lp64: not found 2024-08-08T20:14:35.3697500Z -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - iomp5 - pthread - m] 2024-08-08T20:14:35.3702720Z -- Library mkl_intel: not found 2024-08-08T20:14:35.3703450Z -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - guide - pthread - m] 2024-08-08T20:14:35.3708720Z -- Library mkl_intel_lp64: not found 2024-08-08T20:14:35.3709360Z -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - guide - pthread - m] 2024-08-08T20:14:35.3714550Z -- Library mkl_intel: not found 2024-08-08T20:14:35.3715190Z -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread - m] 2024-08-08T20:14:35.3720450Z -- Library mkl_intel_lp64: not found 2024-08-08T20:14:35.3721000Z -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread - m] 2024-08-08T20:14:35.3726220Z -- Library mkl_intel: not found 2024-08-08T20:14:35.3726750Z -- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core - m] 2024-08-08T20:14:35.3731950Z -- Library mkl_intel_lp64: not found 2024-08-08T20:14:35.3732400Z -- Checking for [mkl_intel - mkl_sequential - mkl_core - m] 2024-08-08T20:14:35.3737610Z -- Library mkl_intel: not found 2024-08-08T20:14:35.3738150Z -- Checking for [mkl_intel_lp64 - mkl_core - iomp5 - pthread - m] 2024-08-08T20:14:35.3743370Z -- Library mkl_intel_lp64: not found 2024-08-08T20:14:35.3743790Z -- Checking for [mkl_intel - mkl_core - iomp5 - pthread - m] 2024-08-08T20:14:35.3749040Z -- Library mkl_intel: not found 2024-08-08T20:14:35.3749540Z -- Checking for [mkl_intel_lp64 - mkl_core - guide - pthread - m] 2024-08-08T20:14:35.3754770Z -- Library mkl_intel_lp64: not found 2024-08-08T20:14:35.3755210Z -- Checking for [mkl_intel - mkl_core - guide - pthread - m] 2024-08-08T20:14:35.3760450Z -- Library mkl_intel: not found 2024-08-08T20:14:35.3760930Z -- Checking for [mkl_intel_lp64 - mkl_core - pthread - m] 2024-08-08T20:14:35.3766150Z -- Library mkl_intel_lp64: not found 2024-08-08T20:14:35.3766540Z -- Checking for [mkl_intel - mkl_core - pthread - m] 2024-08-08T20:14:35.3771830Z -- Library mkl_intel: not found 2024-08-08T20:14:35.3772140Z -- Checking for [mkl - guide - pthread - m] 2024-08-08T20:14:35.3777390Z -- Library mkl: not found 2024-08-08T20:14:35.3777640Z -- MKL library not found 2024-08-08T20:14:35.3777880Z -- Checking for [blis] 2024-08-08T20:14:35.3784100Z -- Library blis: BLAS_blis_LIBRARY-NOTFOUND 2024-08-08T20:14:35.3784410Z -- Checking for [Accelerate] 2024-08-08T20:14:35.3790140Z -- Library Accelerate: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Accelerate.framework 2024-08-08T20:14:35.3790720Z -- Looking for sgemm_ 2024-08-08T20:14:35.5540680Z -- Looking for sgemm_ - found 2024-08-08T20:14:35.5543770Z -- Performing Test BLAS_F2C_DOUBLE_WORKS 2024-08-08T20:14:35.7854720Z -- Performing Test BLAS_F2C_DOUBLE_WORKS - Success 2024-08-08T20:14:35.7857820Z -- Performing Test BLAS_F2C_FLOAT_WORKS 2024-08-08T20:14:36.0174900Z -- Performing Test BLAS_F2C_FLOAT_WORKS - Failed 2024-08-08T20:14:36.0176150Z -- This BLAS uses the F2C return conventions 2024-08-08T20:14:36.0178070Z -- Performing Test BLAS_USE_CBLAS_DOT 2024-08-08T20:14:36.2445500Z -- Performing Test BLAS_USE_CBLAS_DOT - Success 2024-08-08T20:14:36.2448360Z -- Found a library with BLAS API (accelerate). Full path: (/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Accelerate.framework) 2024-08-08T20:14:36.2450880Z -- Looking for sbgemm_ 2024-08-08T20:14:36.4004760Z -- Looking for sbgemm_ - not found 2024-08-08T20:14:36.4006130Z -- Using pocketfft in directory: /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/pocketfft/ 2024-08-08T20:14:36.4822060Z -- The ASM compiler identification is Clang with GNU-like command-line 2024-08-08T20:14:36.4858920Z -- Found assembler: /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.GqRrwBco8y/clang 2024-08-08T20:14:36.4945260Z -- Brace yourself, we are building NNPACK 2024-08-08T20:14:36.4982340Z -- NNPACK backend is neon 2024-08-08T20:14:36.5357120Z CMake Warning at cmake/Dependencies.cmake:716 (message): 2024-08-08T20:14:36.5357630Z A compiler with AVX512 support is required for FBGEMM. Not compiling with 2024-08-08T20:14:36.5358090Z FBGEMM. Turn this warning off by USE_FBGEMM=OFF. 2024-08-08T20:14:36.5358410Z Call Stack (most recent call first): 2024-08-08T20:14:36.5358670Z CMakeLists.txt:857 (include) 2024-08-08T20:14:36.5358830Z 2024-08-08T20:14:36.5358830Z 2024-08-08T20:14:36.5358980Z CMake Warning at cmake/Dependencies.cmake:761 (message): 2024-08-08T20:14:36.5359370Z Turning USE_FAKELOWP off as it depends on USE_FBGEMM. 2024-08-08T20:14:36.5359690Z Call Stack (most recent call first): 2024-08-08T20:14:36.5359950Z CMakeLists.txt:857 (include) 2024-08-08T20:14:36.5360120Z 2024-08-08T20:14:36.5360120Z 2024-08-08T20:14:36.5360300Z -- Using third party subdirectory Eigen. 2024-08-08T20:14:38.0779180Z -- Found Python: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/bin/python (found version "3.9.12") found components: Interpreter Development.Module NumPy 2024-08-08T20:14:38.0779950Z -- Using third_party/pybind11. 2024-08-08T20:14:38.0780470Z -- pybind11 include dirs: /Users/ec2-user/runner/_work/pytorch/pytorch/cmake/../third_party/pybind11/include 2024-08-08T20:14:38.1473570Z -- Could NOT find OpenTelemetryApi (missing: OpenTelemetryApi_INCLUDE_DIRS) 2024-08-08T20:14:38.1474030Z -- Using third_party/opentelemetry-cpp. 2024-08-08T20:14:38.1474710Z -- opentelemetry api include dirs: /Users/ec2-user/runner/_work/pytorch/pytorch/cmake/../third_party/opentelemetry-cpp/api/include 2024-08-08T20:14:38.1494130Z -- MKL_THREADING = OMP 2024-08-08T20:14:38.1587150Z -- Check OMP with lib /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/lib/libomp.dylib and flags -Xpreprocessor -fopenmp -v 2024-08-08T20:14:38.2328830Z CMake Warning at cmake/Modules/FindOpenMP.cmake:290 (message): 2024-08-08T20:14:38.2329380Z Detecting C OpenMP compiler ABI info compiled with the following output: 2024-08-08T20:14:38.2329710Z 2024-08-08T20:14:38.2329770Z Change Dir: 2024-08-08T20:14:38.2330220Z /Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/CMakeTmp 2024-08-08T20:14:38.2330540Z 2024-08-08T20:14:38.2330840Z 2024-08-08T20:14:38.2330930Z 2024-08-08T20:14:38.2331000Z Run Build 2024-08-08T20:14:38.2331400Z Command(s):/Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/bin/ninja 2024-08-08T20:14:38.2331830Z cmTC_91445 && [1/2] Building C object 2024-08-08T20:14:38.2332130Z CMakeFiles/cmTC_91445.dir/OpenMPTryFlag.c.o 2024-08-08T20:14:38.2332340Z 2024-08-08T20:14:38.2332470Z FAILED: CMakeFiles/cmTC_91445.dir/OpenMPTryFlag.c.o 2024-08-08T20:14:38.2332710Z 2024-08-08T20:14:38.2332940Z /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.GqRrwBco8y/clang 2024-08-08T20:14:38.2333420Z -Xpreprocessor -fopenmp -v -arch arm64 -isysroot 2024-08-08T20:14:38.2333780Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk 2024-08-08T20:14:38.2334150Z -mmacosx-version-min=11.0 -std=gnu11 -MD -MT 2024-08-08T20:14:38.2334510Z CMakeFiles/cmTC_91445.dir/OpenMPTryFlag.c.o -MF 2024-08-08T20:14:38.2334860Z CMakeFiles/cmTC_91445.dir/OpenMPTryFlag.c.o.d -o 2024-08-08T20:14:38.2335210Z CMakeFiles/cmTC_91445.dir/OpenMPTryFlag.c.o -c 2024-08-08T20:14:38.2335750Z /Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/FindOpenMP/OpenMPTryFlag.c 2024-08-08T20:14:38.2336140Z 2024-08-08T20:14:38.2336140Z 2024-08-08T20:14:38.2336280Z Apple clang version 15.0.0 (clang-1500.3.9.4) 2024-08-08T20:14:38.2336490Z 2024-08-08T20:14:38.2336820Z Target: arm64-apple-darwin23.4.0 2024-08-08T20:14:38.2337010Z 2024-08-08T20:14:38.2337090Z Thread model: posix 2024-08-08T20:14:38.2337220Z 2024-08-08T20:14:38.2337380Z InstalledDir: /Library/Developer/CommandLineTools/usr/bin 2024-08-08T20:14:38.2337630Z 2024-08-08T20:14:38.2349250Z "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx11.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -E -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name OpenMPTryFlag.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.4 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -debugger-tuning=lldb -target-linker-version 1053.12 -v -P -fcoverage-compilation-dir=/Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/CMakeTmp -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_91445.dir/OpenMPTryFlag.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_91445.dir/OpenMPTryFlag.c.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -D __arm64__=1 -fopenmp -I/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -std=gnu11 -fdebug-compilation-dir=/Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/CMakeTmp -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fmax-type-align=16 -fcommon -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o - -x c /Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/FindOpenMP/OpenMPTryFlag.c 2024-08-08T20:14:38.2360570Z 2024-08-08T20:14:38.2360760Z clang -cc1 version 15.0.0 (clang-1500.3.9.4) default target 2024-08-08T20:14:38.2361120Z arm64-apple-darwin23.4.0 2024-08-08T20:14:38.2361270Z 2024-08-08T20:14:38.2361390Z ignoring nonexistent directory "/usr/local/include" 2024-08-08T20:14:38.2361630Z 2024-08-08T20:14:38.2361710Z ignoring nonexistent directory 2024-08-08T20:14:38.2362080Z "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/local/include" 2024-08-08T20:14:38.2362380Z 2024-08-08T20:14:38.2362470Z ignoring nonexistent directory 2024-08-08T20:14:38.2362840Z "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks" 2024-08-08T20:14:38.2363150Z 2024-08-08T20:14:38.2363240Z #include "..." search starts here: 2024-08-08T20:14:38.2363420Z 2024-08-08T20:14:38.2363650Z #include <...> search starts here: 2024-08-08T20:14:38.2363830Z 2024-08-08T20:14:38.2364020Z /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include 2024-08-08T20:14:38.2364490Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include 2024-08-08T20:14:38.2364880Z /Library/Developer/CommandLineTools/usr/include 2024-08-08T20:14:38.2365410Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks (framework directory) 2024-08-08T20:14:38.2365830Z 2024-08-08T20:14:38.2365900Z End of search list. 2024-08-08T20:14:38.2366030Z 2024-08-08T20:14:38.2366090Z 2024-08-08T20:14:38.2366530Z /Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/FindOpenMP/OpenMPTryFlag.c:2:10: 2024-08-08T20:14:38.2367050Z fatal error: 'omp.h' file not found 2024-08-08T20:14:38.2367230Z 2024-08-08T20:14:38.2367300Z #include 2024-08-08T20:14:38.2367410Z 2024-08-08T20:14:38.2367480Z ^~~~~~~ 2024-08-08T20:14:38.2367590Z 2024-08-08T20:14:38.2367660Z 1 error generated. 2024-08-08T20:14:38.2367780Z 2024-08-08T20:14:38.2367890Z ninja: build stopped: subcommand failed. 2024-08-08T20:14:38.2368090Z 2024-08-08T20:14:38.2368150Z 2024-08-08T20:14:38.2368230Z 2024-08-08T20:14:38.2368320Z Call Stack (most recent call first): 2024-08-08T20:14:38.2368640Z cmake/Modules/FindOpenMP.cmake:506 (_OPENMP_GET_FLAGS) 2024-08-08T20:14:38.2368970Z cmake/Dependencies.cmake:953 (include) 2024-08-08T20:14:38.2369250Z CMakeLists.txt:857 (include) 2024-08-08T20:14:38.2369400Z 2024-08-08T20:14:38.2369410Z 2024-08-08T20:14:38.3793490Z -- MKL_THREADING = OMP 2024-08-08T20:14:38.3881850Z -- Check OMP with lib /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/lib/libomp.dylib and flags -Xpreprocessor -fopenmp -I/Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/include -v 2024-08-08T20:14:38.5471820Z -- MKL_THREADING = OMP 2024-08-08T20:14:38.5560430Z -- Check OMP with lib /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/lib/libomp.dylib and flags -Xpreprocessor -fopenmp -v 2024-08-08T20:14:38.6296640Z CMake Warning at cmake/Modules/FindOpenMP.cmake:290 (message): 2024-08-08T20:14:38.6297220Z Detecting CXX OpenMP compiler ABI info compiled with the following output: 2024-08-08T20:14:38.6297570Z 2024-08-08T20:14:38.6297640Z Change Dir: 2024-08-08T20:14:38.6298110Z /Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/CMakeTmp 2024-08-08T20:14:38.6298430Z 2024-08-08T20:14:38.6298490Z 2024-08-08T20:14:38.6298580Z 2024-08-08T20:14:38.6298640Z Run Build 2024-08-08T20:14:38.6299040Z Command(s):/Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/bin/ninja 2024-08-08T20:14:38.6300120Z cmTC_33c9f && [1/2] Building CXX object 2024-08-08T20:14:38.6300430Z CMakeFiles/cmTC_33c9f.dir/OpenMPTryFlag.cpp.o 2024-08-08T20:14:38.6300650Z 2024-08-08T20:14:38.6300780Z FAILED: CMakeFiles/cmTC_33c9f.dir/OpenMPTryFlag.cpp.o 2024-08-08T20:14:38.6301010Z 2024-08-08T20:14:38.6301250Z /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.GqRrwBco8y/clang++ 2024-08-08T20:14:38.6301820Z -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -Xpreprocessor -fopenmp -v 2024-08-08T20:14:38.6302360Z -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk 2024-08-08T20:14:38.6302790Z -mmacosx-version-min=11.0 -std=gnu++17 -MD -MT 2024-08-08T20:14:38.6303140Z CMakeFiles/cmTC_33c9f.dir/OpenMPTryFlag.cpp.o -MF 2024-08-08T20:14:38.6303500Z CMakeFiles/cmTC_33c9f.dir/OpenMPTryFlag.cpp.o.d -o 2024-08-08T20:14:38.6309180Z CMakeFiles/cmTC_33c9f.dir/OpenMPTryFlag.cpp.o -c 2024-08-08T20:14:38.6309720Z /Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/FindOpenMP/OpenMPTryFlag.cpp 2024-08-08T20:14:38.6310120Z 2024-08-08T20:14:38.6310120Z 2024-08-08T20:14:38.6310270Z Apple clang version 15.0.0 (clang-1500.3.9.4) 2024-08-08T20:14:38.6310470Z 2024-08-08T20:14:38.6310590Z Target: arm64-apple-darwin23.4.0 2024-08-08T20:14:38.6310760Z 2024-08-08T20:14:38.6310840Z Thread model: posix 2024-08-08T20:14:38.6310960Z 2024-08-08T20:14:38.6311350Z InstalledDir: /Library/Developer/CommandLineTools/usr/bin 2024-08-08T20:14:38.6311610Z 2024-08-08T20:14:38.6324410Z "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx11.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -E -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name OpenMPTryFlag.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.4 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -debugger-tuning=lldb -target-linker-version 1053.12 -v -P -fcoverage-compilation-dir=/Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/CMakeTmp -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_33c9f.dir/OpenMPTryFlag.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_33c9f.dir/OpenMPTryFlag.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -D USE_PTHREADPOOL -D __arm64__=1 -fopenmp -I/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1 -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -std=gnu++17 -fdeprecated-macro -fdebug-compilation-dir=/Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/CMakeTmp -ferror-limit 19 -fvisibility-inlines-hidden -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o - -x c++ /Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/FindOpenMP/OpenMPTryFlag.cpp 2024-08-08T20:14:38.6336400Z 2024-08-08T20:14:38.6336620Z clang -cc1 version 15.0.0 (clang-1500.3.9.4) default target 2024-08-08T20:14:38.6336970Z arm64-apple-darwin23.4.0 2024-08-08T20:14:38.6337120Z 2024-08-08T20:14:38.6337260Z ignoring nonexistent directory "/usr/local/include" 2024-08-08T20:14:38.6337490Z 2024-08-08T20:14:38.6337580Z ignoring nonexistent directory 2024-08-08T20:14:38.6337940Z "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/local/include" 2024-08-08T20:14:38.6338250Z 2024-08-08T20:14:38.6338340Z ignoring nonexistent directory 2024-08-08T20:14:38.6338710Z "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks" 2024-08-08T20:14:38.6339020Z 2024-08-08T20:14:38.6339110Z #include "..." search starts here: 2024-08-08T20:14:38.6339430Z 2024-08-08T20:14:38.6339520Z #include <...> search starts here: 2024-08-08T20:14:38.6339700Z 2024-08-08T20:14:38.6339910Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1 2024-08-08T20:14:38.6340390Z /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include 2024-08-08T20:14:38.6340860Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include 2024-08-08T20:14:38.6341260Z /Library/Developer/CommandLineTools/usr/include 2024-08-08T20:14:38.6341800Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks (framework directory) 2024-08-08T20:14:38.6342220Z 2024-08-08T20:14:38.6342290Z End of search list. 2024-08-08T20:14:38.6342420Z 2024-08-08T20:14:38.6342470Z 2024-08-08T20:14:38.6342920Z /Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/FindOpenMP/OpenMPTryFlag.cpp:2:10: 2024-08-08T20:14:38.6343440Z fatal error: 'omp.h' file not found 2024-08-08T20:14:38.6343620Z 2024-08-08T20:14:38.6343690Z #include 2024-08-08T20:14:38.6343800Z 2024-08-08T20:14:38.6343870Z ^~~~~~~ 2024-08-08T20:14:38.6343980Z 2024-08-08T20:14:38.6344040Z 1 error generated. 2024-08-08T20:14:38.6344160Z 2024-08-08T20:14:38.6344260Z ninja: build stopped: subcommand failed. 2024-08-08T20:14:38.6344460Z 2024-08-08T20:14:38.6344510Z 2024-08-08T20:14:38.6344590Z 2024-08-08T20:14:38.6344680Z Call Stack (most recent call first): 2024-08-08T20:14:38.6344990Z cmake/Modules/FindOpenMP.cmake:506 (_OPENMP_GET_FLAGS) 2024-08-08T20:14:38.6345310Z cmake/Dependencies.cmake:953 (include) 2024-08-08T20:14:38.6345570Z CMakeLists.txt:857 (include) 2024-08-08T20:14:38.6345730Z 2024-08-08T20:14:38.6345730Z 2024-08-08T20:14:38.7779540Z -- MKL_THREADING = OMP 2024-08-08T20:14:38.7867670Z -- Check OMP with lib /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/lib/libomp.dylib and flags -Xpreprocessor -fopenmp -I/Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/include -v 2024-08-08T20:14:39.1007600Z -- Found OpenMP_C: -Xpreprocessor -fopenmp -I/Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/include 2024-08-08T20:14:39.2473370Z -- Found OpenMP_CXX: -Xpreprocessor -fopenmp -I/Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/include 2024-08-08T20:14:39.2474130Z -- Found OpenMP: TRUE 2024-08-08T20:14:39.2474770Z -- Adding OpenMP CXX_FLAGS: -Xpreprocessor -fopenmp -I/Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/include 2024-08-08T20:14:39.2475660Z -- Will link against OpenMP libraries: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/lib/libomp.dylib 2024-08-08T20:14:39.2659700Z -- Found PythonInterp: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/bin/python (found version "3.9.12") 2024-08-08T20:14:39.2661190Z Generated: /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2024-08-08T20:14:39.2662560Z Generated: /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2024-08-08T20:14:39.2663640Z Generated: /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2024-08-08T20:14:39.4251220Z -- 2024-08-08T20:14:39.4251510Z -- ******** Summary ******** 2024-08-08T20:14:39.4251890Z -- CMake version : 3.22.1 2024-08-08T20:14:39.4252500Z -- CMake command : /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/bin/cmake 2024-08-08T20:14:39.4253050Z -- System : Darwin 2024-08-08T20:14:39.4253650Z -- C++ compiler : /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.GqRrwBco8y/clang++ 2024-08-08T20:14:39.4254260Z -- C++ compiler version : 15.0.0.15000309 2024-08-08T20:14:39.4254830Z -- CXX flags : -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -Wnon-virtual-dtor 2024-08-08T20:14:39.4255610Z -- Build type : Release 2024-08-08T20:14:39.4256140Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;__STDC_FORMAT_MACROS 2024-08-08T20:14:39.4256940Z -- CMAKE_PREFIX_PATH : /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/lib/python3.9/site-packages 2024-08-08T20:14:39.4257690Z -- CMAKE_INSTALL_PREFIX : /Users/ec2-user/runner/_work/pytorch/pytorch/torch 2024-08-08T20:14:39.4258610Z -- CMAKE_MODULE_PATH : /Users/ec2-user/runner/_work/pytorch/pytorch/cmake/Modules;/Users/ec2-user/runner/_work/pytorch/pytorch/cmake/public/../Modules_CUDA_fix 2024-08-08T20:14:39.4259270Z -- 2024-08-08T20:14:39.4259490Z -- ONNX version : 1.16.2 2024-08-08T20:14:39.4259810Z -- ONNX NAMESPACE : onnx_torch 2024-08-08T20:14:39.4260140Z -- ONNX_USE_LITE_PROTO : OFF 2024-08-08T20:14:39.4260460Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2024-08-08T20:14:39.4260780Z -- Protobuf_USE_STATIC_LIBS : ON 2024-08-08T20:14:39.4261110Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2024-08-08T20:14:39.4261440Z -- ONNX_DISABLE_STATIC_REGISTRATION : OFF 2024-08-08T20:14:39.4261760Z -- ONNX_WERROR : OFF 2024-08-08T20:14:39.4262070Z -- ONNX_BUILD_TESTS : OFF 2024-08-08T20:14:39.4262380Z -- ONNX_BUILD_BENCHMARKS : OFF 2024-08-08T20:14:39.4262690Z -- ONNX_BUILD_SHARED_LIBS : 2024-08-08T20:14:39.4263000Z -- BUILD_SHARED_LIBS : OFF 2024-08-08T20:14:39.4263260Z -- 2024-08-08T20:14:39.4263460Z -- Protobuf compiler : 2024-08-08T20:14:39.4263780Z -- Protobuf includes : 2024-08-08T20:14:39.4264090Z -- Protobuf libraries : 2024-08-08T20:14:39.4264400Z -- BUILD_ONNX_PYTHON : OFF 2024-08-08T20:14:39.4264760Z CMake Warning at cmake/Dependencies.cmake:1406 (message): 2024-08-08T20:14:39.4265270Z Not compiling with MAGMA. Suppress this warning with -DUSE_MAGMA=OFF. 2024-08-08T20:14:39.4265720Z Call Stack (most recent call first): 2024-08-08T20:14:39.4266000Z CMakeLists.txt:857 (include) 2024-08-08T20:14:39.4266160Z 2024-08-08T20:14:39.4266160Z 2024-08-08T20:14:39.4266240Z -- 2024-08-08T20:14:39.4272020Z -- ******** Summary ******** 2024-08-08T20:14:39.4272270Z -- CMake version : 3.22.1 2024-08-08T20:14:39.4272750Z -- CMake command : /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/bin/cmake 2024-08-08T20:14:39.4273220Z -- System : Darwin 2024-08-08T20:14:39.4273740Z -- C++ compiler : /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.GqRrwBco8y/clang++ 2024-08-08T20:14:39.4274370Z -- C++ compiler version : 15.0.0.15000309 2024-08-08T20:14:39.4274850Z -- CXX flags : -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -Wnon-virtual-dtor 2024-08-08T20:14:39.4275290Z -- Build type : Release 2024-08-08T20:14:39.4275650Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1 2024-08-08T20:14:39.4276280Z -- CMAKE_PREFIX_PATH : /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/lib/python3.9/site-packages 2024-08-08T20:14:39.4276930Z -- CMAKE_INSTALL_PREFIX : /Users/ec2-user/runner/_work/pytorch/pytorch/torch 2024-08-08T20:14:39.4277790Z -- CMAKE_MODULE_PATH : /Users/ec2-user/runner/_work/pytorch/pytorch/cmake/Modules;/Users/ec2-user/runner/_work/pytorch/pytorch/cmake/public/../Modules_CUDA_fix 2024-08-08T20:14:39.4278450Z -- 2024-08-08T20:14:39.4278630Z -- ONNX version : 1.4.1 2024-08-08T20:14:39.4278910Z -- ONNX NAMESPACE : onnx_torch 2024-08-08T20:14:39.4279190Z -- ONNX_BUILD_TESTS : OFF 2024-08-08T20:14:39.4279440Z -- ONNX_BUILD_BENCHMARKS : OFF 2024-08-08T20:14:39.4279700Z -- ONNX_USE_LITE_PROTO : OFF 2024-08-08T20:14:39.4279940Z -- ONNXIFI_DUMMY_BACKEND : 2024-08-08T20:14:39.4280170Z -- 2024-08-08T20:14:39.4280350Z -- Protobuf compiler : 2024-08-08T20:14:39.4280600Z -- Protobuf includes : 2024-08-08T20:14:39.4280930Z -- Protobuf libraries : 2024-08-08T20:14:39.4281190Z -- BUILD_ONNX_PYTHON : OFF 2024-08-08T20:14:39.4281570Z -- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor 2024-08-08T20:14:39.4281960Z -- Adding -DNDEBUG to compile flags 2024-08-08T20:14:39.4284650Z -- No OMAP3 processor on this machine. 2024-08-08T20:14:39.4284980Z -- No OMAP4 processor on this machine. 2024-08-08T20:14:39.4285310Z -- Neon found with compiler flag : -D__NEON__ 2024-08-08T20:14:39.4295110Z -- Looking for cheev_ 2024-08-08T20:14:39.5756160Z -- Looking for cheev_ - found 2024-08-08T20:14:39.5756690Z -- Found a library with LAPACK API (accelerate). 2024-08-08T20:14:39.5757050Z disabling CUDA because NOT USE_CUDA is set 2024-08-08T20:14:39.5757430Z -- MIOpen not found. Compiling without MIOpen support 2024-08-08T20:14:39.5757770Z disabling ROCM because NOT USE_ROCM is set 2024-08-08T20:14:39.5758080Z disabling MKLDNN because USE_MKLDNN is not set 2024-08-08T20:14:39.5758390Z -- Looking for mmap 2024-08-08T20:14:39.7203730Z -- Looking for mmap - found 2024-08-08T20:14:39.7204200Z -- Looking for shm_open 2024-08-08T20:14:39.8779400Z -- Looking for shm_open - found 2024-08-08T20:14:39.8779990Z -- Looking for shm_unlink 2024-08-08T20:14:40.0163770Z -- Looking for shm_unlink - found 2024-08-08T20:14:40.0164270Z -- Looking for malloc_usable_size 2024-08-08T20:14:40.1799940Z -- Looking for malloc_usable_size - not found 2024-08-08T20:14:40.1825760Z -- {fmt} version: 11.0.2 2024-08-08T20:14:40.1826020Z -- Build type: Release 2024-08-08T20:14:40.1831630Z -- Performing Test HAS_NULLPTR_WARNING 2024-08-08T20:14:40.3993510Z -- Performing Test HAS_NULLPTR_WARNING - Success 2024-08-08T20:14:40.4034030Z -- Using CPU-only version of Kineto 2024-08-08T20:14:40.4034370Z -- Configuring Kineto dependency: 2024-08-08T20:14:40.4034900Z -- KINETO_SOURCE_DIR = /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto 2024-08-08T20:14:40.4035400Z -- KINETO_BUILD_TESTS = OFF 2024-08-08T20:14:40.4035670Z -- KINETO_LIBRARY_TYPE = static 2024-08-08T20:14:40.4216260Z INFO CUDA_SOURCE_DIR = 2024-08-08T20:14:40.4216550Z INFO ROCM_SOURCE_DIR = 2024-08-08T20:14:40.4372140Z INFO CUPTI unavailable or disabled - not building GPU profilers 2024-08-08T20:14:40.4679490Z INFO CUPTI_INCLUDE_DIR = /extras/CUPTI/include 2024-08-08T20:14:40.4680150Z -- Kineto: FMT_SOURCE_DIR = /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fmt 2024-08-08T20:14:40.4680650Z INFO ROCTRACER_INCLUDE_DIR = /include/roctracer 2024-08-08T20:14:40.4681310Z INFO DYNOLOG_INCLUDE_DIR = /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/ 2024-08-08T20:14:40.4682630Z INFO IPCFABRIC_INCLUDE_DIR = /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog//dynolog/src/ipcfabric/ 2024-08-08T20:14:40.4683510Z -- Kineto: FMT_INCLUDE_DIR = /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fmt/include 2024-08-08T20:14:40.4686920Z -- Configured Kineto (CPU) 2024-08-08T20:14:40.4690950Z -- Running on macOS with Apple silicon 2024-08-08T20:14:40.4701310Z -- Performing Test HAS_WERROR_RETURN_TYPE 2024-08-08T20:14:40.7191360Z -- Performing Test HAS_WERROR_RETURN_TYPE - Success 2024-08-08T20:14:40.7195930Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR 2024-08-08T20:14:40.8604730Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR - Success 2024-08-08T20:14:40.8609410Z -- Performing Test HAS_WERROR_BRACED_SCALAR_INIT 2024-08-08T20:14:41.0221210Z -- Performing Test HAS_WERROR_BRACED_SCALAR_INIT - Success 2024-08-08T20:14:41.0226170Z -- Performing Test HAS_WERROR_RANGE_LOOP_CONSTRUCT 2024-08-08T20:14:41.1745590Z -- Performing Test HAS_WERROR_RANGE_LOOP_CONSTRUCT - Success 2024-08-08T20:14:41.1750570Z -- Performing Test HAS_WERROR_BOOL_OPERATION 2024-08-08T20:14:41.3337140Z -- Performing Test HAS_WERROR_BOOL_OPERATION - Success 2024-08-08T20:14:41.3341890Z -- Performing Test HAS_WNARROWING 2024-08-08T20:14:41.4793470Z -- Performing Test HAS_WNARROWING - Success 2024-08-08T20:14:41.4798520Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS 2024-08-08T20:14:41.6156080Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS - Success 2024-08-08T20:14:41.6160890Z -- Performing Test HAS_WNO_TYPE_LIMITS 2024-08-08T20:14:41.7613170Z -- Performing Test HAS_WNO_TYPE_LIMITS - Success 2024-08-08T20:14:41.7618180Z -- Performing Test HAS_WNO_ARRAY_BOUNDS 2024-08-08T20:14:41.9536010Z -- Performing Test HAS_WNO_ARRAY_BOUNDS - Success 2024-08-08T20:14:41.9540840Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS 2024-08-08T20:14:42.1173600Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS - Success 2024-08-08T20:14:42.1178620Z -- Performing Test HAS_WNO_UNUSED_PARAMETER 2024-08-08T20:14:42.2603160Z -- Performing Test HAS_WNO_UNUSED_PARAMETER - Success 2024-08-08T20:14:42.2607840Z -- Performing Test HAS_WNO_STRICT_OVERFLOW 2024-08-08T20:14:42.4459650Z -- Performing Test HAS_WNO_STRICT_OVERFLOW - Success 2024-08-08T20:14:42.4464390Z -- Performing Test HAS_WNO_STRICT_ALIASING 2024-08-08T20:14:42.5965800Z -- Performing Test HAS_WNO_STRICT_ALIASING - Success 2024-08-08T20:14:42.5970850Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2024-08-08T20:14:42.7868550Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Failed 2024-08-08T20:14:42.7873370Z -- Performing Test HAS_WVLA_EXTENSION 2024-08-08T20:14:42.9296120Z -- Performing Test HAS_WVLA_EXTENSION - Success 2024-08-08T20:14:42.9301040Z -- Performing Test HAS_WSUGGEST_OVERRIDE 2024-08-08T20:14:43.1078920Z -- Performing Test HAS_WSUGGEST_OVERRIDE - Success 2024-08-08T20:14:43.1083570Z -- Performing Test HAS_WNEWLINE_EOF 2024-08-08T20:14:43.2719920Z -- Performing Test HAS_WNEWLINE_EOF - Success 2024-08-08T20:14:43.2724830Z -- Performing Test HAS_WINCONSISTENT_MISSING_OVERRIDE 2024-08-08T20:14:43.4186130Z -- Performing Test HAS_WINCONSISTENT_MISSING_OVERRIDE - Success 2024-08-08T20:14:43.4191040Z -- Performing Test HAS_WINCONSISTENT_MISSING_DESTRUCTOR_OVERRIDE 2024-08-08T20:14:43.5754540Z -- Performing Test HAS_WINCONSISTENT_MISSING_DESTRUCTOR_OVERRIDE - Success 2024-08-08T20:14:43.5759380Z -- Performing Test HAS_WNO_ERROR_PEDANTIC 2024-08-08T20:14:43.7412780Z -- Performing Test HAS_WNO_ERROR_PEDANTIC - Success 2024-08-08T20:14:43.7417470Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST 2024-08-08T20:14:43.8898960Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST - Success 2024-08-08T20:14:43.8903740Z -- Performing Test HAS_WCONSTANT_CONVERSION 2024-08-08T20:14:44.0752210Z -- Performing Test HAS_WCONSTANT_CONVERSION - Success 2024-08-08T20:14:44.0757170Z -- Performing Test HAS_WNO_INVALID_PARTIAL_SPECIALIZATION 2024-08-08T20:14:44.3021950Z -- Performing Test HAS_WNO_INVALID_PARTIAL_SPECIALIZATION - Success 2024-08-08T20:14:44.3026880Z -- Performing Test HAS_WNO_ALIGNED_ALLOCATION_UNAVAILABLE 2024-08-08T20:14:44.4558920Z -- Performing Test HAS_WNO_ALIGNED_ALLOCATION_UNAVAILABLE - Failed 2024-08-08T20:14:44.4563470Z -- Performing Test HAS_WNO_MISSING_BRACES 2024-08-08T20:14:44.6090450Z -- Performing Test HAS_WNO_MISSING_BRACES - Success 2024-08-08T20:14:44.6095560Z -- Performing Test HAS_QUNUSED_ARGUMENTS 2024-08-08T20:14:44.7800780Z -- Performing Test HAS_QUNUSED_ARGUMENTS - Success 2024-08-08T20:14:44.7805620Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS 2024-08-08T20:14:44.9174140Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS - Success 2024-08-08T20:14:44.9178780Z -- Performing Test HAS_FALIGNED_NEW 2024-08-08T20:14:45.0582180Z -- Performing Test HAS_FALIGNED_NEW - Success 2024-08-08T20:14:45.0586740Z -- Performing Test HAS_WERROR 2024-08-08T20:14:45.2048850Z -- Performing Test HAS_WERROR - Success 2024-08-08T20:14:45.2053450Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE 2024-08-08T20:14:45.3651830Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE - Success 2024-08-08T20:14:45.3656530Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED 2024-08-08T20:14:45.4370900Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED - Failed 2024-08-08T20:14:45.4376110Z -- Performing Test HAS_FSTANDALONE_DEBUG 2024-08-08T20:14:45.5736060Z -- Performing Test HAS_FSTANDALONE_DEBUG - Success 2024-08-08T20:14:45.5740710Z -- Performing Test HAS_FNO_MATH_ERRNO 2024-08-08T20:14:45.7123990Z -- Performing Test HAS_FNO_MATH_ERRNO - Success 2024-08-08T20:14:45.7128800Z -- Performing Test HAS_FNO_TRAPPING_MATH 2024-08-08T20:14:45.8438690Z -- Performing Test HAS_FNO_TRAPPING_MATH - Success 2024-08-08T20:14:45.8443370Z -- Performing Test HAS_WERROR_FORMAT 2024-08-08T20:14:45.9947630Z -- Performing Test HAS_WERROR_FORMAT - Success 2024-08-08T20:14:45.9952790Z -- Performing Test HAS_WNO_UNGUARDED_AVAILABILITY_NEW 2024-08-08T20:14:46.1721320Z -- Performing Test HAS_WNO_UNGUARDED_AVAILABILITY_NEW - Success 2024-08-08T20:14:46.1725950Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD 2024-08-08T20:14:46.3204510Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD - Success 2024-08-08T20:14:46.3329060Z -- Performing Test HAS_WDEPRECATED 2024-08-08T20:14:46.4710280Z -- Performing Test HAS_WDEPRECATED - Success 2024-08-08T20:14:46.4710780Z -- don't use NUMA 2024-08-08T20:14:46.4734920Z -- Looking for backtrace 2024-08-08T20:14:46.7724250Z -- Looking for backtrace - found 2024-08-08T20:14:46.7724980Z -- backtrace facility detected in default set of libraries 2024-08-08T20:14:46.7726640Z -- Found Backtrace: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include 2024-08-08T20:14:48.8183710Z -- headers outputs: 2024-08-08T20:14:53.6397530Z -- sources outputs: 2024-08-08T20:14:54.4678220Z -- declarations_yaml outputs: 2024-08-08T20:14:54.5450860Z -- Using ATen parallel backend: OMP 2024-08-08T20:14:54.5455190Z disabling CUDA because USE_CUDA is set false 2024-08-08T20:14:55.1757050Z -- Found OpenSSL: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/lib/libcrypto.dylib (found version "1.1.1w") 2024-08-08T20:14:55.1776780Z -- Check size of long double 2024-08-08T20:14:55.3872960Z -- Check size of long double - done 2024-08-08T20:14:55.3874940Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2024-08-08T20:14:55.4881220Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Failed 2024-08-08T20:14:55.4898350Z -- Found OpenMP_C: -Xpreprocessor -fopenmp -I/Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/include (found version "5.0") 2024-08-08T20:14:55.4900270Z -- Found OpenMP_CXX: -Xpreprocessor -fopenmp -I/Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/include (found version "5.0") 2024-08-08T20:14:55.4901190Z -- Found OpenMP: TRUE (found version "5.0") 2024-08-08T20:14:55.4903340Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2024-08-08T20:14:55.6410270Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Failed 2024-08-08T20:14:55.6412280Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD 2024-08-08T20:14:55.7864590Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD - Failed 2024-08-08T20:14:55.7866520Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2024-08-08T20:14:55.8833370Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Failed 2024-08-08T20:14:55.8835790Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2024-08-08T20:14:56.0235530Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Success 2024-08-08T20:14:56.0237140Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2024-08-08T20:14:56.1097500Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Failed 2024-08-08T20:14:56.1203600Z Target system: Darwin-23.4.0 2024-08-08T20:14:56.1203880Z Target processor: arm64 2024-08-08T20:14:56.1204150Z -- Configuring build for SLEEF-v3.6.0 2024-08-08T20:14:56.1204470Z Host system: Darwin-23.4.0 2024-08-08T20:14:56.1204710Z Host processor: arm64 2024-08-08T20:14:56.1205210Z Detected C compiler: AppleClang @ /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.GqRrwBco8y/clang 2024-08-08T20:14:56.1205730Z CMake: 3.22.1 2024-08-08T20:14:56.1206180Z Make program: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/bin/ninja 2024-08-08T20:14:56.1207190Z -- Using option `-Wall -Wno-unused-function -Wno-attributes -Wno-unused-result -ffp-contract=off -fno-math-errno -fno-trapping-math` to compile libsleef 2024-08-08T20:14:56.1207890Z -- Building shared libs : OFF 2024-08-08T20:14:56.1208320Z -- Building static test bins: OFF 2024-08-08T20:14:56.1208610Z -- MPFR : LIB_MPFR-NOTFOUND 2024-08-08T20:14:56.1208870Z -- GMP : LIBGMP-NOTFOUND 2024-08-08T20:14:56.1209090Z -- RT : 2024-08-08T20:14:56.1209280Z -- FFTW3 : LIBFFTW3-NOTFOUND 2024-08-08T20:14:56.1209530Z -- OPENSSL : 1.1.1w 2024-08-08T20:14:56.1209760Z -- SDE : SDE_COMMAND-NOTFOUND 2024-08-08T20:14:56.1210020Z -- COMPILER_SUPPORTS_OPENMP : 2024-08-08T20:14:56.1278180Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2024-08-08T20:14:56.1278860Z core header install: /Users/ec2-user/runner/_work/pytorch/pytorch/build/aten/src/ATen/core/TensorBody.h 2024-08-08T20:14:56.1279720Z core header install: /Users/ec2-user/runner/_work/pytorch/pytorch/build/aten/src/ATen/core/aten_interned_strings.h 2024-08-08T20:14:56.1280530Z core header install: /Users/ec2-user/runner/_work/pytorch/pytorch/build/aten/src/ATen/core/enum_tag.h 2024-08-08T20:14:56.2583690Z -- Performing Test HAS_WMISSING_PROTOTYPES 2024-08-08T20:14:56.4055980Z -- Performing Test HAS_WMISSING_PROTOTYPES - Success 2024-08-08T20:14:56.4061290Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES 2024-08-08T20:14:56.6176590Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES - Success 2024-08-08T20:14:56.7059900Z -- The OBJC compiler identification is AppleClang 15.0.0.15000309 2024-08-08T20:14:56.7749530Z -- The OBJCXX compiler identification is AppleClang 15.0.0.15000309 2024-08-08T20:14:56.7812780Z -- Detecting OBJC compiler ABI info 2024-08-08T20:14:56.9457570Z -- Detecting OBJC compiler ABI info - done 2024-08-08T20:14:56.9487690Z -- Check for working OBJC compiler: /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.GqRrwBco8y/clang - skipped 2024-08-08T20:14:56.9536070Z -- Detecting OBJCXX compiler ABI info 2024-08-08T20:14:57.1464790Z -- Detecting OBJCXX compiler ABI info - done 2024-08-08T20:14:57.1495390Z -- Check for working OBJCXX compiler: /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.GqRrwBco8y/clang++ - skipped 2024-08-08T20:14:57.1854170Z -- _CMAKE_OSX_SDKS: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk;/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk;/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk;/Library/Developer/CommandLineTools/SDKs/MacOSX13.3.sdk;/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk 2024-08-08T20:14:57.1855610Z -- Toolchain using default OSX SDK: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk 2024-08-08T20:14:57.1857040Z -- CMAKE_FRAMEWORK_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks;/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/PrivateFrameworks;/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/Developer/Library/Frameworks 2024-08-08T20:14:57.1925860Z CMake Warning at CMakeLists.txt:1245 (message): 2024-08-08T20:14:57.1926310Z Generated cmake files are only fully tested if one builds with system glog, 2024-08-08T20:14:57.1926840Z gflags, and protobuf. Other settings may generate files that are not well 2024-08-08T20:14:57.1927220Z tested. 2024-08-08T20:14:57.1927330Z 2024-08-08T20:14:57.1927330Z 2024-08-08T20:14:57.1938540Z -- 2024-08-08T20:14:57.1938870Z -- ******** Summary ******** 2024-08-08T20:14:57.1939140Z -- General: 2024-08-08T20:14:57.1939360Z -- CMake version : 3.22.1 2024-08-08T20:14:57.1939870Z -- CMake command : /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/bin/cmake 2024-08-08T20:14:57.1940360Z -- System : Darwin 2024-08-08T20:14:57.1940890Z -- C++ compiler : /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.GqRrwBco8y/clang++ 2024-08-08T20:14:57.1941400Z -- C++ compiler id : AppleClang 2024-08-08T20:14:57.1941730Z -- C++ compiler version : 15.0.0.15000309 2024-08-08T20:14:57.1942040Z -- Using ccache if found : ON 2024-08-08T20:14:57.1942360Z -- Found ccache : CCACHE_PROGRAM-NOTFOUND 2024-08-08T20:14:57.1946700Z -- CXX flags : -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DLIBKINETO_NOROCTRACER -DUSE_PYTORCH_QNNPACK -DAT_BUILD_ARM_VEC256_WITH_SLEEF -DUSE_XNNPACK -DUSE_PYTORCH_METAL -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -O2 -fPIC -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Werror=braced-scalar-init -Werror=range-loop-construct -Werror=bool-operation -Wnarrowing -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-unused-parameter -Wno-strict-overflow -Wno-strict-aliasing -Wvla-extension -Wsuggest-override -Wnewline-eof -Winconsistent-missing-override -Winconsistent-missing-destructor-override -Wno-pass-failed -Wno-error=pedantic -Wno-error=old-style-cast -Wconstant-conversion -Wno-invalid-partial-specialization -Wno-missing-braces -Qunused-arguments -fcolor-diagnostics -faligned-new -Werror -Wno-unused-but-set-variable -fno-math-errno -fno-trapping-math -Werror=format -DUSE_MPS -Wno-unused-private-field -Wno-missing-braces 2024-08-08T20:14:57.1951230Z -- Shared LD flags : -rdynamic -weak_framework Foundation -weak_framework MetalPerformanceShaders -weak_framework MetalPerformanceShadersGraph -weak_framework Metal 2024-08-08T20:14:57.1951950Z -- Static LD flags : 2024-08-08T20:14:57.1952210Z -- Module LD flags : 2024-08-08T20:14:57.1952470Z -- Build type : Release 2024-08-08T20:14:57.1953570Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;ONNX_NAMESPACE=onnx_torch;HAVE_MMAP=1;_FILE_OFFSET_BITS=64;HAVE_SHM_OPEN=1;HAVE_SHM_UNLINK=1;USE_EXTERNAL_MZCRC;MINIZ_DISABLE_ZIP_READER_CRC32_CHECKS;FLASHATTENTION_DISABLE_ALIBI;AT_BUILD_ARM_VEC256_WITH_SLEEF 2024-08-08T20:14:57.1960620Z -- CMAKE_PREFIX_PATH : /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/lib/python3.9/site-packages 2024-08-08T20:14:57.1961290Z -- CMAKE_INSTALL_PREFIX : /Users/ec2-user/runner/_work/pytorch/pytorch/torch 2024-08-08T20:14:57.1961700Z -- USE_GOLD_LINKER : OFF 2024-08-08T20:14:57.1961930Z -- 2024-08-08T20:14:57.1962130Z -- TORCH_VERSION : 2.5.0 2024-08-08T20:14:57.1962420Z -- BUILD_STATIC_RUNTIME_BENCHMARK: OFF 2024-08-08T20:14:57.1962700Z -- BUILD_BINARY : OFF 2024-08-08T20:14:57.1962960Z -- BUILD_CUSTOM_PROTOBUF : ON 2024-08-08T20:14:57.1963210Z -- Link local protobuf : ON 2024-08-08T20:14:57.1963470Z -- BUILD_PYTHON : True 2024-08-08T20:14:57.1963730Z -- Python version : 3.9.12 2024-08-08T20:14:57.1964220Z -- Python executable : /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/bin/python 2024-08-08T20:14:57.1964680Z -- Python library : 2024-08-08T20:14:57.1965150Z -- Python includes : /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/include/python3.9 2024-08-08T20:14:57.1966030Z -- Python site-package : /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/lib/python3.9/site-packages 2024-08-08T20:14:57.1966550Z -- BUILD_SHARED_LIBS : ON 2024-08-08T20:14:57.1966830Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2024-08-08T20:14:57.1967120Z -- BUILD_TEST : False 2024-08-08T20:14:57.1967370Z -- BUILD_JNI : OFF 2024-08-08T20:14:57.1967620Z -- BUILD_MOBILE_AUTOGRAD : OFF 2024-08-08T20:14:57.1967880Z -- BUILD_LITE_INTERPRETER: OFF 2024-08-08T20:14:57.1968130Z -- CROSS_COMPILING_MACOSX : 2024-08-08T20:14:57.1968370Z -- INTERN_BUILD_MOBILE : 2024-08-08T20:14:57.1968630Z -- TRACING_BASED : OFF 2024-08-08T20:14:57.1968880Z -- USE_BLAS : 1 2024-08-08T20:14:57.1969140Z -- BLAS : accelerate 2024-08-08T20:14:57.1969400Z -- BLAS_HAS_SBGEMM : 2024-08-08T20:14:57.1969640Z -- USE_LAPACK : 1 2024-08-08T20:14:57.1969890Z -- LAPACK : accelerate 2024-08-08T20:14:57.1970160Z -- USE_ASAN : OFF 2024-08-08T20:14:57.1970410Z -- USE_TSAN : OFF 2024-08-08T20:14:57.1970660Z -- USE_CPP_CODE_COVERAGE : OFF 2024-08-08T20:14:57.1970900Z -- USE_CUDA : OFF 2024-08-08T20:14:57.1971140Z -- USE_XPU : OFF 2024-08-08T20:14:57.1971440Z -- USE_ROCM : OFF 2024-08-08T20:14:57.1971690Z -- BUILD_NVFUSER : 2024-08-08T20:14:57.1971930Z -- USE_EIGEN_FOR_BLAS : ON 2024-08-08T20:14:57.1972180Z -- USE_FBGEMM : OFF 2024-08-08T20:14:57.1972430Z -- USE_FAKELOWP : OFF 2024-08-08T20:14:57.1972680Z -- USE_KINETO : ON 2024-08-08T20:14:57.1972930Z -- USE_GFLAGS : OFF 2024-08-08T20:14:57.1973170Z -- USE_GLOG : OFF 2024-08-08T20:14:57.1973420Z -- USE_LITE_PROTO : OFF 2024-08-08T20:14:57.1973670Z -- USE_PYTORCH_METAL : 1 2024-08-08T20:14:57.1973930Z -- USE_PYTORCH_METAL_EXPORT : OFF 2024-08-08T20:14:57.1974220Z -- USE_MPS : ON 2024-08-08T20:14:57.1974470Z -- USE_MKL : OFF 2024-08-08T20:14:57.1974710Z -- USE_MKLDNN : OFF 2024-08-08T20:14:57.1974950Z -- USE_UCC : OFF 2024-08-08T20:14:57.1975190Z -- USE_ITT : OFF 2024-08-08T20:14:57.1975440Z -- USE_NCCL : OFF 2024-08-08T20:14:57.1975680Z -- USE_NNPACK : ON 2024-08-08T20:14:57.1975930Z -- USE_NUMPY : ON 2024-08-08T20:14:57.1976180Z -- USE_OBSERVERS : ON 2024-08-08T20:14:57.1976430Z -- USE_OPENCL : OFF 2024-08-08T20:14:57.1976680Z -- USE_OPENMP : 1 2024-08-08T20:14:57.1976920Z -- USE_MIMALLOC : OFF 2024-08-08T20:14:57.1977170Z -- USE_VULKAN : OFF 2024-08-08T20:14:57.1977410Z -- USE_PROF : OFF 2024-08-08T20:14:57.1977650Z -- USE_PYTORCH_QNNPACK : ON 2024-08-08T20:14:57.1977890Z -- USE_XNNPACK : ON 2024-08-08T20:14:57.1978130Z -- USE_DISTRIBUTED : 0 2024-08-08T20:14:57.1978390Z -- Public Dependencies : 2024-08-08T20:14:57.1979180Z -- Private Dependencies : Threads::Threads;pthreadpool;cpuinfo;pytorch_qnnpack;nnpack;XNNPACK;fp16;caffe2::openmp;foxi_loader;fmt::fmt-header-only;kineto 2024-08-08T20:14:57.1979840Z -- Public CUDA Deps. : 2024-08-08T20:14:57.1980090Z -- Private CUDA Deps. : 2024-08-08T20:14:57.1980330Z -- USE_COREML_DELEGATE : OFF 2024-08-08T20:14:57.1980600Z -- BUILD_LAZY_TS_BACKEND : ON 2024-08-08T20:14:57.1980870Z -- USE_ROCM_KERNEL_ASSERT : OFF 2024-08-08T20:14:57.1990250Z -- Configuring done 2024-08-08T20:14:58.0883550Z -- Generating done 2024-08-08T20:14:58.2072020Z CMake Warning: 2024-08-08T20:14:58.2072520Z Manually-specified variables were not used by the project: 2024-08-08T20:14:58.2072800Z 2024-08-08T20:14:58.2072870Z BUILD_ENVIRONMENT 2024-08-08T20:14:58.2073060Z CMAKE_EXEC 2024-08-08T20:14:58.2073170Z 2024-08-08T20:14:58.2073180Z 2024-08-08T20:14:58.2096140Z -- Build files have been written to: /Users/ec2-user/runner/_work/pytorch/pytorch/build 2024-08-08T20:15:01.6507950Z [1/4] Generating ATen declarations_yaml 2024-08-08T20:15:04.8288300Z [2/4] Generating ATen headers 2024-08-08T20:15:05.4488870Z [3/4] Generating ATen sources 2024-08-08T20:15:05.6777950Z [1/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-neon-u4.c.o 2024-08-08T20:15:05.6864640Z [2/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-neon-u16.c.o 2024-08-08T20:15:05.6879060Z [3/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-neon-int32.c.o 2024-08-08T20:15:05.6995470Z [4/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-neon.c.o 2024-08-08T20:15:05.7008340Z [5/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-neon-u32.c.o 2024-08-08T20:15:05.7097950Z [6/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-neon-rr2-lut16-p3.c.o 2024-08-08T20:15:05.7183220Z [7/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-neon-u8.c.o 2024-08-08T20:15:05.7196970Z [8/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-neon-u24.c.o 2024-08-08T20:15:05.7320010Z [9/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-neon-int16.c.o 2024-08-08T20:15:05.7425590Z [10/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-neon-u8.c.o 2024-08-08T20:15:05.8054340Z [11/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-qs8-cvt-neon.c.o 2024-08-08T20:15:05.8169620Z [12/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-qu8-cvt-neon.c.o 2024-08-08T20:15:05.8390770Z [13/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-neon-rr2-p6.c.o 2024-08-08T20:15:05.8441720Z [14/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-neon-cvt.c.o 2024-08-08T20:15:05.8674220Z [15/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-neon-addsub.c.o 2024-08-08T20:15:05.8866430Z [16/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-neon-cvt.c.o 2024-08-08T20:15:05.8917770Z [17/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-neon-addsub.c.o 2024-08-08T20:15:05.8924630Z [18/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-neon-addsub.c.o 2024-08-08T20:15:05.9220710Z [19/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-neon-cvt.c.o 2024-08-08T20:15:05.9275230Z [20/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-neon-addsub.c.o 2024-08-08T20:15:05.9512660Z [21/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neon-rr2-lut64-p2-nr2recps.c.o 2024-08-08T20:15:05.9834260Z [22/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neon-rr2-lut2048-p1-nr2recps.c.o 2024-08-08T20:15:05.9837490Z [23/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neon-rr2-p5-nr2recps.c.o 2024-08-08T20:15:06.0151260Z [24/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-neon-nr2rsqrts.c.o 2024-08-08T20:15:06.0696340Z [25/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neon-expm1minus-rr2-lut8-p4h2ts-nr2recps.c.o 2024-08-08T20:15:06.0699720Z [26/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-neon-nr3rsqrts.c.o 2024-08-08T20:15:06.1058650Z [27/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neon-expm1minus-rr1-p6h5ts-nr2recps.c.o 2024-08-08T20:15:06.1117230Z [28/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neon-expm1minus-rr2-lut8-p4h3ps-nr2recps.c.o 2024-08-08T20:15:06.1208690Z [29/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16-minmax-neon-mlal-lane-prfm.c.o 2024-08-08T20:15:06.1261610Z [30/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-neon-nr1rsqrts.c.o 2024-08-08T20:15:06.2139340Z [31/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16-minmax-neon-mlal-lane-prfm.c.o 2024-08-08T20:15:06.2148310Z [32/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16-minmax-neon-mlal-lane.c.o 2024-08-08T20:15:06.2266380Z [33/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16-minmax-neon-mlal-lane.c.o 2024-08-08T20:15:06.2345250Z [34/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16-minmax-neon-mlal-lane-prfm.c.o 2024-08-08T20:15:06.2452040Z [35/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16-minmax-neon-mlal-lane-prfm.c.o 2024-08-08T20:15:06.2480370Z [36/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16-minmax-neon-mlal-lane.c.o 2024-08-08T20:15:06.3444520Z [37/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16-minmax-neon-mlal-lane.c.o 2024-08-08T20:15:06.3545030Z [38/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16-minmax-neon-mlal-lane.c.o 2024-08-08T20:15:06.3644620Z [39/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16-minmax-neon-mlal-lane-prfm.c.o 2024-08-08T20:15:06.3688960Z [40/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8-minmax-neon-mlal-lane.c.o 2024-08-08T20:15:06.3695810Z [41/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c2s4-minmax-neon-mlal.c.o 2024-08-08T20:15:06.3926450Z [42/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8-minmax-neon-mlal-lane-prfm.c.o 2024-08-08T20:15:06.4050260Z [43/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16-minmax-neon-mlal-lane.c.o 2024-08-08T20:15:06.4113490Z [44/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8-minmax-neon-mlal-lane.c.o 2024-08-08T20:15:06.4118650Z [45/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16-minmax-neon-mlal-lane-prfm.c.o 2024-08-08T20:15:06.4530190Z [46/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8-minmax-neon-mlal-lane-prfm.c.o 2024-08-08T20:15:06.5116740Z [47/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16-minmax-neon-mlal-lane-prfm.c.o 2024-08-08T20:15:06.5408970Z [48/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c2s4-minmax-neon-mlal.c.o 2024-08-08T20:15:06.5466540Z [49/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16-minmax-neon-mlal-lane.c.o 2024-08-08T20:15:06.5519220Z [50/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8-minmax-neon-mlal-lane-prfm.c.o 2024-08-08T20:15:06.5704760Z [51/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8-minmax-neon-mlal-lane.c.o 2024-08-08T20:15:06.5778230Z [52/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16-minmax-neon-mlal-lane-prfm.c.o 2024-08-08T20:15:06.5991260Z [53/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8-minmax-neon-mlal-lane.c.o 2024-08-08T20:15:06.6018370Z [54/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8-minmax-neon-mlal-lane-prfm.c.o 2024-08-08T20:15:06.6231020Z [55/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16-minmax-neon-mlal-lane.c.o 2024-08-08T20:15:06.6788990Z [56/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16-minmax-neon-mlal-lane-prfm.c.o 2024-08-08T20:15:06.7554070Z [57/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8-minmax-neon-mlal-lane.c.o 2024-08-08T20:15:06.7557190Z [58/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16-minmax-neon-mlal-lane.c.o 2024-08-08T20:15:06.7560810Z [59/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8-minmax-neon-mlal-lane.c.o 2024-08-08T20:15:06.7565600Z [60/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8-minmax-neon-mlal-lane-prfm.c.o 2024-08-08T20:15:06.7706100Z [61/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16-minmax-neon-mlal-lane-prfm.c.o 2024-08-08T20:15:06.7719740Z [62/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8-minmax-neon-mlal-lane-prfm.c.o 2024-08-08T20:15:06.7821760Z [63/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c2s4-minmax-neon-mlal.c.o 2024-08-08T20:15:06.7854120Z [64/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16-minmax-neon-mlal-lane.c.o 2024-08-08T20:15:06.8393860Z [65/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16-minmax-neon-mlal-lane-prfm.c.o 2024-08-08T20:15:06.8626270Z [66/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16-minmax-neon-mlal-lane.c.o 2024-08-08T20:15:06.9443070Z [67/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8-minmax-neon-mlal-lane.c.o 2024-08-08T20:15:06.9454550Z [68/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16-minmax-neon-mlal-lane.c.o 2024-08-08T20:15:06.9487740Z [69/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8-minmax-neon-mlal-lane-prfm.c.o 2024-08-08T20:15:06.9641220Z [70/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16-minmax-neon-mlal-lane-prfm.c.o 2024-08-08T20:15:06.9676590Z [71/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8-minmax-neon-mlal-lane.c.o 2024-08-08T20:15:06.9694210Z [72/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16-minmax-neon-mlal-lane-prfm.c.o 2024-08-08T20:15:06.9790460Z [73/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8-minmax-neon-mlal-lane-prfm.c.o 2024-08-08T20:15:06.9823280Z [74/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c2s4-minmax-neon-mlal.c.o 2024-08-08T20:15:07.1054900Z [75/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8-minmax-neon-mlal-lane-prfm.c.o 2024-08-08T20:15:07.1111730Z [76/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8-minmax-neon-mlal-lane.c.o 2024-08-08T20:15:07.1221970Z [77/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8-minmax-neon-mlal-lane-prfm.c.o 2024-08-08T20:15:07.1281390Z [78/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16-minmax-neon-mlal-lane-prfm.c.o 2024-08-08T20:15:07.1384350Z [79/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16-minmax-neon-mlal-lane.c.o 2024-08-08T20:15:07.1388860Z [80/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16-minmax-neon-mlal-lane-prfm.c.o 2024-08-08T20:15:07.1401440Z [81/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8-minmax-neon-mlal-lane.c.o 2024-08-08T20:15:07.1417170Z [82/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16-minmax-neon-mlal-lane.c.o 2024-08-08T20:15:07.1911190Z [83/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-08T20:15:07.2390920Z [84/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16-minmax-neon-mlal-lane.c.o 2024-08-08T20:15:07.2888810Z [85/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-rndnu-neon-mul8-ld64.c.o 2024-08-08T20:15:07.2936440Z [86/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-rndnu-neon-mla8-ld64.c.o 2024-08-08T20:15:07.2971050Z [87/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mul8-ld64.c.o 2024-08-08T20:15:07.3054630Z [88/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mla8-ld64.c.o 2024-08-08T20:15:07.3190520Z [89/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-rndnu-neon-mul16.c.o 2024-08-08T20:15:07.3248460Z [90/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-08T20:15:07.3426280Z [91/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mla8-ld128.c.o 2024-08-08T20:15:07.3540240Z [92/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mul8-ld128.c.o 2024-08-08T20:15:07.3718710Z [93/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mul16.c.o 2024-08-08T20:15:07.3873120Z [94/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-08T20:15:07.4540390Z [95/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c8s8r-minmax-rndnu-neon-mul16.c.o 2024-08-08T20:15:07.4941080Z [96/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-rndnu-neon-mla8-ld64.c.o 2024-08-08T20:15:07.5045710Z [97/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-08T20:15:07.5055740Z [98/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-rndnu-neon-mul8-ld64.c.o 2024-08-08T20:15:07.5069520Z [99/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-08T20:15:07.5125660Z [100/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-rndnu-neon-mul16.c.o 2024-08-08T20:15:07.5344100Z [101/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mla8-ld64.c.o 2024-08-08T20:15:07.5669210Z [102/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mla8-ld128.c.o 2024-08-08T20:15:07.6145800Z [103/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mul8-ld64.c.o 2024-08-08T20:15:07.6271490Z [104/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mul8-ld128.c.o 2024-08-08T20:15:07.6489980Z [105/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mul16.c.o 2024-08-08T20:15:07.6592480Z [106/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-08T20:15:07.6696020Z [107/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-rndnu-neon-mul8-ld64.c.o 2024-08-08T20:15:07.6876530Z [108/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-rndnu-neon-mla8-ld64.c.o 2024-08-08T20:15:07.7203490Z [109/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c8s8r-minmax-rndnu-neon-mul16.c.o 2024-08-08T20:15:07.7224420Z [110/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-rndnu-neon-mul16.c.o 2024-08-08T20:15:07.7227850Z [111/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-08T20:15:07.7781230Z [112/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-08T20:15:07.8047370Z [113/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mla8-ld128.c.o 2024-08-08T20:15:07.8300340Z [114/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mla8-ld64.c.o 2024-08-08T20:15:07.8501220Z [115/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-neon-u4.c.o 2024-08-08T20:15:07.8556050Z [116/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-neon-u8.c.o 2024-08-08T20:15:07.8735050Z [117/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-neon-u8.c.o 2024-08-08T20:15:07.8837620Z [118/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-neon-u4.c.o 2024-08-08T20:15:07.8948440Z [119/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mul8-ld64.c.o 2024-08-08T20:15:07.8995040Z [120/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-neon-u8.c.o 2024-08-08T20:15:07.9007450Z [121/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-neon-u4.c.o 2024-08-08T20:15:07.9745890Z [122/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-neon-u8.c.o 2024-08-08T20:15:08.0133180Z [123/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-neon-u8.c.o 2024-08-08T20:15:08.0143350Z [124/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-neon-u16.c.o 2024-08-08T20:15:08.0479460Z [125/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u4.c.o 2024-08-08T20:15:08.0488840Z [126/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-neon-u4.c.o 2024-08-08T20:15:08.0551560Z [127/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-neon-u4.c.o 2024-08-08T20:15:08.0566600Z [128/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-neon-u12.c.o 2024-08-08T20:15:08.0946600Z [129/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-neon-u16.c.o 2024-08-08T20:15:08.0951500Z [130/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u8.c.o 2024-08-08T20:15:08.0966330Z [131/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u12.c.o 2024-08-08T20:15:08.1320930Z [132/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u16.c.o 2024-08-08T20:15:08.1618450Z [133/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u24.c.o 2024-08-08T20:15:08.1678890Z [134/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u20.c.o 2024-08-08T20:15:08.2029790Z [135/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u8.c.o 2024-08-08T20:15:08.2306760Z [136/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u4.c.o 2024-08-08T20:15:08.2351950Z [137/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-neon-u8.c.o 2024-08-08T20:15:08.2709490Z [138/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u24.c.o 2024-08-08T20:15:08.2716300Z [139/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u16.c.o 2024-08-08T20:15:08.2788610Z [140/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u20.c.o 2024-08-08T20:15:08.2960080Z [141/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u12.c.o 2024-08-08T20:15:08.3084260Z [142/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-neon-u4.c.o 2024-08-08T20:15:08.3352360Z [143/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-neon-u4.c.o 2024-08-08T20:15:08.3427470Z [144/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-neon-u16.c.o 2024-08-08T20:15:08.3666770Z [145/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-neon-u8.c.o 2024-08-08T20:15:08.3831000Z [146/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-neon-2x.c.o 2024-08-08T20:15:08.4248360Z [147/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c8-minmax-neon-2x.c.o 2024-08-08T20:15:08.4771440Z [148/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-neon-u8.c.o 2024-08-08T20:15:08.4875350Z [149/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-neon-u4.c.o 2024-08-08T20:15:08.4983150Z [150/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-neon-u8.c.o 2024-08-08T20:15:08.5122530Z [151/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-neon-u4.c.o 2024-08-08T20:15:08.5154290Z [152/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-neon-u4.c.o 2024-08-08T20:15:08.5400360Z [153/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-neon-u8.c.o 2024-08-08T20:15:08.5586610Z [154/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-neon-u4.c.o 2024-08-08T20:15:08.5821790Z [155/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-neon-u8.c.o 2024-08-08T20:15:08.6117860Z [156/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-neon-u8.c.o 2024-08-08T20:15:08.6265010Z [157/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-neon-u4.c.o 2024-08-08T20:15:08.6488690Z [158/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u4.c.o 2024-08-08T20:15:08.6493690Z [159/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u16.c.o 2024-08-08T20:15:08.6711650Z [160/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u8.c.o 2024-08-08T20:15:08.6723210Z [161/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u20.c.o 2024-08-08T20:15:08.6784030Z [162/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u12.c.o 2024-08-08T20:15:08.7080970Z [163/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u24.c.o 2024-08-08T20:15:08.7524110Z [164/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut2048-p1-nr2recps-u8.c.o 2024-08-08T20:15:08.7923780Z [165/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut2048-p1-nr2recps-u16.c.o 2024-08-08T20:15:08.8028400Z [166/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut2048-p1-nr2recps-u4.c.o 2024-08-08T20:15:08.8193300Z [167/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut2048-p1-nr2recps-u20.c.o 2024-08-08T20:15:08.8211020Z [168/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut2048-p1-nr2recps-u12.c.o 2024-08-08T20:15:08.8402890Z [169/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u4.c.o 2024-08-08T20:15:08.8455160Z [170/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut2048-p1-nr2recps-u24.c.o 2024-08-08T20:15:08.8495020Z [171/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u8.c.o 2024-08-08T20:15:08.8499510Z [172/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u12.c.o 2024-08-08T20:15:08.9572030Z [173/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u16.c.o 2024-08-08T20:15:08.9715080Z [174/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u20.c.o 2024-08-08T20:15:08.9794850Z [175/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neon-expm1minus-rr1-p6h5ts-nr2recps-u4.c.o 2024-08-08T20:15:08.9814320Z [176/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neon-expm1minus-rr1-p6h5ts-nr2recps-u12.c.o 2024-08-08T20:15:08.9825070Z [177/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neon-expm1minus-rr1-p6h5ts-nr2recps-u8.c.o 2024-08-08T20:15:09.0058760Z [178/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u24.c.o 2024-08-08T20:15:09.0106030Z [179/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-neon-u8.c.o 2024-08-08T20:15:09.0342940Z [180/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neon-expm1minus-rr1-p6h5ts-nr2recps-u16.c.o 2024-08-08T20:15:09.0657460Z [181/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-neon-u8.c.o 2024-08-08T20:15:09.0690450Z [182/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-neon-u4.c.o 2024-08-08T20:15:09.1523160Z [183/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-neon-u12-acc3.c.o 2024-08-08T20:15:09.1584590Z [184/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-neon-u16-acc2.c.o 2024-08-08T20:15:09.1623790Z [185/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-neon-u16-acc2.c.o 2024-08-08T20:15:09.1684340Z [186/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-neon-u4.c.o 2024-08-08T20:15:09.1730540Z [187/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-neon-u16-acc4.c.o 2024-08-08T20:15:09.1941610Z [188/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mul8-ld128.c.o 2024-08-08T20:15:09.1944990Z [189/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-neon-u12-acc3.c.o 2024-08-08T20:15:09.1958200Z [190/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-neon-u8-acc2.c.o 2024-08-08T20:15:09.2536390Z [191/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-neon-u16-acc4.c.o 2024-08-08T20:15:09.3115300Z [192/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-neon-u16-acc4.c.o 2024-08-08T20:15:09.3128010Z [193/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-neon-u8-acc2.c.o 2024-08-08T20:15:09.3171530Z [194/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neon-pipelined.c.o 2024-08-08T20:15:09.3210650Z [195/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-neon-u12-acc3.c.o 2024-08-08T20:15:09.3411980Z [196/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neon-x2.c.o 2024-08-08T20:15:09.3429350Z [197/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neon.c.o 2024-08-08T20:15:09.3434540Z [198/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-neon-u16-acc2.c.o 2024-08-08T20:15:09.3453740Z [199/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-neon-u4.c.o 2024-08-08T20:15:09.4417120Z [200/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neon-pipelined.c.o 2024-08-08T20:15:09.4548470Z [201/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neon-x2.c.o 2024-08-08T20:15:09.4709300Z [202/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neon-pipelined.c.o 2024-08-08T20:15:09.4881840Z [203/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neon.c.o 2024-08-08T20:15:09.4889780Z [204/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neon.c.o 2024-08-08T20:15:09.4998720Z [205/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neon-pipelined.c.o 2024-08-08T20:15:09.5101770Z [206/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neon-x2.c.o 2024-08-08T20:15:09.5136650Z [207/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neon-x2.c.o 2024-08-08T20:15:09.5147050Z [208/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neon.c.o 2024-08-08T20:15:09.5454950Z [209/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-12x1-minmax-neon.c.o 2024-08-08T20:15:09.5978270Z [210/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-neon-u8.c.o 2024-08-08T20:15:09.6224940Z [211/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-neon-u4.c.o 2024-08-08T20:15:09.6400280Z [212/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-neon-u8.c.o 2024-08-08T20:15:09.6774540Z [213/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-neon-u4.c.o 2024-08-08T20:15:09.6794150Z [214/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-neon-u4.c.o 2024-08-08T20:15:09.6813120Z [215/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-neon-u8.c.o 2024-08-08T20:15:09.7011320Z [216/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-neon-u4.c.o 2024-08-08T20:15:09.7039400Z [217/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-neon-u8.c.o 2024-08-08T20:15:09.7066940Z [218/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-neon-u8.c.o 2024-08-08T20:15:09.7284880Z [219/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-neon-u4.c.o 2024-08-08T20:15:09.8136020Z [220/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-neon-u8.c.o 2024-08-08T20:15:09.8337410Z [221/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-neon-u4.c.o 2024-08-08T20:15:09.8441680Z [222/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-neon-u4.c.o 2024-08-08T20:15:09.8444890Z [223/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-neon-u8.c.o 2024-08-08T20:15:09.8561190Z [224/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-neon-u4.c.o 2024-08-08T20:15:09.8568310Z [225/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-neon-u4.c.o 2024-08-08T20:15:09.8739980Z [226/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-neon-u4.c.o 2024-08-08T20:15:09.8749200Z [227/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-neon-u8.c.o 2024-08-08T20:15:09.9474520Z [228/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-neon-u8.c.o 2024-08-08T20:15:09.9578920Z [229/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-neon-u8.c.o 2024-08-08T20:15:09.9837860Z [230/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-neon-c4.c.o 2024-08-08T20:15:10.0041520Z [231/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-neon-prfm.c.o 2024-08-08T20:15:10.0150050Z [232/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-neon-c4.c.o 2024-08-08T20:15:10.0153350Z [233/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-neon-c4.c.o 2024-08-08T20:15:10.0203910Z [234/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x16-minmax-neon.c.o 2024-08-08T20:15:10.0212230Z [235/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-neon.c.o 2024-08-08T20:15:10.0356720Z [236/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x16-minmax-neon-prfm.c.o 2024-08-08T20:15:10.0839470Z [237/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-neon.c.o 2024-08-08T20:15:10.1059690Z [238/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-neon-prfm.c.o 2024-08-08T20:15:10.1158830Z [239/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-neon-1x8.c.o 2024-08-08T20:15:10.1374230Z [240/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-neon-1x4.c.o 2024-08-08T20:15:10.1617550Z [241/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-neon-2x4.c.o 2024-08-08T20:15:10.1943480Z [242/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-neon-4x8.c.o 2024-08-08T20:15:10.2044070Z [243/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-neon-2x8.c.o 2024-08-08T20:15:10.2164830Z [244/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-neon-1x16.c.o 2024-08-08T20:15:10.2278510Z [245/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-neon-4x4.c.o 2024-08-08T20:15:10.2496300Z [246/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-neon-2x16.c.o 2024-08-08T20:15:10.2512650Z [247/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-neon-4x16.c.o 2024-08-08T20:15:10.2780310Z [248/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-neon-dup-ld64.c.o 2024-08-08T20:15:10.3044510Z [249/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-neon-dup-ld64.c.o 2024-08-08T20:15:10.3230540Z [250/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-neon-lane-ld64.c.o 2024-08-08T20:15:10.3583530Z [251/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-neon-lane-ld64.c.o 2024-08-08T20:15:10.3822490Z [252/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x8-minmax-neon-lane-ld64.c.o 2024-08-08T20:15:10.3900720Z [253/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-neon-dup-ld64.c.o 2024-08-08T20:15:10.3956070Z [254/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-neon-dup-ld64.c.o 2024-08-08T20:15:10.4190780Z [255/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-neon-lane-ld64.c.o 2024-08-08T20:15:10.4353800Z [256/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-neon-lane-ld64.c.o 2024-08-08T20:15:10.4425100Z [257/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-neon-lane-ld64.c.o 2024-08-08T20:15:10.5173070Z [258/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-neon-dup-ld64.c.o 2024-08-08T20:15:10.5408730Z [259/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-neon-lane-ld64.c.o 2024-08-08T20:15:10.5434260Z [260/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-neon-lane-ld64.c.o 2024-08-08T20:15:10.5442540Z [261/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x2-minmax-neon-lane-ld64.c.o 2024-08-08T20:15:10.5522180Z [262/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-neon-dup-ld64.c.o 2024-08-08T20:15:10.5777130Z [263/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u8-acc2.c.o 2024-08-08T20:15:10.5804810Z [264/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u16.c.o 2024-08-08T20:15:10.5845830Z [265/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-neon-lane-ld64.c.o 2024-08-08T20:15:10.6012290Z [266/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u8.c.o 2024-08-08T20:15:10.6401520Z [267/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u24.c.o 2024-08-08T20:15:10.6737420Z [268/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u32.c.o 2024-08-08T20:15:10.7183850Z [269/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u8.c.o 2024-08-08T20:15:10.7205260Z [270/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u16.c.o 2024-08-08T20:15:10.7222530Z [271/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u24.c.o 2024-08-08T20:15:10.7224680Z [272/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u32.c.o 2024-08-08T20:15:10.7470310Z [273/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u4.c.o 2024-08-08T20:15:10.7636600Z [274/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u12-acc2.c.o 2024-08-08T20:15:10.7642600Z [275/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u8.c.o 2024-08-08T20:15:10.8423450Z [276/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u12.c.o 2024-08-08T20:15:10.8624680Z [277/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u16-acc2.c.o 2024-08-08T20:15:10.8700230Z [278/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u12-acc3.c.o 2024-08-08T20:15:10.8859250Z [279/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u16.c.o 2024-08-08T20:15:10.8918870Z [280/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u16-acc4.c.o 2024-08-08T20:15:10.8924040Z [281/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u20.c.o 2024-08-08T20:15:10.8934770Z [282/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u4.c.o 2024-08-08T20:15:10.9047400Z [283/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u20-acc5.c.o 2024-08-08T20:15:10.9187070Z [284/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u8-acc2.c.o 2024-08-08T20:15:10.9195130Z [285/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u20-acc2.c.o 2024-08-08T20:15:11.0316710Z [286/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u8.c.o 2024-08-08T20:15:11.0420260Z [287/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u12-acc2.c.o 2024-08-08T20:15:11.0422900Z [288/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u12-acc3.c.o 2024-08-08T20:15:11.0632370Z [289/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u16-acc4.c.o 2024-08-08T20:15:11.0980290Z [290/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u16-acc2.c.o 2024-08-08T20:15:11.0997750Z [291/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u12.c.o 2024-08-08T20:15:11.1005040Z [292/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u20-acc5.c.o 2024-08-08T20:15:11.1056430Z [293/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u16.c.o 2024-08-08T20:15:11.1349960Z [294/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u20.c.o 2024-08-08T20:15:11.1554100Z [295/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u20-acc2.c.o 2024-08-08T20:15:11.1865320Z [296/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-neon-u4.c.o 2024-08-08T20:15:11.1899240Z [297/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-neon-u12-acc3.c.o 2024-08-08T20:15:11.2081060Z [298/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-neon-u8-acc2.c.o 2024-08-08T20:15:11.2712100Z [299/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-neon-u8-acc2.c.o 2024-08-08T20:15:11.2780630Z [300/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-neon-u4.c.o 2024-08-08T20:15:11.2809520Z [301/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-neon-u16-acc2.c.o 2024-08-08T20:15:11.2954580Z [302/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-neon-u4.c.o 2024-08-08T20:15:11.2961080Z [303/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-neon-u16-acc4.c.o 2024-08-08T20:15:11.3213050Z [304/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-neon.c.o 2024-08-08T20:15:11.3261950Z [305/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16-minmax-neon-lane-ld128.c.o 2024-08-08T20:15:11.3789030Z [306/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-neon-lane-ld128.c.o 2024-08-08T20:15:11.4115750Z [307/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-neon-lane-ld64.c.o 2024-08-08T20:15:11.4161500Z [308/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x2-minmax-neon-lane-ld64.c.o 2024-08-08T20:15:11.4833460Z [309/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neon-lane-ld64.c.o 2024-08-08T20:15:11.5011590Z [310/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neon-lane-ld128.c.o 2024-08-08T20:15:11.5052040Z [311/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neon-dup-ld64.c.o 2024-08-08T20:15:11.5086280Z [312/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8s4-minmax-neon.c.o 2024-08-08T20:15:11.5186630Z [313/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16-minmax-neon-lane-ld128.c.o 2024-08-08T20:15:11.5305210Z [314/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-8x8s4-minmax-neon.c.o 2024-08-08T20:15:11.5660840Z [315/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neon-dup-ld128.c.o 2024-08-08T20:15:11.6169540Z [316/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-neon-lane-ld64.c.o 2024-08-08T20:15:11.6197960Z [317/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-neon-dup-ld64.c.o 2024-08-08T20:15:11.6305390Z [318/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-neon-lane-ld128.c.o 2024-08-08T20:15:11.6845680Z [319/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neon-dup-ld128.c.o 2024-08-08T20:15:11.7025570Z [320/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neon-dup-ld64.c.o 2024-08-08T20:15:11.7123260Z [321/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neon-lane-ld64.c.o 2024-08-08T20:15:11.7212100Z [322/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8s4-minmax-neon.c.o 2024-08-08T20:15:11.7235420Z [323/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8s4-minmax-neon.c.o 2024-08-08T20:15:11.7613010Z [324/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neon-lane-ld128.c.o 2024-08-08T20:15:11.7881930Z [325/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-neon-lane-ld64.c.o 2024-08-08T20:15:11.8217350Z [326/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neon-dup-ld128.c.o 2024-08-08T20:15:11.8227140Z [327/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neon-dup-ld64.c.o 2024-08-08T20:15:11.8260630Z [328/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neon-lane-ld64.c.o 2024-08-08T20:15:11.8792720Z [329/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neon-lane-ld128.c.o 2024-08-08T20:15:11.8873590Z [330/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neon-p8.c.o 2024-08-08T20:15:11.9220620Z [331/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-8x8s4-minmax-neon.c.o 2024-08-08T20:15:11.9284420Z [332/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8s4-minmax-neon.c.o 2024-08-08T20:15:11.9327290Z [333/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neon-p4.c.o 2024-08-08T20:15:11.9460700Z [334/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-neon-c4.c.o 2024-08-08T20:15:11.9514750Z [335/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neon-p16.c.o 2024-08-08T20:15:11.9717330Z [336/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-neon-c8.c.o 2024-08-08T20:15:12.0551700Z [337/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8s4-minmax-neon.c.o 2024-08-08T20:15:12.0618790Z [338/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neon-lane-ld64.c.o 2024-08-08T20:15:12.0633750Z [339/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neon-dup-ld64.c.o 2024-08-08T20:15:12.0854280Z [340/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neon-lane-ld128.c.o 2024-08-08T20:15:12.0931570Z [341/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x16-minmax-neon-lane-ld128.c.o 2024-08-08T20:15:12.1089130Z [342/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-neon-lane-ld128.c.o 2024-08-08T20:15:12.1150670Z [343/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x16-minmax-neon-lane-ld128.c.o 2024-08-08T20:15:12.1208560Z [344/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-neon-lane-ld64.c.o 2024-08-08T20:15:12.1219450Z [345/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-neon-lane-ld64.c.o 2024-08-08T20:15:12.1350250Z [346/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-dup-ld64.c.o 2024-08-08T20:15:12.2418460Z [347/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-lane-ld128.c.o 2024-08-08T20:15:12.2511970Z [348/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-neon.c.o 2024-08-08T20:15:12.2637150Z [349/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16-minmax-neon-lane-ld128.c.o 2024-08-08T20:15:12.2833610Z [350/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-lane-ld64.c.o 2024-08-08T20:15:12.2926440Z [351/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-neon-lane-ld128.c.o 2024-08-08T20:15:12.2933540Z [352/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-dup-ld128.c.o 2024-08-08T20:15:12.3172640Z [353/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neon-dup-ld64.c.o 2024-08-08T20:15:12.3418170Z [354/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x2-minmax-neon-lane-ld64.c.o 2024-08-08T20:15:12.3647530Z [355/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neon-lane-ld64.c.o 2024-08-08T20:15:12.3709010Z [356/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neon-dup-ld128.c.o 2024-08-08T20:15:12.4491500Z [357/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8s4-minmax-neon.c.o 2024-08-08T20:15:12.4563860Z [358/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neon-lane-ld128.c.o 2024-08-08T20:15:12.4606950Z [359/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-neon.c.o 2024-08-08T20:15:12.4688120Z [360/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mul16.c.o 2024-08-08T20:15:12.4827330Z [361/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-neon-acc2.c.o 2024-08-08T20:15:12.4862830Z [362/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neon-acc2.c.o 2024-08-08T20:15:12.5297780Z [363/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-neon.c.o 2024-08-08T20:15:12.5381310Z [364/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neon.c.o 2024-08-08T20:15:12.5604550Z [365/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-neon-acc2.c.o 2024-08-08T20:15:12.6115710Z [366/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-neon.c.o 2024-08-08T20:15:12.6356390Z [367/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-neon-acc2.c.o 2024-08-08T20:15:12.6431800Z [368/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-neon-acc2.c.o 2024-08-08T20:15:12.6570300Z [369/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neon.c.o 2024-08-08T20:15:12.6604180Z [370/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neon-acc2.c.o 2024-08-08T20:15:12.6697880Z [371/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-neon.c.o 2024-08-08T20:15:12.7268970Z [372/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-neon-acc2.c.o 2024-08-08T20:15:12.7392870Z [373/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-neon.c.o 2024-08-08T20:15:12.7592920Z [374/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-neon.c.o 2024-08-08T20:15:12.7695770Z [375/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neon-acc2.c.o 2024-08-08T20:15:12.8293780Z [376/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-neon.c.o 2024-08-08T20:15:12.8318490Z [377/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-neon-acc2.c.o 2024-08-08T20:15:12.8342700Z [378/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-neon.c.o 2024-08-08T20:15:12.8566250Z [379/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neon-acc2.c.o 2024-08-08T20:15:12.8656590Z [380/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-neon-acc2.c.o 2024-08-08T20:15:12.8798030Z [381/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neon.c.o 2024-08-08T20:15:12.9770570Z [382/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-neon.c.o 2024-08-08T20:15:12.9830140Z [383/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neon.c.o 2024-08-08T20:15:12.9860040Z [384/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neon-acc2.c.o 2024-08-08T20:15:12.9868380Z [385/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-neon.c.o 2024-08-08T20:15:13.0096650Z [386/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-neon-acc2.c.o 2024-08-08T20:15:13.0206270Z [387/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-neon-acc2.c.o 2024-08-08T20:15:13.0646160Z [388/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-neon.c.o 2024-08-08T20:15:13.0737440Z [389/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-neon-acc2.c.o 2024-08-08T20:15:13.0752000Z [390/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neon.c.o 2024-08-08T20:15:13.1389180Z [391/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u16.c.o 2024-08-08T20:15:13.1462130Z [392/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7x-minmax-neon-c4.c.o 2024-08-08T20:15:13.1480270Z [393/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u32.c.o 2024-08-08T20:15:13.1582410Z [394/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool-cw/f32-gavgpool-cw-neon-u4.c.o 2024-08-08T20:15:13.1808000Z [395/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u8.c.o 2024-08-08T20:15:13.2018520Z [396/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u24.c.o 2024-08-08T20:15:13.2849630Z [397/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neon-lane-ld128.c.o 2024-08-08T20:15:13.2911850Z [398/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neon-lane-ld64.c.o 2024-08-08T20:15:13.3018100Z [399/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7p7x-minmax-neon-c4.c.o 2024-08-08T20:15:13.3092310Z [400/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x16-minmax-neon-lane-ld128.c.o 2024-08-08T20:15:13.3099850Z [401/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-neon.c.o 2024-08-08T20:15:13.3375110Z [402/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-neon-lane-ld64.c.o 2024-08-08T20:15:13.3382200Z [403/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-neon-lane-ld128.c.o 2024-08-08T20:15:13.3638860Z [404/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x16-minmax-neon-lane-ld128.c.o 2024-08-08T20:15:13.3900640Z [405/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neon-dup-ld64.c.o 2024-08-08T20:15:13.3933230Z [406/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-dup-ld64.c.o 2024-08-08T20:15:13.4492550Z [407/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut64-p3h1ts-div.c.o 2024-08-08T20:15:13.4687980Z [408/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-8x8s4-minmax-neon.c.o 2024-08-08T20:15:13.4696770Z [409/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-dup-ld128.c.o 2024-08-08T20:15:13.4705430Z [410/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-p6h5ps-div.c.o 2024-08-08T20:15:13.4941260Z [411/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-p6h4ts-div.c.o 2024-08-08T20:15:13.4944570Z [412/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-lane-ld128.c.o 2024-08-08T20:15:13.5039600Z [413/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-lane-ld64.c.o 2024-08-08T20:15:13.5695440Z [414/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-neon-x4.c.o 2024-08-08T20:15:13.5876170Z [415/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-p6h5ts-div.c.o 2024-08-08T20:15:13.6102680Z [416/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-neon-x1.c.o 2024-08-08T20:15:13.6151870Z [417/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-samples4-neon.c.o 2024-08-08T20:15:13.6167760Z [418/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-samples1-neon.c.o 2024-08-08T20:15:13.6175540Z [419/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-neon-mlal-ld128-x4.c.o 2024-08-08T20:15:13.6390290Z [420/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/cs16-fftr-neon-x4.c.o 2024-08-08T20:15:13.6445610Z [421/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-neon-mlal-ld128-x8.c.o 2024-08-08T20:15:13.6724240Z [422/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-neon-mlal-ld128-x12.c.o 2024-08-08T20:15:13.6915770Z [423/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-neon-mlal-ld128-x16.c.o 2024-08-08T20:15:13.7479710Z [424/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u8.c.o 2024-08-08T20:15:13.7594370Z [425/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u16.c.o 2024-08-08T20:15:13.7910770Z [426/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int32-u8.c.o 2024-08-08T20:15:13.7918010Z [427/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int32-u16.c.o 2024-08-08T20:15:13.8079140Z [428/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u24.c.o 2024-08-08T20:15:13.8162540Z [429/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-4x-neon-c4.c.o 2024-08-08T20:15:13.8221110Z [430/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int32-u32.c.o 2024-08-08T20:15:13.8270490Z [431/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int32-u24.c.o 2024-08-08T20:15:13.8654330Z [432/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9x-neon-c4.c.o 2024-08-08T20:15:13.9001470Z [433/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-neon-c4.c.o 2024-08-08T20:15:13.9191500Z [434/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u32.c.o 2024-08-08T20:15:13.9256430Z [435/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9x-minmax-neon-c4.c.o 2024-08-08T20:15:13.9488310Z [436/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-neon-2x2.c.o 2024-08-08T20:15:13.9853570Z [437/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x4-neon-2x1.c.o 2024-08-08T20:15:14.0068700Z [438/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-neon-c4.c.o 2024-08-08T20:15:14.0164090Z [439/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x4-neon-2x1.c.o 2024-08-08T20:15:14.0279090Z [440/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x4-neon-2x2.c.o 2024-08-08T20:15:14.0298660Z [441/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x8-neon-2x2.c.o 2024-08-08T20:15:14.0527380Z [442/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x8-neon-2x1.c.o 2024-08-08T20:15:14.0563990Z [443/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x4-neon-2x2.c.o 2024-08-08T20:15:14.1165820Z [444/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x8-neon-2x2.c.o 2024-08-08T20:15:14.1387090Z [445/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-1x4-acc2.c.o 2024-08-08T20:15:14.1676260Z [446/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x8-neon-2x1.c.o 2024-08-08T20:15:14.1965520Z [447/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-1x4-acc4.c.o 2024-08-08T20:15:14.2015090Z [448/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-1x4-acc3.c.o 2024-08-08T20:15:14.2031990Z [449/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-2x4-acc2.c.o 2024-08-08T20:15:14.2203770Z [450/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-1x4.c.o 2024-08-08T20:15:14.2249330Z [451/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-4x4.c.o 2024-08-08T20:15:14.2762130Z [452/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-3x4.c.o 2024-08-08T20:15:14.2887390Z [453/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-2x4.c.o 2024-08-08T20:15:14.3157270Z [454/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-6x4.c.o 2024-08-08T20:15:14.3430750Z [455/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-1x4-acc2.c.o 2024-08-08T20:15:14.3551640Z [456/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-5x4.c.o 2024-08-08T20:15:14.3732270Z [457/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-1x4-acc3.c.o 2024-08-08T20:15:14.4019300Z [458/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-2x4-acc2.c.o 2024-08-08T20:15:14.4233720Z [459/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-1x4.c.o 2024-08-08T20:15:14.4531630Z [460/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-1x4-acc4.c.o 2024-08-08T20:15:14.4722070Z [461/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-4x4.c.o 2024-08-08T20:15:14.4760150Z [462/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4-acc2.c.o 2024-08-08T20:15:14.5018770Z [463/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-2x4.c.o 2024-08-08T20:15:14.5026780Z [464/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4-acc3.c.o 2024-08-08T20:15:14.5259390Z [465/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-3x4.c.o 2024-08-08T20:15:14.5462020Z [466/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4-acc4.c.o 2024-08-08T20:15:14.5629010Z [467/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4-acc5.c.o 2024-08-08T20:15:14.6196750Z [468/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-2x4-acc2.c.o 2024-08-08T20:15:14.6388260Z [469/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-2x4-acc3.c.o 2024-08-08T20:15:14.6451640Z [470/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-2x4.c.o 2024-08-08T20:15:14.6559850Z [471/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4.c.o 2024-08-08T20:15:14.6606360Z [472/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-3x4-acc2.c.o 2024-08-08T20:15:14.6817110Z [473/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-4x4-acc2.c.o 2024-08-08T20:15:14.7055290Z [474/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-3x4.c.o 2024-08-08T20:15:14.7078310Z [475/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-4x4.c.o 2024-08-08T20:15:14.7353290Z [476/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4-acc2.c.o 2024-08-08T20:15:14.7368660Z [477/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-5x4.c.o 2024-08-08T20:15:14.8021520Z [478/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4-acc3.c.o 2024-08-08T20:15:14.8393960Z [479/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4-acc4.c.o 2024-08-08T20:15:14.8617560Z [480/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4.c.o 2024-08-08T20:15:14.8738480Z [481/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-2x4-acc3.c.o 2024-08-08T20:15:14.8823290Z [482/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4-acc5.c.o 2024-08-08T20:15:14.8834120Z [483/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-2x4-acc2.c.o 2024-08-08T20:15:14.8846240Z [484/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-2x4.c.o 2024-08-08T20:15:14.9195810Z [485/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-neon-acc2.c.o 2024-08-08T20:15:14.9257570Z [486/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-3x4.c.o 2024-08-08T20:15:14.9745920Z [487/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-3x4-acc2.c.o 2024-08-08T20:15:15.0053750Z [488/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-neon.c.o 2024-08-08T20:15:15.0120060Z [489/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-lut8-p4h3ts-div-u2.c.o 2024-08-08T20:15:15.0269770Z [490/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2024-08-08T20:15:15.0348880Z [491/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neon-acc2.c.o 2024-08-08T20:15:15.0610480Z [492/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-lut8-p4h3ts-div-u1.c.o 2024-08-08T20:15:15.0712470Z [493/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neon.c.o 2024-08-08T20:15:15.0799990Z [494/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-neon-lane-ld128.c.o 2024-08-08T20:15:15.0815670Z [495/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-08-08T20:15:15.1008460Z [496/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-p6h5ts-div-u1.c.o 2024-08-08T20:15:15.1144580Z [497/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-p6h5ts-div-u2.c.o 2024-08-08T20:15:15.1318000Z [498/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h2ts-div.c.o 2024-08-08T20:15:15.1542840Z [499/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h2ts-rcp.c.o 2024-08-08T20:15:15.1545920Z [500/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ps-div.c.o 2024-08-08T20:15:15.1908610Z [501/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-08-08T20:15:15.1962940Z [502/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ps-rcp.c.o 2024-08-08T20:15:15.2046660Z [503/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p3h1ts-div.c.o 2024-08-08T20:15:15.2180510Z [504/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ts-rcp.c.o 2024-08-08T20:15:15.2361170Z [505/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h2ts-rcp.c.o 2024-08-08T20:15:15.2405100Z [506/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ts-div.c.o 2024-08-08T20:15:15.2429160Z [507/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h2ts-div.c.o 2024-08-08T20:15:15.2653690Z [508/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ps-rcp.c.o 2024-08-08T20:15:15.2702740Z [509/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-08-08T20:15:15.3262410Z [510/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ts-rcp.c.o 2024-08-08T20:15:15.3269960Z [511/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h2ts-div.c.o 2024-08-08T20:15:15.3288290Z [512/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ts-div.c.o 2024-08-08T20:15:15.3526830Z [513/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p3h1ts-div.c.o 2024-08-08T20:15:15.3546540Z [514/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut32-p3h1ts-div.c.o 2024-08-08T20:15:15.3601400Z [515/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h2ts-rcp.c.o 2024-08-08T20:15:15.3690940Z [516/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h3ts-div.c.o 2024-08-08T20:15:15.3710920Z [517/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h3ps-div.c.o 2024-08-08T20:15:15.3913190Z [518/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut64-p3h1ts-div.c.o 2024-08-08T20:15:15.3924100Z [519/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h4ts-div.c.o 2024-08-08T20:15:15.4753360Z [520/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ps-div.c.o 2024-08-08T20:15:15.4933180Z [521/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut4-p4h3ps-div.c.o 2024-08-08T20:15:15.4936730Z [522/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p3h1ts-div.c.o 2024-08-08T20:15:15.4958930Z [523/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ts-div.c.o 2024-08-08T20:15:15.4971620Z [524/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut4-p4h3ts-div.c.o 2024-08-08T20:15:15.4991760Z [525/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ps-rcp.c.o 2024-08-08T20:15:15.5024400Z [526/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h2ts-div.c.o 2024-08-08T20:15:15.5224480Z [527/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ts-rcp.c.o 2024-08-08T20:15:15.5226420Z [528/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut4-p4h2ts-div.c.o 2024-08-08T20:15:15.5488080Z [529/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h2ts-rcp.c.o 2024-08-08T20:15:15.6059680Z [530/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h3ps-div.c.o 2024-08-08T20:15:15.6277850Z [531/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p4h3ps-div.c.o 2024-08-08T20:15:15.6281930Z [532/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p4h3ts-div.c.o 2024-08-08T20:15:15.6346100Z [533/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p4h2ts-div.c.o 2024-08-08T20:15:15.6365940Z [534/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut32-p3h1ts-div.c.o 2024-08-08T20:15:15.6565210Z [535/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h3ts-div.c.o 2024-08-08T20:15:15.6572230Z [536/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p3h1ts-div.c.o 2024-08-08T20:15:15.6878030Z [537/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut64-p3h1ts-div.c.o 2024-08-08T20:15:15.7141530Z [538/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-p6h5ts-div.c.o 2024-08-08T20:15:15.7194880Z [539/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-p6h4ts-div.c.o 2024-08-08T20:15:15.7398570Z [540/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-p6h5ps-div.c.o 2024-08-08T20:15:15.7466350Z [541/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut4-p4h2ts-div.c.o 2024-08-08T20:15:15.7569430Z [542/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p3h1ts-div.c.o 2024-08-08T20:15:15.7799060Z [543/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut4-p4h3ts-div.c.o 2024-08-08T20:15:15.7853180Z [544/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut4-p4h3ps-div.c.o 2024-08-08T20:15:15.8035800Z [545/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p4h3ps-div.c.o 2024-08-08T20:15:15.8279960Z [546/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p3h1ts-div.c.o 2024-08-08T20:15:15.8482840Z [547/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p4h3ps-div.c.o 2024-08-08T20:15:15.8495870Z [548/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p4h2ts-div.c.o 2024-08-08T20:15:15.8539230Z [549/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p4h3ts-div.c.o 2024-08-08T20:15:15.8553690Z [550/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p4h2ts-div.c.o 2024-08-08T20:15:15.8825140Z [551/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut32-p3h1ts-div.c.o 2024-08-08T20:15:15.8999770Z [552/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p4h3ts-div.c.o 2024-08-08T20:15:15.9174460Z [553/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-p6h4ts-div.c.o 2024-08-08T20:15:15.9428640Z [554/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-p6h5ps-div.c.o 2024-08-08T20:15:15.9529890Z [555/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut64-p3h1ts-div.c.o 2024-08-08T20:15:15.9533050Z [556/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-p6h5ts-div.c.o 2024-08-08T20:15:15.9899220Z [557/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p3h1ts-div.c.o 2024-08-08T20:15:16.0001540Z [558/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut4-p4h3ts-div.c.o 2024-08-08T20:15:16.0079450Z [559/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut4-p4h3ps-div.c.o 2024-08-08T20:15:16.0210880Z [560/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut4-p4h2ts-div.c.o 2024-08-08T20:15:16.0399120Z [561/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p4h3ts-div.c.o 2024-08-08T20:15:16.0403120Z [562/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p4h3ps-div.c.o 2024-08-08T20:15:16.0596490Z [563/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p4h3ps-div.c.o 2024-08-08T20:15:16.0618480Z [564/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p4h2ts-div.c.o 2024-08-08T20:15:16.0663660Z [565/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p3h1ts-div.c.o 2024-08-08T20:15:16.0895500Z [566/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p4h2ts-div.c.o 2024-08-08T20:15:16.1209990Z [567/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-int-u4.c.o 2024-08-08T20:15:16.1358610Z [568/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x3-gemm-goi-scalar-float-u4.c.o 2024-08-08T20:15:16.1456240Z [569/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut32-p3h1ts-div.c.o 2024-08-08T20:15:16.1636220Z [570/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x3-gemm-goi-scalar-int-u4.c.o 2024-08-08T20:15:16.1641880Z [571/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-int-u4.c.o 2024-08-08T20:15:16.1646900Z [572/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2024-08-08T20:15:16.1855500Z [573/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-scalar-int-u4.c.o 2024-08-08T20:15:16.1877190Z [574/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-scalar-float-u4.c.o 2024-08-08T20:15:16.2090250Z [575/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-scalar-float-u4.c.o 2024-08-08T20:15:16.2592440Z [576/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-2x-scalar.c.o 2024-08-08T20:15:16.2802840Z [577/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x2-scalar-float.c.o 2024-08-08T20:15:16.2813770Z [578/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-3x-scalar.c.o 2024-08-08T20:15:16.2955610Z [579/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x4-scalar-float.c.o 2024-08-08T20:15:16.2960810Z [580/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-4x-scalar.c.o 2024-08-08T20:15:16.3146410Z [581/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x1-scalar-float.c.o 2024-08-08T20:15:16.3148410Z [582/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x1-scalar-int.c.o 2024-08-08T20:15:16.3365720Z [583/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x2-scalar-int.c.o 2024-08-08T20:15:16.3540930Z [584/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x4-scalar-int.c.o 2024-08-08T20:15:16.3735530Z [585/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-scalar-int-u4.c.o 2024-08-08T20:15:16.3808510Z [586/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-scalar-float.c.o 2024-08-08T20:15:16.4124330Z [587/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-scalar-int.c.o 2024-08-08T20:15:16.4207510Z [588/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2024-08-08T20:15:16.4299470Z [589/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-float.c.o 2024-08-08T20:15:16.4306700Z [590/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x2-scalar-float.c.o 2024-08-08T20:15:16.4313150Z [591/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x1-scalar-float.c.o 2024-08-08T20:15:16.4673810Z [592/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-scalar-float.c.o 2024-08-08T20:15:16.4708060Z [593/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x2-scalar-int.c.o 2024-08-08T20:15:16.4863640Z [594/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-scalar-int.c.o 2024-08-08T20:15:16.5157400Z [595/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x1-scalar-int.c.o 2024-08-08T20:15:16.5299590Z [596/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-unpool/x32-unpool-scalar.c.o 2024-08-08T20:15:16.5390570Z [597/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c1s1r-gemm-scalar-float.c.o 2024-08-08T20:15:16.5470950Z [598/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c1s1r-gemm-scalar-float.c.o 2024-08-08T20:15:16.5511200Z [599/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c1s1r-gemm-scalar-int.c.o 2024-08-08T20:15:16.5616060Z [600/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c2s1r-gemm-scalar-int.c.o 2024-08-08T20:15:16.5730910Z [601/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c1s1r-gemm-scalar-int.c.o 2024-08-08T20:15:16.5748380Z [602/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c2s1r-gemm-scalar-float.c.o 2024-08-08T20:15:16.6008510Z [603/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c4s1r-gemm-scalar-float.c.o 2024-08-08T20:15:16.6024040Z [604/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c4s1r-gemm-scalar-int.c.o 2024-08-08T20:15:16.6329500Z [605/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2024-08-08T20:15:16.6556070Z [606/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2024-08-08T20:15:16.6733570Z [607/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2024-08-08T20:15:16.6764990Z [608/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2024-08-08T20:15:16.6952560Z [609/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-1x2-scalar-float.c.o 2024-08-08T20:15:16.7015780Z [610/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x1-scalar-float.c.o 2024-08-08T20:15:16.7080420Z [611/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-1x2-scalar-int.c.o 2024-08-08T20:15:16.7136030Z [612/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x1-scalar-int.c.o 2024-08-08T20:15:16.7379450Z [613/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-scalar-int.c.o 2024-08-08T20:15:16.7671440Z [614/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x1-scalar-float.c.o 2024-08-08T20:15:16.7890130Z [615/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-scalar-float.c.o 2024-08-08T20:15:16.7913760Z [616/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x1-scalar-int.c.o 2024-08-08T20:15:16.7918950Z [617/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-float.c.o 2024-08-08T20:15:16.8242160Z [618/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2024-08-08T20:15:16.8275350Z [619/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2024-08-08T20:15:16.8302710Z [620/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p4h3ts-div.c.o 2024-08-08T20:15:16.8315580Z [621/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2024-08-08T20:15:16.8507990Z [622/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2024-08-08T20:15:16.8575260Z [623/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u8.c.o 2024-08-08T20:15:16.8833500Z [624/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u16.c.o 2024-08-08T20:15:16.9262200Z [625/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-int-u2.c.o 2024-08-08T20:15:16.9442060Z [626/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-int-u2.c.o 2024-08-08T20:15:16.9518580Z [627/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x2-gemm-goi-scalar-int-u4.c.o 2024-08-08T20:15:16.9594370Z [628/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-int-u4.c.o 2024-08-08T20:15:16.9735920Z [629/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x2-gemm-goi-scalar-int-u2.c.o 2024-08-08T20:15:16.9768870Z [630/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-int-u4.c.o 2024-08-08T20:15:16.9872480Z [631/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-int-u4.c.o 2024-08-08T20:15:17.0053280Z [632/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-int-u2.c.o 2024-08-08T20:15:17.0068190Z [633/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-int-u2.c.o 2024-08-08T20:15:17.0411130Z [634/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-int-u4.c.o 2024-08-08T20:15:17.0636980Z [635/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x1-scalar-int.c.o 2024-08-08T20:15:17.0653430Z [636/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-1x2-scalar-int.c.o 2024-08-08T20:15:17.0947130Z [637/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x2-scalar-int.c.o 2024-08-08T20:15:17.1048900Z [638/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2024-08-08T20:15:17.1118140Z [639/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-1x4-scalar-int.c.o 2024-08-08T20:15:17.1487190Z [640/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2024-08-08T20:15:17.1495860Z [641/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x1-scalar-int.c.o 2024-08-08T20:15:17.1670530Z [642/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x2-scalar-int.c.o 2024-08-08T20:15:17.1733980Z [643/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2024-08-08T20:15:17.1905340Z [644/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2024-08-08T20:15:17.1924760Z [645/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2024-08-08T20:15:17.2037920Z [646/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x4-scalar-int.c.o 2024-08-08T20:15:17.2172100Z [647/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-scalar-int-u4.c.o 2024-08-08T20:15:17.2295890Z [648/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-scalar-int-u4.c.o 2024-08-08T20:15:17.2397700Z [649/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-1x2-scalar-int.c.o 2024-08-08T20:15:17.2834090Z [650/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x2-scalar-int.c.o 2024-08-08T20:15:17.3029650Z [651/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x2-scalar-int.c.o 2024-08-08T20:15:17.3066240Z [652/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2024-08-08T20:15:17.3091390Z [653/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-1x4-scalar-int.c.o 2024-08-08T20:15:17.3226340Z [654/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x1-scalar-int.c.o 2024-08-08T20:15:17.3301750Z [655/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x1-scalar-int.c.o 2024-08-08T20:15:17.3307180Z [656/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2024-08-08T20:15:17.3384320Z [657/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-1x4-scalar.c.o 2024-08-08T20:15:17.3486220Z [658/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-scalar-int.c.o 2024-08-08T20:15:17.3710190Z [659/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x1-scalar.c.o 2024-08-08T20:15:17.4322280Z [660/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x1-scalar.c.o 2024-08-08T20:15:17.4454700Z [661/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x2-scalar.c.o 2024-08-08T20:15:17.4526480Z [662/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x4-scalar.c.o 2024-08-08T20:15:17.4531370Z [663/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c1s1r-gemm-scalar-int.c.o 2024-08-08T20:15:17.4572080Z [664/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x4-scalar.c.o 2024-08-08T20:15:17.4616630Z [665/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x2-scalar.c.o 2024-08-08T20:15:17.4654440Z [666/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c2s1r-gemm-scalar-float.c.o 2024-08-08T20:15:17.4777070Z [667/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c2s1r-gemm-scalar-int.c.o 2024-08-08T20:15:17.4793490Z [668/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c1s1r-gemm-scalar-float.c.o 2024-08-08T20:15:17.4997930Z [669/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c1s1r-gemm-scalar-float.c.o 2024-08-08T20:15:17.5476850Z [670/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c1s1r-gemm-scalar-int.c.o 2024-08-08T20:15:17.5771400Z [671/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c4s1r-gemm-scalar-float.c.o 2024-08-08T20:15:17.5898130Z [672/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2024-08-08T20:15:17.6014270Z [673/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u2.c.o 2024-08-08T20:15:17.6025180Z [674/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2024-08-08T20:15:17.6065750Z [675/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2024-08-08T20:15:17.6262980Z [676/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2024-08-08T20:15:17.6355370Z [677/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c4s1r-gemm-scalar-int.c.o 2024-08-08T20:15:17.6428890Z [678/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2024-08-08T20:15:17.6542580Z [679/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u2.c.o 2024-08-08T20:15:17.6761510Z [680/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2024-08-08T20:15:17.6874230Z [681/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-scalar-u1.c.o 2024-08-08T20:15:17.7268760Z [682/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-scalar-u4.c.o 2024-08-08T20:15:17.7287110Z [683/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u1.c.o 2024-08-08T20:15:17.7324050Z [684/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u2.c.o 2024-08-08T20:15:17.7355000Z [685/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-scalar-u2.c.o 2024-08-08T20:15:17.7593240Z [686/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2024-08-08T20:15:17.7708960Z [687/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2024-08-08T20:15:17.7786720Z [688/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u1.c.o 2024-08-08T20:15:17.8109760Z [689/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u2.c.o 2024-08-08T20:15:17.8340370Z [690/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u1.c.o 2024-08-08T20:15:17.8358660Z [691/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u2.c.o 2024-08-08T20:15:17.8524390Z [692/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u1.c.o 2024-08-08T20:15:17.8582210Z [693/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u2.c.o 2024-08-08T20:15:17.8691870Z [694/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u4.c.o 2024-08-08T20:15:17.8725130Z [695/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c.o 2024-08-08T20:15:17.8895830Z [696/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c2.c.o 2024-08-08T20:15:17.9073340Z [697/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2024-08-08T20:15:17.9320680Z [698/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c4.c.o 2024-08-08T20:15:17.9457220Z [699/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2024-08-08T20:15:17.9560150Z [700/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2024-08-08T20:15:17.9563100Z [701/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x1.c.o 2024-08-08T20:15:17.9668910Z [702/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u2.c.o 2024-08-08T20:15:17.9795000Z [703/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x3.c.o 2024-08-08T20:15:17.9906240Z [704/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x2.c.o 2024-08-08T20:15:18.0091490Z [705/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x4.c.o 2024-08-08T20:15:18.0223160Z [706/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u3.c.o 2024-08-08T20:15:18.0435960Z [707/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u1.c.o 2024-08-08T20:15:18.0667930Z [708/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u4.c.o 2024-08-08T20:15:18.0682120Z [709/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c2.c.o 2024-08-08T20:15:18.0774640Z [710/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2024-08-08T20:15:18.0984740Z [711/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2024-08-08T20:15:18.1006700Z [712/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c4.c.o 2024-08-08T20:15:18.1259390Z [713/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2024-08-08T20:15:18.1369390Z [714/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2024-08-08T20:15:18.1577550Z [715/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-filterbank-subtract/u32-filterbank-subtract-scalar-x2.c.o 2024-08-08T20:15:18.1773250Z [716/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-filterbank-accumulate/gen/u32-filterbank-accumulate-scalar-x1.c.o 2024-08-08T20:15:18.1845350Z [717/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x1.c.o 2024-08-08T20:15:18.1850930Z [718/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2024-08-08T20:15:18.2049160Z [719/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x3.c.o 2024-08-08T20:15:18.2155280Z [720/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u2.c.o 2024-08-08T20:15:18.2240960Z [721/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x4.c.o 2024-08-08T20:15:18.2394440Z [722/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x2.c.o 2024-08-08T20:15:18.2926350Z [723/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c1.c.o 2024-08-08T20:15:18.2991810Z [724/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c4.c.o 2024-08-08T20:15:18.2996470Z [725/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c2.c.o 2024-08-08T20:15:18.3137480Z [726/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-08-08T20:15:18.3150820Z [727/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-neon-acc2.c.o 2024-08-08T20:15:18.3283720Z [728/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-08-08T20:15:18.3290570Z [729/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-08-08T20:15:18.3609570Z [730/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:18.3836470Z [731/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:18.4110960Z [732/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:18.4594930Z [733/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:18.4718590Z [734/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:18.4731010Z [735/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:18.4868220Z [736/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:18.5062290Z [737/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-rndnu-scalar.c.o 2024-08-08T20:15:18.5078540Z [738/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-rndnu-scalar.c.o 2024-08-08T20:15:18.5442120Z [739/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:18.5549730Z [740/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-rndnu-scalar.c.o 2024-08-08T20:15:18.5651480Z [741/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:18.6061670Z [742/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:18.6069180Z [743/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:18.6289560Z [744/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:18.6295550Z [745/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:18.6302450Z [746/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-rndnu-scalar.c.o 2024-08-08T20:15:18.6777270Z [747/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:18.6997320Z [748/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-rndnu-scalar.c.o 2024-08-08T20:15:18.7009810Z [749/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:18.7018060Z [750/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:18.7194310Z [751/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:18.7676650Z [752/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:18.7867210Z [753/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:18.7941730Z [754/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:18.7986670Z [755/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-rndnu-scalar.c.o 2024-08-08T20:15:18.8126200Z [756/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:18.8222520Z [757/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-rndnu-scalar.c.o 2024-08-08T20:15:18.8396840Z [758/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:18.8402390Z [759/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:18.8641900Z [760/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:18.8755970Z [761/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-rndnu-scalar.c.o 2024-08-08T20:15:18.9301330Z [762/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:18.9309740Z [763/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:18.9564120Z [764/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-rndnu-scalar.c.o 2024-08-08T20:15:18.9584490Z [765/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:18.9740410Z [766/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:18.9950920Z [767/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:19.0070140Z [768/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:19.0292480Z [769/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-rndnu-scalar.c.o 2024-08-08T20:15:19.0339100Z [770/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:19.0719240Z [771/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:19.0935430Z [772/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:19.1023760Z [773/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-rndnu-scalar.c.o 2024-08-08T20:15:19.1134840Z [774/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:19.1246350Z [775/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:19.1416320Z [776/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-rndnu-scalar.c.o 2024-08-08T20:15:19.1504240Z [777/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:19.1750630Z [778/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:19.1934630Z [779/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:19.2319010Z [780/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-rndnu-scalar.c.o 2024-08-08T20:15:19.2433050Z [781/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:19.2537350Z [782/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:19.2619990Z [783/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-rndnu-scalar.c.o 2024-08-08T20:15:19.2749270Z [784/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:19.2762680Z [785/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:19.3010680Z [786/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:19.3331600Z [787/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:19.3845290Z [788/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-fp32-scalar-fmagic.c.o 2024-08-08T20:15:19.3866010Z [789/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:19.3968700Z [790/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:19.4035040Z [791/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:19.4052720Z [792/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:19.4235800Z [793/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-fp32-scalar-lrintf.c.o 2024-08-08T20:15:19.4240470Z [794/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-rndnu-scalar.c.o 2024-08-08T20:15:19.4315590Z [795/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-rndnu-scalar.c.o 2024-08-08T20:15:19.4553110Z [796/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-scalar.c.o 2024-08-08T20:15:19.4874960Z [797/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-scalar-unsigned32.c.o 2024-08-08T20:15:19.4882940Z [798/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-scalar-signed64.c.o 2024-08-08T20:15:19.5142400Z [799/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-scalar-unsigned64.c.o 2024-08-08T20:15:19.5166330Z [800/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2024-08-08T20:15:19.5371030Z [801/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u1.c.o 2024-08-08T20:15:19.5378600Z [802/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u64-u32-vsqrtshift/u64-u32-vsqrtshift-scalar-cvtu32-sqrt-cvtu32f64-u1.c.o 2024-08-08T20:15:19.5503350Z [803/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u2.c.o 2024-08-08T20:15:19.5727160Z [804/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2024-08-08T20:15:19.5758900Z [805/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2024-08-08T20:15:19.6227740Z [806/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-scalar-u1.c.o 2024-08-08T20:15:19.6323780Z [807/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-scalar-u2.c.o 2024-08-08T20:15:19.6387960Z [808/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u2.c.o 2024-08-08T20:15:19.6421330Z [809/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2024-08-08T20:15:19.6606730Z [810/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-scalar-u4.c.o 2024-08-08T20:15:19.6626450Z [811/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2024-08-08T20:15:19.6629050Z [812/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u1.c.o 2024-08-08T20:15:19.6844310Z [813/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u1.c.o 2024-08-08T20:15:19.6948950Z [814/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u2.c.o 2024-08-08T20:15:19.7150840Z [815/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u2.c.o 2024-08-08T20:15:19.7665240Z [816/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u1.c.o 2024-08-08T20:15:19.7765620Z [817/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u4.c.o 2024-08-08T20:15:19.7844470Z [818/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u4.c.o 2024-08-08T20:15:19.7996120Z [819/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u1.c.o 2024-08-08T20:15:19.8059860Z [820/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u2.c.o 2024-08-08T20:15:19.8090940Z [821/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-scalar-u1.c.o 2024-08-08T20:15:19.8152390Z [822/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2024-08-08T20:15:19.8165020Z [823/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u2.c.o 2024-08-08T20:15:19.8296620Z [824/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-scalar-u2.c.o 2024-08-08T20:15:19.8437460Z [825/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-scalar-u4.c.o 2024-08-08T20:15:19.8752410Z [826/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.o 2024-08-08T20:15:19.9010190Z [827/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.o 2024-08-08T20:15:19.9310620Z [828/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:19.9683240Z [829/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:19.9688720Z [830/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:19.9728240Z [831/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:19.9732480Z [832/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:19.9980810Z [833/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:20.0162280Z [834/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:20.0174990Z [835/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:20.0371430Z [836/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:20.0374870Z [837/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:20.0419110Z [838/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:20.1374730Z [839/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:20.1379450Z [840/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:20.1385890Z [841/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:20.1687270Z [842/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:20.1727580Z [843/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:20.1884760Z [844/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:20.2049240Z [845/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:20.2221200Z [846/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:20.2352750Z [847/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:20.2456710Z [848/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:20.2589870Z [849/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:20.2721730Z [850/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:20.3103810Z [851/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:20.3185870Z [852/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:20.3487010Z [853/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:20.3540170Z [854/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:20.3600440Z [855/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:20.3727510Z [856/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-rndnu-scalar.c.o 2024-08-08T20:15:20.3911460Z [857/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:20.3956770Z [858/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:20.4476650Z [859/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:20.4551830Z [860/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:20.4771490Z [861/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-rndnu-scalar.c.o 2024-08-08T20:15:20.4811250Z [862/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:20.4833620Z [863/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:20.5224720Z [864/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:20.5230840Z [865/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:20.5382850Z [866/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-rndnu-scalar.c.o 2024-08-08T20:15:20.5386650Z [867/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:20.5490950Z [868/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:20.5850360Z [869/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:20.5936250Z [870/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:20.6100970Z [871/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:20.6423470Z [872/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:20.6688070Z [873/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u1.c.o 2024-08-08T20:15:20.6841540Z [874/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:20.6992690Z [875/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u2.c.o 2024-08-08T20:15:20.7006090Z [876/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:20.7054580Z [877/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:20.7063280Z [878/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u3.c.o 2024-08-08T20:15:20.7371370Z [879/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-08-08T20:15:20.7455610Z [880/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-08-08T20:15:20.7648830Z [881/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-08-08T20:15:20.7679730Z [882/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u4.c.o 2024-08-08T20:15:20.8113510Z [883/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c2.c.o 2024-08-08T20:15:20.8276490Z [884/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c1.c.o 2024-08-08T20:15:20.8471380Z [885/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c4.c.o 2024-08-08T20:15:20.8476580Z [886/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-08-08T20:15:20.8669950Z [887/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-08-08T20:15:20.8704240Z [888/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-08-08T20:15:20.8811230Z [889/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-08-08T20:15:20.8881140Z [890/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-08-08T20:15:20.9101930Z [891/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c1.c.o 2024-08-08T20:15:20.9311120Z [892/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c2.c.o 2024-08-08T20:15:20.9544420Z [893/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c4.c.o 2024-08-08T20:15:20.9584020Z [894/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-08-08T20:15:20.9941790Z [895/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-08-08T20:15:20.9952340Z [896/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-08-08T20:15:20.9958970Z [897/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-08-08T20:15:21.0199190Z [898/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-08-08T20:15:21.0204380Z [899/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-08-08T20:15:21.0424370Z [900/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-08-08T20:15:21.0488250Z [901/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c1.c.o 2024-08-08T20:15:21.0647950Z [902/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-08-08T20:15:21.0653970Z [903/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c4.c.o 2024-08-08T20:15:21.0920140Z [904/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c2.c.o 2024-08-08T20:15:21.1386120Z [905/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-08-08T20:15:21.1488950Z [906/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-08-08T20:15:21.1763150Z [907/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:21.1991010Z [908/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:21.2124190Z [909/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:21.2159630Z [910/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:21.3239320Z [911/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-4p2c-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:21.3248660Z [912/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:21.3279460Z [913/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:21.3284890Z [914/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:21.3477110Z [915/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:21.3485910Z [916/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:21.3538390Z [917/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:21.3693560Z [918/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:21.3777370Z [919/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:21.3781360Z [920/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:21.4736730Z [921/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:21.4838300Z [922/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:21.4878120Z [923/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:21.4937770Z [924/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:21.4951130Z [925/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:21.4967750Z [926/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:21.5544510Z [927/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:21.5593560Z [928/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:21.5876660Z [929/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:21.6068610Z [930/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:21.6214600Z [931/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:21.6371670Z [932/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:21.6395680Z [933/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:21.6412480Z [934/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:21.6788550Z [935/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:21.6811690Z [936/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:21.7224450Z [937/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:21.7305070Z [938/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:21.7435790Z [939/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:21.7579570Z [940/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:21.7703380Z [941/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:21.7848100Z [942/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:21.7933170Z [943/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:21.8038780Z [944/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:21.8287970Z [945/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:21.8294910Z [946/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:21.8625460Z [947/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:21.8786930Z [948/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:21.8890550Z [949/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:21.9104520Z [950/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:21.9283420Z [951/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:21.9305200Z [952/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:21.9408140Z [953/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:21.9542850Z [954/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:21.9884220Z [955/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:22.0208260Z [956/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:22.0335510Z [957/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:22.0508970Z [958/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:22.0583820Z [959/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:22.0804810Z [960/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:22.0830200Z [961/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:22.0838030Z [962/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:22.0890060Z [963/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:22.1008370Z [964/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:22.1652970Z [965/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:22.1761140Z [966/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:22.1973780Z [967/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:22.2059660Z [968/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:22.2167930Z [969/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:22.2500640Z [970/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:22.2595510Z [971/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:22.2774900Z [972/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:22.2793880Z [973/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:22.3127760Z [974/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:22.3346300Z [975/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:22.3432460Z [976/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:22.3438260Z [977/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:22.3581740Z [978/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:22.3686870Z [979/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:22.3875420Z [980/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:22.4525670Z [981/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:22.4626660Z [982/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:22.4730650Z [983/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:22.4737830Z [984/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:22.4885470Z [985/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:22.5144590Z [986/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:22.5246010Z [987/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:22.5371070Z [988/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:22.5425300Z [989/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:22.5616580Z [990/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:22.6274750Z [991/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:22.6294590Z [992/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:22.6503480Z [993/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:22.6510110Z [994/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:22.6517830Z [995/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:22.6786180Z [996/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:22.6824000Z [997/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:22.7036810Z [998/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:22.7114930Z [999/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:22.7362570Z [1000/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:22.7709530Z [1001/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:22.7719350Z [1002/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:22.7734790Z [1003/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-scalar-fmagic.c.o 2024-08-08T20:15:22.8159670Z [1004/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-scalar.c.o 2024-08-08T20:15:22.8167000Z [1005/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-scalar-lrintf.c.o 2024-08-08T20:15:22.8351550Z [1006/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-scalar-unsigned64.c.o 2024-08-08T20:15:22.8370680Z [1007/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:22.8571240Z [1008/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-scalar-unsigned32.c.o 2024-08-08T20:15:22.8760430Z [1009/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndnu-scalar.c.o 2024-08-08T20:15:22.8938540Z [1010/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u2.c.o 2024-08-08T20:15:22.8971410Z [1011/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2024-08-08T20:15:22.9133790Z [1012/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2024-08-08T20:15:22.9392290Z [1013/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2024-08-08T20:15:22.9557580Z [1014/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2024-08-08T20:15:22.9612850Z [1015/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u2.c.o 2024-08-08T20:15:22.9828120Z [1016/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-08-08T20:15:22.9897030Z [1017/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-08-08T20:15:22.9899830Z [1018/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-scalar-signed64.c.o 2024-08-08T20:15:23.0198950Z [1019/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut64-p3h1ts-div.c.o 2024-08-08T20:15:23.0228130Z [1020/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-p6h4ts-div.c.o 2024-08-08T20:15:23.0733030Z [1021/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-p6h5ts-div.c.o 2024-08-08T20:15:23.0833810Z [1022/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-p6h5ps-div.c.o 2024-08-08T20:15:23.0846970Z [1023/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-bitmanip.c.o 2024-08-08T20:15:23.1039260Z [1024/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-clz-binsearch.c.o 2024-08-08T20:15:23.1048780Z [1025/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-clz-newton.c.o 2024-08-08T20:15:23.1252340Z [1026/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-tflm.c.o 2024-08-08T20:15:23.1438500Z [1027/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvti64-sqrt-lrint.c.o 2024-08-08T20:15:23.1626380Z [1028/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvti32-sqrt-lrint.c.o 2024-08-08T20:15:23.1765140Z [1029/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvtu32-sqrt-lrint.c.o 2024-08-08T20:15:23.1816300Z [1030/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvti64-sqrtf-lrintf.c.o 2024-08-08T20:15:23.1843980Z [1031/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-hashemian.c.o 2024-08-08T20:15:23.2112860Z [1032/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvtu32-sqrtf-lrintf.c.o 2024-08-08T20:15:23.2144950Z [1033/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u64-sqrt-scalar-cvtu32-sqrt-cvtsatu32f64.c.o 2024-08-08T20:15:23.2176060Z [1034/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u64-sqrt-scalar-cvtu32-sqrt-llrint.c.o 2024-08-08T20:15:23.2478150Z [1035/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x2-minmax-scalar.c.o 2024-08-08T20:15:23.2577360Z [1036/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u64-sqrt-scalar-cvtu64-sqrt-llrint.c.o 2024-08-08T20:15:23.2919970Z [1037/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x1-minmax-scalar.c.o 2024-08-08T20:15:23.3075890Z [1038/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.o 2024-08-08T20:15:23.3451360Z [1039/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x2-minmax-scalar.c.o 2024-08-08T20:15:23.3558130Z [1040/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8-minmax-scalar.c.o 2024-08-08T20:15:23.3854380Z [1041/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8-minmax-scalar.c.o 2024-08-08T20:15:23.3962020Z [1042/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.o 2024-08-08T20:15:23.4105060Z [1043/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4-minmax-scalar.c.o 2024-08-08T20:15:23.4111370Z [1044/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2024-08-08T20:15:23.4338510Z [1045/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8-minmax-scalar.c.o 2024-08-08T20:15:23.4439280Z [1046/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.o 2024-08-08T20:15:23.4645640Z [1047/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4-minmax-scalar.c.o 2024-08-08T20:15:23.4779600Z [1048/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.o 2024-08-08T20:15:23.4921280Z [1049/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.o 2024-08-08T20:15:23.4964500Z [1050/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8-minmax-scalar.c.o 2024-08-08T20:15:23.5596960Z [1051/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.o 2024-08-08T20:15:23.5627210Z [1052/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8-minmax-scalar.c.o 2024-08-08T20:15:23.5675010Z [1053/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.o 2024-08-08T20:15:23.6021440Z [1054/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.o 2024-08-08T20:15:23.6069360Z [1055/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4-minmax-scalar.c.o 2024-08-08T20:15:23.6092490Z [1056/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8-minmax-scalar.c.o 2024-08-08T20:15:23.6293100Z [1057/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.o 2024-08-08T20:15:23.6430650Z [1058/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:23.6643440Z [1059/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:23.6651490Z [1060/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:23.7544520Z [1061/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:23.7649030Z [1062/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:23.7754260Z [1063/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:23.7778170Z [1064/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:23.7782880Z [1065/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:23.7837040Z [1066/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:23.8033840Z [1067/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:23.8084430Z [1068/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:23.8241290Z [1069/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:23.8350470Z [1070/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:23.9082680Z [1071/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:23.9278560Z [1072/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:23.9283420Z [1073/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:23.9499670Z [1074/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:23.9591950Z [1075/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:23.9647390Z [1076/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:23.9732910Z [1077/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:23.9798260Z [1078/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:23.9871820Z [1079/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:23.9909450Z [1080/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:24.0869510Z [1081/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:24.0920120Z [1082/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:24.1071230Z [1083/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:24.1106680Z [1084/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:24.1126750Z [1085/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:24.1311000Z [1086/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-rndnu-scalar.c.o 2024-08-08T20:15:24.1462220Z [1087/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:24.1468830Z [1088/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:24.1522160Z [1089/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:24.1973250Z [1090/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:24.2173510Z [1091/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-rndnu-scalar.c.o 2024-08-08T20:15:24.2475060Z [1092/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:24.2780650Z [1093/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:24.2789130Z [1094/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:24.2854160Z [1095/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:24.3058520Z [1096/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:24.3117060Z [1097/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:24.3219370Z [1098/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-rndnu-scalar.c.o 2024-08-08T20:15:24.3385990Z [1099/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:24.3411990Z [1100/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:24.3615150Z [1101/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:24.4137800Z [1102/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2024-08-08T20:15:24.4442820Z [1103/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:24.4524370Z [1104/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2024-08-08T20:15:24.4533210Z [1105/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u3.c.o 2024-08-08T20:15:24.4607900Z [1106/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-08T20:15:24.4614410Z [1107/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-08-08T20:15:24.4627880Z [1108/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u4.c.o 2024-08-08T20:15:24.4817740Z [1109/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u1.c.o 2024-08-08T20:15:24.4943550Z [1110/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u2.c.o 2024-08-08T20:15:24.5023740Z [1111/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut16-p4.c.o 2024-08-08T20:15:24.5730660Z [1112/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-p6.c.o 2024-08-08T20:15:24.5931750Z [1113/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-p5.c.o 2024-08-08T20:15:24.5934580Z [1114/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-scalar-rr2-lut2048-p1.c.o 2024-08-08T20:15:24.5942000Z [1115/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-scalar-fabsf.c.o 2024-08-08T20:15:24.5945040Z [1116/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-scalar-rr2-p5.c.o 2024-08-08T20:15:24.6103230Z [1117/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-scalar-addsub.c.o 2024-08-08T20:15:24.6107170Z [1118/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-scalar-rr2-lut64-p2.c.o 2024-08-08T20:15:24.6188440Z [1119/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-scalar-bitcast.c.o 2024-08-08T20:15:24.6335940Z [1120/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-scalar-cvt.c.o 2024-08-08T20:15:24.6460340Z [1121/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-scalar-floor.c.o 2024-08-08T20:15:24.6916690Z [1122/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-scalar-addsub.c.o 2024-08-08T20:15:24.7203080Z [1123/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-scalar-addsub.c.o 2024-08-08T20:15:24.7331860Z [1124/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-scalar-nearbyint.c.o 2024-08-08T20:15:24.7431250Z [1125/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-scalar-rint.c.o 2024-08-08T20:15:24.7588900Z [1126/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-scalar-ceil.c.o 2024-08-08T20:15:24.7602220Z [1127/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-scalar-cvt.c.o 2024-08-08T20:15:24.7710180Z [1128/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-scalar-addsub.c.o 2024-08-08T20:15:24.7830840Z [1129/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-scalar-cvt.c.o 2024-08-08T20:15:24.8059050Z [1130/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-scalar-trunc.c.o 2024-08-08T20:15:24.8162920Z [1131/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-scalar-rr2-p5-div.c.o 2024-08-08T20:15:24.8265510Z [1132/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-scalar-rr2-lut64-p2-div.c.o 2024-08-08T20:15:24.8483020Z [1133/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h2ts-div.c.o 2024-08-08T20:15:24.8580760Z [1134/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-scalar-rr2-lut2048-p1-div.c.o 2024-08-08T20:15:24.8988820Z [1135/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h3ps-div.c.o 2024-08-08T20:15:24.9094350Z [1136/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h3ts-div.c.o 2024-08-08T20:15:24.9246320Z [1137/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p3h1ts-div.c.o 2024-08-08T20:15:24.9351210Z [1138/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h2ts-rcp.c.o 2024-08-08T20:15:24.9487550Z [1139/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h2ts-rcp.c.o 2024-08-08T20:15:24.9498880Z [1140/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-08-08T20:15:24.9704700Z [1141/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h2ts-div.c.o 2024-08-08T20:15:25.0109840Z [1142/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ts-div.c.o 2024-08-08T20:15:25.0212810Z [1143/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ps-rcp.c.o 2024-08-08T20:15:25.0253030Z [1144/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ts-rcp.c.o 2024-08-08T20:15:25.0451520Z [1145/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h2ts-div.c.o 2024-08-08T20:15:25.0505010Z [1146/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h3ps-div.c.o 2024-08-08T20:15:25.0542840Z [1147/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h2ts-rcp.c.o 2024-08-08T20:15:25.0638780Z [1148/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p3h1ts-div.c.o 2024-08-08T20:15:25.0775060Z [1149/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h3ts-div.c.o 2024-08-08T20:15:25.0906260Z [1150/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut32-p3h1ts-div.c.o 2024-08-08T20:15:25.1627720Z [1151/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut64-p3h1ts-div.c.o 2024-08-08T20:15:25.1732890Z [1152/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h4ts-div.c.o 2024-08-08T20:15:25.1736120Z [1153/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ps-div.c.o 2024-08-08T20:15:25.1755570Z [1154/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ts-div.c.o 2024-08-08T20:15:25.1865820Z [1155/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ts-rcp.c.o 2024-08-08T20:15:25.1966220Z [1156/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut4-p4h3ts-div.c.o 2024-08-08T20:15:25.1970350Z [1157/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut4-p4h2ts-div.c.o 2024-08-08T20:15:25.2050220Z [1158/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p3h1ts-div.c.o 2024-08-08T20:15:25.2320410Z [1159/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ps-rcp.c.o 2024-08-08T20:15:25.2461960Z [1160/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut4-p4h3ps-div.c.o 2024-08-08T20:15:25.2958790Z [1161/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ps-rcp.c.o 2024-08-08T20:15:25.3086530Z [1162/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ps-div.c.o 2024-08-08T20:15:25.3104630Z [1163/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h2ts-div.c.o 2024-08-08T20:15:25.3163720Z [1164/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h2ts-rcp.c.o 2024-08-08T20:15:25.3181710Z [1165/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ts-rcp.c.o 2024-08-08T20:15:25.3335810Z [1166/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ts-div.c.o 2024-08-08T20:15:25.3475520Z [1167/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p3h1ts-div.c.o 2024-08-08T20:15:25.3656720Z [1168/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p4h3ps-div.c.o 2024-08-08T20:15:25.3725940Z [1169/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p4h2ts-div.c.o 2024-08-08T20:15:25.4275570Z [1170/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p4h3ts-div.c.o 2024-08-08T20:15:25.4447560Z [1171/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-p6h5ps-div.c.o 2024-08-08T20:15:25.4506790Z [1172/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut64-p3h1ts-div.c.o 2024-08-08T20:15:25.4527690Z [1173/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut4-p4h2ts-div.c.o 2024-08-08T20:15:25.4626040Z [1174/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-p6h4ts-div.c.o 2024-08-08T20:15:25.4789470Z [1175/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut4-p4h3ps-div.c.o 2024-08-08T20:15:25.4877120Z [1176/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-p6h5ts-div.c.o 2024-08-08T20:15:25.4980900Z [1177/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut32-p3h1ts-div.c.o 2024-08-08T20:15:25.5147280Z [1178/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p3h1ts-div.c.o 2024-08-08T20:15:25.5408990Z [1179/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut4-p4h3ts-div.c.o 2024-08-08T20:15:25.5633880Z [1180/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p4h3ps-div.c.o 2024-08-08T20:15:25.5718880Z [1181/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p3h1ts-div.c.o 2024-08-08T20:15:25.5894950Z [1182/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p4h2ts-div.c.o 2024-08-08T20:15:25.5898240Z [1183/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p4h2ts-div.c.o 2024-08-08T20:15:25.6268350Z [1184/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p4h3ps-div.c.o 2024-08-08T20:15:25.6320480Z [1185/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p4h3ts-div.c.o 2024-08-08T20:15:25.6465580Z [1186/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut64-p3h1ts-div.c.o 2024-08-08T20:15:25.6579130Z [1187/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut32-p3h1ts-div.c.o 2024-08-08T20:15:25.6592030Z [1188/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p4h3ts-div.c.o 2024-08-08T20:15:25.6843760Z [1189/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-p6h4ts-div.c.o 2024-08-08T20:15:25.6858890Z [1190/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-p6h5ts-div.c.o 2024-08-08T20:15:25.7102440Z [1191/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-p6h5ps-div.c.o 2024-08-08T20:15:25.7327410Z [1192/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut4-p4h2ts-div.c.o 2024-08-08T20:15:25.7441000Z [1193/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut4-p4h3ps-div.c.o 2024-08-08T20:15:25.7575730Z [1194/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut4-p4h3ts-div.c.o 2024-08-08T20:15:25.7691330Z [1195/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p3h1ts-div.c.o 2024-08-08T20:15:25.7790210Z [1196/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p4h2ts-div.c.o 2024-08-08T20:15:25.7984600Z [1197/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p4h3ts-div.c.o 2024-08-08T20:15:25.8010430Z [1198/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p4h3ps-div.c.o 2024-08-08T20:15:25.8276680Z [1199/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p3h1ts-div.c.o 2024-08-08T20:15:25.8502310Z [1200/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p4h2ts-div.c.o 2024-08-08T20:15:25.8649450Z [1201/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u4.c.o 2024-08-08T20:15:25.8687600Z [1202/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u2.c.o 2024-08-08T20:15:25.8932820Z [1203/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2024-08-08T20:15:25.9003890Z [1204/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u2.c.o 2024-08-08T20:15:25.9133360Z [1205/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2024-08-08T20:15:25.9155540Z [1206/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u2.c.o 2024-08-08T20:15:25.9383590Z [1207/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2024-08-08T20:15:25.9639420Z [1208/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u4.c.o 2024-08-08T20:15:25.9993220Z [1209/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u2.c.o 2024-08-08T20:15:26.0038350Z [1210/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c.o 2024-08-08T20:15:26.0221620Z [1211/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2024-08-08T20:15:26.0306330Z [1212/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u2.c.o 2024-08-08T20:15:26.0637550Z [1213/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u2.c.o 2024-08-08T20:15:26.0751860Z [1214/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c.o 2024-08-08T20:15:26.0922360Z [1215/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2024-08-08T20:15:26.1027870Z [1216/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2024-08-08T20:15:26.1174170Z [1217/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c.o 2024-08-08T20:15:26.1222350Z [1218/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2024-08-08T20:15:26.1233180Z [1219/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u1.c.o 2024-08-08T20:15:26.1497560Z [1220/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2024-08-08T20:15:26.1715290Z [1221/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u4.c.o 2024-08-08T20:15:26.2008510Z [1222/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u1.c.o 2024-08-08T20:15:26.2076880Z [1223/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u2.c.o 2024-08-08T20:15:26.2302680Z [1224/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u2.c.o 2024-08-08T20:15:26.2586260Z [1225/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2024-08-08T20:15:26.2637360Z [1226/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u4.c.o 2024-08-08T20:15:26.2655240Z [1227/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u4.c.o 2024-08-08T20:15:26.2824470Z [1228/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u2.c.o 2024-08-08T20:15:26.2876460Z [1229/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u2.c.o 2024-08-08T20:15:26.3069460Z [1230/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u4.c.o 2024-08-08T20:15:26.3152250Z [1231/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u1.c.o 2024-08-08T20:15:26.3367840Z [1232/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-08-08T20:15:26.3990960Z [1233/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u1.c.o 2024-08-08T20:15:26.4051940Z [1234/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u2.c.o 2024-08-08T20:15:26.4054950Z [1235/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-scalar-u1.c.o 2024-08-08T20:15:26.4253630Z [1236/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-08-08T20:15:26.4269740Z [1237/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-scalar-u4.c.o 2024-08-08T20:15:26.4312790Z [1238/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u1.c.o 2024-08-08T20:15:26.4335530Z [1239/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-scalar-u2.c.o 2024-08-08T20:15:26.4453960Z [1240/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-scalar-u2.c.o 2024-08-08T20:15:26.4597580Z [1241/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-scalar-u4.c.o 2024-08-08T20:15:26.4845870Z [1242/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-scalar-u1.c.o 2024-08-08T20:15:26.5317270Z [1243/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-scalar-u1.c.o 2024-08-08T20:15:26.5333760Z [1244/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-scalar-u4.c.o 2024-08-08T20:15:26.5731500Z [1245/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u1.c.o 2024-08-08T20:15:26.5734820Z [1246/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u3.c.o 2024-08-08T20:15:26.5959740Z [1247/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut16-p3.c.o 2024-08-08T20:15:26.6016430Z [1248/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-scalar-u2.c.o 2024-08-08T20:15:26.6032290Z [1249/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u2.c.o 2024-08-08T20:15:26.6215580Z [1250/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u4.c.o 2024-08-08T20:15:26.6221780Z [1251/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut4-p4.c.o 2024-08-08T20:15:26.6240710Z [1252/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut8-p3.c.o 2024-08-08T20:15:26.6334810Z [1253/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut8-p4.c.o 2024-08-08T20:15:26.6524170Z [1254/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p4h3ts-div.c.o 2024-08-08T20:15:26.6962260Z [1255/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut32-p3h1ts-div.c.o 2024-08-08T20:15:26.7244330Z [1256/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p4h3ps-div.c.o 2024-08-08T20:15:26.7251230Z [1257/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u2.c.o 2024-08-08T20:15:26.7306630Z [1258/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u2.c.o 2024-08-08T20:15:26.7475350Z [1259/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u4.c.o 2024-08-08T20:15:26.7573410Z [1260/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2024-08-08T20:15:26.7636480Z [1261/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u1.c.o 2024-08-08T20:15:26.7898130Z [1262/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u1.c.o 2024-08-08T20:15:26.8122190Z [1263/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u8.c.o 2024-08-08T20:15:26.8175880Z [1264/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u4.c.o 2024-08-08T20:15:26.8445060Z [1265/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u1.c.o 2024-08-08T20:15:26.8448520Z [1266/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u4.c.o 2024-08-08T20:15:26.8692780Z [1267/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u8.c.o 2024-08-08T20:15:26.8708320Z [1268/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u2.c.o 2024-08-08T20:15:26.8717250Z [1269/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u2.c.o 2024-08-08T20:15:26.9182990Z [1270/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u2.c.o 2024-08-08T20:15:26.9358210Z [1271/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u1.c.o 2024-08-08T20:15:26.9457810Z [1272/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u4.c.o 2024-08-08T20:15:26.9758220Z [1273/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u1.c.o 2024-08-08T20:15:27.0017110Z [1274/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u2.c.o 2024-08-08T20:15:27.0033830Z [1275/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2024-08-08T20:15:27.0119910Z [1276/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2024-08-08T20:15:27.0323490Z [1277/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u2.c.o 2024-08-08T20:15:27.0329200Z [1278/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u1.c.o 2024-08-08T20:15:27.0517150Z [1279/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2024-08-08T20:15:27.0712920Z [1280/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u8.c.o 2024-08-08T20:15:27.0749850Z [1281/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u8.c.o 2024-08-08T20:15:27.0918680Z [1282/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u1.c.o 2024-08-08T20:15:27.1069880Z [1283/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u4.c.o 2024-08-08T20:15:27.1327010Z [1284/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u3.c.o 2024-08-08T20:15:27.1401630Z [1285/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c.o 2024-08-08T20:15:27.1406730Z [1286/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2024-08-08T20:15:27.1687890Z [1287/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u5.c.o 2024-08-08T20:15:27.1733680Z [1288/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u6.c.o 2024-08-08T20:15:27.1974420Z [1289/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u2.c.o 2024-08-08T20:15:27.2182020Z [1290/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u1.c.o 2024-08-08T20:15:27.2353890Z [1291/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u3.c.o 2024-08-08T20:15:27.2410770Z [1292/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u4.c.o 2024-08-08T20:15:27.2788340Z [1293/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u2.c.o 2024-08-08T20:15:27.2960330Z [1294/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2024-08-08T20:15:27.3029630Z [1295/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u1.c.o 2024-08-08T20:15:27.3243820Z [1296/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u1.c.o 2024-08-08T20:15:27.3276170Z [1297/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u5.c.o 2024-08-08T20:15:27.3444480Z [1298/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u6.c.o 2024-08-08T20:15:27.3474760Z [1299/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c.o 2024-08-08T20:15:27.3491030Z [1300/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2024-08-08T20:15:27.3500060Z [1301/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c2-minmax-scalar-2x.c.o 2024-08-08T20:15:27.3528460Z [1302/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u2.c.o 2024-08-08T20:15:27.4234590Z [1303/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u2.c.o 2024-08-08T20:15:27.4298280Z [1304/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u2.c.o 2024-08-08T20:15:27.4309160Z [1305/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u4.c.o 2024-08-08T20:15:27.4653080Z [1306/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u1.c.o 2024-08-08T20:15:27.4854370Z [1307/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u2.c.o 2024-08-08T20:15:27.4868140Z [1308/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u4.c.o 2024-08-08T20:15:27.4948360Z [1309/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u4.c.o 2024-08-08T20:15:27.5076270Z [1310/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2024-08-08T20:15:27.5159260Z [1311/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u8.c.o 2024-08-08T20:15:27.5228220Z [1312/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u1.c.o 2024-08-08T20:15:27.5517760Z [1313/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u8.c.o 2024-08-08T20:15:27.5701490Z [1314/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u1.c.o 2024-08-08T20:15:27.5947350Z [1315/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u2.c.o 2024-08-08T20:15:27.5981930Z [1316/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u4.c.o 2024-08-08T20:15:27.6447960Z [1317/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u4.c.o 2024-08-08T20:15:27.6502070Z [1318/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2024-08-08T20:15:27.6622690Z [1319/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u8.c.o 2024-08-08T20:15:27.6702770Z [1320/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u8.c.o 2024-08-08T20:15:27.6723600Z [1321/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u2.c.o 2024-08-08T20:15:27.6962860Z [1322/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u4.c.o 2024-08-08T20:15:27.6966640Z [1323/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u1.c.o 2024-08-08T20:15:27.7031490Z [1324/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u8.c.o 2024-08-08T20:15:27.7043750Z [1325/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u1.c.o 2024-08-08T20:15:27.7696200Z [1326/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u4.c.o 2024-08-08T20:15:27.7812910Z [1327/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u2.c.o 2024-08-08T20:15:27.7954580Z [1328/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u8.c.o 2024-08-08T20:15:27.8034420Z [1329/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u1.c.o 2024-08-08T20:15:27.8294530Z [1330/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2024-08-08T20:15:27.8366960Z [1331/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u4.c.o 2024-08-08T20:15:27.8527190Z [1332/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u2.c.o 2024-08-08T20:15:27.8561680Z [1333/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u1.c.o 2024-08-08T20:15:27.8565360Z [1334/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u1.c.o 2024-08-08T20:15:27.8728860Z [1335/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u2.c.o 2024-08-08T20:15:27.8889500Z [1336/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u2.c.o 2024-08-08T20:15:27.9253040Z [1337/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u4.c.o 2024-08-08T20:15:27.9330220Z [1338/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2024-08-08T20:15:27.9558420Z [1339/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u1.c.o 2024-08-08T20:15:27.9632830Z [1340/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u2.c.o 2024-08-08T20:15:27.9768520Z [1341/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u4.c.o 2024-08-08T20:15:28.0044290Z [1342/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2024-08-08T20:15:28.0048230Z [1343/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u4.c.o 2024-08-08T20:15:28.0087440Z [1344/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-scalar-2x.c.o 2024-08-08T20:15:28.0173480Z [1345/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u1.c.o 2024-08-08T20:15:28.0443950Z [1346/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u8.c.o 2024-08-08T20:15:28.0766650Z [1347/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2024-08-08T20:15:28.0937610Z [1348/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u8.c.o 2024-08-08T20:15:28.1039510Z [1349/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u1.c.o 2024-08-08T20:15:28.1056940Z [1350/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u4.c.o 2024-08-08T20:15:28.1454600Z [1351/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u2.c.o 2024-08-08T20:15:28.1530990Z [1352/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u1.c.o 2024-08-08T20:15:28.1533020Z [1353/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u4.c.o 2024-08-08T20:15:28.1561650Z [1354/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u8.c.o 2024-08-08T20:15:28.1682910Z [1355/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u4.c.o 2024-08-08T20:15:28.1696380Z [1356/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u8.c.o 2024-08-08T20:15:28.1987290Z [1357/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u1.c.o 2024-08-08T20:15:28.2142970Z [1358/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2024-08-08T20:15:28.2287900Z [1359/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u4.c.o 2024-08-08T20:15:28.2330480Z [1360/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u2.c.o 2024-08-08T20:15:28.2985220Z [1361/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u1.c.o 2024-08-08T20:15:28.3081600Z [1362/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u4.c.o 2024-08-08T20:15:28.3094300Z [1363/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u8.c.o 2024-08-08T20:15:28.3175260Z [1364/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u2.c.o 2024-08-08T20:15:28.3198820Z [1365/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u8.c.o 2024-08-08T20:15:28.3340820Z [1366/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u1.c.o 2024-08-08T20:15:28.3490030Z [1367/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u4.c.o 2024-08-08T20:15:28.4035730Z [1368/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u2.c.o 2024-08-08T20:15:28.4367700Z [1369/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u1.c.o 2024-08-08T20:15:28.4372430Z [1370/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u4.c.o 2024-08-08T20:15:28.4378300Z [1371/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u1.c.o 2024-08-08T20:15:28.4386800Z [1372/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u4.c.o 2024-08-08T20:15:28.4650940Z [1373/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2024-08-08T20:15:28.4654000Z [1374/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u2.c.o 2024-08-08T20:15:28.4866900Z [1375/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u1.c.o 2024-08-08T20:15:28.5021130Z [1376/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2024-08-08T20:15:28.5054110Z [1377/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2024-08-08T20:15:28.5661240Z [1378/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u1.c.o 2024-08-08T20:15:28.5805350Z [1379/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u2.c.o 2024-08-08T20:15:28.5866740Z [1380/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u4.c.o 2024-08-08T20:15:28.5993830Z [1381/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2024-08-08T20:15:28.6024570Z [1382/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u2.c.o 2024-08-08T20:15:28.6069410Z [1383/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u8.c.o 2024-08-08T20:15:28.6077270Z [1384/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u1.c.o 2024-08-08T20:15:28.6467570Z [1385/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u2.c.o 2024-08-08T20:15:28.6501400Z [1386/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u4.c.o 2024-08-08T20:15:28.6825110Z [1387/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u4.c.o 2024-08-08T20:15:28.7015820Z [1388/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u8.c.o 2024-08-08T20:15:28.7019090Z [1389/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u2.c.o 2024-08-08T20:15:28.7117150Z [1390/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u1.c.o 2024-08-08T20:15:28.7352550Z [1391/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u4.c.o 2024-08-08T20:15:28.7360970Z [1392/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u2.c.o 2024-08-08T20:15:28.7635530Z [1393/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2024-08-08T20:15:28.7669860Z [1394/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u1.c.o 2024-08-08T20:15:28.7877090Z [1395/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u8.c.o 2024-08-08T20:15:28.7944050Z [1396/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u4.c.o 2024-08-08T20:15:28.8149810Z [1397/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u1.c.o 2024-08-08T20:15:28.8337890Z [1398/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u2-acc2.c.o 2024-08-08T20:15:28.8545810Z [1399/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc2.c.o 2024-08-08T20:15:28.8610910Z [1400/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u3-acc3.c.o 2024-08-08T20:15:28.8631080Z [1401/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-1x1-minmax-scalar-pipelined.c.o 2024-08-08T20:15:28.8867510Z [1402/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2024-08-08T20:15:28.8922540Z [1403/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-2x1-minmax-scalar.c.o 2024-08-08T20:15:28.8945810Z [1404/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-1x1-minmax-scalar.c.o 2024-08-08T20:15:28.9209470Z [1405/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-2x1-minmax-scalar-pipelined.c.o 2024-08-08T20:15:28.9403650Z [1406/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-scalar.c.o 2024-08-08T20:15:28.9425450Z [1407/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-scalar-pipelined.c.o 2024-08-08T20:15:28.9523500Z [1408/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2024-08-08T20:15:28.9924570Z [1409/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar-pipelined.c.o 2024-08-08T20:15:29.0009220Z [1410/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2024-08-08T20:15:29.0168000Z [1411/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u2.c.o 2024-08-08T20:15:29.0223590Z [1412/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2024-08-08T20:15:29.0546760Z [1413/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u1.c.o 2024-08-08T20:15:29.0703590Z [1414/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u4.c.o 2024-08-08T20:15:29.0716360Z [1415/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u2.c.o 2024-08-08T20:15:29.0777040Z [1416/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u2.c.o 2024-08-08T20:15:29.0791320Z [1417/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u8.c.o 2024-08-08T20:15:29.1107400Z [1418/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u4.c.o 2024-08-08T20:15:29.1259770Z [1419/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u8.c.o 2024-08-08T20:15:29.1283440Z [1420/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u1.c.o 2024-08-08T20:15:29.1328510Z [1421/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u1.c.o 2024-08-08T20:15:29.1419030Z [1422/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u4.c.o 2024-08-08T20:15:29.2038270Z [1423/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u1.c.o 2024-08-08T20:15:29.2235360Z [1424/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2024-08-08T20:15:29.2414380Z [1425/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u1.c.o 2024-08-08T20:15:29.2417590Z [1426/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u4.c.o 2024-08-08T20:15:29.2591290Z [1427/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u2.c.o 2024-08-08T20:15:29.2600150Z [1428/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u8.c.o 2024-08-08T20:15:29.2632640Z [1429/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u8.c.o 2024-08-08T20:15:29.2886620Z [1430/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u4.c.o 2024-08-08T20:15:29.2971370Z [1431/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u2.c.o 2024-08-08T20:15:29.3116190Z [1432/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u2.c.o 2024-08-08T20:15:29.3613050Z [1433/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u1.c.o 2024-08-08T20:15:29.3624020Z [1434/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u1.c.o 2024-08-08T20:15:29.3821070Z [1435/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u4.c.o 2024-08-08T20:15:29.3835450Z [1436/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u2.c.o 2024-08-08T20:15:29.3886290Z [1437/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u8.c.o 2024-08-08T20:15:29.3978730Z [1438/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u4.c.o 2024-08-08T20:15:29.4007170Z [1439/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2024-08-08T20:15:29.4212370Z [1440/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u2.c.o 2024-08-08T20:15:29.4615650Z [1441/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u1.c.o 2024-08-08T20:15:29.4836480Z [1442/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x1-minmax-scalar.c.o 2024-08-08T20:15:29.4849020Z [1443/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x2-minmax-scalar.c.o 2024-08-08T20:15:29.5063020Z [1444/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u2.c.o 2024-08-08T20:15:29.5066770Z [1445/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u1.c.o 2024-08-08T20:15:29.5290240Z [1446/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u4.c.o 2024-08-08T20:15:29.5362370Z [1447/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x4-minmax-scalar.c.o 2024-08-08T20:15:29.5520640Z [1448/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u3.c.o 2024-08-08T20:15:29.5524740Z [1449/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2024-08-08T20:15:29.5802830Z [1450/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u2.c.o 2024-08-08T20:15:29.6039200Z [1451/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u3.c.o 2024-08-08T20:15:29.6118900Z [1452/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2024-08-08T20:15:29.6379200Z [1453/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u1.c.o 2024-08-08T20:15:29.6398490Z [1454/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u2.c.o 2024-08-08T20:15:29.6691240Z [1455/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u1.c.o 2024-08-08T20:15:29.6745210Z [1456/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2024-08-08T20:15:29.6751360Z [1457/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u1.c.o 2024-08-08T20:15:29.7154740Z [1458/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u2.c.o 2024-08-08T20:15:29.7479520Z [1459/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u3.c.o 2024-08-08T20:15:29.7589500Z [1460/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u4.c.o 2024-08-08T20:15:29.7680600Z [1461/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u3.c.o 2024-08-08T20:15:29.7753900Z [1462/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u1.c.o 2024-08-08T20:15:29.7926470Z [1463/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2024-08-08T20:15:29.7964570Z [1464/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u3.c.o 2024-08-08T20:15:29.8027250Z [1465/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u2.c.o 2024-08-08T20:15:29.8156380Z [1466/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u2.c.o 2024-08-08T20:15:29.8217700Z [1467/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u1.c.o 2024-08-08T20:15:29.8327660Z [1468/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u3.c.o 2024-08-08T20:15:29.8940080Z [1469/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u2.c.o 2024-08-08T20:15:29.9121720Z [1470/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u2-acc2.c.o 2024-08-08T20:15:29.9129410Z [1471/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2024-08-08T20:15:29.9202060Z [1472/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc2.c.o 2024-08-08T20:15:29.9385600Z [1473/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u1.c.o 2024-08-08T20:15:29.9397050Z [1474/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u1.c.o 2024-08-08T20:15:29.9414070Z [1475/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u2-acc2.c.o 2024-08-08T20:15:29.9449830Z [1476/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc4.c.o 2024-08-08T20:15:29.9722160Z [1477/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4.c.o 2024-08-08T20:15:30.0124640Z [1478/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2024-08-08T20:15:30.0361390Z [1479/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u2.c.o 2024-08-08T20:15:30.0405590Z [1480/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4.c.o 2024-08-08T20:15:30.0596650Z [1481/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u2-acc2.c.o 2024-08-08T20:15:30.0668870Z [1482/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u1.c.o 2024-08-08T20:15:30.0752410Z [1483/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u2-acc2.c.o 2024-08-08T20:15:30.0917610Z [1484/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc2.c.o 2024-08-08T20:15:30.0920730Z [1485/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u3-acc3.c.o 2024-08-08T20:15:30.0925540Z [1486/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2024-08-08T20:15:30.1146490Z [1487/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc4.c.o 2024-08-08T20:15:30.1590470Z [1488/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u3-acc3.c.o 2024-08-08T20:15:30.1690250Z [1489/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u3-acc3.c.o 2024-08-08T20:15:30.1749850Z [1490/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u1.c.o 2024-08-08T20:15:30.1827310Z [1491/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u4-acc2.c.o 2024-08-08T20:15:30.2075760Z [1492/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u4-acc4.c.o 2024-08-08T20:15:30.2131080Z [1493/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u1.c.o 2024-08-08T20:15:30.2301950Z [1494/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc2.c.o 2024-08-08T20:15:30.2360240Z [1495/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u1.c.o 2024-08-08T20:15:30.2646260Z [1496/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u2-acc2.c.o 2024-08-08T20:15:30.2947330Z [1497/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p2.c.o 2024-08-08T20:15:30.3062770Z [1498/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p1.c.o 2024-08-08T20:15:30.3160730Z [1499/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u1.c.o 2024-08-08T20:15:30.3237310Z [1500/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-2x4-minmax-scalar.c.o 2024-08-08T20:15:30.3260890Z [1501/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x4-minmax-scalar.c.o 2024-08-08T20:15:30.3407090Z [1502/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p4.c.o 2024-08-08T20:15:30.3462920Z [1503/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2024-08-08T20:15:30.3663880Z [1504/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c1.c.o 2024-08-08T20:15:30.3740690Z [1505/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c4.c.o 2024-08-08T20:15:30.3989000Z [1506/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2024-08-08T20:15:30.4330900Z [1507/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2024-08-08T20:15:30.4618760Z [1508/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2024-08-08T20:15:30.4628070Z [1509/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2024-08-08T20:15:30.4816980Z [1510/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2024-08-08T20:15:30.4820390Z [1511/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2024-08-08T20:15:30.5007080Z [1512/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2024-08-08T20:15:30.5013680Z [1513/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2024-08-08T20:15:30.5238660Z [1514/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2024-08-08T20:15:30.5466230Z [1515/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-relu-scalar.c.o 2024-08-08T20:15:30.5501010Z [1516/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2024-08-08T20:15:30.5607460Z [1517/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2024-08-08T20:15:30.5922260Z [1518/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2024-08-08T20:15:30.5948660Z [1519/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2024-08-08T20:15:30.6007940Z [1520/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2024-08-08T20:15:30.6238190Z [1521/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-2x4-minmax-scalar.c.o 2024-08-08T20:15:30.6444890Z [1522/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-scalar-2x4.c.o 2024-08-08T20:15:30.6483340Z [1523/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x2-minmax-scalar.c.o 2024-08-08T20:15:30.6708490Z [1524/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-scalar-2x1.c.o 2024-08-08T20:15:30.6771570Z [1525/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-3x3-minmax-scalar.c.o 2024-08-08T20:15:30.7158750Z [1526/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x4-minmax-scalar.c.o 2024-08-08T20:15:30.7473720Z [1527/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-scalar.c.o 2024-08-08T20:15:30.7672060Z [1528/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x2-minmax-scalar.c.o 2024-08-08T20:15:30.7674150Z [1529/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x4-minmax-scalar.c.o 2024-08-08T20:15:30.7687800Z [1530/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2024-08-08T20:15:30.7827550Z [1531/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-scalar.c.o 2024-08-08T20:15:30.8028580Z [1532/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-relu-scalar.c.o 2024-08-08T20:15:30.8246020Z [1533/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x4-minmax-scalar.c.o 2024-08-08T20:15:30.8468940Z [1534/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-minmax-scalar.c.o 2024-08-08T20:15:30.8527200Z [1535/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-relu-scalar.c.o 2024-08-08T20:15:30.8723460Z [1536/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-scalar.c.o 2024-08-08T20:15:30.8951920Z [1537/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-scalar.c.o 2024-08-08T20:15:30.9227010Z [1538/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2024-08-08T20:15:30.9260600Z [1539/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-relu-scalar.c.o 2024-08-08T20:15:30.9283910Z [1540/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-scalar.c.o 2024-08-08T20:15:30.9329280Z [1541/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-scalar.c.o 2024-08-08T20:15:30.9509100Z [1542/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-relu-scalar.c.o 2024-08-08T20:15:30.9696520Z [1543/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-2x1-minmax-scalar.c.o 2024-08-08T20:15:30.9967880Z [1544/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-4x1-minmax-scalar.c.o 2024-08-08T20:15:31.0181640Z [1545/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-1x1-minmax-scalar.c.o 2024-08-08T20:15:31.0235020Z [1546/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-minmax-scalar.c.o 2024-08-08T20:15:31.0469800Z [1547/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-minmax-scalar-acc2.c.o 2024-08-08T20:15:31.0547770Z [1548/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-scalar-acc2.c.o 2024-08-08T20:15:31.0938180Z [1549/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-minmax-scalar-acc2.c.o 2024-08-08T20:15:31.1028730Z [1550/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-scalar.c.o 2024-08-08T20:15:31.1048340Z [1551/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-minmax-scalar.c.o 2024-08-08T20:15:31.1298250Z [1552/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-scalar-acc2.c.o 2024-08-08T20:15:31.1327090Z [1553/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-scalar.c.o 2024-08-08T20:15:31.1417670Z [1554/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2024-08-08T20:15:31.1570110Z [1555/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar.c.o 2024-08-08T20:15:31.1684400Z [1556/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2024-08-08T20:15:31.1850670Z [1557/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar.c.o 2024-08-08T20:15:31.2555100Z [1558/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-scalar.c.o 2024-08-08T20:15:31.2607570Z [1559/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-minmax-scalar.c.o 2024-08-08T20:15:31.2644780Z [1560/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-minmax-scalar-acc2.c.o 2024-08-08T20:15:31.2647790Z [1561/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-scalar-acc2.c.o 2024-08-08T20:15:31.2733920Z [1562/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2024-08-08T20:15:31.2870160Z [1563/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2024-08-08T20:15:31.2878070Z [1564/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar.c.o 2024-08-08T20:15:31.3314600Z [1565/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar.c.o 2024-08-08T20:15:31.3442880Z [1566/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-scalar.c.o 2024-08-08T20:15:31.3653880Z [1567/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-scalar-acc2.c.o 2024-08-08T20:15:31.3916200Z [1568/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u2.c.o 2024-08-08T20:15:31.4107210Z [1569/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u3.c.o 2024-08-08T20:15:31.4120980Z [1570/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u1.c.o 2024-08-08T20:15:31.4132050Z [1571/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-scalar-acc2.c.o 2024-08-08T20:15:31.4138650Z [1572/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-scalar.c.o 2024-08-08T20:15:31.4205110Z [1573/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u1.c.o 2024-08-08T20:15:31.4562470Z [1574/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2024-08-08T20:15:31.4752280Z [1575/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2024-08-08T20:15:31.4845110Z [1576/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u4.c.o 2024-08-08T20:15:31.4869410Z [1577/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u3.c.o 2024-08-08T20:15:31.5270470Z [1578/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool-cw/f32-gavgpool-cw-scalar-u1.c.o 2024-08-08T20:15:31.5590310Z [1579/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7p7x-minmax-scalar-c1.c.o 2024-08-08T20:15:31.5605270Z [1580/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7x-minmax-scalar-c1.c.o 2024-08-08T20:15:31.5856320Z [1581/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2024-08-08T20:15:31.5906210Z [1582/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2024-08-08T20:15:31.6265150Z [1583/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2024-08-08T20:15:31.6373740Z [1584/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2024-08-08T20:15:31.6478720Z [1585/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2024-08-08T20:15:31.6501600Z [1586/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2024-08-08T20:15:31.6665710Z [1587/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2024-08-08T20:15:31.6703370Z [1588/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2024-08-08T20:15:31.7379920Z [1589/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x4-minmax-scalar.c.o 2024-08-08T20:15:31.7543980Z [1590/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2024-08-08T20:15:31.7582330Z [1591/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-relu-scalar.c.o 2024-08-08T20:15:31.7748360Z [1592/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2024-08-08T20:15:31.7755700Z [1593/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2024-08-08T20:15:31.7761340Z [1594/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2024-08-08T20:15:31.7786900Z [1595/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2024-08-08T20:15:31.7818630Z [1596/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2024-08-08T20:15:31.8109950Z [1597/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2024-08-08T20:15:31.8401980Z [1598/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2024-08-08T20:15:31.8428070Z [1599/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2024-08-08T20:15:31.8805680Z [1600/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/f32-conv-hwc-3x3s2p0p1c3x4-scalar-1x1.c.o 2024-08-08T20:15:31.9091470Z [1601/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/f32-conv-hwc-3x3s2p1c3x4-scalar-1x1.c.o 2024-08-08T20:15:31.9285440Z [1602/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc3.c.o 2024-08-08T20:15:31.9344750Z [1603/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc4.c.o 2024-08-08T20:15:31.9482430Z [1604/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1.c.o 2024-08-08T20:15:31.9576750Z [1605/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc2.c.o 2024-08-08T20:15:31.9674810Z [1606/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1.c.o 2024-08-08T20:15:31.9683020Z [1607/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2024-08-08T20:15:31.9733650Z [1608/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2024-08-08T20:15:32.0299770Z [1609/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-5x1.c.o 2024-08-08T20:15:32.0550840Z [1610/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-6x1.c.o 2024-08-08T20:15:32.0588450Z [1611/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-3x1.c.o 2024-08-08T20:15:32.0814980Z [1612/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2024-08-08T20:15:32.0871250Z [1613/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc4.c.o 2024-08-08T20:15:32.1109440Z [1614/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2024-08-08T20:15:32.1111900Z [1615/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc3.c.o 2024-08-08T20:15:32.1114080Z [1616/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1.c.o 2024-08-08T20:15:32.1289760Z [1617/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-3x1.c.o 2024-08-08T20:15:32.1424510Z [1618/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1.c.o 2024-08-08T20:15:32.1703820Z [1619/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-4x1.c.o 2024-08-08T20:15:32.1992920Z [1620/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc2.c.o 2024-08-08T20:15:32.2264690Z [1621/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc3.c.o 2024-08-08T20:15:32.2306420Z [1622/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc4.c.o 2024-08-08T20:15:32.2377880Z [1623/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2024-08-08T20:15:32.2699510Z [1624/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-3x1-acc2.c.o 2024-08-08T20:15:32.2844940Z [1625/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1.c.o 2024-08-08T20:15:32.2922880Z [1626/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1.c.o 2024-08-08T20:15:32.3135860Z [1627/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-3x1.c.o 2024-08-08T20:15:32.3321040Z [1628/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2024-08-08T20:15:32.3330490Z [1629/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc3.c.o 2024-08-08T20:15:32.3687840Z [1630/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc4.c.o 2024-08-08T20:15:32.3866420Z [1631/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc2.c.o 2024-08-08T20:15:32.4170600Z [1632/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2024-08-08T20:15:32.4176740Z [1633/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1.c.o 2024-08-08T20:15:32.4217630Z [1634/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc3.c.o 2024-08-08T20:15:32.4421920Z [1635/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2024-08-08T20:15:32.4441280Z [1636/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1.c.o 2024-08-08T20:15:32.4524900Z [1637/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc3.c.o 2024-08-08T20:15:32.4551370Z [1638/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-3x1-acc2.c.o 2024-08-08T20:15:32.4672010Z [1639/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-3x1.c.o 2024-08-08T20:15:32.5022370Z [1640/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-minmax-scalar-acc2.c.o 2024-08-08T20:15:32.5393720Z [1641/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-minmax-scalar.c.o 2024-08-08T20:15:32.5774670Z [1642/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-scalar.c.o 2024-08-08T20:15:32.5923890Z [1643/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar.c.o 2024-08-08T20:15:32.5927520Z [1644/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-scalar-acc2.c.o 2024-08-08T20:15:32.5931060Z [1645/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.o 2024-08-08T20:15:32.5978930Z [1646/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-scalar.c.o 2024-08-08T20:15:32.6197050Z [1647/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-scalar-acc2.c.o 2024-08-08T20:15:32.6374040Z [1648/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-scalar-acc2.c.o 2024-08-08T20:15:32.6376320Z [1649/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-scalar.c.o 2024-08-08T20:15:32.7482460Z [1650/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2024-08-08T20:15:32.7495770Z [1651/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2024-08-08T20:15:32.7504860Z [1652/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar.c.o 2024-08-08T20:15:32.7745650Z [1653/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-scalar-acc2.c.o 2024-08-08T20:15:32.7780600Z [1654/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar.c.o 2024-08-08T20:15:32.7942590Z [1655/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-minmax-scalar.c.o 2024-08-08T20:15:32.7945900Z [1656/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-scalar.c.o 2024-08-08T20:15:32.8044150Z [1657/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c.o 2024-08-08T20:15:32.8159850Z [1658/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-minmax-scalar-acc2.c.o 2024-08-08T20:15:32.8512670Z [1659/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar.c.o 2024-08-08T20:15:32.8791400Z [1660/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-minmax-scalar.c.o 2024-08-08T20:15:32.8906410Z [1661/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar.c.o 2024-08-08T20:15:32.9164270Z [1662/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2024-08-08T20:15:32.9276560Z [1663/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-minmax-scalar-acc2.c.o 2024-08-08T20:15:32.9476350Z [1664/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-scalar-acc2.c.o 2024-08-08T20:15:32.9481510Z [1665/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-scalar-acc2.c.o 2024-08-08T20:15:32.9527160Z [1666/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-scalar.c.o 2024-08-08T20:15:32.9755490Z [1667/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2024-08-08T20:15:32.9763570Z [1668/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-minmax-scalar.c.o 2024-08-08T20:15:32.9836930Z [1669/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-minmax-scalar-acc2.c.o 2024-08-08T20:15:33.0103400Z [1670/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/max-pooling-output.c.o 2024-08-08T20:15:33.0106290Z [1671/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/softmax-output.c.o 2024-08-08T20:15:33.0770210Z [1672/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-input-gradient.c.o 2024-08-08T20:15:33.0877720Z [1673/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-output.c.o 2024-08-08T20:15:33.0929990Z [1674/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/gen/cs16-bfly4-scalar-x2.c.o 2024-08-08T20:15:33.0994630Z [1675/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-samples1-scalar.c.o 2024-08-08T20:15:33.1244890Z [1676/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/gen/cs16-bfly4-scalar-x4.c.o 2024-08-08T20:15:33.1294840Z [1677/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/gen/cs16-fftr-scalar-x2.c.o 2024-08-08T20:15:33.1359490Z [1678/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/gen/cs16-bfly4-scalar-x1.c.o 2024-08-08T20:15:33.1484660Z [1679/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/gen/cs16-fftr-scalar-x1.c.o 2024-08-08T20:15:33.1527010Z [1680/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/gen/cs16-fftr-scalar-x4.c.o 2024-08-08T20:15:33.1592930Z [1681/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-samples4-scalar.c.o 2024-08-08T20:15:33.1861910Z [1682/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x1.c.o 2024-08-08T20:15:33.2140270Z [1683/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x2.c.o 2024-08-08T20:15:33.2387490Z [1684/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x3.c.o 2024-08-08T20:15:33.2413890Z [1685/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x4.c.o 2024-08-08T20:15:33.2687130Z [1686/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u1.c.o 2024-08-08T20:15:33.2720980Z [1687/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u3.c.o 2024-08-08T20:15:33.2751950Z [1688/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2024-08-08T20:15:33.2779270Z [1689/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u2.c.o 2024-08-08T20:15:33.2975410Z [1690/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u1.c.o 2024-08-08T20:15:33.3013470Z [1691/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u2.c.o 2024-08-08T20:15:33.3295520Z [1692/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u3.c.o 2024-08-08T20:15:33.4053930Z [1693/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u3.c.o 2024-08-08T20:15:33.4089270Z [1694/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u4.c.o 2024-08-08T20:15:33.4101490Z [1695/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2024-08-08T20:15:33.4127350Z [1696/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u1.c.o 2024-08-08T20:15:33.4147180Z [1697/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u1.c.o 2024-08-08T20:15:33.4331050Z [1698/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u2-acc2.c.o 2024-08-08T20:15:33.4396830Z [1699/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2024-08-08T20:15:33.4443170Z [1700/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u3-acc3.c.o 2024-08-08T20:15:33.4541570Z [1701/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u4-acc2.c.o 2024-08-08T20:15:33.4860350Z [1702/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u2.c.o 2024-08-08T20:15:33.5447610Z [1703/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u1.c.o 2024-08-08T20:15:33.5516390Z [1704/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u4-acc4.c.o 2024-08-08T20:15:33.5546480Z [1705/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u3-acc3.c.o 2024-08-08T20:15:33.5712800Z [1706/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u3-acc3.c.o 2024-08-08T20:15:33.5718800Z [1707/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2024-08-08T20:15:33.5794680Z [1708/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u4-acc4.c.o 2024-08-08T20:15:33.5802940Z [1709/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u1.c.o 2024-08-08T20:15:33.6064600Z [1710/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u4-acc2.c.o 2024-08-08T20:15:33.6251400Z [1711/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u4-acc4.c.o 2024-08-08T20:15:33.6347300Z [1712/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u4-acc2.c.o 2024-08-08T20:15:33.6726500Z [1713/5912] Building ASM object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/8x8-dq-aarch64-neon.S.o 2024-08-08T20:15:33.6742300Z [1714/5912] Building ASM object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4-packA-aarch64-neon.S.o 2024-08-08T20:15:33.6985160Z [1715/5912] Building ASM object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x8c1x4-dq-packedA-aarch64-neon.S.o 2024-08-08T20:15:33.7070650Z [1716/5912] Building ASM object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x8c8x1-dq-packedA-aarch64-neon.S.o 2024-08-08T20:15:33.7150710Z [1717/5912] Building C object confu-deps/clog/CMakeFiles/clog.dir/src/clog.c.o 2024-08-08T20:15:33.7720320Z [1718/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-inference.c.o 2024-08-08T20:15:33.7727920Z [1719/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/pooling-output.c.o 2024-08-08T20:15:33.8222840Z [1720/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/softmax-output.c.o 2024-08-08T20:15:33.8230620Z [1721/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-output.c.o 2024-08-08T20:15:33.8446440Z [1722/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/init.c.o 2024-08-08T20:15:33.8466260Z [1723/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-output.c.o 2024-08-08T20:15:33.8471010Z [1724/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-input-gradient.c.o 2024-08-08T20:15:33.8536690Z [1725/5912] Linking C static library lib/libclog.a 2024-08-08T20:15:33.8707960Z [1726/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-input-gradient.c.o 2024-08-08T20:15:33.8972150Z [1727/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-inference.c.o 2024-08-08T20:15:33.9440080Z [1728/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-kernel-gradient.c.o 2024-08-08T20:15:33.9537610Z [1729/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-output.c.o 2024-08-08T20:15:34.0165760Z [1730/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/s4gemm.c.o 2024-08-08T20:15:34.0194520Z [1731/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/c4gemm-conjb.c.o 2024-08-08T20:15:34.0323730Z [1732/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/2d-winograd-8x8-3x3-fp16.c.o 2024-08-08T20:15:34.0498020Z [1733/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/s4c2gemm-conjb.c.o 2024-08-08T20:15:34.0526100Z [1734/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/psimd/2d-fourier-16x16.c.o 2024-08-08T20:15:34.0615050Z [1735/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/h4gemm.c.o 2024-08-08T20:15:34.0704050Z [1736/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/2d-winograd-8x8-3x3.c.o 2024-08-08T20:15:34.1089990Z [1737/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/psimd/2d-fourier-8x8.c.o 2024-08-08T20:15:34.1462060Z [1738/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/sgemm.c.o 2024-08-08T20:15:34.1554830Z [1739/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/conv1x1.c.o 2024-08-08T20:15:34.1702940Z [1740/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/relu.c.o 2024-08-08T20:15:34.1904590Z [1741/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/sdotxf.c.o 2024-08-08T20:15:34.2133390Z [1742/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/psimd/softmax.c.o 2024-08-08T20:15:34.2167860Z [1743/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/c4gemm.c.o 2024-08-08T20:15:34.2382630Z [1744/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/s4c2gemm.c.o 2024-08-08T20:15:34.2409010Z [1745/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/c4gemm-conjb-transc.c.o 2024-08-08T20:15:34.2442370Z [1746/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/psimd/blas/shdotxf.c.o 2024-08-08T20:15:34.2651790Z [1747/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-input-gradient.c.o 2024-08-08T20:15:34.2789200Z [1748/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-output.c.o 2024-08-08T20:15:34.2984320Z [1749/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-kernel.c.o 2024-08-08T20:15:34.3076030Z [1750/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/fully-connected-output.c.o 2024-08-08T20:15:34.3256130Z [1751/5912] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/s4c2gemm-conjb-transc.c.o 2024-08-08T20:15:34.3744490Z [1752/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected-sparse.c.o 2024-08-08T20:15:34.3753030Z [1753/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected.c.o 2024-08-08T20:15:34.3985830Z [1754/5912] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-prepack.cc.o 2024-08-08T20:15:34.4063960Z [1755/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardsigmoid.c.o 2024-08-08T20:15:34.4183180Z [1756/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardswish.c.o 2024-08-08T20:15:34.4565120Z [1757/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/global-average-pooling.c.o 2024-08-08T20:15:34.4630760Z [1758/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/leaky-relu.c.o 2024-08-08T20:15:34.4749930Z [1759/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/max-pooling.c.o 2024-08-08T20:15:34.4759120Z [1760/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/softargmax.c.o 2024-08-08T20:15:34.4935540Z [1761/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sigmoid.c.o 2024-08-08T20:15:34.5681970Z [1762/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-delete.c.o 2024-08-08T20:15:34.5783740Z [1763/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/tanh.c.o 2024-08-08T20:15:34.6030360Z [1764/5912] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-run.cc.o 2024-08-08T20:15:34.6085510Z [1765/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8lut32norm/scalar.c.o 2024-08-08T20:15:34.6092020Z [1766/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/indirection.c.o 2024-08-08T20:15:34.6213200Z [1767/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-run.c.o 2024-08-08T20:15:34.6459180Z [1768/5912] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-dynamic-run.cc.o 2024-08-08T20:15:34.6496420Z [1769/5912] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-unpack.cc.o 2024-08-08T20:15:34.7108540Z [1770/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8lut/scalar.c.o 2024-08-08T20:15:34.7658760Z [1771/5912] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconv-run.cc.o 2024-08-08T20:15:34.7740590Z [1772/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/6x8-psimd.c.o 2024-08-08T20:15:34.7911240Z [1773/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/mp8x9p8q-neon.c.o 2024-08-08T20:15:34.7917950Z [1774/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/4x8-neon.c.o 2024-08-08T20:15:34.7962810Z [1775/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8xm-neon.c.o 2024-08-08T20:15:34.8027660Z [1776/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8x9-neon.c.o 2024-08-08T20:15:34.8536360Z [1777/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-neon.c.o 2024-08-08T20:15:34.8750470Z [1778/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/8x8-neon.c.o 2024-08-08T20:15:34.9093700Z [1779/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-neon-per-channel.c.o 2024-08-08T20:15:34.9553570Z [1780/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-neon.c.o 2024-08-08T20:15:34.9568220Z [1781/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-neon-per-channel.c.o 2024-08-08T20:15:34.9642410Z [1782/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8x7-neon.c.o 2024-08-08T20:15:34.9799800Z [1783/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/mp8x7p7q-neon.c.o 2024-08-08T20:15:34.9896250Z [1784/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8xm-neon.c.o 2024-08-08T20:15:35.0034600Z [1785/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x-sumrows-neon.c.o 2024-08-08T20:15:35.0621240Z [1786/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x27-neon.c.o 2024-08-08T20:15:35.0752360Z [1787/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x8-neon.c.o 2024-08-08T20:15:35.1187960Z [1788/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x8-dq-neon.c.o 2024-08-08T20:15:35.1332320Z [1789/5912] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-run.cc.o 2024-08-08T20:15:35.1361070Z [1790/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/6x4-neon.c.o 2024-08-08T20:15:35.1412180Z [1791/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x8c2-xzp-neon.c.o 2024-08-08T20:15:35.1632800Z [1792/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/6x8-neon.c.o 2024-08-08T20:15:35.1656600Z [1793/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/8x8-neon.c.o 2024-08-08T20:15:35.1659980Z [1794/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8vadd/neon.c.o 2024-08-08T20:15:35.2372610Z [1795/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/5x8-neon.c.o 2024-08-08T20:15:35.2579200Z [1796/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8clamp/neon.c.o 2024-08-08T20:15:35.2763880Z [1797/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/16x9p8q-neon.c.o 2024-08-08T20:15:35.2859610Z [1798/5912] Building ASM object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/8x8-aarch64-neon.S.o 2024-08-08T20:15:35.3074680Z [1799/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8rmax/neon.c.o 2024-08-08T20:15:35.3142970Z [1800/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/sub16-neon.c.o 2024-08-08T20:15:35.3310280Z [1801/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x2-neon.c.o 2024-08-08T20:15:35.3312200Z [1802/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x3-neon.c.o 2024-08-08T20:15:35.3377020Z [1803/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/xm-neon.c.o 2024-08-08T20:15:35.3392250Z [1804/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x4-neon.c.o 2024-08-08T20:15:35.3558430Z [1805/5912] Building ASM object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/8x8-aarch64-neon.S.o 2024-08-08T20:15:35.4380870Z [1806/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/well_known_types_embed.cc.o 2024-08-08T20:15:35.6699330Z [1807/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o 2024-08-08T20:15:35.6884680Z [1808/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o 2024-08-08T20:15:35.7316640Z [1809/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o 2024-08-08T20:15:35.7532180Z [1810/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o 2024-08-08T20:15:35.7680850Z [1811/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o 2024-08-08T20:15:35.7749400Z [1812/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o 2024-08-08T20:15:35.7752720Z [1813/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o 2024-08-08T20:15:35.7907790Z [1814/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o 2024-08-08T20:15:36.0940210Z [1815/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o 2024-08-08T20:15:36.1089720Z [1816/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o 2024-08-08T20:15:36.1107120Z [1817/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o 2024-08-08T20:15:36.1127150Z [1818/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o 2024-08-08T20:15:36.1278870Z [1819/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.pb.cc.o 2024-08-08T20:15:36.1306710Z [1820/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/python/python_generator.cc.o 2024-08-08T20:15:36.1596600Z [1821/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.cc.o 2024-08-08T20:15:36.1604430Z [1822/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/php/php_generator.cc.o 2024-08-08T20:15:36.2650880Z [1823/5912] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2024-08-08T20:15:36.2994960Z [1824/5912] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2024-08-08T20:15:36.3173040Z [1825/5912] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2024-08-08T20:15:36.3277820Z [1826/5912] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/gcd.c.o 2024-08-08T20:15:36.3293090Z [1827/5912] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2024-08-08T20:15:36.3543370Z [1828/5912] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2024-08-08T20:15:36.3634620Z [1829/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/ruby/ruby_generator.cc.o 2024-08-08T20:15:36.4013150Z [1830/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/subprocess.cc.o 2024-08-08T20:15:36.4230010Z [1831/5912] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2024-08-08T20:15:36.4522470Z [1832/5912] Linking C static library lib/libpthreadpool.a 2024-08-08T20:15:36.4534450Z [1833/5912] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2024-08-08T20:15:36.4726790Z [1834/5912] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2024-08-08T20:15:36.4734620Z [1835/5912] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2024-08-08T20:15:36.5151930Z [1836/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/zip_writer.cc.o 2024-08-08T20:15:36.5229760Z [1837/5912] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/mach/topology.c.o 2024-08-08T20:15:36.5231820Z [1838/5912] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/mach/init.c.o 2024-08-08T20:15:36.5316760Z [1839/5912] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2024-08-08T20:15:36.5349930Z [1840/5912] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2024-08-08T20:15:36.5477210Z [1841/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/protoc.dir/__/src/google/protobuf/compiler/main.cc.o 2024-08-08T20:15:36.5718450Z [1842/5912] Linking C static library lib/libnnpack_reference_layers.a 2024-08-08T20:15:36.6263540Z [1843/5912] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/uarch.c.o 2024-08-08T20:15:36.6363960Z [1844/5912] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2024-08-08T20:15:36.6383920Z [1845/5912] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2024-08-08T20:15:36.6499030Z [1846/5912] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/cache.c.o 2024-08-08T20:15:36.6666050Z [1847/5912] Linking C static library lib/libcpuinfo.a 2024-08-08T20:15:36.6739190Z [1848/5912] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/mach/topology.c.o 2024-08-08T20:15:36.6748850Z [1849/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/add.c.o 2024-08-08T20:15:36.6767850Z [1850/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/init.c.o 2024-08-08T20:15:36.7013800Z [1851/5912] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/mach/init.c.o 2024-08-08T20:15:36.7071440Z [1852/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/average-pooling.c.o 2024-08-08T20:15:36.8016430Z [1853/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/channel-shuffle.c.o 2024-08-08T20:15:36.8079850Z [1854/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/clamp.c.o 2024-08-08T20:15:36.8158500Z [1855/5912] Linking C static library lib/libnnpack.a 2024-08-08T20:15:36.8295920Z [1856/5912] Linking C static library lib/libcpuinfo_internals.a 2024-08-08T20:15:36.8302560Z [1857/5912] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-prepack.cc.o 2024-08-08T20:15:36.8340870Z [1858/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/convolution.c.o 2024-08-08T20:15:37.0761590Z [1859/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/time_util.cc.o 2024-08-08T20:15:37.0978490Z [1860/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/utility.cc.o 2024-08-08T20:15:37.1094090Z [1861/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/json_util.cc.o 2024-08-08T20:15:37.1275680Z [1862/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/message_differencer.cc.o 2024-08-08T20:15:37.2535640Z [1863/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wrappers.pb.cc.o 2024-08-08T20:15:37.2701350Z [1864/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/code_generator.cc.o 2024-08-08T20:15:37.2927580Z [1865/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format.cc.o 2024-08-08T20:15:37.3037850Z [1866/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/command_line_interface.cc.o 2024-08-08T20:15:37.3850810Z [1867/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/type_resolver_util.cc.o 2024-08-08T20:15:37.4200360Z [1868/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum.cc.o 2024-08-08T20:15:37.5860910Z [1869/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_extension.cc.o 2024-08-08T20:15:37.6077370Z [1870/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o 2024-08-08T20:15:37.6191520Z [1871/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_field.cc.o 2024-08-08T20:15:37.6290550Z [1872/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o 2024-08-08T20:15:37.6992990Z [1873/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_generator.cc.o 2024-08-08T20:15:37.7026550Z [1874/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_file.cc.o 2024-08-08T20:15:37.7196760Z [1875/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_map_field.cc.o 2024-08-08T20:15:37.8673170Z [1876/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message.cc.o 2024-08-08T20:15:37.9046800Z [1877/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o 2024-08-08T20:15:37.9228210Z [1878/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc.o 2024-08-08T20:15:38.0166790Z [1879/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o 2024-08-08T20:15:38.0387940Z [1880/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o 2024-08-08T20:15:38.0527610Z [1881/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_string_field.cc.o 2024-08-08T20:15:38.0572390Z [1882/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_service.cc.o 2024-08-08T20:15:38.1437580Z [1883/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o 2024-08-08T20:15:38.1755540Z [1884/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum.cc.o 2024-08-08T20:15:38.2517940Z [1885/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o 2024-08-08T20:15:38.3287810Z [1886/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_generator.cc.o 2024-08-08T20:15:38.3530460Z [1887/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o 2024-08-08T20:15:38.3703960Z [1888/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o 2024-08-08T20:15:38.4930960Z [1889/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message.cc.o 2024-08-08T20:15:38.5072470Z [1890/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o 2024-08-08T20:15:38.5207480Z [1891/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o 2024-08-08T20:15:38.5410140Z [1892/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o 2024-08-08T20:15:38.5595210Z [1893/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc.o 2024-08-08T20:15:38.6891580Z [1894/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc.o 2024-08-08T20:15:38.7386650Z [1895/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc.o 2024-08-08T20:15:38.7568550Z [1896/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc.o 2024-08-08T20:15:38.8389930Z [1897/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_context.cc.o 2024-08-08T20:15:38.9325320Z [1898/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_doc_comment.cc.o 2024-08-08T20:15:38.9429340Z [1899/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum.cc.o 2024-08-08T20:15:38.9655090Z [1900/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o 2024-08-08T20:15:39.0188430Z [1901/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field.cc.o 2024-08-08T20:15:39.0249610Z [1902/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field_lite.cc.o 2024-08-08T20:15:39.0635980Z [1903/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension.cc.o 2024-08-08T20:15:39.0760640Z [1904/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_lite.cc.o 2024-08-08T20:15:39.1937300Z [1905/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension_lite.cc.o 2024-08-08T20:15:39.2481170Z [1906/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_file.cc.o 2024-08-08T20:15:39.2773250Z [1907/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_field.cc.o 2024-08-08T20:15:39.4002050Z [1908/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator.cc.o 2024-08-08T20:15:39.4035710Z [1909/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_helpers.cc.o 2024-08-08T20:15:39.4237940Z [1910/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field.cc.o 2024-08-08T20:15:39.4834980Z [1911/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator_factory.cc.o 2024-08-08T20:15:39.5113330Z [1912/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field_lite.cc.o 2024-08-08T20:15:39.5251230Z [1913/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message.cc.o 2024-08-08T20:15:39.5320490Z [1914/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder.cc.o 2024-08-08T20:15:39.7266550Z [1915/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder_lite.cc.o 2024-08-08T20:15:39.7359470Z [1916/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field.cc.o 2024-08-08T20:15:39.7793690Z [1917/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_name_resolver.cc.o 2024-08-08T20:15:39.7875690Z [1918/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field_lite.cc.o 2024-08-08T20:15:39.8148270Z [1919/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field.cc.o 2024-08-08T20:15:39.8504200Z [1920/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_lite.cc.o 2024-08-08T20:15:39.9212480Z [1921/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field_lite.cc.o 2024-08-08T20:15:39.9415260Z [1922/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-scalar.c.o 2024-08-08T20:15:39.9738660Z [1923/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_service.cc.o 2024-08-08T20:15:40.0516290Z [1924/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_shared_code_generator.cc.o 2024-08-08T20:15:40.1392230Z [1925/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/repeated_field.cc.o 2024-08-08T20:15:40.1485160Z [1926/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/parse_context.cc.o 2024-08-08T20:15:40.1504450Z [1927/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/int128.cc.o 2024-08-08T20:15:40.1725050Z [1928/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field.cc.o 2024-08-08T20:15:40.2290310Z [1929/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2024-08-08T20:15:40.2534710Z [1930/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/js_generator.cc.o 2024-08-08T20:15:40.3656140Z [1931/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/common.cc.o 2024-08-08T20:15:40.3847830Z [1932/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/status.cc.o 2024-08-08T20:15:40.3892720Z [1933/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/statusor.cc.o 2024-08-08T20:15:40.5067790Z [1934/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2024-08-08T20:15:40.5168690Z [1935/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/time.cc.o 2024-08-08T20:15:40.5275920Z [1936/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2024-08-08T20:15:40.5290680Z [1937/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2024-08-08T20:15:40.5588030Z [1938/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/strutil.cc.o 2024-08-08T20:15:40.5594360Z /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/protobuf/src/google/protobuf/stubs/strutil.cc:507:11: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 2024-08-08T20:15:40.5597850Z sprintf(dest + used, (use_hex ? "\\x%02x" : "\\%03o"), 2024-08-08T20:15:40.5598830Z ^ 2024-08-08T20:15:40.5600390Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here 2024-08-08T20:15:40.5605250Z __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") 2024-08-08T20:15:40.5617030Z ^ 2024-08-08T20:15:40.5621350Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 2024-08-08T20:15:40.5622880Z #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) 2024-08-08T20:15:40.5623690Z ^ 2024-08-08T20:15:40.5624240Z 1 warning generated. 2024-08-08T20:15:40.7088530Z [1939/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format_lite.cc.o 2024-08-08T20:15:40.7551470Z [1940/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.pb.cc.o 2024-08-08T20:15:40.7726250Z [1941/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.cc.o 2024-08-08T20:15:40.8694510Z [1942/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/api.pb.cc.o 2024-08-08T20:15:40.8720470Z [1943/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/importer.cc.o 2024-08-08T20:15:40.9899890Z [1944/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor_database.cc.o 2024-08-08T20:15:41.0720680Z [1945/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.pb.cc.o 2024-08-08T20:15:41.0820850Z [1946/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.cc.o 2024-08-08T20:15:41.1108380Z [1947/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/parser.cc.o 2024-08-08T20:15:41.1141060Z [1948/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/dynamic_message.cc.o 2024-08-08T20:15:41.1194700Z [1949/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/empty.pb.cc.o 2024-08-08T20:15:41.1454290Z [1950/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/duration.pb.cc.o 2024-08-08T20:15:41.1729300Z [1951/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set_heavy.cc.o 2024-08-08T20:15:41.2758520Z [1952/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/gzip_stream.cc.o 2024-08-08T20:15:41.3062620Z [1953/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_reflection.cc.o 2024-08-08T20:15:41.3134230Z [1954/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/field_mask.pb.cc.o 2024-08-08T20:15:41.4373660Z [1955/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven.cc.o 2024-08-08T20:15:41.4949800Z [1956/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/tokenizer.cc.o 2024-08-08T20:15:41.5194170Z [1957/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/printer.cc.o 2024-08-08T20:15:41.5262900Z [1958/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/map_field.cc.o 2024-08-08T20:15:41.5570370Z [1959/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/reflection_ops.cc.o 2024-08-08T20:15:41.5932840Z [1960/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message.cc.o 2024-08-08T20:15:41.6312200Z [1961/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/source_context.pb.cc.o 2024-08-08T20:15:41.6661690Z [1962/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/service.cc.o 2024-08-08T20:15:41.8137210Z [1963/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/substitute.cc.o 2024-08-08T20:15:41.8465910Z [1964/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/struct.pb.cc.o 2024-08-08T20:15:41.8764660Z [1965/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/timestamp.pb.cc.o 2024-08-08T20:15:41.8860410Z [1966/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/unknown_field_set.cc.o 2024-08-08T20:15:41.9018480Z [1967/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/text_format.cc.o 2024-08-08T20:15:41.9120040Z [1968/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_comparator.cc.o 2024-08-08T20:15:41.9395890Z [1969/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/delimited_message_util.cc.o 2024-08-08T20:15:41.9598720Z [1970/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/type.pb.cc.o 2024-08-08T20:15:42.1388160Z [1971/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_mask_util.cc.o 2024-08-08T20:15:42.2558060Z [1972/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/default_value_objectwriter.cc.o 2024-08-08T20:15:42.2632950Z [1973/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_escaping.cc.o 2024-08-08T20:15:42.2661540Z [1974/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_stream_parser.cc.o 2024-08-08T20:15:42.2868090Z [1975/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/error_listener.cc.o 2024-08-08T20:15:42.3132490Z [1976/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_objectwriter.cc.o 2024-08-08T20:15:42.3161070Z [1977/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/field_mask_utility.cc.o 2024-08-08T20:15:42.3279470Z [1978/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/datapiece.cc.o 2024-08-08T20:15:42.4703490Z [1979/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/object_writer.cc.o 2024-08-08T20:15:42.5045640Z [1980/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/proto_writer.cc.o 2024-08-08T20:15:42.5172110Z [1981/5912] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconvolution.c.o 2024-08-08T20:15:42.6631110Z [1982/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectsource.cc.o 2024-08-08T20:15:42.6633660Z [1983/5912] Linking CXX static library lib/libpytorch_qnnpack.a 2024-08-08T20:15:42.6777940Z [1984/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectwriter.cc.o 2024-08-08T20:15:42.6864020Z [1985/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info.cc.o 2024-08-08T20:15:42.7330770Z [1986/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field_lite.cc.o 2024-08-08T20:15:42.7799540Z [1987/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arena.cc.o 2024-08-08T20:15:42.8070410Z [1988/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/any_lite.cc.o 2024-08-08T20:15:42.8426610Z [1989/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/extension_set.cc.o 2024-08-08T20:15:42.8469000Z [1990/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/io_win32.cc.o 2024-08-08T20:15:42.8651840Z [1991/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_util.cc.o 2024-08-08T20:15:42.8700900Z [1992/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_enum_util.cc.o 2024-08-08T20:15:43.0031700Z [1993/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2024-08-08T20:15:43.0242840Z [1994/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2024-08-08T20:15:43.0262730Z [1995/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/coded_stream.cc.o 2024-08-08T20:15:43.1096260Z [1996/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2024-08-08T20:15:43.1644750Z [1997/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2024-08-08T20:15:43.1924970Z [1998/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/strtod.cc.o 2024-08-08T20:15:43.2656860Z [1999/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2024-08-08T20:15:43.2689770Z [2000/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/message_lite.cc.o 2024-08-08T20:15:43.2969110Z [2001/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/strutil.cc.o 2024-08-08T20:15:43.2974850Z /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/protobuf/src/google/protobuf/stubs/strutil.cc:507:11: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 2024-08-08T20:15:43.2979250Z sprintf(dest + used, (use_hex ? "\\x%02x" : "\\%03o"), 2024-08-08T20:15:43.2980090Z ^ 2024-08-08T20:15:43.2982270Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here 2024-08-08T20:15:43.2985620Z __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") 2024-08-08T20:15:43.2987820Z ^ 2024-08-08T20:15:43.2993110Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 2024-08-08T20:15:43.2994840Z #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) 2024-08-08T20:15:43.2995660Z ^ 2024-08-08T20:15:43.2996270Z 1 warning generated. 2024-08-08T20:15:43.3337320Z [2002/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/parse_context.cc.o 2024-08-08T20:15:43.4248220Z [2003/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/repeated_field.cc.o 2024-08-08T20:15:43.4757620Z [2004/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/common.cc.o 2024-08-08T20:15:43.4814140Z [2005/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2024-08-08T20:15:43.5499370Z [2006/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/status.cc.o 2024-08-08T20:15:43.5524290Z [2007/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/int128.cc.o 2024-08-08T20:15:43.5728670Z [2008/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/statusor.cc.o 2024-08-08T20:15:43.6049880Z [2009/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2024-08-08T20:15:43.6295260Z [2010/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2024-08-08T20:15:43.7721840Z [2011/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2024-08-08T20:15:43.7826040Z [2012/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/time.cc.o 2024-08-08T20:15:43.8433660Z [2013/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/wire_format_lite.cc.o 2024-08-08T20:15:43.8761950Z [2014/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any_lite.cc.o 2024-08-08T20:15:43.8962950Z [2015/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arena.cc.o 2024-08-08T20:15:43.9178120Z [2016/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set.cc.o 2024-08-08T20:15:43.9550710Z [2017/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_enum_util.cc.o 2024-08-08T20:15:43.9624750Z [2018/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_util.cc.o 2024-08-08T20:15:43.9938530Z [2019/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/io_win32.cc.o 2024-08-08T20:15:44.0344030Z [2020/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/strtod.cc.o 2024-08-08T20:15:44.0538920Z [2021/5912] Linking CXX static library lib/libprotobuf-lite.a 2024-08-08T20:15:44.0742870Z [2022/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2024-08-08T20:15:44.1692690Z [2023/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2024-08-08T20:15:44.1900720Z [2024/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/coded_stream.cc.o 2024-08-08T20:15:44.2493510Z [2025/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neonfp16.c.o 2024-08-08T20:15:44.2661410Z [2026/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2024-08-08T20:15:44.3482240Z [2027/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2024-08-08T20:15:44.3785580Z [2028/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/scalar.c.o 2024-08-08T20:15:44.3886890Z [2029/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2024-08-08T20:15:44.4185640Z [2030/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neonv8.c.o 2024-08-08T20:15:44.4399690Z [2031/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neonfma.c.o 2024-08-08T20:15:44.4415200Z [2032/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message_lite.cc.o 2024-08-08T20:15:44.4470060Z [2033/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neon-aarch64.c.o 2024-08-08T20:15:44.4671270Z [2034/5912] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info_test_helper.cc.o 2024-08-08T20:15:44.4694200Z [2035/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neon.c.o 2024-08-08T20:15:44.5836850Z [2036/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-08-08T20:15:44.5897300Z [2037/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-08T20:15:44.6152400Z [2038/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neonfp16arith-aarch64.c.o 2024-08-08T20:15:44.6209960Z [2039/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neondot.c.o 2024-08-08T20:15:44.6213870Z [2040/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neondotfp16-aarch64.c.o 2024-08-08T20:15:44.6403060Z [2041/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neonfma-aarch64.c.o 2024-08-08T20:15:44.6464770Z [2042/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neondot-aarch64.c.o 2024-08-08T20:15:44.6547280Z [2043/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neondotfp16arith.c.o 2024-08-08T20:15:44.6782720Z [2044/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-4x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-08T20:15:44.6789190Z [2045/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-08T20:15:44.7433670Z [2046/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-08T20:15:44.7437490Z [2047/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-08-08T20:15:44.7551870Z [2048/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2024-08-08T20:15:44.7655200Z [2049/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neonfp16arith.c.o 2024-08-08T20:15:44.7662340Z [2050/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-08T20:15:44.7880440Z [2051/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2024-08-08T20:15:44.7894490Z [2052/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S.o 2024-08-08T20:15:44.7907020Z [2053/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-08-08T20:15:44.7944620Z [2054/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-08T20:15:44.8786780Z [2055/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemminc-1x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-08T20:15:44.8798460Z [2056/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemminc-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-08-08T20:15:44.8842850Z [2057/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-8x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-08T20:15:44.8919090Z [2058/5912] Linking CXX static library lib/libprotobuf.a 2024-08-08T20:15:44.9015250Z [2059/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemminc-4x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-08T20:15:44.9035680Z [2060/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemminc-4x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-08-08T20:15:44.9066340Z [2061/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemminc-6x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-08T20:15:44.9124830Z [2062/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemminc-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2024-08-08T20:15:44.9147720Z [2063/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemminc-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2024-08-08T20:15:44.9167000Z [2064/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemminc-6x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-08-08T20:15:45.0338240Z [2065/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-08-08T20:15:45.0345970Z [2066/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemminc-8x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-08T20:15:45.0355330Z [2067/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-4x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-08-08T20:15:45.0363440Z [2068/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2024-08-08T20:15:45.0369430Z [2069/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-08-08T20:15:45.0375980Z [2070/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-08T20:15:45.0379740Z [2071/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S.o 2024-08-08T20:15:45.0406710Z [2072/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-08T20:15:45.0412840Z [2073/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2024-08-08T20:15:45.1599060Z [2074/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2-prfm.S.o 2024-08-08T20:15:45.1618640Z [2075/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/f32-dwconv-9p4c-minmax-asm-aarch64-neonfma.S.o 2024-08-08T20:15:45.1635000Z [2076/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-08-08T20:15:45.1650280Z [2077/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-08T20:15:45.1662550Z [2078/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-08T20:15:45.1677520Z [2079/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-08T20:15:45.1690130Z [2080/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-08T20:15:45.1704490Z [2081/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2.S.o 2024-08-08T20:15:45.1730020Z [2082/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/f32-dwconv-9p4c-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-08-08T20:15:45.2910790Z [2083/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2-prfm.S.o 2024-08-08T20:15:45.2921250Z [2084/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2.S.o 2024-08-08T20:15:45.2928610Z [2085/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-prfm.S.o 2024-08-08T20:15:45.2948880Z [2086/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4.S.o 2024-08-08T20:15:45.2969780Z [2087/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4-prfm.S.o 2024-08-08T20:15:45.3027590Z [2088/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2-prfm.S.o 2024-08-08T20:15:45.3031400Z [2089/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2.S.o 2024-08-08T20:15:45.3060970Z [2090/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:15:45.3100320Z [2091/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4-prfm.S.o 2024-08-08T20:15:45.3873200Z [2092/5912] Linking CXX static library lib/libprotoc.a 2024-08-08T20:15:45.4296060Z [2093/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:15:45.4318600Z [2094/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x1-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:15:45.4338990Z [2095/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2024-08-08T20:15:45.4361590Z [2096/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-08-08T20:15:45.4366970Z [2097/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-08T20:15:45.4375280Z [2098/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:15:45.4406200Z [2099/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-08T20:15:45.4424900Z [2100/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-08T20:15:45.4433430Z [2101/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x1-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:15:45.5736190Z [2102/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-08T20:15:45.5749670Z [2103/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:15:45.5766490Z [2104/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-08-08T20:15:45.5769950Z [2105/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-08T20:15:45.5772240Z [2106/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:15:45.5858370Z [2107/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:15:45.5860960Z [2108/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-08-08T20:15:45.5915200Z [2109/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-08T20:15:45.6019530Z [2110/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-08T20:15:45.6698380Z [2111/5912] Linking CXX executable bin/protoc-3.13.0.0 2024-08-08T20:15:45.7151680Z [2112/5912] Creating executable symlink bin/protoc 2024-08-08T20:15:45.7251370Z [2113/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-08T20:15:45.7362270Z [2114/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-08T20:15:45.7365320Z [2115/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-08-08T20:15:45.7375300Z [2116/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-08-08T20:15:45.7386130Z [2117/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2024-08-08T20:15:45.7397680Z [2118/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-08T20:15:45.7401930Z [2119/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:15:45.7410020Z [2120/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-08T20:15:45.7447270Z [2121/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-08T20:15:45.8462220Z [2122/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:15:45.8695950Z [2123/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-goi-1x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-08-08T20:15:45.8722650Z [2124/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:15:45.8725140Z [2125/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-goi-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:15:45.8755790Z [2126/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-goi-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:15:45.8767650Z [2127/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-08T20:15:45.8773570Z [2128/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-08T20:15:45.8801810Z [2129/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-08T20:15:45.8809230Z [2130/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-08T20:15:45.8823410Z [2131/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-1x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-08T20:15:45.9744890Z [2132/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-08-08T20:15:46.0157590Z [2133/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:15:46.0169550Z [2134/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:15:46.0179720Z [2135/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-08-08T20:15:46.0186910Z [2136/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-08T20:15:46.0196070Z [2137/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-08T20:15:46.0214510Z [2138/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-08T20:15:46.0226060Z [2139/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-4x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-08T20:15:46.0239630Z [2140/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-08T20:15:46.0785780Z [2141/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-08T20:15:46.1138180Z [2142/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2024-08-08T20:15:46.1461810Z [2143/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-08T20:15:46.1565960Z [2144/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:15:46.1610920Z [2145/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-08T20:15:46.1623380Z [2146/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-08-08T20:15:46.1646440Z [2147/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:15:46.1687580Z [2148/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-08-08T20:15:46.1701910Z [2149/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-4x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-08T20:15:46.1915630Z [2150/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-1x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-08T20:15:46.2024100Z [2151/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2024-08-08T20:15:46.2417100Z [2152/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-08-08T20:15:46.2938470Z [2153/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-08T20:15:46.2949410Z [2154/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-08T20:15:46.3039500Z [2155/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-08T20:15:46.3068270Z [2156/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-08T20:15:46.3075100Z [2157/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-08T20:15:46.3107560Z [2158/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:15:46.3119160Z [2159/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-ld64-prfm.S.o 2024-08-08T20:15:46.3132530Z [2160/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:15:46.3349960Z [2161/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-08-08T20:15:46.3622090Z [2162/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-08T20:15:46.4281500Z [2163/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-08T20:15:46.4436240Z [2164/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-08T20:15:46.4539030Z [2165/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:15:46.4545410Z [2166/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-08T20:15:46.4548390Z [2167/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-08T20:15:46.4556180Z [2168/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-08-08T20:15:46.4561710Z [2169/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:15:46.4588610Z [2170/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-08T20:15:46.4699060Z [2171/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-08T20:15:46.7099700Z [2172/5912] Building CXX object c10/CMakeFiles/c10.dir/core/impl/HermeticPyObjectTLS.cpp.o 2024-08-08T20:15:46.7968870Z [2173/5912] Building CXX object c10/CMakeFiles/c10.dir/core/impl/COW.cpp.o 2024-08-08T20:15:46.8462660Z [2174/5912] Building CXX object c10/CMakeFiles/c10.dir/core/impl/COWDeleter.cpp.o 2024-08-08T20:15:46.8666790Z [2175/5912] Building CXX object c10/CMakeFiles/c10.dir/core/impl/DeviceGuardImplInterface.cpp.o 2024-08-08T20:15:46.8688590Z [2176/5912] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PyObjectSlot.cpp.o 2024-08-08T20:15:46.8785700Z [2177/5912] Building CXX object c10/CMakeFiles/c10.dir/core/impl/LocalDispatchKeySet.cpp.o 2024-08-08T20:15:46.8807150Z [2178/5912] Building CXX object c10/CMakeFiles/c10.dir/core/impl/GPUTrace.cpp.o 2024-08-08T20:15:47.0214600Z [2179/5912] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PyInterpreter.cpp.o 2024-08-08T20:15:47.0522000Z [2180/5912] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PythonDispatcherTLS.cpp.o 2024-08-08T20:15:47.1655430Z [2181/5912] Building CXX object c10/CMakeFiles/c10.dir/core/impl/SizesAndStrides.cpp.o 2024-08-08T20:15:47.2078770Z [2182/5912] Building CXX object c10/CMakeFiles/c10.dir/core/impl/TorchDispatchModeTLS.cpp.o 2024-08-08T20:15:47.2246170Z [2183/5912] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUCachingAllocator.cpp.o 2024-08-08T20:15:47.2379350Z [2184/5912] Building CXX object c10/CMakeFiles/c10.dir/core/impl/alloc_cpu.cpp.o 2024-08-08T20:15:47.2491910Z [2185/5912] Building CXX object c10/CMakeFiles/c10.dir/util/ApproximateClock.cpp.o 2024-08-08T20:15:47.2556930Z [2186/5912] Building CXX object c10/CMakeFiles/c10.dir/core/thread_pool.cpp.o 2024-08-08T20:15:47.3232150Z [2187/5912] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUProfilingAllocator.cpp.o 2024-08-08T20:15:47.3678480Z [2188/5912] Building CXX object c10/CMakeFiles/c10.dir/util/Backtrace.cpp.o 2024-08-08T20:15:47.4615140Z [2189/5912] Building CXX object c10/CMakeFiles/c10.dir/util/Bfloat16.cpp.o 2024-08-08T20:15:47.4908380Z [2190/5912] Building CXX object c10/CMakeFiles/c10.dir/util/C++17.cpp.o 2024-08-08T20:15:47.5751410Z [2191/5912] Building CXX object c10/CMakeFiles/c10.dir/util/DeadlockDetection.cpp.o 2024-08-08T20:15:47.5776340Z [2192/5912] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e4m3fnuz.cpp.o 2024-08-08T20:15:47.5948800Z [2193/5912] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e4m3fn.cpp.o 2024-08-08T20:15:47.6075030Z [2194/5912] Building CXX object c10/CMakeFiles/c10.dir/util/DynamicCounter.cpp.o 2024-08-08T20:15:47.6546620Z [2195/5912] Building CXX object c10/CMakeFiles/c10.dir/util/Exception.cpp.o 2024-08-08T20:15:47.6795330Z [2196/5912] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e5m2.cpp.o 2024-08-08T20:15:47.7446490Z [2197/5912] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e5m2fnuz.cpp.o 2024-08-08T20:15:47.7454740Z [2198/5912] Building CXX object c10/CMakeFiles/c10.dir/util/ParallelGuard.cpp.o 2024-08-08T20:15:47.8610040Z [2199/5912] Building CXX object c10/CMakeFiles/c10.dir/util/Half.cpp.o 2024-08-08T20:15:47.8776990Z [2200/5912] Building CXX object c10/CMakeFiles/c10.dir/util/Optional.cpp.o 2024-08-08T20:15:47.9074220Z [2201/5912] Building CXX object c10/CMakeFiles/c10.dir/util/LeftRight.cpp.o 2024-08-08T20:15:47.9362860Z [2202/5912] Building CXX object c10/CMakeFiles/c10.dir/util/Logging.cpp.o 2024-08-08T20:15:47.9641180Z [2203/5912] Building CXX object c10/CMakeFiles/c10.dir/util/Metaprogramming.cpp.o 2024-08-08T20:15:47.9785200Z [2204/5912] Building CXX object c10/CMakeFiles/c10.dir/util/MathConstants.cpp.o 2024-08-08T20:15:48.0175320Z [2205/5912] Building CXX object c10/CMakeFiles/c10.dir/util/SmallVector.cpp.o 2024-08-08T20:15:48.0570890Z [2206/5912] Building CXX object c10/CMakeFiles/c10.dir/util/StringUtil.cpp.o 2024-08-08T20:15:48.1146800Z [2207/5912] Building CXX object c10/CMakeFiles/c10.dir/util/Type_no_demangle.cpp.o 2024-08-08T20:15:48.1174510Z [2208/5912] Building CXX object c10/CMakeFiles/c10.dir/util/TypeCast.cpp.o 2024-08-08T20:15:48.1181960Z [2209/5912] Building CXX object c10/CMakeFiles/c10.dir/util/Unicode.cpp.o 2024-08-08T20:15:48.1685200Z [2210/5912] Building CXX object c10/CMakeFiles/c10.dir/util/ThreadLocalDebugInfo.cpp.o 2024-08-08T20:15:48.2527630Z [2211/5912] Building CXX object c10/CMakeFiles/c10.dir/util/UniqueVoidPtr.cpp.o 2024-08-08T20:15:48.2845750Z [2212/5912] Building CXX object c10/CMakeFiles/c10.dir/util/TypeList.cpp.o 2024-08-08T20:15:48.2891490Z [2213/5912] Building CXX object c10/CMakeFiles/c10.dir/util/TypeTraits.cpp.o 2024-08-08T20:15:48.2991790Z [2214/5912] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_gflags.cpp.o 2024-08-08T20:15:48.3114340Z [2215/5912] Building CXX object c10/CMakeFiles/c10.dir/util/Type_demangle.cpp.o 2024-08-08T20:15:48.4387200Z [2216/5912] Building CXX object c10/CMakeFiles/c10.dir/util/complex_math.cpp.o 2024-08-08T20:15:48.5193940Z [2217/5912] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_no_gflags.cpp.o 2024-08-08T20:15:48.5607310Z [2218/5912] Building CXX object c10/CMakeFiles/c10.dir/util/intrusive_ptr.cpp.o 2024-08-08T20:15:48.5765230Z [2219/5912] Building CXX object c10/CMakeFiles/c10.dir/util/WaitCounter.cpp.o 2024-08-08T20:15:48.6063330Z [2220/5912] Building CXX object c10/CMakeFiles/c10.dir/util/int128.cpp.o 2024-08-08T20:15:48.6166460Z [2221/5912] Building C object third_party/foxi/CMakeFiles/foxi_loader.dir/foxi/onnxifi_loader.c.o 2024-08-08T20:15:48.6473510Z [2222/5912] Building CXX object c10/CMakeFiles/c10.dir/util/thread_name.cpp.o 2024-08-08T20:15:48.6653040Z [2223/5912] Building CXX object c10/CMakeFiles/c10.dir/util/tempfile.cpp.o 2024-08-08T20:15:48.6693630Z [2224/5912] Building CXX object c10/CMakeFiles/c10.dir/util/numa.cpp.o 2024-08-08T20:15:48.6918670Z [2225/5912] Building CXX object c10/CMakeFiles/c10.dir/util/signal_handler.cpp.o 2024-08-08T20:15:48.7122730Z [2226/5912] Linking C static library lib/libfoxi_loader.a 2024-08-08T20:15:48.8285310Z [2227/5912] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/os.cc.o 2024-08-08T20:15:48.9103620Z [2228/5912] Building CXX object c10/CMakeFiles/c10.dir/util/typeid.cpp.o 2024-08-08T20:15:48.9204120Z [2229/5912] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/format.cc.o 2024-08-08T20:15:49.0069740Z [2230/5912] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/ThreadUtil.cpp.o 2024-08-08T20:15:49.0074650Z /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/src/ThreadUtil.cpp:56:24: warning: 'syscall' is deprecated: first deprecated in macOS 10.12 - syscall(2) is unsupported; please switch to a supported interface. For SYS_kdebug_trace use kdebug_signpost(). [-Wdeprecated-declarations] 2024-08-08T20:15:49.0085960Z _sysTid = (int32_t)syscall(SYS_thread_selfid); 2024-08-08T20:15:49.0091580Z ^ 2024-08-08T20:15:49.0093410Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:748:6: note: 'syscall' has been explicitly marked deprecated here 2024-08-08T20:15:49.0094720Z int syscall(int, ...); 2024-08-08T20:15:49.0095140Z ^ 2024-08-08T20:15:49.0095470Z 1 warning generated. 2024-08-08T20:15:49.0357470Z [2231/5912] Linking CXX static library lib/libfmt.a 2024-08-08T20:15:49.0429610Z [2232/5912] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/libkineto_api.cpp.o 2024-08-08T20:15:49.0859990Z [2233/5912] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/AbstractConfig.cpp.o 2024-08-08T20:15:49.1527260Z [2234/5912] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/DaemonConfigLoader.cpp.o 2024-08-08T20:15:49.1548940Z [2235/5912] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityProfiler.cpp.o 2024-08-08T20:15:49.2085540Z [2236/5912] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityType.cpp.o 2024-08-08T20:15:49.2189980Z [2237/5912] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerController.cpp.o 2024-08-08T20:15:49.2215810Z [2238/5912] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerProxy.cpp.o 2024-08-08T20:15:49.3178050Z [2239/5912] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Config.cpp.o 2024-08-08T20:15:49.3278470Z [2240/5912] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Demangle.cpp.o 2024-08-08T20:15:49.3348470Z [2241/5912] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/IpcFabricConfigClient.cpp.o 2024-08-08T20:15:49.3542690Z [2242/5912] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ConfigLoader.cpp.o 2024-08-08T20:15:49.4423870Z [2243/5912] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityApi.cpp.o 2024-08-08T20:15:49.4797470Z [2244/5912] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/DeviceProperties.cpp.o 2024-08-08T20:15:49.5331090Z [2245/5912] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/GenericTraceActivity.cpp.o 2024-08-08T20:15:49.5764650Z [2246/5912] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ILoggerObserver.cpp.o 2024-08-08T20:15:49.5819610Z [2247/5912] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/DeviceUtil.cpp.o 2024-08-08T20:15:49.7005360Z [2248/5912] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Logger.cpp.o 2024-08-08T20:15:49.7082960Z [2249/5912] Building CXX object c10/CMakeFiles/c10.dir/core/AutogradState.cpp.o 2024-08-08T20:15:49.7391970Z [2250/5912] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/LoggingAPI.cpp.o 2024-08-08T20:15:49.8156290Z [2251/5912] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/init.cpp.o 2024-08-08T20:15:49.8890760Z [2252/5912] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_csv.cpp.o 2024-08-08T20:15:49.9130880Z [2253/5912] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_json.cpp.o 2024-08-08T20:15:49.9292500Z [2254/5912] Building CXX object c10/CMakeFiles/c10.dir/core/Allocator.cpp.o 2024-08-08T20:15:49.9668900Z [2255/5912] Building CXX object c10/CMakeFiles/c10.dir/core/CPUAllocator.cpp.o 2024-08-08T20:15:49.9726550Z [2256/5912] Building CXX object c10/CMakeFiles/c10.dir/core/CopyBytes.cpp.o 2024-08-08T20:15:49.9742890Z [2257/5912] Building CXX object c10/CMakeFiles/c10.dir/core/ConstantSymNodeImpl.cpp.o 2024-08-08T20:15:50.0887000Z [2258/5912] Building CXX object c10/CMakeFiles/c10.dir/core/DeviceType.cpp.o 2024-08-08T20:15:50.0974920Z [2259/5912] Building CXX object c10/CMakeFiles/c10.dir/core/DefaultDtype.cpp.o 2024-08-08T20:15:50.1147760Z [2260/5912] Building CXX object c10/CMakeFiles/c10.dir/core/Device.cpp.o 2024-08-08T20:15:50.1356870Z [2261/5912] Building CXX object c10/CMakeFiles/c10.dir/core/GradMode.cpp.o 2024-08-08T20:15:50.1690790Z [2262/5912] Linking CXX static library lib/libkineto.a 2024-08-08T20:15:50.1841890Z [2263/5912] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKey.cpp.o 2024-08-08T20:15:50.3251030Z [2264/5912] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKeySet.cpp.o 2024-08-08T20:15:50.4094110Z [2265/5912] Building CXX object c10/CMakeFiles/c10.dir/core/RefcountedDeleter.cpp.o 2024-08-08T20:15:50.4183940Z [2266/5912] Building CXX object c10/CMakeFiles/c10.dir/core/InferenceMode.cpp.o 2024-08-08T20:15:50.5093510Z [2267/5912] Building CXX object c10/CMakeFiles/c10.dir/core/Storage.cpp.o 2024-08-08T20:15:50.5217070Z [2268/5912] Building CXX object c10/CMakeFiles/c10.dir/core/GeneratorImpl.cpp.o 2024-08-08T20:15:50.5500630Z [2269/5912] Building CXX object c10/CMakeFiles/c10.dir/core/SafePyObject.cpp.o 2024-08-08T20:15:50.5658480Z [2270/5912] Building CXX object c10/CMakeFiles/c10.dir/core/Scalar.cpp.o 2024-08-08T20:15:50.5895630Z [2271/5912] Building CXX object c10/CMakeFiles/c10.dir/core/ScalarType.cpp.o 2024-08-08T20:15:50.6063280Z [2272/5912] Building CXX object c10/CMakeFiles/c10.dir/core/StorageImpl.cpp.o 2024-08-08T20:15:50.7494890Z [2273/5912] Building CXX object c10/CMakeFiles/c10.dir/core/Stream.cpp.o 2024-08-08T20:15:50.8289450Z [2274/5912] Building CXX object c10/CMakeFiles/c10.dir/core/SymBool.cpp.o 2024-08-08T20:15:50.8687330Z [2275/5912] Building CXX object c10/CMakeFiles/c10.dir/core/SymInt.cpp.o 2024-08-08T20:15:50.8938160Z [2276/5912] Building CXX object c10/CMakeFiles/c10.dir/core/SymFloat.cpp.o 2024-08-08T20:15:50.9071970Z [2277/5912] Building CXX object c10/CMakeFiles/c10.dir/core/SymNodeImpl.cpp.o 2024-08-08T20:15:50.9220850Z [2278/5912] Building CXX object c10/CMakeFiles/c10.dir/core/SymbolicShapeMeta.cpp.o 2024-08-08T20:15:50.9238500Z [2279/5912] Building CXX object c10/CMakeFiles/c10.dir/core/SymIntArrayRef.cpp.o 2024-08-08T20:15:50.9400270Z [2280/5912] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2024-08-08T20:15:51.0123560Z [2281/5912] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2024-08-08T20:15:51.0393270Z [2282/5912] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2024-08-08T20:15:51.0493300Z [2283/5912] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gavgpool-config.c.o 2024-08-08T20:15:51.0596820Z [2284/5912] Building CXX object c10/CMakeFiles/c10.dir/core/TensorImpl.cpp.o 2024-08-08T20:15:51.0599030Z [2285/5912] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2024-08-08T20:15:51.0699670Z [2286/5912] Building CXX object c10/CMakeFiles/c10.dir/core/TensorOptions.cpp.o 2024-08-08T20:15:51.0713760Z [2287/5912] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gavgpool-cw-config.c.o 2024-08-08T20:15:51.1233690Z [2288/5912] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2024-08-08T20:15:51.1410750Z [2289/5912] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2024-08-08T20:15:51.1470940Z [2290/5912] Building CXX object c10/CMakeFiles/c10.dir/core/UndefinedTensorImpl.cpp.o 2024-08-08T20:15:51.1595370Z [2291/5912] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2024-08-08T20:15:51.1766770Z [2292/5912] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2024-08-08T20:15:51.1987570Z [2293/5912] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/prelu-config.c.o 2024-08-08T20:15:51.2006690Z [2294/5912] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2024-08-08T20:15:51.2196820Z [2295/5912] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2024-08-08T20:15:51.2199590Z [2296/5912] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2024-08-08T20:15:51.2302930Z [2297/5912] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2024-08-08T20:15:51.2989440Z [2298/5912] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2024-08-08T20:15:51.3017990Z [2299/5912] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2024-08-08T20:15:51.3243360Z [2300/5912] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2024-08-08T20:15:51.3256390Z [2301/5912] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2024-08-08T20:15:51.3304110Z [2302/5912] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2024-08-08T20:15:51.3538770Z [2303/5912] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2024-08-08T20:15:51.3542290Z [2304/5912] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2024-08-08T20:15:51.3618590Z [2305/5912] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2024-08-08T20:15:51.3768590Z [2306/5912] Running gen_proto.py on onnx/onnx.in.proto 2024-08-08T20:15:51.3775570Z Processing /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/onnx.in.proto 2024-08-08T20:15:51.3781480Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2024-08-08T20:15:51.3783070Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto3 2024-08-08T20:15:51.3785820Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-ml.pb.h 2024-08-08T20:15:51.3796070Z generating /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_pb.py 2024-08-08T20:15:51.4098140Z [2307/5912] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2024-08-08T20:15:51.4218570Z [2308/5912] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2024-08-08T20:15:51.4507050Z [2309/5912] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2024-08-08T20:15:51.4746280Z [2310/5912] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2024-08-08T20:15:51.4753490Z [2311/5912] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2024-08-08T20:15:51.4843950Z [2312/5912] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2024-08-08T20:15:51.5032410Z [2313/5912] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2024-08-08T20:15:51.5258640Z [2314/5912] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2024-08-08T20:15:51.5274560Z [2315/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2024-08-08T20:15:51.5939950Z [2316/5912] Building C object confu-deps/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2024-08-08T20:15:51.5987410Z [2317/5912] Building C object confu-deps/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2024-08-08T20:15:51.6239790Z [2318/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2024-08-08T20:15:51.6272680Z [2319/5912] Building C object confu-deps/XNNPACK/CMakeFiles/packing.dir/src/packing.c.o 2024-08-08T20:15:51.6275540Z [2320/5912] Building C object confu-deps/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2024-08-08T20:15:51.6807140Z [2321/5912] Building C object confu-deps/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2024-08-08T20:15:51.6812510Z [2322/5912] Building C object confu-deps/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2024-08-08T20:15:51.7097250Z [2323/5912] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2024-08-08T20:15:51.7153820Z [2324/5912] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2024-08-08T20:15:51.7406450Z [2325/5912] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2024-08-08T20:15:51.7489950Z [2326/5912] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2024-08-08T20:15:51.7753590Z [2327/5912] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2024-08-08T20:15:51.8062670Z [2328/5912] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2024-08-08T20:15:51.8364370Z [2329/5912] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2024-08-08T20:15:51.8369840Z [2330/5912] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2024-08-08T20:15:51.8714730Z [2331/5912] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2024-08-08T20:15:51.8749290Z [2332/5912] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2024-08-08T20:15:51.8981000Z [2333/5912] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2024-08-08T20:15:51.9455180Z [2334/5912] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/global-average-pooling-nwc.c.o 2024-08-08T20:15:51.9556340Z [2335/5912] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2024-08-08T20:15:51.9566290Z [2336/5912] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/lut-elementwise-nc.c.o 2024-08-08T20:15:51.9683910Z [2337/5912] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/global-average-pooling-ncw.c.o 2024-08-08T20:15:51.9883850Z [2338/5912] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2024-08-08T20:15:51.9978160Z [2339/5912] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/prelu-nc.c.o 2024-08-08T20:15:52.0378920Z [2340/5912] Running C++ protocol buffer compiler on /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2024-08-08T20:15:52.0620520Z [2341/5912] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2024-08-08T20:15:52.0811730Z [2342/5912] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2024-08-08T20:15:52.0923370Z [2343/5912] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2024-08-08T20:15:52.1018190Z [2344/5912] Running gen_proto.py on onnx/onnx-operators.in.proto 2024-08-08T20:15:52.1039080Z Processing /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/onnx-operators.in.proto 2024-08-08T20:15:52.1041930Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2024-08-08T20:15:52.1044830Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto3 2024-08-08T20:15:52.1059920Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators-ml.pb.h 2024-08-08T20:15:52.1061760Z generating /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_operators_pb.py 2024-08-08T20:15:52.1146450Z [2345/5912] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2024-08-08T20:15:52.1151180Z [2346/5912] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2024-08-08T20:15:52.1209160Z [2347/5912] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2024-08-08T20:15:52.1367330Z [2348/5912] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2024-08-08T20:15:52.1863270Z [2349/5912] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2024-08-08T20:15:52.1880660Z [2350/5912] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2024-08-08T20:15:52.1997720Z [2351/5912] Running C++ protocol buffer compiler on /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2024-08-08T20:15:52.2165330Z [2352/5912] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2024-08-08T20:15:52.2562210Z [2353/5912] Building C object confu-deps/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2024-08-08T20:15:52.2846400Z [2354/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2024-08-08T20:15:52.2854770Z [2355/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2024-08-08T20:15:52.2944010Z [2356/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/abs.c.o 2024-08-08T20:15:52.3475720Z [2357/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2024-08-08T20:15:52.3513020Z [2358/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2024-08-08T20:15:52.3540020Z [2359/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/add2.c.o 2024-08-08T20:15:52.3803120Z [2360/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/bankers-rounding.c.o 2024-08-08T20:15:52.3845000Z [2361/5912] Building C object confu-deps/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2024-08-08T20:15:52.4086910Z [2362/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2024-08-08T20:15:52.4259970Z [2363/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/ceiling.c.o 2024-08-08T20:15:52.4456500Z [2364/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/clamp.c.o 2024-08-08T20:15:52.4462850Z [2365/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2024-08-08T20:15:52.4780380Z [2366/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2024-08-08T20:15:52.5100110Z [2367/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2024-08-08T20:15:52.5353280Z [2368/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2024-08-08T20:15:52.5498530Z [2369/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2024-08-08T20:15:52.5558950Z [2370/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2024-08-08T20:15:52.5679290Z [2371/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convert.c.o 2024-08-08T20:15:52.5797630Z [2372/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2024-08-08T20:15:52.5892180Z [2373/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/divide.c.o 2024-08-08T20:15:52.6083470Z [2374/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2024-08-08T20:15:52.6131630Z [2375/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/elu.c.o 2024-08-08T20:15:52.6640040Z [2376/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/floor.c.o 2024-08-08T20:15:52.7177540Z [2377/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2024-08-08T20:15:52.7202310Z [2378/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/global-sum-pooling.c.o 2024-08-08T20:15:52.7272340Z [2379/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2024-08-08T20:15:52.7459560Z [2380/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/leaky-relu.c.o 2024-08-08T20:15:52.7533820Z [2381/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2024-08-08T20:15:52.7567460Z [2382/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/hardswish.c.o 2024-08-08T20:15:52.7768580Z [2383/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/global-average-pooling.c.o 2024-08-08T20:15:52.7822060Z [2384/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/maximum2.c.o 2024-08-08T20:15:52.7974930Z [2385/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/minimum2.c.o 2024-08-08T20:15:52.8111190Z [2386/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/multiply2.c.o 2024-08-08T20:15:52.8735560Z [2387/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2024-08-08T20:15:52.8836440Z [2388/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/negate.c.o 2024-08-08T20:15:52.8975060Z [2389/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/prelu.c.o 2024-08-08T20:15:52.9275300Z [2390/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/sigmoid.c.o 2024-08-08T20:15:52.9396160Z [2391/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2024-08-08T20:15:52.9405720Z [2392/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2024-08-08T20:15:52.9453120Z [2393/5912] Running gen_proto.py on onnx/onnx-data.in.proto 2024-08-08T20:15:52.9457850Z Processing /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/onnx-data.in.proto 2024-08-08T20:15:52.9461560Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2024-08-08T20:15:52.9463150Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto3 2024-08-08T20:15:52.9464840Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data.pb.h 2024-08-08T20:15:52.9466460Z generating /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_data_pb.py 2024-08-08T20:15:52.9470730Z [2394/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/square-root.c.o 2024-08-08T20:15:52.9736820Z [2395/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2024-08-08T20:15:52.9921130Z [2396/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/squared-difference.c.o 2024-08-08T20:15:52.9949780Z [2397/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/square.c.o 2024-08-08T20:15:53.0012330Z [2398/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16c4-minmax-rndnu-asm-aarch64-neondot-cortex-a55.S.o 2024-08-08T20:15:53.0288130Z [2399/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16c4-minmax-rndnu-asm-aarch64-neondot-ld128.S.o 2024-08-08T20:15:53.0620380Z [2400/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2024-08-08T20:15:53.0727990Z [2401/5912] Running C++ protocol buffer compiler on /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2024-08-08T20:15:53.0833060Z [2402/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2024-08-08T20:15:53.0840650Z [2403/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2024-08-08T20:15:53.0867160Z [2404/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2024-08-08T20:15:53.1162160Z [2405/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2024-08-08T20:15:53.1359070Z [2406/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2024-08-08T20:15:53.1422980Z [2407/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2024-08-08T20:15:53.1734970Z [2408/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2024-08-08T20:15:53.1835360Z [2409/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2024-08-08T20:15:53.2386130Z [2410/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2024-08-08T20:15:53.4822810Z [2411/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/path.cc.o 2024-08-08T20:15:53.4997260Z [2412/5912] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-operators_onnx_torch-ml.pb.cc.o 2024-08-08T20:15:53.5132870Z [2413/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/interned_strings.cc.o 2024-08-08T20:15:53.5457830Z [2414/5912] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-data_onnx_torch.pb.cc.o 2024-08-08T20:15:53.5497220Z [2415/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/ir_pb_converter.cc.o 2024-08-08T20:15:53.5525220Z [2416/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/checker.cc.o 2024-08-08T20:15:53.5835260Z [2417/5912] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx_onnx_torch-ml.pb.cc.o 2024-08-08T20:15:53.6236940Z [2418/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/assertions.cc.o 2024-08-08T20:15:53.6831060Z [2419/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/status.cc.o 2024-08-08T20:15:53.7444910Z [2420/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/model_helpers.cc.o 2024-08-08T20:15:53.7545040Z [2421/5912] Linking CXX static library lib/libonnx_proto.a 2024-08-08T20:15:53.9655060Z [2422/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/attr_proto_util.cc.o 2024-08-08T20:15:53.9805350Z [2423/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/defs.cc.o 2024-08-08T20:15:54.0418300Z [2424/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/old.cc.o 2024-08-08T20:15:54.0519130Z [2425/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/utils.cc.o 2024-08-08T20:15:54.0627210Z [2426/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/data_type_utils.cc.o 2024-08-08T20:15:54.0883960Z [2427/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/function.cc.o 2024-08-08T20:15:54.0906230Z [2428/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/defs.cc.o 2024-08-08T20:15:54.1283450Z [2429/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/old.cc.o 2024-08-08T20:15:54.3050760Z [2430/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/utils.cc.o 2024-08-08T20:15:54.3412400Z [2431/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/image/defs.cc.o 2024-08-08T20:15:54.4131810Z [2432/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/old.cc.o 2024-08-08T20:15:54.4877670Z [2433/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/defs.cc.o 2024-08-08T20:15:54.5409820Z [2434/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/defs.cc.o 2024-08-08T20:15:54.5608890Z [2435/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/utils.cc.o 2024-08-08T20:15:54.6009940Z [2436/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/defs.cc.o 2024-08-08T20:15:54.6630900Z [2437/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/defs.cc.o 2024-08-08T20:15:54.7170570Z [2438/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/old.cc.o 2024-08-08T20:15:54.7301750Z [2439/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/old.cc.o 2024-08-08T20:15:54.7567840Z [2440/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/defs.cc.o 2024-08-08T20:15:54.7931180Z [2441/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/old.cc.o 2024-08-08T20:15:54.9346710Z [2442/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/old.cc.o 2024-08-08T20:15:54.9653100Z [2443/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/parser.cc.o 2024-08-08T20:15:55.0463350Z [2444/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/printer.cc.o 2024-08-08T20:15:55.0486150Z [2445/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/defs.cc.o 2024-08-08T20:15:55.1202840Z [2446/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/old.cc.o 2024-08-08T20:15:55.1612650Z [2447/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/defs.cc.o 2024-08-08T20:15:55.2610090Z [2448/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/utils.cc.o 2024-08-08T20:15:55.2713310Z [2449/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/old.cc.o 2024-08-08T20:15:55.2805530Z [2450/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/defs.cc.o 2024-08-08T20:15:55.2859140Z [2451/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/old.cc.o 2024-08-08T20:15:55.4573710Z [2452/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/schema.cc.o 2024-08-08T20:15:55.4682180Z [2453/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/sequence/defs.cc.o 2024-08-08T20:15:55.5980390Z [2454/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/defs.cc.o 2024-08-08T20:15:55.6025090Z [2455/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/utils.cc.o 2024-08-08T20:15:55.6191570Z [2456/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/shape_inference.cc.o 2024-08-08T20:15:55.6842690Z [2457/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_util.cc.o 2024-08-08T20:15:55.6953230Z [2458/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/old.cc.o 2024-08-08T20:15:55.7292950Z [2459/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_proto_util.cc.o 2024-08-08T20:15:55.7668200Z [2460/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/text/defs.cc.o 2024-08-08T20:15:55.7780830Z [2461/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/defs.cc.o 2024-08-08T20:15:55.8714200Z [2462/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/old.cc.o 2024-08-08T20:15:55.8935370Z [2463/5912] Building C object confu-deps/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2024-08-08T20:15:55.8999710Z [2464/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/training/defs.cc.o 2024-08-08T20:15:55.9517340Z [2465/5912] Building C object confu-deps/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2024-08-08T20:15:56.0814460Z [2466/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch32-assembler.cc.o 2024-08-08T20:15:56.0907030Z [2467/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/shape_inference/implementation.cc.o 2024-08-08T20:15:56.1130080Z [2468/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/inliner/inliner.cc.o 2024-08-08T20:15:56.1271310Z [2469/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/assembler.cc.o 2024-08-08T20:15:56.1385290Z [2470/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch64-assembler.cc.o 2024-08-08T20:15:56.1703130Z [2471/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f16-gemm/gen/f16-gemm-1x16-aarch64-neonfp16arith-ld64.cc.o 2024-08-08T20:15:56.1803560Z [2472/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/convert.cc.o 2024-08-08T20:15:56.1972610Z [2473/5912] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/helper.cc.o 2024-08-08T20:15:56.2918520Z [2474/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f16-gemm/gen/f16-gemm-4x16-aarch64-neonfp16arith-ld64.cc.o 2024-08-08T20:15:56.3069110Z [2475/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f16-gemm/gen/f16-gemm-6x16-aarch64-neonfp16arith-cortex-a55.cc.o 2024-08-08T20:15:56.4229540Z [2476/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f16-gemm/gen/f16-gemm-6x16-aarch64-neonfp16arith-ld64.cc.o 2024-08-08T20:15:56.4342710Z [2477/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f16-gemm/gen/f16-gemm-6x16-aarch64-neonfp16arith-cortex-a75.cc.o 2024-08-08T20:15:56.4360410Z [2478/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f16-gemm/gen/f16-gemm-6x16-aarch64-neonfp16arith-cortex-a55r0.cc.o 2024-08-08T20:15:56.4605770Z [2479/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f16-igemm/gen/f16-igemm-6x16-aarch64-neonfp16arith-cortex-a55r0.cc.o 2024-08-08T20:15:56.4693060Z [2480/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f16-igemm/gen/f16-igemm-6x16-aarch64-neonfp16arith-cortex-a55.cc.o 2024-08-08T20:15:56.4811420Z [2481/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f16-igemm/gen/f16-igemm-1x16-aarch64-neonfp16arith-ld64.cc.o 2024-08-08T20:15:56.4814560Z [2482/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f16-igemm/gen/f16-igemm-4x16-aarch64-neonfp16arith-ld64.cc.o 2024-08-08T20:15:56.5689360Z [2483/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f16-igemm/gen/f16-igemm-6x16-aarch64-neonfp16arith-cortex-a75.cc.o 2024-08-08T20:15:56.6057600Z [2484/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f16-igemm/gen/f16-igemm-6x16-aarch64-neonfp16arith-ld64.cc.o 2024-08-08T20:15:56.7113820Z [2485/5912] Linking CXX static library lib/libonnx.a 2024-08-08T20:15:56.7359770Z [2486/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-gemm/gen/f32-gemm-1x8-aarch64-neonfma-cortex-a75.cc.o 2024-08-08T20:15:56.7513100Z [2487/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-gemm/gen/f32-gemm-1x8-aarch64-neonfma-cortex-a53.cc.o 2024-08-08T20:15:56.7624130Z [2488/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-gemm/gen/f32-gemm-1x8-aarch64-neonfma-ld64.cc.o 2024-08-08T20:15:56.7799700Z [2489/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-gemm/gen/f32-gemm-4x8-aarch64-neonfma-cortex-a55.cc.o 2024-08-08T20:15:56.8211100Z [2490/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-gemm/gen/f32-gemm-4x8-aarch64-neonfma-ld128.cc.o 2024-08-08T20:15:56.8530540Z [2491/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-gemm/gen/f32-gemm-4x8-aarch64-neonfma-cortex-a53.cc.o 2024-08-08T20:15:56.8558910Z [2492/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-gemm/gen/f32-gemm-4x8-aarch64-neonfma-cortex-a75.cc.o 2024-08-08T20:15:56.8810720Z [2493/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-gemm/gen/f32-gemm-6x8-aarch64-neonfma-cortex-a53.cc.o 2024-08-08T20:15:57.0211700Z [2494/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-gemm/gen/f32-gemm-6x8-aarch64-neonfma-ld128.cc.o 2024-08-08T20:15:57.0253390Z [2495/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-igemm/gen/f32-igemm-1x8-aarch64-neonfma-cortex-a75.cc.o 2024-08-08T20:15:57.0523790Z [2496/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-igemm/gen/f32-igemm-1x8-aarch64-neonfma-cortex-a53.cc.o 2024-08-08T20:15:57.0561160Z [2497/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-gemm/gen/f32-gemm-6x8-aarch64-neonfma-cortex-a75.cc.o 2024-08-08T20:15:57.0583660Z [2498/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-gemm/gen/f32-gemm-6x8-aarch64-neonfma-cortex-a55.cc.o 2024-08-08T20:15:57.0603970Z [2499/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-igemm/gen/f32-igemm-4x8-aarch64-neonfma-cortex-a53.cc.o 2024-08-08T20:15:57.0870880Z [2500/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-igemm/gen/f32-igemm-4x8-aarch64-neonfma-cortex-a55.cc.o 2024-08-08T20:15:57.2143150Z [2501/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-mean.c.o 2024-08-08T20:15:57.2349050Z [2502/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-igemm/gen/f32-igemm-4x8-aarch64-neonfma-cortex-a75.cc.o 2024-08-08T20:15:57.2360680Z [2503/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2024-08-08T20:15:57.2657430Z [2504/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-igemm/gen/f32-igemm-6x8-aarch64-neonfma-cortex-a53.cc.o 2024-08-08T20:15:57.2669050Z [2505/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-igemm/gen/f32-igemm-4x8-aarch64-neonfma-ld128.cc.o 2024-08-08T20:15:57.2913970Z [2506/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reshape.c.o 2024-08-08T20:15:57.3192500Z [2507/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2024-08-08T20:15:57.3267970Z [2508/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-igemm/gen/f32-igemm-6x8-aarch64-neonfma-cortex-a55.cc.o 2024-08-08T20:15:57.3508370Z [2509/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-igemm/gen/f32-igemm-6x8-aarch64-neonfma-cortex-a75.cc.o 2024-08-08T20:15:57.3609250Z [2510/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-igemm/gen/f32-igemm-6x8-aarch64-neonfma-ld128.cc.o 2024-08-08T20:15:57.3948180Z [2511/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/tanh.c.o 2024-08-08T20:15:57.3979080Z [2512/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/subtract.c.o 2024-08-08T20:15:57.3989320Z [2513/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2024-08-08T20:15:57.4260030Z [2514/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2024-08-08T20:15:57.4376550Z [2515/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2024-08-08T20:15:57.4605090Z [2516/5912] Building C object confu-deps/XNNPACK/CMakeFiles/post-operation.dir/src/operators/post-operation.c.o 2024-08-08T20:15:57.4874260Z [2517/5912] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2024-08-08T20:15:57.5137420Z [2518/5912] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2024-08-08T20:15:57.5384690Z [2519/5912] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2024-08-08T20:15:57.5513610Z [2520/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2024-08-08T20:15:57.5591150Z [2521/5912] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2024-08-08T20:15:57.5621070Z [2522/5912] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2024-08-08T20:15:57.5763320Z [2523/5912] Building ASM object confu-deps/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-08-08T20:15:57.6041540Z [2524/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75.S.o 2024-08-08T20:15:57.6360460Z [2525/5912] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2024-08-08T20:15:57.6363520Z [2526/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64-prfm.S.o 2024-08-08T20:15:57.6629800Z [2527/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64.S.o 2024-08-08T20:15:57.6761940Z [2528/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2024-08-08T20:15:57.6768100Z [2529/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2024-08-08T20:15:57.6814610Z [2530/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16c4-minmax-rndnu-asm-aarch64-neondot-cortex-a55.S.o 2024-08-08T20:15:57.6898580Z [2531/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16c4-minmax-rndnu-asm-aarch64-neondot-ld128.S.o 2024-08-08T20:15:57.7355420Z [2532/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2-k-over-64.c.o 2024-08-08T20:15:57.7660560Z [2533/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2-k-over-2048.c.o 2024-08-08T20:15:57.7764730Z [2534/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-4.c.o 2024-08-08T20:15:57.7919240Z [2535/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-8.c.o 2024-08-08T20:15:57.7960880Z [2536/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-16.c.o 2024-08-08T20:15:57.8023820Z [2537/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-64.c.o 2024-08-08T20:15:57.8146310Z [2538/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-2048.c.o 2024-08-08T20:15:57.8308670Z [2539/5912] Building CXX object confu-deps/XNNPACK/CMakeFiles/convolution-test-helpers.dir/test/convolution-test-helpers.cc.o 2024-08-08T20:15:57.8354660Z [2540/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-32.c.o 2024-08-08T20:15:57.8566370Z [2541/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/vlog.c.o 2024-08-08T20:15:57.8717330Z [2542/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2024-08-08T20:15:57.8753590Z [2543/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-08T20:15:57.9195830Z [2544/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:15:57.9213660Z [2545/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:15:57.9293450Z [2546/5912] Building CXX object c10/CMakeFiles/c10.dir/core/WrapDimMinimal.cpp.o 2024-08-08T20:15:57.9485430Z [2547/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-08T20:15:57.9617470Z [2548/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-08T20:15:57.9667520Z [2549/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-08-08T20:15:57.9708020Z [2550/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:15:58.0025120Z [2551/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-08T20:15:58.0037860Z [2552/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-08-08T20:15:58.0053570Z [2553/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-08T20:15:58.0530840Z [2554/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:15:58.0619970Z [2555/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2-prfm.S.o 2024-08-08T20:15:58.0914790Z [2556/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2.S.o 2024-08-08T20:15:58.0978750Z [2557/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2-prfm.S.o 2024-08-08T20:15:58.1005330Z [2558/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4-prfm.S.o 2024-08-08T20:15:58.1113740Z [2559/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2.S.o 2024-08-08T20:15:58.1401140Z [2560/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:15:58.1403870Z [2561/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-prfm.S.o 2024-08-08T20:15:58.1424630Z [2562/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4.S.o 2024-08-08T20:15:58.1809500Z [2563/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2-prfm.S.o 2024-08-08T20:15:58.1881000Z [2564/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2.S.o 2024-08-08T20:15:58.2167420Z [2565/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4-prfm.S.o 2024-08-08T20:15:58.2274670Z [2566/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-08-08T20:15:58.2292860Z [2567/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:15:58.2305610Z [2568/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2024-08-08T20:15:58.2614970Z [2569/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x2-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:15:58.2618570Z [2570/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x1-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:15:58.2622290Z [2571/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x1-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:15:58.2926730Z [2572/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:15:58.2960820Z [2573/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:15:58.3433830Z [2574/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:15:58.3713760Z [2575/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2-prfm.S.o 2024-08-08T20:15:58.3766120Z [2576/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:15:58.3887250Z [2577/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:15:58.3913240Z [2578/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2.S.o 2024-08-08T20:15:58.3936570Z [2579/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2.S.o 2024-08-08T20:15:58.3944990Z [2580/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2-prfm.S.o 2024-08-08T20:15:58.4195450Z [2581/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4.S.o 2024-08-08T20:15:58.4213730Z [2582/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4-prfm.S.o 2024-08-08T20:15:58.4691030Z [2583/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-prfm.S.o 2024-08-08T20:15:58.4988910Z [2584/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:15:58.4998430Z [2585/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2-prfm.S.o 2024-08-08T20:15:58.5194360Z [2586/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2.S.o 2024-08-08T20:15:58.5208600Z [2587/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4-prfm.S.o 2024-08-08T20:15:58.5230200Z [2588/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-08-08T20:15:58.5244780Z [2589/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2024-08-08T20:15:58.5255130Z [2590/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:15:58.5266230Z [2591/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x1-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:15:58.5961290Z [2592/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x1-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:15:58.6279090Z [2593/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:15:58.6423440Z [2594/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:15:58.6511620Z [2595/5912] Linking CXX shared library lib/libc10.dylib 2024-08-08T20:15:58.6552370Z [2596/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:15:58.6561660Z [2597/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:15:58.6571620Z [2598/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2024-08-08T20:15:58.6616130Z [2599/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:15:58.6716210Z [2600/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:15:58.7057830Z [2601/5912] Building ASM object confu-deps/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-08-08T20:15:58.7541820Z [2602/5912] Building ASM object confu-deps/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-08-08T20:15:58.7795910Z [2603/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2024-08-08T20:15:58.7801660Z [2604/5912] Building ASM object confu-deps/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-08-08T20:15:58.7807890Z [2605/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld64.S.o 2024-08-08T20:15:58.7815380Z [2606/5912] Building ASM object confu-deps/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-08-08T20:15:58.7870860Z [2607/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2024-08-08T20:15:58.7890060Z [2608/5912] Building ASM object confu-deps/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-08-08T20:15:58.7928550Z [2609/5912] Building ASM object confu-deps/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-08-08T20:15:58.8116510Z [2610/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2024-08-08T20:15:58.8526580Z [2611/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2024-08-08T20:15:58.8883460Z [2612/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-08-08T20:15:58.9149240Z [2613/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2024-08-08T20:15:58.9172240Z [2614/5912] Building ASM object confu-deps/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-08-08T20:15:58.9174980Z [2615/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mull.S.o 2024-08-08T20:15:58.9198880Z [2616/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-asm-aarch64-neondot-ld32.S.o 2024-08-08T20:15:58.9233360Z [2617/5912] Building ASM object confu-deps/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-08-08T20:15:58.9236490Z [2618/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-asm-aarch64-neondot-ld64.S.o 2024-08-08T20:15:58.9353310Z [2619/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-08-08T20:15:58.9451320Z [2620/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c16-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-08-08T20:15:58.9738210Z [2621/5912] Building ASM object confu-deps/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-08-08T20:15:59.0291020Z [2622/5912] Building ASM object confu-deps/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-08-08T20:15:59.0524280Z [2623/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld32.S.o 2024-08-08T20:15:59.0598560Z [2624/5912] Building ASM object confu-deps/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-08-08T20:15:59.0604490Z [2625/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2024-08-08T20:15:59.0628570Z [2626/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2024-08-08T20:15:59.0642470Z [2627/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld64.S.o 2024-08-08T20:15:59.0678680Z [2628/5912] Building ASM object confu-deps/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-08-08T20:15:59.0688930Z [2629/5912] Building ASM object confu-deps/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-08-08T20:15:59.0705350Z [2630/5912] Building ASM object confu-deps/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-08-08T20:15:59.1201330Z [2631/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2024-08-08T20:15:59.1631410Z [2632/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-08-08T20:15:59.1919970Z [2633/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c16-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-08-08T20:15:59.1924140Z [2634/5912] Building ASM object confu-deps/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-08-08T20:15:59.1987780Z [2635/5912] Building ASM object confu-deps/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-08-08T20:15:59.2004560Z [2636/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-08-08T20:15:59.2030910Z [2637/5912] Building ASM object confu-deps/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-08-08T20:15:59.2039850Z [2638/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2024-08-08T20:15:59.2051060Z [2639/5912] Building ASM object confu-deps/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-08-08T20:15:59.2059920Z [2640/5912] Building ASM object confu-deps/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-08-08T20:15:59.2637000Z [2641/5912] Building ASM object confu-deps/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-08-08T20:15:59.2924300Z [2642/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2024-08-08T20:15:59.3276450Z [2643/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld64.S.o 2024-08-08T20:15:59.3318890Z [2644/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x8c4-minmax-rndnu-asm-aarch64-neondot-ld128.S.o 2024-08-08T20:15:59.3356020Z [2645/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2024-08-08T20:15:59.3391760Z [2646/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x8c4-minmax-rndnu-asm-aarch64-neondot-cortex-a55.S.o 2024-08-08T20:15:59.3450090Z [2647/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2024-08-08T20:15:59.3553470Z [2648/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75.S.o 2024-08-08T20:15:59.3662170Z [2649/5912] Building ASM object confu-deps/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-08-08T20:15:59.3668380Z [2650/5912] Building ASM object confu-deps/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-08-08T20:15:59.3949720Z [2651/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64-prfm.S.o 2024-08-08T20:15:59.4374820Z [2652/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64.S.o 2024-08-08T20:15:59.4824280Z [2653/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2024-08-08T20:15:59.4843340Z [2654/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16c4-minmax-rndnu-asm-aarch64-neondot-ld128.S.o 2024-08-08T20:15:59.4856240Z [2655/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x8c4-minmax-rndnu-asm-aarch64-neondot-cortex-a55.S.o 2024-08-08T20:15:59.4875120Z [2656/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2024-08-08T20:15:59.4883160Z [2657/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16c4-minmax-rndnu-asm-aarch64-neondot-cortex-a55.S.o 2024-08-08T20:15:59.4918430Z [2658/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2024-08-08T20:15:59.4923820Z [2659/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x8c4-minmax-rndnu-asm-aarch64-neondot-ld128.S.o 2024-08-08T20:15:59.4930620Z [2660/5912] Building ASM object confu-deps/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-08-08T20:15:59.5416340Z [2661/5912] Building ASM object confu-deps/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-08-08T20:15:59.5796860Z [2662/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75.S.o 2024-08-08T20:15:59.6245740Z [2663/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64-prfm.S.o 2024-08-08T20:15:59.6338390Z [2664/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:15:59.6360650Z [2665/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-08-08T20:15:59.6379910Z [2666/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2024-08-08T20:15:59.6391230Z [2667/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64.S.o 2024-08-08T20:15:59.6424350Z [2668/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-08T20:15:59.6446910Z [2669/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-08T20:15:59.6501900Z [2670/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2024-08-08T20:15:59.6724210Z [2671/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:15:59.7067700Z [2672/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/f32-igemm-1x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-08T20:15:59.7719080Z [2673/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-08-08T20:15:59.7794980Z [2674/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-08-08T20:15:59.7849840Z [2675/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/f32-igemm-4x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-08T20:15:59.7955910Z [2676/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-08T20:15:59.7966490Z [2677/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-08-08T20:15:59.7972410Z [2678/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-08T20:15:59.7981340Z [2679/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2024-08-08T20:15:59.8002480Z [2680/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-08T20:15:59.8391830Z [2681/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-ld64-prfm.S.o 2024-08-08T20:16:00.0509850Z [2682/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:16:00.0532820Z [2683/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-08T20:16:00.0549780Z [2684/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:16:00.0575210Z [2685/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-08T20:16:00.0590320Z [2686/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-08T20:16:00.0601640Z [2687/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-08-08T20:16:00.0615930Z [2688/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-08T20:16:00.0773080Z [2689/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:16:00.0885180Z [2690/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-08T20:16:00.1644600Z [2691/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:16:00.1663100Z [2692/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-08T20:16:00.1684310Z [2693/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-08-08T20:16:00.1707920Z [2694/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-08T20:16:00.1748490Z [2695/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-08T20:16:00.1764410Z [2696/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-08T20:16:00.1891780Z [2697/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-08T20:16:00.2071480Z [2698/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:16:00.2096120Z [2699/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:16:00.2741960Z [2700/5912] Linking CXX static library lib/libXNNPACK.a 2024-08-08T20:16:00.2995520Z [2701/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-08T20:16:00.3025610Z [2702/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-08-08T20:16:00.3051270Z [2703/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-08T20:16:00.3077330Z [2704/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-08T20:16:00.3118600Z [2705/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:16:00.3259590Z [2706/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-08-08T20:16:00.3411680Z [2707/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-08T20:16:00.3432070Z [2708/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:16:00.3645280Z [2709/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2-prfm.S.o 2024-08-08T20:16:00.4102440Z [2710/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2.S.o 2024-08-08T20:16:00.4441920Z [2711/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2-prfm.S.o 2024-08-08T20:16:00.4475190Z [2712/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2.S.o 2024-08-08T20:16:00.4580820Z [2713/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-prfm.S.o 2024-08-08T20:16:00.4585860Z [2714/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4-prfm.S.o 2024-08-08T20:16:00.4705560Z [2715/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4.S.o 2024-08-08T20:16:00.4728040Z [2716/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:16:00.4802410Z [2717/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2-prfm.S.o 2024-08-08T20:16:00.4954460Z [2718/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2.S.o 2024-08-08T20:16:00.4994280Z [2719/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4-prfm.S.o 2024-08-08T20:16:00.5449510Z [2720/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2024-08-08T20:16:00.5828650Z [2721/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:16:00.5863450Z [2722/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x1-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:16:00.5948980Z [2723/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:16:00.6067640Z [2724/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x2-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:16:00.6093690Z [2725/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-08-08T20:16:00.6096340Z [2726/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x1-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:16:00.6127580Z [2727/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:16:00.6298800Z [2728/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:16:00.6336170Z [2729/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:16:00.6906300Z [2730/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:16:00.7213640Z [2731/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2.S.o 2024-08-08T20:16:00.7308630Z [2732/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2-prfm.S.o 2024-08-08T20:16:00.7386590Z [2733/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4-prfm.S.o 2024-08-08T20:16:00.7397080Z [2734/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2.S.o 2024-08-08T20:16:00.7420260Z [2735/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-prfm.S.o 2024-08-08T20:16:00.7438890Z [2736/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2-prfm.S.o 2024-08-08T20:16:00.7557280Z [2737/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4.S.o 2024-08-08T20:16:00.7567720Z [2738/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2-prfm.S.o 2024-08-08T20:16:00.7592370Z [2739/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:16:00.8343210Z [2740/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2.S.o 2024-08-08T20:16:00.8620330Z [2741/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4-prfm.S.o 2024-08-08T20:16:00.8774640Z [2742/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x1-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:16:00.8788240Z [2743/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2024-08-08T20:16:00.8809370Z [2744/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:16:00.8818450Z [2745/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x1-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:16:00.8847600Z [2746/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:16:00.8856790Z [2747/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-08-08T20:16:00.8861900Z [2748/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:16:00.8975010Z [2749/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:16:00.9950310Z [2750/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:16:01.0160840Z [2751/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:16:01.0186630Z [2752/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2024-08-08T20:16:01.0205060Z [2753/5912] Building ASM object confu-deps/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-08-08T20:16:01.0214080Z [2754/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:16:01.0227260Z [2755/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld64.S.o 2024-08-08T20:16:01.0272380Z [2756/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2024-08-08T20:16:01.0285940Z [2757/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2024-08-08T20:16:01.0389890Z [2758/5912] Building ASM object confu-deps/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-08-08T20:16:01.0399770Z [2759/5912] Building ASM object confu-deps/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-08-08T20:16:01.1240570Z [2760/5912] Building ASM object confu-deps/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-08-08T20:16:01.1500420Z [2761/5912] Building ASM object confu-deps/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-08-08T20:16:01.1513190Z [2762/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2024-08-08T20:16:01.1551780Z [2763/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2024-08-08T20:16:01.1570210Z [2764/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-asm-aarch64-neondot-ld32.S.o 2024-08-08T20:16:01.1591990Z [2765/5912] Building ASM object confu-deps/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-08-08T20:16:01.1685110Z [2766/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-asm-aarch64-neondot-ld64.S.o 2024-08-08T20:16:01.1839730Z [2767/5912] Building ASM object confu-deps/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-08-08T20:16:01.1842450Z [2768/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-08-08T20:16:01.2210760Z [2769/5912] Building ASM object confu-deps/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-08-08T20:16:01.2599380Z [2770/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2024-08-08T20:16:01.2621640Z [2771/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mull.S.o 2024-08-08T20:16:01.2662560Z [2772/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-08-08T20:16:01.2938420Z [2773/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c16-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-08-08T20:16:01.2963540Z [2774/5912] Building ASM object confu-deps/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-08-08T20:16:01.2994430Z [2775/5912] Building ASM object confu-deps/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-08-08T20:16:01.3003660Z [2776/5912] Building ASM object confu-deps/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-08-08T20:16:01.3050740Z [2777/5912] Building ASM object confu-deps/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-08-08T20:16:01.3223240Z [2778/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2024-08-08T20:16:01.3457860Z [2779/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld32.S.o 2024-08-08T20:16:01.3884770Z [2780/5912] Building ASM object confu-deps/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-08-08T20:16:01.3911480Z [2781/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld64.S.o 2024-08-08T20:16:01.3945350Z [2782/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2024-08-08T20:16:01.4230400Z [2783/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2024-08-08T20:16:01.4326750Z [2784/5912] Building ASM object confu-deps/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-08-08T20:16:01.4340730Z [2785/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-08-08T20:16:01.4348280Z [2786/5912] Building ASM object confu-deps/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-08-08T20:16:01.4542360Z [2787/5912] Building ASM object confu-deps/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-08-08T20:16:01.4545740Z [2788/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2024-08-08T20:16:01.4800120Z [2789/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-08-08T20:16:01.5254580Z [2790/5912] Building ASM object confu-deps/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-08-08T20:16:01.5363550Z [2791/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c16-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-08-08T20:16:01.5468470Z [2792/5912] Building ASM object confu-deps/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-08-08T20:16:01.5526960Z [2793/5912] Building ASM object confu-deps/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-08-08T20:16:01.5686790Z [2794/5912] Building ASM object confu-deps/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-08-08T20:16:01.5693860Z [2795/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld64.S.o 2024-08-08T20:16:01.5748500Z [2796/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2024-08-08T20:16:01.5850540Z [2797/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2024-08-08T20:16:01.5854700Z [2798/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x8c4-minmax-rndnu-asm-aarch64-neondot-cortex-a55.S.o 2024-08-08T20:16:01.6166110Z [2799/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x8c4-minmax-rndnu-asm-aarch64-neondot-ld128.S.o 2024-08-08T20:16:01.6699120Z [2800/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2024-08-08T20:16:01.6750830Z [2801/5912] Building ASM object confu-deps/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-08-08T20:16:01.6815270Z [2802/5912] Building ASM object confu-deps/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-08-08T20:16:01.7093890Z [2803/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75.S.o 2024-08-08T20:16:01.7106430Z [2804/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64.S.o 2024-08-08T20:16:01.7120540Z [2805/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64-prfm.S.o 2024-08-08T20:16:01.7138030Z [2806/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2024-08-08T20:16:01.7156090Z [2807/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2024-08-08T20:16:01.7327900Z [2808/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16c4-minmax-rndnu-asm-aarch64-neondot-cortex-a55.S.o 2024-08-08T20:16:01.7391880Z [2809/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16c4-minmax-rndnu-asm-aarch64-neondot-ld128.S.o 2024-08-08T20:16:01.8106270Z [2810/5912] Building ASM object confu-deps/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-08-08T20:16:01.8181120Z [2811/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x8c4-minmax-rndnu-asm-aarch64-neondot-ld128.S.o 2024-08-08T20:16:01.8210200Z [2812/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x8c4-minmax-rndnu-asm-aarch64-neondot-cortex-a55.S.o 2024-08-08T20:16:01.9327140Z [2813/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x16c4-minmax-rndnu-neondot.c.o 2024-08-08T20:16:01.9643210Z [2814/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x32c4-minmax-rndnu-neondot.c.o 2024-08-08T20:16:01.9734250Z [2815/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x16c4-minmax-fp32-neondot.c.o 2024-08-08T20:16:01.9798100Z [2816/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x16c4-minmax-fp32-neondot.c.o 2024-08-08T20:16:01.9815340Z [2817/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x8c4-minmax-rndnu-neondot.c.o 2024-08-08T20:16:01.9943230Z [2818/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x32c4-minmax-rndnu-neondot.c.o 2024-08-08T20:16:02.0050470Z [2819/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x16c4-minmax-rndnu-neondot.c.o 2024-08-08T20:16:02.0057710Z [2820/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x16c4-minmax-rndnu-neondot.c.o 2024-08-08T20:16:02.0392740Z [2821/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x32c4-minmax-rndnu-neondot.c.o 2024-08-08T20:16:02.0848110Z [2822/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x8c4-minmax-rndnu-neondot.c.o 2024-08-08T20:16:02.1085360Z [2823/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x8c4-minmax-rndnu-neondot.c.o 2024-08-08T20:16:02.1752100Z [2824/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-6x8c4-minmax-rndnu-neondot.c.o 2024-08-08T20:16:02.1755930Z [2825/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-5x8c4-minmax-rndnu-neondot.c.o 2024-08-08T20:16:02.1862840Z [2826/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16c4-minmax-fp32-neondot.c.o 2024-08-08T20:16:02.1969680Z [2827/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-8x8c4-minmax-rndnu-neondot.c.o 2024-08-08T20:16:02.1973330Z [2828/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16c4-minmax-rndnu-neondot.c.o 2024-08-08T20:16:02.2388170Z [2829/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-6x16c4-minmax-rndnu-neondot.c.o 2024-08-08T20:16:02.2562920Z [2830/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-8x16c4-minmax-rndnu-neondot.c.o 2024-08-08T20:16:02.2843180Z [2831/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-5x16c4-minmax-rndnu-neondot.c.o 2024-08-08T20:16:02.3000130Z [2832/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-aarch64-neondot-ld128.c.o 2024-08-08T20:16:02.3121090Z [2833/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-aarch64-neondot-ld128.c.o 2024-08-08T20:16:02.3703260Z [2834/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-1x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-08T20:16:02.3708070Z [2835/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-aarch64-neondot-ld128.c.o 2024-08-08T20:16:02.3741100Z [2836/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-aarch64-neondot-ld128.c.o 2024-08-08T20:16:02.3929910Z [2837/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-aarch64-neondot-ld128.c.o 2024-08-08T20:16:02.3984560Z [2838/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-aarch64-neondot-ld128.c.o 2024-08-08T20:16:02.4032450Z [2839/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-aarch64-neondot-ld128.c.o 2024-08-08T20:16:02.4069040Z [2840/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-08T20:16:02.4164420Z [2841/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-08-08T20:16:02.4166810Z [2842/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-08T20:16:02.4942890Z [2843/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-08T20:16:02.5030200Z [2844/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-08T20:16:02.5093970Z [2845/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-08-08T20:16:02.5116870Z [2846/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-08-08T20:16:02.5224270Z [2847/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-aarch64-neondot-ld128.c.o 2024-08-08T20:16:02.5226740Z [2848/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2024-08-08T20:16:02.5229140Z [2849/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S.o 2024-08-08T20:16:02.5255290Z [2850/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2024-08-08T20:16:02.5279090Z [2851/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-8x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-08T20:16:02.5531440Z [2852/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-08T20:16:02.6261960Z [2853/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-1x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-08T20:16:02.6346510Z [2854/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-08-08T20:16:02.6383220Z [2855/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-6x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-08T20:16:02.6624890Z [2856/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-4x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-08-08T20:16:02.6677680Z [2857/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-4x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-08T20:16:02.6701220Z [2858/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2024-08-08T20:16:02.6715690Z [2859/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2024-08-08T20:16:02.6740880Z [2860/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-6x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-08-08T20:16:02.6763460Z [2861/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-8x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-08T20:16:02.6770860Z [2862/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-08-08T20:16:02.8225560Z [2863/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-4x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-08-08T20:16:02.8230360Z [2864/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-08T20:16:02.8790270Z [2865/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-08T20:16:02.8936900Z [2866/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2024-08-08T20:16:02.9090930Z [2867/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-08-08T20:16:02.9095590Z [2868/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S.o 2024-08-08T20:16:02.9110590Z [2869/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2024-08-08T20:16:02.9121360Z [2870/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2-prfm.S.o 2024-08-08T20:16:02.9138420Z [2871/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-08T20:16:02.9160030Z [2872/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/f32-dwconv-9p4c-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-08-08T20:16:02.9210420Z [2873/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2.S.o 2024-08-08T20:16:02.9214130Z [2874/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/f32-dwconv-9p4c-minmax-asm-aarch64-neonfma.S.o 2024-08-08T20:16:03.0253690Z [2875/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-08-08T20:16:03.0374300Z [2876/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-08T20:16:03.0449390Z [2877/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4-prfm.S.o 2024-08-08T20:16:03.0458900Z [2878/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2-prfm.S.o 2024-08-08T20:16:03.0468690Z [2879/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2.S.o 2024-08-08T20:16:03.0550210Z [2880/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4.S.o 2024-08-08T20:16:03.0552590Z [2881/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-08T20:16:03.0667090Z [2882/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-prfm.S.o 2024-08-08T20:16:03.0728680Z [2883/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:16:03.0834610Z [2884/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-08T20:16:03.1643840Z [2885/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2-prfm.S.o 2024-08-08T20:16:03.1897560Z [2886/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-08-08T20:16:03.1914980Z [2887/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4-prfm.S.o 2024-08-08T20:16:03.1934440Z [2888/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:16:03.1938610Z [2889/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2.S.o 2024-08-08T20:16:03.1954720Z [2890/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2024-08-08T20:16:03.1966610Z [2891/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x1-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:16:03.1969240Z [2892/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-08T20:16:03.1975310Z [2893/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x1-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:16:03.1991660Z [2894/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-08T20:16:03.3152060Z [2895/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-08T20:16:03.3368480Z [2896/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:16:03.3375740Z [2897/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:16:03.3385280Z [2898/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-08-08T20:16:03.3404020Z [2899/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-08T20:16:03.3406280Z [2900/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:16:03.3408680Z [2901/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:16:03.3443510Z [2902/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-08-08T20:16:03.3454590Z [2903/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-08T20:16:03.3472340Z [2904/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-08T20:16:03.4464290Z [2905/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-08T20:16:03.4735810Z [2906/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:16:03.4757830Z [2907/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-08T20:16:03.4812950Z [2908/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2024-08-08T20:16:03.4831620Z [2909/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-08-08T20:16:03.4839530Z [2910/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-08T20:16:03.4846000Z [2911/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-08-08T20:16:03.5014370Z [2912/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-08T20:16:03.5025100Z [2913/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-08T20:16:03.5037950Z [2914/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-08T20:16:03.5771190Z [2915/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:16:03.6096530Z [2916/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-08T20:16:03.6123710Z [2917/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-goi-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:16:03.6131410Z [2918/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-08T20:16:03.6142290Z [2919/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-goi-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:16:03.6222180Z [2920/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-goi-1x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-08-08T20:16:03.6319030Z [2921/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-08T20:16:03.6432670Z [2922/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:16:03.6451040Z [2923/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-08T20:16:03.6467200Z [2924/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-08T20:16:03.7231680Z [2925/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-08-08T20:16:03.7649180Z [2926/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-08T20:16:03.7653730Z [2927/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-08T20:16:03.7657510Z [2928/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-08T20:16:03.7670130Z [2929/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-08T20:16:03.7673740Z [2930/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-08T20:16:03.8474080Z [2931/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-aarch64-neonfp16arith-rr1-p2-div.c.o 2024-08-08T20:16:03.8601300Z [2932/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u72.c.o 2024-08-08T20:16:03.8761620Z [2933/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-aarch64-neonfp16arith-rr1-p3-div.c.o 2024-08-08T20:16:03.9019780Z [2934/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-aarch64-neonfp16arith-rr2-p2-div.c.o 2024-08-08T20:16:03.9038100Z [2935/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u80.c.o 2024-08-08T20:16:03.9260590Z [2936/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-aarch64-neonfp16arith-rr2-p3-div.c.o 2024-08-08T20:16:03.9421270Z [2937/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-aarch64-neonfp16arith-expm1minus-rr1-p3h1ts-div.c.o 2024-08-08T20:16:03.9433090Z [2938/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div.c.o 2024-08-08T20:16:03.9623460Z [2939/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sqrt-aarch64-neonfp16arith-sqrt.c.o 2024-08-08T20:16:03.9780370Z [2940/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c4-minmax-neondot.c.o 2024-08-08T20:16:04.0708880Z [2941/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-neondot.c.o 2024-08-08T20:16:04.0731550Z [2942/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c4-minmax-neondot.c.o 2024-08-08T20:16:04.0864000Z [2943/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c4-minmax-neondot.c.o 2024-08-08T20:16:04.1067040Z [2944/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c4-minmax-neondot.c.o 2024-08-08T20:16:04.1329720Z [2945/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-neondot.c.o 2024-08-08T20:16:04.1702490Z [2946/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c4-minmax-neondot.c.o 2024-08-08T20:16:04.1821230Z [2947/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c4-minmax-neondot.c.o 2024-08-08T20:16:04.1848830Z [2948/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c4-minmax-neondot.c.o 2024-08-08T20:16:04.1977150Z [2949/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c4-minmax-neondot.c.o 2024-08-08T20:16:04.2005800Z [2950/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-neondot-ld64.c.o 2024-08-08T20:16:04.2555810Z [2951/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c4-minmax-neondot.c.o 2024-08-08T20:16:04.2756790Z [2952/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-neondot-ld64.c.o 2024-08-08T20:16:04.3033460Z [2953/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c4-minmax-neondot.c.o 2024-08-08T20:16:04.3338920Z [2954/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c4-minmax-neondot.c.o 2024-08-08T20:16:04.3444340Z [2955/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c4-minmax-neondot.c.o 2024-08-08T20:16:04.3724510Z [2956/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c4-minmax-neondot.c.o 2024-08-08T20:16:04.4076660Z [2957/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c4-minmax-neondot.c.o 2024-08-08T20:16:04.4098310Z [2958/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c4-minmax-neondot.c.o 2024-08-08T20:16:04.4227640Z [2959/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-neondot.c.o 2024-08-08T20:16:04.4529280Z [2960/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8c4-minmax-neondot.c.o 2024-08-08T20:16:04.4797970Z [2961/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x8c4-minmax-neondot.c.o 2024-08-08T20:16:04.4978120Z [2962/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c4-minmax-neondot.c.o 2024-08-08T20:16:04.5028610Z [2963/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c4-minmax-neondot.c.o 2024-08-08T20:16:04.5627130Z [2964/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c4-minmax-neondot.c.o 2024-08-08T20:16:04.5924090Z [2965/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-neondot-ld64.c.o 2024-08-08T20:16:04.6040310Z [2966/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-neondot-ld64.c.o 2024-08-08T20:16:04.6065700Z [2967/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c4-minmax-neondot.c.o 2024-08-08T20:16:04.6362210Z [2968/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x32c4-minmax-neondot.c.o 2024-08-08T20:16:04.6562680Z [2969/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c4-minmax-neondot.c.o 2024-08-08T20:16:04.6572970Z [2970/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x32c4-minmax-neondot.c.o 2024-08-08T20:16:04.6665420Z [2971/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x32c4-minmax-neondot.c.o 2024-08-08T20:16:04.6857900Z [2972/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c4-minmax-neondot.c.o 2024-08-08T20:16:04.6962390Z [2973/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-neondot.c.o 2024-08-08T20:16:04.8038740Z [2974/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c4-minmax-neondot.c.o 2024-08-08T20:16:04.8069950Z [2975/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x8c4-minmax-neondot.c.o 2024-08-08T20:16:04.8167930Z [2976/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c4-minmax-neondot.c.o 2024-08-08T20:16:04.8338950Z [2977/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8c4-minmax-neondot.c.o 2024-08-08T20:16:04.8409400Z [2978/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x32c4-minmax-neondot.c.o 2024-08-08T20:16:04.8623780Z [2979/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x32c4-minmax-neondot.c.o 2024-08-08T20:16:04.8786800Z [2980/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neondot.c.o 2024-08-08T20:16:04.8922790Z [2981/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-neondot-ld64.c.o 2024-08-08T20:16:04.9029640Z [2982/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-neondot.c.o 2024-08-08T20:16:04.9147700Z [2983/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-neondot-ld64.c.o 2024-08-08T20:16:05.0158760Z [2984/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-neondot.c.o 2024-08-08T20:16:05.0323880Z [2985/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c4-minmax-fp32-neondot.c.o 2024-08-08T20:16:05.0424250Z [2986/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x8c4-minmax-fp32-neondot.c.o 2024-08-08T20:16:05.0612790Z [2987/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c4-minmax-fp32-neondot.c.o 2024-08-08T20:16:05.0742050Z [2988/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c4-minmax-fp32-neondot.c.o 2024-08-08T20:16:05.0800330Z [2989/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neondot.c.o 2024-08-08T20:16:05.0851710Z [2990/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8c4-minmax-fp32-neondot.c.o 2024-08-08T20:16:05.1065320Z [2991/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-fp32-neondot.c.o 2024-08-08T20:16:05.1149260Z [2992/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-neondot-ld64.c.o 2024-08-08T20:16:05.1275670Z [2993/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-neondot-ld64.c.o 2024-08-08T20:16:05.2379830Z [2994/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-neondot.c.o 2024-08-08T20:16:05.2438040Z [2995/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c4-minmax-fp32-neondot.c.o 2024-08-08T20:16:05.2492520Z [2996/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x8c4-minmax-fp32-neondot.c.o 2024-08-08T20:16:05.2663610Z [2997/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c4-minmax-fp32-neondot.c.o 2024-08-08T20:16:05.2839350Z [2998/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c4-minmax-fp32-neondot.c.o 2024-08-08T20:16:05.2853030Z [2999/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8c4-minmax-fp32-neondot.c.o 2024-08-08T20:16:05.3132790Z [3000/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x8c4-minmax-rndnu-neondot.c.o 2024-08-08T20:16:05.3338650Z [3001/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16c4-minmax-fp32-neondot.c.o 2024-08-08T20:16:05.4019320Z [3002/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16c4-minmax-rndnu-neondot.c.o 2024-08-08T20:16:05.4195500Z [3003/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x32c4-minmax-rndnu-neondot.c.o 2024-08-08T20:16:05.4235280Z [3004/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x8c4-minmax-rndnu-neondot.c.o 2024-08-08T20:16:05.4493750Z [3005/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x16c4-minmax-fp32-neondot.c.o 2024-08-08T20:16:05.4519690Z [3006/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x32c4-minmax-rndnu-neondot.c.o 2024-08-08T20:16:05.4630680Z [3007/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x16c4-minmax-rndnu-neondot.c.o 2024-08-08T20:16:05.4862850Z [3008/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x8c4-minmax-rndnu-neondot.c.o 2024-08-08T20:16:05.5095990Z [3009/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x16c4-minmax-rndnu-neondot.c.o 2024-08-08T20:16:05.5237000Z [3010/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x8c4-minmax-rndnu-neondot.c.o 2024-08-08T20:16:05.5354310Z [3011/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x32c4-minmax-rndnu-neondot.c.o 2024-08-08T20:16:05.6171970Z [3012/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-5x8c4-minmax-rndnu-neondot.c.o 2024-08-08T20:16:05.6338570Z [3013/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16c4-minmax-rndnu-neondot.c.o 2024-08-08T20:16:05.6440190Z [3014/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16c4-minmax-fp32-neondot.c.o 2024-08-08T20:16:05.6458180Z [3015/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-5x16c4-minmax-rndnu-neondot.c.o 2024-08-08T20:16:05.6580630Z [3016/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-08T20:16:05.6819400Z [3017/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-6x8c4-minmax-rndnu-neondot.c.o 2024-08-08T20:16:05.7073640Z [3018/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-6x16c4-minmax-rndnu-neondot.c.o 2024-08-08T20:16:05.7171840Z [3019/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-8x8c4-minmax-rndnu-neondot.c.o 2024-08-08T20:16:05.7307280Z [3020/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-08T20:16:05.7455430Z [3021/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-8x16c4-minmax-rndnu-neondot.c.o 2024-08-08T20:16:05.7462850Z [3022/5912] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-08T20:16:05.7615530Z [3023/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x8c4-minmax-rndnu-neondot.c.o 2024-08-08T20:16:05.8292070Z [3024/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u40.c.o 2024-08-08T20:16:05.8347540Z [3025/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u24.c.o 2024-08-08T20:16:05.8698410Z [3026/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u32.c.o 2024-08-08T20:16:05.8773950Z [3027/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u48.c.o 2024-08-08T20:16:05.9075770Z [3028/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u72.c.o 2024-08-08T20:16:05.9267190Z [3029/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u80.c.o 2024-08-08T20:16:05.9363490Z [3030/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u64.c.o 2024-08-08T20:16:05.9464330Z [3031/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vneg-neonfp16arith-u8.c.o 2024-08-08T20:16:05.9527820Z [3032/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vabs-neonfp16arith-u8.c.o 2024-08-08T20:16:05.9851330Z [3033/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u56.c.o 2024-08-08T20:16:06.0146770Z [3034/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vabs-neonfp16arith-u16.c.o 2024-08-08T20:16:06.0247720Z [3035/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vsqr-neonfp16arith-u8.c.o 2024-08-08T20:16:06.0251840Z [3036/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-exp-neonfp16arith-rr2-p3.c.o 2024-08-08T20:16:06.0560580Z [3037/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vneg-neonfp16arith-u16.c.o 2024-08-08T20:16:06.1098900Z [3038/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vsqr-neonfp16arith-u16.c.o 2024-08-08T20:16:06.1122460Z [3039/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expm1minus-neonfp16arith-rr1-p3.c.o 2024-08-08T20:16:06.1450700Z [3040/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expm1minus-neonfp16arith-rr2-p3.c.o 2024-08-08T20:16:06.1463070Z [3041/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expminus-neonfp16arith-rr1-p2.c.o 2024-08-08T20:16:06.1567580Z [3042/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expminus-neonfp16arith-rr1-p3.c.o 2024-08-08T20:16:06.1776600Z [3043/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-neonfp16arith-rr2-p2-nr1recps.c.o 2024-08-08T20:16:06.2187550Z [3044/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-neonfp16arith-rr2-p2-nr1fma.c.o 2024-08-08T20:16:06.2194470Z [3045/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-neonfp16arith-rr2-p2-recpe.c.o 2024-08-08T20:16:06.2417060Z [3046/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expminus-neonfp16arith-rr2-p2.c.o 2024-08-08T20:16:06.2698510Z [3047/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-neonfp16arith-rr2-p3-nr1fma.c.o 2024-08-08T20:16:06.2944200Z [3048/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expminus-neonfp16arith-rr2-p3.c.o 2024-08-08T20:16:06.2988030Z [3049/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-neonfp16arith-rr2-p3-nr1recps.c.o 2024-08-08T20:16:06.3234710Z [3050/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-neonfp16arith-rr2-p3-recpe.c.o 2024-08-08T20:16:06.3429430Z [3051/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sqrt-neonfp16arith-nr1rsqrts.c.o 2024-08-08T20:16:06.3596850Z [3052/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sqrt-neonfp16arith-nr1fma1adj.c.o 2024-08-08T20:16:06.3877250Z [3053/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h1ts-nr1fma.c.o 2024-08-08T20:16:06.3891870Z [3054/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sqrt-neonfp16arith-nr1fma.c.o 2024-08-08T20:16:06.3937340Z [3055/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h1ts-nr1fmaadj.c.o 2024-08-08T20:16:06.4589720Z [3056/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h1ts-nr1recpsadj.c.o 2024-08-08T20:16:06.4665600Z [3057/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h1ts-recpeadj.c.o 2024-08-08T20:16:06.4709790Z [3058/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h1ts-nr1recps.c.o 2024-08-08T20:16:06.4818820Z [3059/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h1ts-recpe.c.o 2024-08-08T20:16:06.5083220Z [3060/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma.c.o 2024-08-08T20:16:06.5737660Z [3061/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recpsadj.c.o 2024-08-08T20:16:06.5978520Z [3062/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fmaadj.c.o 2024-08-08T20:16:06.6066220Z [3063/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj.c.o 2024-08-08T20:16:06.6391740Z [3064/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpe.c.o 2024-08-08T20:16:06.6436380Z [3065/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps.c.o 2024-08-08T20:16:06.6599700Z [3066/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16-minmax-neonfp16arith-mlal-lane-prfm.c.o 2024-08-08T20:16:06.6648640Z [3067/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16-minmax-neonfp16arith-mlal-lane.c.o 2024-08-08T20:16:06.6724710Z [3068/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x16-minmax-neonfp16arith-mlal-lane-prfm.c.o 2024-08-08T20:16:06.6842070Z [3069/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x16-minmax-neonfp16arith-mlal-lane.c.o 2024-08-08T20:16:06.7067580Z [3070/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x16-minmax-neonfp16arith-mlal-lane-prfm.c.o 2024-08-08T20:16:06.7801330Z [3071/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x16-minmax-neonfp16arith-mlal-lane.c.o 2024-08-08T20:16:06.8363140Z [3072/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16-minmax-neonfp16arith-mlal-lane-prfm.c.o 2024-08-08T20:16:06.8505230Z [3073/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x16-minmax-neonfp16arith-mlal-lane-prfm.c.o 2024-08-08T20:16:06.8520250Z [3074/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x16-minmax-neonfp16arith-mlal-lane.c.o 2024-08-08T20:16:06.8527150Z [3075/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16-minmax-neonfp16arith-mlal-lane.c.o 2024-08-08T20:16:06.8588590Z [3076/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c2s4-minmax-neonfp16arith-mlal.c.o 2024-08-08T20:16:06.8799780Z [3077/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c2s4-minmax-neonfp16arith.c.o 2024-08-08T20:16:06.8802350Z [3078/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c2s4-minmax-neonfp16arith.c.o 2024-08-08T20:16:06.9004910Z [3079/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c2s4-minmax-neonfp16arith-mlal.c.o 2024-08-08T20:16:07.0025560Z [3080/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u8.c.o 2024-08-08T20:16:07.0048310Z [3081/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u24.c.o 2024-08-08T20:16:07.0276830Z [3082/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-minmax-aarch64-neonfp16arith-u8.c.o 2024-08-08T20:16:07.0281700Z [3083/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-minmax-aarch64-neonfp16arith-u16.c.o 2024-08-08T20:16:07.0357040Z [3084/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u16.c.o 2024-08-08T20:16:07.0499050Z [3085/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u32.c.o 2024-08-08T20:16:07.0614400Z [3086/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-minmax-aarch64-neonfp16arith-u16.c.o 2024-08-08T20:16:07.0733890Z [3087/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-minmax-aarch64-neonfp16arith-u8.c.o 2024-08-08T20:16:07.0900160Z [3088/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-minmax-aarch64-neonfp16arith-u16.c.o 2024-08-08T20:16:07.1030100Z [3089/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-minmax-aarch64-neonfp16arith-u8.c.o 2024-08-08T20:16:07.1744530Z [3090/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u16.c.o 2024-08-08T20:16:07.1833780Z [3091/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u8.c.o 2024-08-08T20:16:07.2159850Z [3092/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u40.c.o 2024-08-08T20:16:07.2213140Z [3093/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u32.c.o 2024-08-08T20:16:07.2503010Z [3094/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u24.c.o 2024-08-08T20:16:07.2696480Z [3095/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u48.c.o 2024-08-08T20:16:07.2698930Z [3096/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u64.c.o 2024-08-08T20:16:07.2706220Z [3097/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u56.c.o 2024-08-08T20:16:07.2912660Z [3098/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-aarch64-neonfp16arith-sqrt-u8.c.o 2024-08-08T20:16:07.3134810Z [3099/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-aarch64-neonfp16arith-sqrt-u16.c.o 2024-08-08T20:16:07.3506560Z [3100/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u8.c.o 2024-08-08T20:16:07.3741760Z [3101/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-aarch64-neonfp16arith-sqrt-u32.c.o 2024-08-08T20:16:07.4144090Z [3102/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u32.c.o 2024-08-08T20:16:07.4272550Z [3103/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u24.c.o 2024-08-08T20:16:07.4335100Z [3104/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u16.c.o 2024-08-08T20:16:07.4465530Z [3105/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u40.c.o 2024-08-08T20:16:07.4489600Z [3106/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u56.c.o 2024-08-08T20:16:07.4641380Z [3107/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u48.c.o 2024-08-08T20:16:07.5031730Z [3108/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u64.c.o 2024-08-08T20:16:07.5040460Z [3109/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-minmax-neonfp16arith-u16.c.o 2024-08-08T20:16:07.5517900Z [3110/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-minmax-neonfp16arith-u8.c.o 2024-08-08T20:16:07.5826550Z [3111/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-minmax-neonfp16arith-u16.c.o 2024-08-08T20:16:07.5898340Z [3112/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-minmax-neonfp16arith-u8.c.o 2024-08-08T20:16:07.6024370Z [3113/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-minmax-neonfp16arith-u16.c.o 2024-08-08T20:16:07.6083970Z [3114/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-neonfp16arith-u8.c.o 2024-08-08T20:16:07.6224740Z [3115/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-neonfp16arith-u16.c.o 2024-08-08T20:16:07.6357100Z [3116/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-neonfp16arith-u8.c.o 2024-08-08T20:16:07.6569090Z [3117/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-neonfp16arith-u16.c.o 2024-08-08T20:16:07.7064730Z [3118/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-minmax-neonfp16arith-u16.c.o 2024-08-08T20:16:07.7169210Z [3119/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-minmax-neonfp16arith-u8.c.o 2024-08-08T20:16:07.7448530Z [3120/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-minmax-neonfp16arith-u8.c.o 2024-08-08T20:16:07.7600890Z [3121/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-minmax-neonfp16arith-u16.c.o 2024-08-08T20:16:07.7797850Z [3122/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vclamp/gen/f16-vclamp-neonfp16arith-u16.c.o 2024-08-08T20:16:07.7982280Z [3123/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vclamp/gen/f16-vclamp-neonfp16arith-u8.c.o 2024-08-08T20:16:07.8008740Z [3124/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vcmul/gen/f16-vcmul-neonfp16arith-u32.c.o 2024-08-08T20:16:07.8094140Z [3125/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vcmul/gen/f16-vcmul-neonfp16arith-u16.c.o 2024-08-08T20:16:07.8283590Z [3126/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vcmul/gen/f16-vcmul-neonfp16arith-u8.c.o 2024-08-08T20:16:07.8471440Z [3127/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-velu/gen/f16-velu-neonfp16arith-rr1-p3-u8.c.o 2024-08-08T20:16:07.9345290Z [3128/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-velu/gen/f16-velu-neonfp16arith-rr1-p3-u16.c.o 2024-08-08T20:16:07.9373780Z [3129/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vhswish/gen/f16-vhswish-neonfp16arith-u16.c.o 2024-08-08T20:16:07.9385410Z [3130/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vhswish/gen/f16-vhswish-neonfp16arith-u8.c.o 2024-08-08T20:16:07.9416820Z [3131/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vlrelu/gen/f16-vlrelu-neonfp16arith-u8.c.o 2024-08-08T20:16:07.9708780Z [3132/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vlrelu/gen/f16-vlrelu-neonfp16arith-u16.c.o 2024-08-08T20:16:07.9715340Z [3133/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-neonfp16arith-2x.c.o 2024-08-08T20:16:07.9842990Z [3134/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndd-neonfp16arith-u8.c.o 2024-08-08T20:16:07.9966220Z [3135/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c16-minmax-neonfp16arith-2x.c.o 2024-08-08T20:16:08.0366740Z [3136/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndu-neonfp16arith-u8.c.o 2024-08-08T20:16:08.0671460Z [3137/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndd-neonfp16arith-u16.c.o 2024-08-08T20:16:08.1431880Z [3138/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndne-neonfp16arith-u8.c.o 2024-08-08T20:16:08.1585470Z [3139/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u16.c.o 2024-08-08T20:16:08.1594090Z [3140/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndne-neonfp16arith-u16.c.o 2024-08-08T20:16:08.1766360Z [3141/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndu-neonfp16arith-u16.c.o 2024-08-08T20:16:08.1769850Z [3142/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u24.c.o 2024-08-08T20:16:08.1881450Z [3143/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndz-neonfp16arith-u8.c.o 2024-08-08T20:16:08.2001410Z [3144/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u8.c.o 2024-08-08T20:16:08.2377060Z [3145/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndz-neonfp16arith-u16.c.o 2024-08-08T20:16:08.2614110Z [3146/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u40.c.o 2024-08-08T20:16:08.2636830Z [3147/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u32.c.o 2024-08-08T20:16:08.3019810Z [3148/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u48.c.o 2024-08-08T20:16:08.3306560Z [3149/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u64.c.o 2024-08-08T20:16:08.3418000Z [3150/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u56.c.o 2024-08-08T20:16:08.3685780Z [3151/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u32.c.o 2024-08-08T20:16:08.3923260Z [3152/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u16.c.o 2024-08-08T20:16:08.3969000Z [3153/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u24.c.o 2024-08-08T20:16:08.4476330Z [3154/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u40.c.o 2024-08-08T20:16:08.4689640Z [3155/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u64.c.o 2024-08-08T20:16:08.4741490Z [3156/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u56.c.o 2024-08-08T20:16:08.5013820Z [3157/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u48.c.o 2024-08-08T20:16:08.5058690Z [3158/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-neonfp16arith-nr1fma1adj-u8.c.o 2024-08-08T20:16:08.5108300Z [3159/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u8.c.o 2024-08-08T20:16:08.5411200Z [3160/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-neonfp16arith-nr1fma1adj-u32.c.o 2024-08-08T20:16:08.5657420Z [3161/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u16.c.o 2024-08-08T20:16:08.5790690Z [3162/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u8.c.o 2024-08-08T20:16:08.6184620Z [3163/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u24.c.o 2024-08-08T20:16:08.6268130Z [3164/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-neonfp16arith-nr1fma1adj-u16.c.o 2024-08-08T20:16:08.6602530Z [3165/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u40.c.o 2024-08-08T20:16:08.6612920Z [3166/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u48.c.o 2024-08-08T20:16:08.6893620Z [3167/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u56.c.o 2024-08-08T20:16:08.6920640Z [3168/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u72.c.o 2024-08-08T20:16:08.7267990Z [3169/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u80.c.o 2024-08-08T20:16:08.7592390Z [3170/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u8.c.o 2024-08-08T20:16:08.7810010Z [3171/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u24.c.o 2024-08-08T20:16:08.7818690Z [3172/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u16.c.o 2024-08-08T20:16:08.7850090Z [3173/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u64.c.o 2024-08-08T20:16:08.8124410Z [3174/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u32.c.o 2024-08-08T20:16:08.8142010Z [3175/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u40.c.o 2024-08-08T20:16:08.8340530Z [3176/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u32.c.o 2024-08-08T20:16:08.8699340Z [3177/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u48.c.o 2024-08-08T20:16:08.9080150Z [3178/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u56.c.o 2024-08-08T20:16:08.9181770Z [3179/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u72.c.o 2024-08-08T20:16:08.9312630Z [3180/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u64.c.o 2024-08-08T20:16:08.9700830Z [3181/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u24-acc2.c.o 2024-08-08T20:16:08.9707830Z [3182/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u24-acc3.c.o 2024-08-08T20:16:08.9799610Z [3183/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u32-acc4.c.o 2024-08-08T20:16:09.0024670Z [3184/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u32.c.o 2024-08-08T20:16:09.0036490Z [3185/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u24.c.o 2024-08-08T20:16:09.0419150Z [3186/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u32-acc2.c.o 2024-08-08T20:16:09.0705410Z [3187/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u64-acc2.c.o 2024-08-08T20:16:09.0737710Z [3188/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u64-acc4.c.o 2024-08-08T20:16:09.1021760Z [3189/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u8.c.o 2024-08-08T20:16:09.1033510Z [3190/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u64.c.o 2024-08-08T20:16:09.1362400Z [3191/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u16-acc2.c.o 2024-08-08T20:16:09.1566680Z [3192/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u16-acc1.c.o 2024-08-08T20:16:09.1816430Z [3193/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u24-acc2.c.o 2024-08-08T20:16:09.1932220Z [3194/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u24.c.o 2024-08-08T20:16:09.2295020Z [3195/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u32-acc2.c.o 2024-08-08T20:16:09.2397010Z [3196/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u24-acc3.c.o 2024-08-08T20:16:09.2598300Z [3197/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u32-acc4.c.o 2024-08-08T20:16:09.2614260Z [3198/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u32.c.o 2024-08-08T20:16:09.3422170Z [3199/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u64-acc2.c.o 2024-08-08T20:16:09.3466670Z [3200/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u64.c.o 2024-08-08T20:16:09.3496990Z [3201/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rsum/gen/f16-rsum-neonfp16arith-u8.c.o 2024-08-08T20:16:09.3699710Z [3202/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rsum/gen/f16-rsum-neonfp16arith-u24-acc3.c.o 2024-08-08T20:16:09.3746930Z [3203/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rsum/gen/f16-rsum-neonfp16arith-u16-acc2.c.o 2024-08-08T20:16:09.3801370Z [3204/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rsum/gen/f16-rsum-neonfp16arith-u32-acc2.c.o 2024-08-08T20:16:09.3976770Z [3205/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u64-acc4.c.o 2024-08-08T20:16:09.4639780Z [3206/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-8x1-minmax-neonfp16arith-x2.c.o 2024-08-08T20:16:09.4763810Z [3207/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rsum/gen/f16-rsum-neonfp16arith-u32-acc4.c.o 2024-08-08T20:16:09.4773400Z [3208/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-8x1-minmax-neonfp16arith-pipelined.c.o 2024-08-08T20:16:09.5071980Z [3209/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-16x1-minmax-neonfp16arith-pipelined.c.o 2024-08-08T20:16:09.5077370Z [3210/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-8x1-minmax-neonfp16arith.c.o 2024-08-08T20:16:09.5299180Z [3211/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-16x1-minmax-neonfp16arith.c.o 2024-08-08T20:16:09.5314100Z [3212/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-24x1-minmax-neonfp16arith-x2.c.o 2024-08-08T20:16:09.5532530Z [3213/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-24x1-minmax-neonfp16arith-pipelined.c.o 2024-08-08T20:16:09.5828300Z [3214/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-24x1-minmax-neonfp16arith.c.o 2024-08-08T20:16:09.5870330Z [3215/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-16x1-minmax-neonfp16arith-x2.c.o 2024-08-08T20:16:09.6344920Z [3216/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-32x1-minmax-neonfp16arith-pipelined.c.o 2024-08-08T20:16:09.6615600Z [3217/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-32x1-minmax-neonfp16arith.c.o 2024-08-08T20:16:09.6857780Z [3218/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-32x1-minmax-neonfp16arith-x2.c.o 2024-08-08T20:16:09.7038960Z [3219/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-minmax-neonfp16arith-u16.c.o 2024-08-08T20:16:09.7087380Z [3220/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-minmax-neonfp16arith-u16.c.o 2024-08-08T20:16:09.7358540Z [3221/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-minmax-neonfp16arith-u8.c.o 2024-08-08T20:16:09.7430100Z [3222/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-neonfp16arith-u16.c.o 2024-08-08T20:16:09.7566020Z [3223/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-minmax-neonfp16arith-u8.c.o 2024-08-08T20:16:09.7928880Z [3224/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-neonfp16arith-u8.c.o 2024-08-08T20:16:09.8087450Z [3225/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-neonfp16arith-u16.c.o 2024-08-08T20:16:09.8383980Z [3226/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-neonfp16arith-u8.c.o 2024-08-08T20:16:09.8395760Z [3227/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-neonfp16arith-u8.c.o 2024-08-08T20:16:09.8406310Z [3228/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-neonfp16arith-u16.c.o 2024-08-08T20:16:09.8712060Z [3229/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-neonfp16arith-u16.c.o 2024-08-08T20:16:09.9073760Z [3230/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u80.c.o 2024-08-08T20:16:09.9086320Z [3231/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-neonfp16arith-u8.c.o 2024-08-08T20:16:09.9119600Z [3232/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u8.c.o 2024-08-08T20:16:09.9510950Z [3233/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-neonfp16arith-c8.c.o 2024-08-08T20:16:10.0087700Z [3234/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool-cw/f16-gavgpool-cw-neonfp16arith-u8.c.o 2024-08-08T20:16:10.0128410Z [3235/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-neonfp16arith-c16.c.o 2024-08-08T20:16:10.0209780Z [3236/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-neonfp16arith-c24.c.o 2024-08-08T20:16:10.0490030Z [3237/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-neonfp16arith-c32.c.o 2024-08-08T20:16:10.0771860Z [3238/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-neonfp16arith-c16.c.o 2024-08-08T20:16:10.0857440Z [3239/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-neonfp16arith-c32.c.o 2024-08-08T20:16:10.1034710Z [3240/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-neonfp16arith-c8.c.o 2024-08-08T20:16:10.1046810Z [3241/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-neonfp16arith-c24.c.o 2024-08-08T20:16:10.1276110Z [3242/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-1x8-minmax-neonfp16arith-ld64.c.o 2024-08-08T20:16:10.1289990Z [3243/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-neonfp16arith-ld64.c.o 2024-08-08T20:16:10.1890880Z [3244/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x8-minmax-neonfp16arith-ld64.c.o 2024-08-08T20:16:10.2319350Z [3245/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x8-minmax-neonfp16arith-ld64.c.o 2024-08-08T20:16:10.2618480Z [3246/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-neonfp16arith-ld64.c.o 2024-08-08T20:16:10.2698220Z [3247/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-neonfp16arith-ld64.c.o 2024-08-08T20:16:10.2960680Z [3248/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-8x16-minmax-neonfp16arith-ld64.c.o 2024-08-08T20:16:10.2996260Z [3249/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-1x16-minmax-neonfp16arith-ld64.c.o 2024-08-08T20:16:10.3010220Z [3250/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-8x8-minmax-neonfp16arith-ld64.c.o 2024-08-08T20:16:10.3029740Z [3251/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-1x8-minmax-neonfp16arith-ld64.c.o 2024-08-08T20:16:10.3431280Z [3252/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-4x16-minmax-neonfp16arith-ld64.c.o 2024-08-08T20:16:10.3616300Z [3253/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-4x8-minmax-neonfp16arith-ld64.c.o 2024-08-08T20:16:10.4139610Z [3254/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-6x8-minmax-neonfp16arith-ld64.c.o 2024-08-08T20:16:10.4624930Z [3255/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear-chw/gen/f16-ibilinear-chw-neonfp16arith-p16.c.o 2024-08-08T20:16:10.4629580Z [3256/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear-chw/gen/f16-ibilinear-chw-neonfp16arith-p4.c.o 2024-08-08T20:16:10.4694870Z [3257/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear-chw/gen/f16-ibilinear-chw-neonfp16arith-p8.c.o 2024-08-08T20:16:10.4784820Z [3258/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-6x16-minmax-neonfp16arith-ld64.c.o 2024-08-08T20:16:10.4887890Z [3259/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear/gen/f16-ibilinear-neonfp16arith-c8.c.o 2024-08-08T20:16:10.4896710Z [3260/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-8x8-minmax-neonfp16arith-ld64.c.o 2024-08-08T20:16:10.5068070Z [3261/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-8x16-minmax-neonfp16arith-ld64.c.o 2024-08-08T20:16:10.5172260Z [3262/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear/gen/f16-ibilinear-neonfp16arith-c16.c.o 2024-08-08T20:16:10.6493250Z [3263/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-4x16-minmax-neonfp16arith-ld64.c.o 2024-08-08T20:16:10.6497500Z [3264/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-1x8-minmax-neonfp16arith-ld64.c.o 2024-08-08T20:16:10.6535530Z [3265/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-6x8-minmax-neonfp16arith-ld64.c.o 2024-08-08T20:16:10.6587550Z [3266/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-1x16-minmax-neonfp16arith-ld64.c.o 2024-08-08T20:16:10.6753270Z [3267/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-8x16-minmax-neonfp16arith-ld64.c.o 2024-08-08T20:16:10.6769190Z [3268/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-4x8-minmax-neonfp16arith-ld64.c.o 2024-08-08T20:16:10.6815660Z [3269/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-6x16-minmax-neonfp16arith-ld64.c.o 2024-08-08T20:16:10.6988140Z [3270/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-8x8-minmax-neonfp16arith-ld64.c.o 2024-08-08T20:16:10.6992750Z [3271/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c.o 2024-08-08T20:16:10.7390360Z [3272/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c.o 2024-08-08T20:16:10.8302530Z [3273/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u8.c.o 2024-08-08T20:16:10.8332650Z [3274/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u24.c.o 2024-08-08T20:16:10.8391320Z [3275/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c.o 2024-08-08T20:16:10.8459800Z [3276/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c.o 2024-08-08T20:16:10.8489040Z [3277/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-prelu/gen/f16-prelu-neonfp16arith-2x16.c.o 2024-08-08T20:16:10.8496190Z [3278/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u16.c.o 2024-08-08T20:16:10.8660580Z [3279/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u64.c.o 2024-08-08T20:16:10.8960040Z [3280/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-prelu/gen/f16-prelu-neonfp16arith-2x8.c.o 2024-08-08T20:16:10.9180730Z [3281/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32-acc2.c.o 2024-08-08T20:16:10.9612850Z [3282/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32-acc4.c.o 2024-08-08T20:16:11.0233930Z [3283/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u40.c.o 2024-08-08T20:16:11.0243370Z [3284/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u48-acc2.c.o 2024-08-08T20:16:11.0251230Z [3285/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u40-acc5.c.o 2024-08-08T20:16:11.0488310Z [3286/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u40-acc2.c.o 2024-08-08T20:16:11.0509830Z [3287/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u48.c.o 2024-08-08T20:16:11.0754480Z [3288/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u64-acc2.c.o 2024-08-08T20:16:11.0768120Z [3289/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u48-acc3.c.o 2024-08-08T20:16:11.1010280Z [3290/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c.o 2024-08-08T20:16:11.1117950Z [3291/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u64-acc4.c.o 2024-08-08T20:16:11.1813530Z [3292/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u64.c.o 2024-08-08T20:16:11.2009090Z [3293/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u72-acc3.c.o 2024-08-08T20:16:11.2036530Z [3294/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u72.c.o 2024-08-08T20:16:11.2154660Z [3295/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u80.c.o 2024-08-08T20:16:11.2279460Z [3296/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u80-acc2.c.o 2024-08-08T20:16:11.2282530Z [3297/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u80-acc5.c.o 2024-08-08T20:16:11.2531140Z [3298/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u96-acc3.c.o 2024-08-08T20:16:11.2929330Z [3299/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u96.c.o 2024-08-08T20:16:11.2993800Z [3300/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u96-acc6.c.o 2024-08-08T20:16:11.3005140Z [3301/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u96-acc2.c.o 2024-08-08T20:16:11.3873100Z [3302/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u16-acc2.c.o 2024-08-08T20:16:11.3969040Z [3303/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u24-acc2.c.o 2024-08-08T20:16:11.4006850Z [3304/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u16-acc1.c.o 2024-08-08T20:16:11.4090250Z [3305/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u24.c.o 2024-08-08T20:16:11.4202230Z [3306/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u24-acc3.c.o 2024-08-08T20:16:11.4299580Z [3307/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u8.c.o 2024-08-08T20:16:11.4477750Z [3308/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u32-acc2.c.o 2024-08-08T20:16:11.5139160Z [3309/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u32-acc4.c.o 2024-08-08T20:16:11.5189800Z [3310/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u64-acc2.c.o 2024-08-08T20:16:11.5551700Z [3311/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u64-acc4.c.o 2024-08-08T20:16:11.5759690Z [3312/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u16-acc1.c.o 2024-08-08T20:16:11.5763620Z [3313/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u8.c.o 2024-08-08T20:16:11.5783400Z [3314/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u16-acc2.c.o 2024-08-08T20:16:11.5978660Z [3315/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u64.c.o 2024-08-08T20:16:11.6243610Z [3316/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u16.c.o 2024-08-08T20:16:11.6246380Z [3317/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-minmax-neonfp16arith-u8.c.o 2024-08-08T20:16:11.6965580Z [3318/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-fp16arith-sqrt-u1.c.o 2024-08-08T20:16:11.6988050Z [3319/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u32.c.o 2024-08-08T20:16:11.7382030Z [3320/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-fp16arith-sqrt-u2.c.o 2024-08-08T20:16:11.7536790Z [3321/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-fp16arith-sqrt-u4.c.o 2024-08-08T20:16:11.7734120Z [3322/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:11.7942260Z [3323/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:11.7988260Z [3324/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:11.8233840Z [3325/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x16c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:11.8265970Z [3326/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x16c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:11.8496290Z [3327/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:11.9489300Z [3328/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:11.9712470Z [3329/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:11.9730720Z [3330/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x16c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:11.9744110Z [3331/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:12.0010600Z [3332/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:12.0017320Z [3333/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:12.0028360Z [3334/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x16c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:12.0257680Z [3335/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:12.0782590Z [3336/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x16c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:12.0895970Z [3337/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:12.2046300Z [3338/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x16c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:12.2087300Z [3339/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x16c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:12.2255050Z [3340/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x8c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:12.2273340Z [3341/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x16c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:12.2326460Z [3342/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:12.2353730Z [3343/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:12.2630140Z [3344/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:12.2698700Z [3345/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x8c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:12.2798510Z [3346/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:12.3272640Z [3347/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x16c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:12.3970340Z [3348/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:12.4254760Z [3349/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x32c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:12.4320370Z [3350/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:12.4523770Z [3351/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:12.4590000Z [3352/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x8c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:12.4806280Z [3353/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x32c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:12.4906430Z [3354/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x16c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:12.5020040Z [3355/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x32c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:12.5157950Z [3356/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x16c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:12.5385690Z [3357/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x32c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:12.5974180Z [3358/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x8c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:12.6289050Z [3359/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x32c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:12.6309490Z [3360/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x16c4-minmax-neondotfp16arith.c.o 2024-08-08T20:16:12.6316990Z [3361/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c.o 2024-08-08T20:16:12.6991510Z [3362/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c.o 2024-08-08T20:16:12.7045910Z [3363/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c.o 2024-08-08T20:16:12.7326390Z [3364/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-1x8-acc4.c.o 2024-08-08T20:16:12.7362280Z [3365/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-1x8.c.o 2024-08-08T20:16:12.7378260Z [3366/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-1x8-acc2.c.o 2024-08-08T20:16:12.7763370Z [3367/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-1x8-acc3.c.o 2024-08-08T20:16:12.8086800Z [3368/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-4x8.c.o 2024-08-08T20:16:12.8135640Z [3369/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-3x8.c.o 2024-08-08T20:16:12.8506680Z [3370/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-2x8-acc2.c.o 2024-08-08T20:16:12.8525030Z [3371/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-2x8.c.o 2024-08-08T20:16:12.8828350Z [3372/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-5x8.c.o 2024-08-08T20:16:12.8927320Z [3373/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-6x8.c.o 2024-08-08T20:16:12.9435960Z [3374/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-1x8-acc4.c.o 2024-08-08T20:16:12.9536320Z [3375/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-1x8-acc2.c.o 2024-08-08T20:16:12.9651110Z [3376/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-1x8-acc3.c.o 2024-08-08T20:16:12.9959670Z [3377/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-1x8.c.o 2024-08-08T20:16:13.0367910Z [3378/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-2x8.c.o 2024-08-08T20:16:13.0587540Z [3379/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-4x8.c.o 2024-08-08T20:16:13.0691680Z [3380/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-3x8.c.o 2024-08-08T20:16:13.0844860Z [3381/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-1x8-acc2.c.o 2024-08-08T20:16:13.0942220Z [3382/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-1x8-acc3.c.o 2024-08-08T20:16:13.1044100Z [3383/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-2x8-acc2.c.o 2024-08-08T20:16:13.1658470Z [3384/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-1x8-acc4.c.o 2024-08-08T20:16:13.1897030Z [3385/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-1x8.c.o 2024-08-08T20:16:13.1940540Z [3386/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-1x8-acc5.c.o 2024-08-08T20:16:13.2147860Z [3387/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-2x8-acc2.c.o 2024-08-08T20:16:13.2449300Z [3388/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-2x8-acc3.c.o 2024-08-08T20:16:13.2748380Z [3389/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-2x8.c.o 2024-08-08T20:16:13.3031410Z [3390/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-3x8-acc2.c.o 2024-08-08T20:16:13.3306930Z [3391/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-3x8.c.o 2024-08-08T20:16:13.3339040Z [3392/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-4x8.c.o 2024-08-08T20:16:13.3595340Z [3393/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-5x8.c.o 2024-08-08T20:16:13.3700810Z [3394/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-1x8-acc2.c.o 2024-08-08T20:16:13.4036080Z [3395/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-4x8-acc2.c.o 2024-08-08T20:16:13.4337340Z [3396/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-1x8-acc5.c.o 2024-08-08T20:16:13.4389830Z [3397/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-1x8-acc3.c.o 2024-08-08T20:16:13.4486280Z [3398/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-1x8.c.o 2024-08-08T20:16:13.4770120Z [3399/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-1x8-acc4.c.o 2024-08-08T20:16:13.4920180Z [3400/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-2x8-acc2.c.o 2024-08-08T20:16:13.5224330Z [3401/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-2x8-acc3.c.o 2024-08-08T20:16:13.5338730Z [3402/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-2x8.c.o 2024-08-08T20:16:13.5791030Z [3403/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-3x8.c.o 2024-08-08T20:16:13.5841870Z [3404/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-3x8-acc2.c.o 2024-08-08T20:16:13.6039020Z [3405/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p8c-minmax-neonfp16arith-acc2.c.o 2024-08-08T20:16:13.6675540Z [3406/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p8c-minmax-neonfp16arith.c.o 2024-08-08T20:16:13.6912140Z [3407/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p32c-minmax-neonfp16arith-acc2.c.o 2024-08-08T20:16:13.7112350Z [3408/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p32c-minmax-neonfp16arith.c.o 2024-08-08T20:16:13.7115250Z [3409/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p8c-minmax-neonfp16arith-acc2.c.o 2024-08-08T20:16:13.7122130Z [3410/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p8c-minmax-neonfp16arith.c.o 2024-08-08T20:16:13.7735320Z [3411/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-neonfp16arith.c.o 2024-08-08T20:16:13.7953430Z [3412/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-neonfp16arith-acc2.c.o 2024-08-08T20:16:13.7989720Z [3413/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p32c-minmax-neonfp16arith-acc2.c.o 2024-08-08T20:16:13.8285310Z [3414/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-neonfp16arith.c.o 2024-08-08T20:16:13.8499330Z [3415/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l8c8s4r-minmax-neonfp16arith-acc2.c.o 2024-08-08T20:16:13.8526260Z [3416/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p32c-minmax-neonfp16arith.c.o 2024-08-08T20:16:13.8744670Z [3417/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l16c8s4r-minmax-neonfp16arith.c.o 2024-08-08T20:16:13.9100540Z [3418/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l16c8s4r-minmax-neonfp16arith-acc2.c.o 2024-08-08T20:16:13.9505920Z [3419/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-neonfp16arith-acc2.c.o 2024-08-08T20:16:13.9564930Z [3420/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l32c8s4r-minmax-neonfp16arith-acc2.c.o 2024-08-08T20:16:13.9575190Z [3421/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l8c8s4r-minmax-neonfp16arith.c.o 2024-08-08T20:16:13.9843520Z [3422/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l8c8s4r-minmax-neonfp16arith-acc2.c.o 2024-08-08T20:16:14.0290670Z [3423/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l8c8s4r-minmax-neonfp16arith.c.o 2024-08-08T20:16:14.0314050Z [3424/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l32c8s4r-minmax-neonfp16arith.c.o 2024-08-08T20:16:14.0658450Z [3425/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l16c8s4r-minmax-neonfp16arith.c.o 2024-08-08T20:16:14.0829570Z [3426/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l16c8s4r-minmax-neonfp16arith-acc2.c.o 2024-08-08T20:16:14.0838830Z [3427/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l32c8s4r-minmax-neonfp16arith-acc2.c.o 2024-08-08T20:16:14.1455610Z [3428/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l32c8s4r-minmax-neonfp16arith.c.o 2024-08-08T20:16:14.1547880Z [3429/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l16c8s4r-minmax-neonfp16arith.c.o 2024-08-08T20:16:14.1683990Z [3430/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l16c8s4r-minmax-neonfp16arith-acc2.c.o 2024-08-08T20:16:14.1991570Z [3431/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l8c8s4r-minmax-neonfp16arith.c.o 2024-08-08T20:16:14.2247630Z [3432/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l8c8s4r-minmax-neonfp16arith-acc2.c.o 2024-08-08T20:16:14.2334820Z [3433/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l32c8s4r-minmax-neonfp16arith-acc2.c.o 2024-08-08T20:16:14.2631460Z [3434/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l32c8s4r-minmax-neonfp16arith.c.o 2024-08-08T20:16:14.2661030Z [3435/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-neonfp16arith-acc2.c.o 2024-08-08T20:16:14.2766920Z [3436/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-neonfp16arith.c.o 2024-08-08T20:16:14.2770760Z [3437/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-neonfp16arith-acc2.c.o 2024-08-08T20:16:14.3807410Z [3438/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-neonfp16arith-acc2.c.o 2024-08-08T20:16:14.4012330Z [3439/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-neonfp16arith.c.o 2024-08-08T20:16:14.4122020Z [3440/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p32c-minmax-neonfp16arith-acc2.c.o 2024-08-08T20:16:14.4134090Z [3441/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p32c-minmax-neonfp16arith-acc2.c.o 2024-08-08T20:16:14.4341080Z [3442/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-neonfp16arith.c.o 2024-08-08T20:16:14.4345550Z [3443/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-minmax-fp16arith-u1.c.o 2024-08-08T20:16:14.4441690Z [3444/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p32c-minmax-neonfp16arith.c.o 2024-08-08T20:16:14.4775560Z [3445/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p32c-minmax-neonfp16arith.c.o 2024-08-08T20:16:14.5223980Z [3446/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-minmax-fp16arith-u4.c.o 2024-08-08T20:16:14.5324710Z [3447/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-minmax-fp16arith-u2.c.o 2024-08-08T20:16:14.5938600Z [3448/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-minmax-fp16arith-u2.c.o 2024-08-08T20:16:14.6033850Z [3449/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-minmax-fp16arith-u1.c.o 2024-08-08T20:16:14.6057720Z [3450/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-minmax-fp16arith-u1.c.o 2024-08-08T20:16:14.6078410Z [3451/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-minmax-fp16arith-u4.c.o 2024-08-08T20:16:14.6145170Z [3452/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-fp16arith-u1.c.o 2024-08-08T20:16:14.6320320Z [3453/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-minmax-fp16arith-u4.c.o 2024-08-08T20:16:14.6331310Z [3454/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-minmax-fp16arith-u2.c.o 2024-08-08T20:16:14.7057370Z [3455/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-minmax-fp16arith-u2.c.o 2024-08-08T20:16:14.7426020Z [3456/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-fp16arith-u4.c.o 2024-08-08T20:16:14.7648770Z [3457/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-fp16arith-u2.c.o 2024-08-08T20:16:14.7856160Z [3458/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-fp16arith-u1.c.o 2024-08-08T20:16:14.7872640Z [3459/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-fp16arith-u2.c.o 2024-08-08T20:16:14.7883630Z [3460/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-fp16arith-u1.c.o 2024-08-08T20:16:14.8189760Z [3461/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-fp16arith-u4.c.o 2024-08-08T20:16:14.8208220Z [3462/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-fp16arith-u4.c.o 2024-08-08T20:16:14.8440010Z [3463/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-fp16arith-u1.c.o 2024-08-08T20:16:14.8634130Z [3464/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-fp16arith-u2.c.o 2024-08-08T20:16:14.9268510Z [3465/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-fp16arith-u2.c.o 2024-08-08T20:16:14.9629890Z [3466/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-minmax-fp16arith-u1.c.o 2024-08-08T20:16:14.9787940Z [3467/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-minmax-fp16arith-u4.c.o 2024-08-08T20:16:14.9943580Z [3468/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-minmax-fp16arith-u2.c.o 2024-08-08T20:16:15.0099790Z [3469/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-minmax-fp16arith-u4.c.o 2024-08-08T20:16:15.0124660Z [3470/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-minmax-fp16arith-u1.c.o 2024-08-08T20:16:15.0135910Z [3471/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-minmax-fp16arith-u1.c.o 2024-08-08T20:16:15.0241380Z [3472/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-minmax-fp16arith-u2.c.o 2024-08-08T20:16:15.0260920Z [3473/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-fp16arith-u4.c.o 2024-08-08T20:16:15.1082180Z [3474/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-minmax-fp16arith-u4.c.o 2024-08-08T20:16:15.1330120Z [3475/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-minmax-fp16arith-u2.c.o 2024-08-08T20:16:15.1442100Z [3476/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-minmax-fp16arith-u1.c.o 2024-08-08T20:16:15.1618270Z [3477/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-minmax-fp16arith-u4.c.o 2024-08-08T20:16:15.1962570Z [3478/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-fp16arith-u1.c.o 2024-08-08T20:16:15.2011690Z [3479/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-fp16arith-u2.c.o 2024-08-08T20:16:15.2222810Z [3480/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-fp16arith-u4.c.o 2024-08-08T20:16:15.2273680Z [3481/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-fp16arith-u2.c.o 2024-08-08T20:16:15.2304050Z [3482/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-fp16arith-u1.c.o 2024-08-08T20:16:15.2862170Z [3483/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-minmax-fp16arith-u1.c.o 2024-08-08T20:16:15.2980290Z [3484/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-fp16arith-u4.c.o 2024-08-08T20:16:15.3099460Z [3485/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-minmax-fp16arith-u2.c.o 2024-08-08T20:16:15.3367370Z [3486/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-minmax-fp16arith-u4.c.o 2024-08-08T20:16:15.3778470Z [3487/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-minmax-fp16arith-u1.c.o 2024-08-08T20:16:15.4012370Z [3488/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-minmax-fp16arith-u4.c.o 2024-08-08T20:16:15.4556730Z [3489/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-08T20:16:15.4627690Z [3490/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-08T20:16:15.4691450Z [3491/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-minmax-fp16arith-u2.c.o 2024-08-08T20:16:15.4961060Z [3492/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-08T20:16:15.5166830Z [3493/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-08T20:16:15.5395890Z [3494/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x2-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-08T20:16:15.5591770Z [3495/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-08T20:16:15.5627500Z [3496/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-08T20:16:15.5879480Z [3497/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-08T20:16:15.6016620Z [3498/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-08T20:16:15.6722180Z [3499/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-08T20:16:15.6969290Z [3500/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-08T20:16:15.7072390Z [3501/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-08T20:16:15.7234950Z [3502/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-08T20:16:15.7346430Z [3503/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-08T20:16:15.7495030Z [3504/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-08T20:16:15.7601550Z [3505/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-08T20:16:15.7621440Z [3506/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-08T20:16:15.7901830Z [3507/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-08T20:16:15.8352100Z [3508/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-08T20:16:15.8846830Z [3509/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-08T20:16:15.8940790Z [3510/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-08T20:16:15.9187170Z [3511/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-08T20:16:15.9460830Z [3512/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-08T20:16:15.9524720Z [3513/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x2-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-08T20:16:15.9740220Z [3514/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-08T20:16:15.9748370Z [3515/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-08T20:16:15.9792270Z [3516/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-08T20:16:16.0145680Z [3517/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-08T20:16:16.0934040Z [3518/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-08T20:16:16.0940660Z [3519/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-aarch64-neonfma-prfm.c.o 2024-08-08T20:16:16.0947510Z [3520/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-aarch64-neonfma.c.o 2024-08-08T20:16:16.1013450Z [3521/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x16-minmax-aarch64-neonfma-prfm.c.o 2024-08-08T20:16:16.1298850Z [3522/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-08T20:16:16.1309860Z [3523/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x16-minmax-aarch64-neonfma.c.o 2024-08-08T20:16:16.1596610Z [3524/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-aarch64-neonfma-prfm.c.o 2024-08-08T20:16:16.1874570Z [3525/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-08T20:16:16.2043050Z [3526/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-aarch64-neonfma.c.o 2024-08-08T20:16:16.2637090Z [3527/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-08T20:16:16.3032030Z [3528/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-08T20:16:16.3126220Z [3529/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-08T20:16:16.3336830Z [3530/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-08T20:16:16.3371050Z [3531/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-08T20:16:16.3547430Z [3532/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-08T20:16:16.3560180Z [3533/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-08T20:16:16.3872830Z [3534/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-08T20:16:16.4200220Z [3535/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-08T20:16:16.4503290Z [3536/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-08T20:16:16.4507140Z [3537/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-08T20:16:16.5270260Z [3538/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-08T20:16:16.5508540Z [3539/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x2-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-08T20:16:16.5513100Z [3540/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-08T20:16:16.5540370Z [3541/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x2-minmax-aarch64-neonfma.c.o 2024-08-08T20:16:16.5560270Z [3542/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-08T20:16:16.5566450Z [3543/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-08T20:16:16.5938380Z [3544/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-08T20:16:16.6331470Z [3545/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-aarch64-neonfma.c.o 2024-08-08T20:16:16.6723940Z [3546/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x4-minmax-aarch64-neonfma.c.o 2024-08-08T20:16:16.7050540Z [3547/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-aarch64-neonfma.c.o 2024-08-08T20:16:16.7345720Z [3548/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x2-minmax-aarch64-neonfma.c.o 2024-08-08T20:16:16.7494040Z [3549/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-12x4-minmax-aarch64-neonfma.c.o 2024-08-08T20:16:16.7560070Z [3550/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x4-minmax-aarch64-neonfma.c.o 2024-08-08T20:16:16.7605150Z [3551/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x4-minmax-aarch64-neonfma.c.o 2024-08-08T20:16:16.7898140Z [3552/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-12x2-minmax-aarch64-neonfma.c.o 2024-08-08T20:16:16.7919900Z [3553/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut64-p2-div-u4.c.o 2024-08-08T20:16:16.8005620Z [3554/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut64-p2-div-u8.c.o 2024-08-08T20:16:16.8180910Z [3555/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x2-minmax-aarch64-neonfma.c.o 2024-08-08T20:16:16.8583090Z [3556/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut64-p2-div-u12.c.o 2024-08-08T20:16:16.8608260Z [3557/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut64-p2-div-u16.c.o 2024-08-08T20:16:16.9417830Z [3558/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut64-p2-div-u20.c.o 2024-08-08T20:16:16.9567470Z [3559/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut2048-p1-div-u4.c.o 2024-08-08T20:16:16.9736680Z [3560/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut64-p2-div-u24.c.o 2024-08-08T20:16:16.9911220Z [3561/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut2048-p1-div-u8.c.o 2024-08-08T20:16:16.9914950Z [3562/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut2048-p1-div-u12.c.o 2024-08-08T20:16:16.9967760Z [3563/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut2048-p1-div-u20.c.o 2024-08-08T20:16:17.0251030Z [3564/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut2048-p1-div-u24.c.o 2024-08-08T20:16:17.0258630Z [3565/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut2048-p1-div-u16.c.o 2024-08-08T20:16:17.0599280Z [3566/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-p5-div-u4.c.o 2024-08-08T20:16:17.0952420Z [3567/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-p5-div-u8.c.o 2024-08-08T20:16:17.1544540Z [3568/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-p5-div-u12.c.o 2024-08-08T20:16:17.1863270Z [3569/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-p5-div-u24.c.o 2024-08-08T20:16:17.1900250Z [3570/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-aarch64-neonfma-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-08-08T20:16:17.2050760Z [3571/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-aarch64-neonfma-expm1minus-rr1-lut8-p4h3ts-div-u12.c.o 2024-08-08T20:16:17.2141010Z [3572/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-p5-div-u16.c.o 2024-08-08T20:16:17.2150020Z [3573/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-aarch64-neonfma-expm1minus-rr1-lut8-p4h3ts-div-u8.c.o 2024-08-08T20:16:17.2155750Z [3574/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-p5-div-u20.c.o 2024-08-08T20:16:17.2409650Z [3575/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-aarch64-neonfma-expm1minus-rr1-lut8-p4h3ts-div-u16.c.o 2024-08-08T20:16:17.2490890Z [3576/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-aarch64-neonfma-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-08-08T20:16:17.2899680Z [3577/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-aarch64-neonfma-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-08-08T20:16:17.3586500Z [3578/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-aarch64-neonfma-expm1minus-rr1-p6h5ts-div-u12.c.o 2024-08-08T20:16:17.3698280Z [3579/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-aarch64-neonfma-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-08-08T20:16:17.3716110Z [3580/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-aarch64-neonfma-rr1-lut64-p2-div.c.o 2024-08-08T20:16:17.3941180Z [3581/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-aarch64-neonfma-rr1-p5-div.c.o 2024-08-08T20:16:17.3956100Z [3582/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-aarch64-neonfma-rr2-lut64-p2-div.c.o 2024-08-08T20:16:17.4381370Z [3583/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-aarch64-neonfma-rr2-p5-div.c.o 2024-08-08T20:16:17.4481960Z [3584/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-aarch64-neonfma-rr2-lut2048-p1-div.c.o 2024-08-08T20:16:17.4698560Z [3585/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-aarch64-neonfma-rr1-lut2048-p1-div.c.o 2024-08-08T20:16:17.4726800Z [3586/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-aarch64-neonfma-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-08-08T20:16:17.5063740Z [3587/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-aarch64-neonfma-expm1minus-rr1-p6h5ts-div.c.o 2024-08-08T20:16:17.5388500Z [3588/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-minmax-fp16arith-u2.c.o 2024-08-08T20:16:17.5487900Z [3589/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-minmax-fp16arith-u1.c.o 2024-08-08T20:16:17.5845700Z [3590/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p16c-minmax-neonfp16arith-acc2.c.o 2024-08-08T20:16:17.6006730Z [3591/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-minmax-fp16arith-u4.c.o 2024-08-08T20:16:17.6036680Z [3592/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p16c-minmax-neonfp16arith.c.o 2024-08-08T20:16:17.6583270Z [3593/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neonv8-ld64-u16.c.o 2024-08-08T20:16:17.6863200Z [3594/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neonv8-ld128-u16.c.o 2024-08-08T20:16:17.6895500Z [3595/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:17.6956340Z [3596/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:17.7052470Z [3597/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neonv8-ld64-u8.c.o 2024-08-08T20:16:17.7336050Z [3598/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:17.7434120Z [3599/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:17.7916140Z [3600/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:17.8191210Z [3601/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:17.8485650Z [3602/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:17.8603700Z [3603/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:17.9067450Z [3604/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:17.9275680Z [3605/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:17.9358930Z [3606/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:17.9571280Z [3607/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:17.9676350Z [3608/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:18.0083670Z [3609/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:18.0135690Z [3610/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-neonv8-c8.c.o 2024-08-08T20:16:18.0195810Z [3611/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:18.0352960Z [3612/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-neonv8-c24.c.o 2024-08-08T20:16:18.0419000Z [3613/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-neonv8-c16.c.o 2024-08-08T20:16:18.0857470Z [3614/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-neonv8-c8.c.o 2024-08-08T20:16:18.1084230Z [3615/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-neonv8-c16.c.o 2024-08-08T20:16:18.1198670Z [3616/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-neonv8-c32.c.o 2024-08-08T20:16:18.1419720Z [3617/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-neonv8-c24.c.o 2024-08-08T20:16:18.2167030Z [3618/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-neonv8-c32.c.o 2024-08-08T20:16:18.2327270Z [3619/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neonv8-ld64-u8.c.o 2024-08-08T20:16:18.2362030Z [3620/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-08T20:16:18.2368310Z [3621/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neonv8-ld64-u16.c.o 2024-08-08T20:16:18.2588110Z [3622/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-08T20:16:18.2657610Z [3623/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-08T20:16:18.2769820Z [3624/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-08T20:16:18.2783390Z [3625/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neonv8-ld128-u16.c.o 2024-08-08T20:16:18.3136800Z [3626/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neonv8-ld64-u8.c.o 2024-08-08T20:16:18.3724420Z [3627/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neonv8-ld64-u16.c.o 2024-08-08T20:16:18.4263850Z [3628/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-aarch64-neon-u4.c.o 2024-08-08T20:16:18.4419060Z [3629/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-aarch64-neon-u4.c.o 2024-08-08T20:16:18.4428620Z [3630/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-aarch64-neon-u8.c.o 2024-08-08T20:16:18.4480050Z [3631/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-aarch64-neon-u4.c.o 2024-08-08T20:16:18.4509060Z [3632/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-aarch64-neon-u8.c.o 2024-08-08T20:16:18.4714370Z [3633/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neonv8-ld128-u16.c.o 2024-08-08T20:16:18.4806910Z [3634/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-aarch64-neon-sqrt-u4.c.o 2024-08-08T20:16:18.5115130Z [3635/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-aarch64-neon-u8.c.o 2024-08-08T20:16:18.5568980Z [3636/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-aarch64-neon-sqrt-u8.c.o 2024-08-08T20:16:18.5981440Z [3637/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u32.c.o 2024-08-08T20:16:18.6136600Z [3638/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u64.c.o 2024-08-08T20:16:18.6152070Z [3639/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/x24-transposec-4x4-aarch64-neon-tbl128.c.o 2024-08-08T20:16:18.6157920Z [3640/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u16.c.o 2024-08-08T20:16:18.6189830Z [3641/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u48.c.o 2024-08-08T20:16:18.6195800Z [3642/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-aarch64-neon-sqrt-u16.c.o 2024-08-08T20:16:18.6680280Z [3643/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/x32-transposec-4x4-aarch64-neon-tbl128.c.o 2024-08-08T20:16:18.6708530Z [3644/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-aarch64-neonfma-2x2.c.o 2024-08-08T20:16:18.7703660Z [3645/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x4-aarch64-neonfma-2x1.c.o 2024-08-08T20:16:18.7793370Z [3646/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x4-aarch64-neonfma-2x2.c.o 2024-08-08T20:16:18.7845320Z [3647/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x8-aarch64-neonfma-2x2.c.o 2024-08-08T20:16:18.7923350Z [3648/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x8-aarch64-neonfma-2x1.c.o 2024-08-08T20:16:18.8050860Z [3649/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x8-aarch64-neonfma-2x1.c.o 2024-08-08T20:16:18.8072590Z [3650/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x4-aarch64-neonfma-2x2.c.o 2024-08-08T20:16:18.8181330Z [3651/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x4-aarch64-neonfma-2x1.c.o 2024-08-08T20:16:18.8186290Z [3652/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x8-aarch64-neonfma-2x2.c.o 2024-08-08T20:16:18.8909780Z [3653/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-1x4-acc2.c.o 2024-08-08T20:16:18.9518060Z [3654/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-1x4-acc3.c.o 2024-08-08T20:16:18.9766260Z [3655/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-2x4-acc2.c.o 2024-08-08T20:16:18.9787530Z [3656/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-1x4.c.o 2024-08-08T20:16:18.9975020Z [3657/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-1x4-acc4.c.o 2024-08-08T20:16:19.0000430Z [3658/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-5x4.c.o 2024-08-08T20:16:19.0039690Z [3659/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-6x4.c.o 2024-08-08T20:16:19.0251650Z [3660/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-2x4.c.o 2024-08-08T20:16:19.0254650Z [3661/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-4x4.c.o 2024-08-08T20:16:19.0343180Z [3662/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-3x4.c.o 2024-08-08T20:16:19.1393360Z [3663/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-1x4-acc2.c.o 2024-08-08T20:16:19.1507590Z [3664/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-1x4-acc4.c.o 2024-08-08T20:16:19.1635170Z [3665/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-1x4.c.o 2024-08-08T20:16:19.1764690Z [3666/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-1x4-acc3.c.o 2024-08-08T20:16:19.1782450Z [3667/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-2x4-acc2.c.o 2024-08-08T20:16:19.1883910Z [3668/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-2x4.c.o 2024-08-08T20:16:19.2026670Z [3669/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-3x4.c.o 2024-08-08T20:16:19.2255780Z [3670/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-4x4.c.o 2024-08-08T20:16:19.2370780Z [3671/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-1x4-acc2.c.o 2024-08-08T20:16:19.2968010Z [3672/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-1x4-acc3.c.o 2024-08-08T20:16:19.3687730Z [3673/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-1x4-acc4.c.o 2024-08-08T20:16:19.3839970Z [3674/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-3x4-acc2.c.o 2024-08-08T20:16:19.3867000Z [3675/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-1x4.c.o 2024-08-08T20:16:19.3963480Z [3676/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-2x4-acc2.c.o 2024-08-08T20:16:19.4157300Z [3677/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-4x4-acc2.c.o 2024-08-08T20:16:19.4195010Z [3678/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-2x4-acc3.c.o 2024-08-08T20:16:19.4403770Z [3679/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-1x4-acc5.c.o 2024-08-08T20:16:19.4407840Z [3680/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-2x4.c.o 2024-08-08T20:16:19.5351700Z [3681/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-4x4.c.o 2024-08-08T20:16:19.5430500Z [3682/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-3x4.c.o 2024-08-08T20:16:19.5721230Z [3683/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-5x4.c.o 2024-08-08T20:16:19.5756030Z [3684/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4-acc4.c.o 2024-08-08T20:16:19.5968160Z [3685/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4-acc5.c.o 2024-08-08T20:16:19.6000330Z [3686/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4-acc3.c.o 2024-08-08T20:16:19.6249060Z [3687/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4.c.o 2024-08-08T20:16:19.6259760Z [3688/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4-acc2.c.o 2024-08-08T20:16:19.6587320Z [3689/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-2x4-acc3.c.o 2024-08-08T20:16:19.6879390Z [3690/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-2x4-acc2.c.o 2024-08-08T20:16:19.7268470Z [3691/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-2x4.c.o 2024-08-08T20:16:19.7298200Z [3692/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-3x4-acc2.c.o 2024-08-08T20:16:19.7554840Z [3693/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-3x4.c.o 2024-08-08T20:16:19.7591320Z [3694/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-08T20:16:19.8140910Z [3695/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-08T20:16:19.8151650Z [3696/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-neonv8-c16.c.o 2024-08-08T20:16:19.8421330Z [3697/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-neonv8-c24.c.o 2024-08-08T20:16:19.8445540Z [3698/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-08T20:16:19.8932590Z [3699/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-08T20:16:19.9297640Z [3700/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-neonv8-c24.c.o 2024-08-08T20:16:19.9427980Z [3701/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-neonv8-c32.c.o 2024-08-08T20:16:19.9546400Z [3702/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-neonv8-c16.c.o 2024-08-08T20:16:19.9641370Z [3703/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-neonv8-c8.c.o 2024-08-08T20:16:19.9648110Z [3704/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-neonv8-c32.c.o 2024-08-08T20:16:19.9935940Z [3705/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-neonv8-mla8-ld64.c.o 2024-08-08T20:16:20.0097100Z [3706/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neonv8-mla8-ld64.c.o 2024-08-08T20:16:20.0599660Z [3707/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-neonv8-mla8-ld64.c.o 2024-08-08T20:16:20.0623620Z [3708/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-neonv8-mul8-ld64.c.o 2024-08-08T20:16:20.1109480Z [3709/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neonv8-mla8-ld128.c.o 2024-08-08T20:16:20.1466490Z [3710/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mla8-ld128.c.o 2024-08-08T20:16:20.1472390Z [3711/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:20.1694490Z [3712/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mla8-ld64.c.o 2024-08-08T20:16:20.1767430Z [3713/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:20.1777930Z [3714/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:20.1785830Z [3715/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mul8-ld64.c.o 2024-08-08T20:16:20.2034760Z [3716/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mul8-ld128.c.o 2024-08-08T20:16:20.2677620Z [3717/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-neonv8-mul8-ld64.c.o 2024-08-08T20:16:20.3032550Z [3718/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-neonv8-mla8-ld64.c.o 2024-08-08T20:16:20.3695810Z [3719/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:20.3797350Z [3720/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mul8-ld128.c.o 2024-08-08T20:16:20.3900970Z [3721/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mul8-ld64.c.o 2024-08-08T20:16:20.3971710Z [3722/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mla8-ld128.c.o 2024-08-08T20:16:20.3989820Z [3723/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mla8-ld64.c.o 2024-08-08T20:16:20.4003270Z [3724/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:20.4260980Z [3725/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:20.4264910Z [3726/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-neonv8-mla8-ld64.c.o 2024-08-08T20:16:20.5379450Z [3727/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:20.5463170Z [3728/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-neonv8-mul8-ld64.c.o 2024-08-08T20:16:20.5596230Z [3729/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mla8-ld64.c.o 2024-08-08T20:16:20.5772790Z [3730/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mul8-ld128.c.o 2024-08-08T20:16:20.5786660Z [3731/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:20.6014210Z [3732/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mla8-ld128.c.o 2024-08-08T20:16:20.6034380Z [3733/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mul8-ld64.c.o 2024-08-08T20:16:20.6050440Z [3734/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:20.6448350Z [3735/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-neonv8-mul8-ld64.c.o 2024-08-08T20:16:20.6583540Z [3736/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-neonv8-mla8-ld64.c.o 2024-08-08T20:16:20.7422170Z [3737/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:20.7657310Z [3738/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neonv8-mla8-ld64.c.o 2024-08-08T20:16:20.7670910Z [3739/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neonv8-mla8-ld128.c.o 2024-08-08T20:16:20.7731240Z [3740/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neonv8-mul8-ld64.c.o 2024-08-08T20:16:20.7974350Z [3741/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:20.7997710Z [3742/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neonv8-mul8-ld128.c.o 2024-08-08T20:16:20.8182930Z [3743/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neonv8-mla8-ld64.c.o 2024-08-08T20:16:20.8269410Z [3744/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:20.8968600Z [3745/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neonv8-mul8-ld64.c.o 2024-08-08T20:16:20.9080530Z [3746/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:20.9326850Z [3747/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neonv8-mla8-ld64.c.o 2024-08-08T20:16:20.9937270Z [3748/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neonv8-mla8-ld128.c.o 2024-08-08T20:16:20.9955290Z [3749/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neonv8-mul8-ld64.c.o 2024-08-08T20:16:21.0101690Z [3750/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-08T20:16:21.0184080Z [3751/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:21.0305530Z [3752/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neonv8-mul8-ld128.c.o 2024-08-08T20:16:21.0309490Z [3753/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:21.0415470Z [3754/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-08T20:16:21.1305700Z [3755/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neonv8-mlal-ld1r.c.o 2024-08-08T20:16:21.1351360Z [3756/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neonv8-mlal-dup.c.o 2024-08-08T20:16:21.1659280Z [3757/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neonv8-mlal-ld2r.c.o 2024-08-08T20:16:21.1749470Z [3758/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2s4-minmax-fp32-neonv8-mlal.c.o 2024-08-08T20:16:21.2023950Z [3759/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neonv8-mlal-ld4r.c.o 2024-08-08T20:16:21.2111370Z [3760/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neonv8-mlal-dup.c.o 2024-08-08T20:16:21.2328590Z [3761/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neonv8-mlal-ld1r.c.o 2024-08-08T20:16:21.2367530Z [3762/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4s2-minmax-fp32-neonv8-mlal.c.o 2024-08-08T20:16:21.2682940Z [3763/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neonv8-mlal-ld2r.c.o 2024-08-08T20:16:21.2901270Z [3764/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-neonv8-mlal.c.o 2024-08-08T20:16:21.3663200Z [3765/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-08T20:16:21.3771660Z [3766/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-08T20:16:21.3844940Z [3767/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neonv8-mlal-dup.c.o 2024-08-08T20:16:21.3887640Z [3768/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-08T20:16:21.3957490Z [3769/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neonv8-mlal-ld1r.c.o 2024-08-08T20:16:21.4189650Z [3770/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-08T20:16:21.4699600Z [3771/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neonv8-mlal-ld4r.c.o 2024-08-08T20:16:21.4703330Z [3772/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2s4-minmax-fp32-neonv8-mlal.c.o 2024-08-08T20:16:21.5014680Z [3773/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4-minmax-fp32-neonv8-mlal-dup.c.o 2024-08-08T20:16:21.5308940Z [3774/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neonv8-mlal-ld2r.c.o 2024-08-08T20:16:21.5647800Z [3775/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4-minmax-fp32-neonv8-mlal-ld1r.c.o 2024-08-08T20:16:21.5792040Z [3776/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4-minmax-fp32-neonv8-mlal-ld2r.c.o 2024-08-08T20:16:21.6033820Z [3777/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4s2-minmax-fp32-neonv8-mlal.c.o 2024-08-08T20:16:21.6040880Z [3778/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-neonv8-mlal.c.o 2024-08-08T20:16:21.6057570Z [3779/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-08T20:16:21.6235270Z [3780/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-08T20:16:21.6869920Z [3781/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-08T20:16:21.7009270Z [3782/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-08T20:16:21.7182550Z [3783/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-08T20:16:21.7380440Z [3784/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-08T20:16:21.7826550Z [3785/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-08T20:16:21.8064080Z [3786/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-08T20:16:21.8328330Z [3787/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-08T20:16:21.8344630Z [3788/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-08T20:16:21.8370120Z [3789/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-08T20:16:21.8380200Z [3790/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-08T20:16:21.9224160Z [3791/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-08T20:16:21.9284320Z [3792/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-08T20:16:21.9586480Z [3793/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-08T20:16:21.9918980Z [3794/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-08T20:16:22.0185470Z [3795/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neonv8-mlal-dup.c.o 2024-08-08T20:16:22.0456060Z [3796/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2s4-minmax-fp32-neonv8-mlal.c.o 2024-08-08T20:16:22.0481940Z [3797/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neonv8-mlal-dup.c.o 2024-08-08T20:16:22.0685570Z [3798/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neonv8-mlal-ld2r.c.o 2024-08-08T20:16:22.1065060Z [3799/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neonv8-mlal-ld1r.c.o 2024-08-08T20:16:22.1112490Z [3800/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neonv8-mlal-ld4r.c.o 2024-08-08T20:16:22.1497240Z [3801/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neonv8-mlal-ld1r.c.o 2024-08-08T20:16:22.1685790Z [3802/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-neonv8-mlal.c.o 2024-08-08T20:16:22.1909440Z [3803/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4s2-minmax-fp32-neonv8-mlal.c.o 2024-08-08T20:16:22.1942120Z [3804/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neonv8-mlal-ld2r.c.o 2024-08-08T20:16:22.2072060Z [3805/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-08T20:16:22.2324890Z [3806/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-08T20:16:22.2522740Z [3807/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-08T20:16:22.2985670Z [3808/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-08T20:16:22.3446240Z [3809/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neonv8-mlal-ld2r.c.o 2024-08-08T20:16:22.3458840Z [3810/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neonv8-mlal-dup.c.o 2024-08-08T20:16:22.3691020Z [3811/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neonv8-mlal-ld1r.c.o 2024-08-08T20:16:22.3721940Z [3812/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2s4-minmax-fp32-neonv8-mlal.c.o 2024-08-08T20:16:22.3965950Z [3813/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neonv8-mlal-ld4r.c.o 2024-08-08T20:16:22.3978210Z [3814/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4-minmax-fp32-neonv8-mlal-ld1r.c.o 2024-08-08T20:16:22.3988500Z [3815/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4-minmax-fp32-neonv8-mlal-dup.c.o 2024-08-08T20:16:22.4223790Z [3816/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4-minmax-fp32-neonv8-mlal-ld2r.c.o 2024-08-08T20:16:22.4475280Z [3817/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4s2-minmax-fp32-neonv8-mlal.c.o 2024-08-08T20:16:22.5015220Z [3818/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-neonv8-mlal.c.o 2024-08-08T20:16:22.5702400Z [3819/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-08T20:16:22.5842090Z [3820/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-08T20:16:22.5893820Z [3821/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-08T20:16:22.5901910Z [3822/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-08T20:16:22.6050490Z [3823/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-08T20:16:22.6146740Z [3824/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-08T20:16:22.6154060Z [3825/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-08T20:16:22.6384710Z [3826/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-08T20:16:22.6889470Z [3827/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-08T20:16:22.7033330Z [3828/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-08T20:16:22.7677090Z [3829/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-08T20:16:22.7772870Z [3830/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-08T20:16:22.7888910Z [3831/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-08T20:16:22.7995270Z [3832/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neonv8-ld128-u16.c.o 2024-08-08T20:16:22.8106290Z [3833/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neonv8-ld64-u16.c.o 2024-08-08T20:16:22.8262100Z [3834/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-08T20:16:22.8529110Z [3835/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neonv8-ld64-u8.c.o 2024-08-08T20:16:22.8804020Z [3836/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-08T20:16:22.9447340Z [3837/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr1-lut2048-p1-nr2recps.c.o 2024-08-08T20:16:22.9454460Z [3838/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-08T20:16:22.9483290Z [3839/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr1-lut2048-p1-nr1recps1fma.c.o 2024-08-08T20:16:22.9525260Z [3840/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-08T20:16:22.9778150Z [3841/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr1-p5-nr1recps1fma.c.o 2024-08-08T20:16:22.9782720Z [3842/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr1-lut64-p2-nr2recps.c.o 2024-08-08T20:16:22.9788740Z [3843/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr1-p5-nr2fma.c.o 2024-08-08T20:16:22.9829900Z [3844/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr1-lut2048-p1-nr2fma.c.o 2024-08-08T20:16:23.0973770Z [3845/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr1-p5-nr2recps.c.o 2024-08-08T20:16:23.1223810Z [3846/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr2-lut2048-p1-nr2fma.c.o 2024-08-08T20:16:23.1352850Z [3847/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr2-lut64-p2-nr2fma.c.o 2024-08-08T20:16:23.1368000Z [3848/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr2-lut2048-p1-nr1recps1fma.c.o 2024-08-08T20:16:23.1433690Z [3849/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr2-lut64-p2-nr1recps1fma.c.o 2024-08-08T20:16:23.1437130Z [3850/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr2-lut2048-p1-nr2recps.c.o 2024-08-08T20:16:23.1560230Z [3851/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr2-p5-nr1recps1fma.c.o 2024-08-08T20:16:23.1571130Z [3852/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr2-p5-nr2fma.c.o 2024-08-08T20:16:23.1842080Z [3853/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-neonfma-nr1rsqrts1fma1adj.c.o 2024-08-08T20:16:23.1846710Z [3854/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr2-lut64-p2-nr2recps.c.o 2024-08-08T20:16:23.3024620Z [3855/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr2-p5-nr2recps.c.o 2024-08-08T20:16:23.3114550Z [3856/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-neonfma-nr3fma.c.o 2024-08-08T20:16:23.3227500Z [3857/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-lut8-p4h2ts-nr1recps1fma.c.o 2024-08-08T20:16:23.3297800Z [3858/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-neonfma-nr1fma.c.o 2024-08-08T20:16:23.3338550Z [3859/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-neonfma-nr2fma.c.o 2024-08-08T20:16:23.3361340Z [3860/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-neonfma-nr2fma1adj.c.o 2024-08-08T20:16:23.3557640Z [3861/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-lut8-p4h2ts-nr2recps.c.o 2024-08-08T20:16:23.3591220Z [3862/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-lut8-p4h3ps-nr1recps1fma.c.o 2024-08-08T20:16:23.3952040Z [3863/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-lut8-p4h2ts-nr2fma.c.o 2024-08-08T20:16:23.4224060Z [3864/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-lut8-p4h3ps-nr1recps1fmaadj.c.o 2024-08-08T20:16:23.4675510Z [3865/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-lut8-p4h3ps-nr2fma.c.o 2024-08-08T20:16:23.4929280Z [3866/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-lut8-p4h3ps-nr2recps.c.o 2024-08-08T20:16:23.5156320Z [3867/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-lut8-p4h3ps-nr2fmaadj.c.o 2024-08-08T20:16:23.5208020Z [3868/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-lut8-p4h3ps-nr2recpsadj.c.o 2024-08-08T20:16:23.5551250Z [3869/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-p6h5ts-nr1recps1fma.c.o 2024-08-08T20:16:23.5573870Z [3870/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-p6h5ts-nr1recps1fmaadj.c.o 2024-08-08T20:16:23.5598570Z [3871/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-p6h5ts-nr2fma.c.o 2024-08-08T20:16:23.5852330Z [3872/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-p6h5ts-nr2fmaadj.c.o 2024-08-08T20:16:23.6284690Z [3873/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-p6h5ts-nr2recps.c.o 2024-08-08T20:16:23.6528000Z [3874/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-p6h5ts-nr2recpsadj.c.o 2024-08-08T20:16:23.6811590Z [3875/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u16.c.o 2024-08-08T20:16:23.7075140Z [3876/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u8.c.o 2024-08-08T20:16:23.7234190Z [3877/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u16.c.o 2024-08-08T20:16:23.7339040Z [3878/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u32.c.o 2024-08-08T20:16:23.7346470Z [3879/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-neonv8-u8.c.o 2024-08-08T20:16:23.7478110Z [3880/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u24.c.o 2024-08-08T20:16:23.7617780Z [3881/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u8.c.o 2024-08-08T20:16:23.7728870Z [3882/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u24.c.o 2024-08-08T20:16:23.7814100Z [3883/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u32.c.o 2024-08-08T20:16:23.8435160Z [3884/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-neonv8-u4.c.o 2024-08-08T20:16:23.8751610Z [3885/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-neonv8-u8.c.o 2024-08-08T20:16:23.8886000Z [3886/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-neonv8-u4.c.o 2024-08-08T20:16:23.9430340Z [3887/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-qs8-cvt-neonv8.c.o 2024-08-08T20:16:23.9576860Z [3888/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-neonv8-u8.c.o 2024-08-08T20:16:23.9585680Z [3889/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-neonv8-u8.c.o 2024-08-08T20:16:23.9633190Z [3890/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-neonv8-u4.c.o 2024-08-08T20:16:23.9639950Z [3891/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-neonv8.c.o 2024-08-08T20:16:23.9913520Z [3892/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-qu8-cvt-neonv8.c.o 2024-08-08T20:16:24.0106460Z [3893/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-neonv8-u4.c.o 2024-08-08T20:16:24.0130470Z [3894/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-neonv8.c.o 2024-08-08T20:16:24.0602970Z [3895/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-neonv8.c.o 2024-08-08T20:16:24.0678290Z [3896/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-neonv8.c.o 2024-08-08T20:16:24.1264330Z [3897/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:24.1699770Z [3898/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:24.1719280Z [3899/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:24.1730680Z [3900/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:24.1758420Z [3901/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:24.2006690Z [3902/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:24.2013930Z [3903/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:24.2043420Z [3904/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:24.2998930Z [3905/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:24.3103990Z [3906/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:24.3300050Z [3907/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:24.3772590Z [3908/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:24.3777710Z [3909/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u20.c.o 2024-08-08T20:16:24.3966330Z [3910/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c8-minmax-neonfma-2x.c.o 2024-08-08T20:16:24.4001400Z [3911/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:24.4238770Z [3912/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u4.c.o 2024-08-08T20:16:24.4257120Z [3913/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:24.4560650Z [3914/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u24.c.o 2024-08-08T20:16:24.5181870Z [3915/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u8.c.o 2024-08-08T20:16:24.5298080Z [3916/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u12.c.o 2024-08-08T20:16:24.5408070Z [3917/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u16.c.o 2024-08-08T20:16:24.5531690Z [3918/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-neonfma-2x.c.o 2024-08-08T20:16:24.5536820Z [3919/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u24.c.o 2024-08-08T20:16:24.5552740Z [3920/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u20.c.o 2024-08-08T20:16:24.5633960Z [3921/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr1recps1fma-u4.c.o 2024-08-08T20:16:24.6345680Z [3922/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr1recps1fma-u8.c.o 2024-08-08T20:16:24.6633810Z [3923/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr1recps1fma-u16.c.o 2024-08-08T20:16:24.6704000Z [3924/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr1recps1fma-u12.c.o 2024-08-08T20:16:24.7301660Z [3925/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2fma-u16.c.o 2024-08-08T20:16:24.7372170Z [3926/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2fma-u20.c.o 2024-08-08T20:16:24.7556660Z [3927/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2fma-u4.c.o 2024-08-08T20:16:24.7566240Z [3928/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr1recps1fma-u24.c.o 2024-08-08T20:16:24.7791800Z [3929/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2fma-u8.c.o 2024-08-08T20:16:24.7933810Z [3930/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr1recps1fma-u20.c.o 2024-08-08T20:16:24.8027550Z [3931/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2fma-u12.c.o 2024-08-08T20:16:24.8477820Z [3932/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2fma-u24.c.o 2024-08-08T20:16:24.8838010Z [3933/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u4.c.o 2024-08-08T20:16:24.8986200Z [3934/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u8.c.o 2024-08-08T20:16:24.9187780Z [3935/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u24.c.o 2024-08-08T20:16:24.9245810Z [3936/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u12.c.o 2024-08-08T20:16:24.9271920Z [3937/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u16.c.o 2024-08-08T20:16:24.9499890Z [3938/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u20.c.o 2024-08-08T20:16:24.9505930Z [3939/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr1recps1fma-u4.c.o 2024-08-08T20:16:24.9935690Z [3940/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr1recps1fma-u8.c.o 2024-08-08T20:16:25.0446960Z [3941/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr1recps1fma-u12.c.o 2024-08-08T20:16:25.0547360Z [3942/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr1recps1fma-u16.c.o 2024-08-08T20:16:25.0723620Z [3943/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr1recps1fma-u24.c.o 2024-08-08T20:16:25.0739100Z [3944/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr1recps1fma-u20.c.o 2024-08-08T20:16:25.1118240Z [3945/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2fma-u4.c.o 2024-08-08T20:16:25.1323990Z [3946/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2fma-u12.c.o 2024-08-08T20:16:25.1402110Z [3947/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2fma-u8.c.o 2024-08-08T20:16:25.1445680Z [3948/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2fma-u16.c.o 2024-08-08T20:16:25.1715810Z [3949/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2fma-u20.c.o 2024-08-08T20:16:25.2096930Z [3950/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2fma-u24.c.o 2024-08-08T20:16:25.2407080Z [3951/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2recps-u8.c.o 2024-08-08T20:16:25.2638310Z [3952/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2recps-u16.c.o 2024-08-08T20:16:25.2911010Z [3953/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2recps-u12.c.o 2024-08-08T20:16:25.3117770Z [3954/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u4.c.o 2024-08-08T20:16:25.3314110Z [3955/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2recps-u20.c.o 2024-08-08T20:16:25.3322200Z [3956/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2recps-u24.c.o 2024-08-08T20:16:25.3615240Z [3957/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2recps-u4.c.o 2024-08-08T20:16:25.3656300Z [3958/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u8.c.o 2024-08-08T20:16:25.3914340Z [3959/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u12.c.o 2024-08-08T20:16:25.4125780Z [3960/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u20.c.o 2024-08-08T20:16:25.4129580Z [3961/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u16.c.o 2024-08-08T20:16:25.4486150Z [3962/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u24.c.o 2024-08-08T20:16:25.4826570Z [3963/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u4.c.o 2024-08-08T20:16:25.4987160Z [3964/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u8.c.o 2024-08-08T20:16:25.5034420Z [3965/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u16.c.o 2024-08-08T20:16:25.5394840Z [3966/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u20.c.o 2024-08-08T20:16:25.5437020Z [3967/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u12.c.o 2024-08-08T20:16:25.5677010Z [3968/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u24.c.o 2024-08-08T20:16:25.5881080Z [3969/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u4.c.o 2024-08-08T20:16:25.6092210Z [3970/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u12.c.o 2024-08-08T20:16:25.6259360Z [3971/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u8.c.o 2024-08-08T20:16:25.6831170Z [3972/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u20.c.o 2024-08-08T20:16:25.6882020Z [3973/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u16.c.o 2024-08-08T20:16:25.7107610Z [3974/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-neonfma-nr1rsqrts1fma1adj-u8.c.o 2024-08-08T20:16:25.7127630Z [3975/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-neonfma-nr1rsqrts1fma1adj-u16.c.o 2024-08-08T20:16:25.7367650Z [3976/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-neonfma-nr1rsqrts1fma1adj-u4.c.o 2024-08-08T20:16:25.7600300Z [3977/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-neonfma-nr2fma1adj-u8.c.o 2024-08-08T20:16:25.7615120Z [3978/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-neonfma-nr2fma1adj-u4.c.o 2024-08-08T20:16:25.7770420Z [3979/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u24.c.o 2024-08-08T20:16:25.7934400Z [3980/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-neonfma-nr2fma1adj-u16.c.o 2024-08-08T20:16:25.8094300Z [3981/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-lut8-p4h3ts-nr1recps1fma-u4.c.o 2024-08-08T20:16:25.8741280Z [3982/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-lut8-p4h3ts-nr1recps1fma-u12.c.o 2024-08-08T20:16:25.8753110Z [3983/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-lut8-p4h3ts-nr1recps1fma-u8.c.o 2024-08-08T20:16:25.9047590Z [3984/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-lut8-p4h3ts-nr2fma-u4.c.o 2024-08-08T20:16:25.9244900Z [3985/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-lut8-p4h3ts-nr1recps1fma-u16.c.o 2024-08-08T20:16:25.9932850Z [3986/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr1recps1fma-u12.c.o 2024-08-08T20:16:25.9951060Z [3987/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-lut8-p4h3ts-nr2fma-u16.c.o 2024-08-08T20:16:26.0029910Z [3988/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-lut8-p4h3ts-nr2fma-u12.c.o 2024-08-08T20:16:26.0040900Z [3989/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr1recps1fma-u4.c.o 2024-08-08T20:16:26.0052580Z [3990/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr1recps1fma-u8.c.o 2024-08-08T20:16:26.0327300Z [3991/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-lut8-p4h3ts-nr2fma-u8.c.o 2024-08-08T20:16:26.0960010Z [3992/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr2fma-u4.c.o 2024-08-08T20:16:26.1034840Z [3993/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr1recps1fma-u16.c.o 2024-08-08T20:16:26.1245610Z [3994/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr2fma-u8.c.o 2024-08-08T20:16:26.1353740Z [3995/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr2fma-u12.c.o 2024-08-08T20:16:26.1963350Z [3996/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr2recps-u4.c.o 2024-08-08T20:16:26.1977510Z [3997/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr2recps-u12.c.o 2024-08-08T20:16:26.2014670Z [3998/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-neonfma-rr2-lut64-p2.c.o 2024-08-08T20:16:26.2096200Z [3999/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr2recps-u16.c.o 2024-08-08T20:16:26.2319990Z [4000/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr2recps-u8.c.o 2024-08-08T20:16:26.2380880Z [4001/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr2fma-u16.c.o 2024-08-08T20:16:26.3016730Z [4002/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-neonfma-rr1-lut16-p3.c.o 2024-08-08T20:16:26.3024350Z [4003/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-neonfma-rr2-lut64-p2.c.o 2024-08-08T20:16:26.3352790Z [4004/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-neonfma-rr1-p6.c.o 2024-08-08T20:16:26.3589410Z [4005/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-neonfma-rr2-p5.c.o 2024-08-08T20:16:26.3800090Z [4006/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-neonfma-rr2-p5.c.o 2024-08-08T20:16:26.3808470Z [4007/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr1-lut64-p2-nr2fma.c.o 2024-08-08T20:16:26.4055740Z [4008/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-neonfma-rr2-lut2048-p1.c.o 2024-08-08T20:16:26.4063160Z [4009/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr1-lut64-p2-nr1recps1fma.c.o 2024-08-08T20:16:26.4790560Z [4010/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8s4-minmax-neonfma.c.o 2024-08-08T20:16:26.5187640Z [4011/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8s4-minmax-neonfma.c.o 2024-08-08T20:16:26.5221860Z [4012/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-neonfma-dup-ld64.c.o 2024-08-08T20:16:26.5227520Z [4013/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-8x8s4-minmax-neonfma.c.o 2024-08-08T20:16:26.5435750Z [4014/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neonfma-dup-ld128.c.o 2024-08-08T20:16:26.5441540Z [4015/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neonfma-dup-ld64.c.o 2024-08-08T20:16:26.5772580Z [4016/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neonfma-dup-ld64.c.o 2024-08-08T20:16:26.5979510Z [4017/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8s4-minmax-neonfma.c.o 2024-08-08T20:16:26.6262470Z [4018/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neonfma-dup-ld128.c.o 2024-08-08T20:16:26.6587250Z [4019/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8s4-minmax-neonfma.c.o 2024-08-08T20:16:26.6901480Z [4020/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neonfma-p16.c.o 2024-08-08T20:16:26.6981660Z [4021/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neonfma-p4.c.o 2024-08-08T20:16:26.7113340Z [4022/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-neonfma-c8.c.o 2024-08-08T20:16:26.7121720Z [4023/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-8x8s4-minmax-neonfma.c.o 2024-08-08T20:16:26.7230990Z [4024/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neonfma-p8.c.o 2024-08-08T20:16:26.7665260Z [4025/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-neonfma-c4.c.o 2024-08-08T20:16:26.7716630Z [4026/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neonfma-dup-ld64.c.o 2024-08-08T20:16:26.7753520Z [4027/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8s4-minmax-neonfma.c.o 2024-08-08T20:16:26.8226790Z [4028/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neonfma-dup-ld64.c.o 2024-08-08T20:16:26.8582410Z [4029/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neonfma-dup-ld128.c.o 2024-08-08T20:16:26.8888890Z [4030/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-neonfma.c.o 2024-08-08T20:16:26.8916520Z [4031/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neonfma-dup-ld64.c.o 2024-08-08T20:16:26.9237990Z [4032/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-8x8s4-minmax-neonfma.c.o 2024-08-08T20:16:26.9518970Z [4033/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8s4-minmax-neonfma.c.o 2024-08-08T20:16:26.9530960Z [4034/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neonfma-dup-ld128.c.o 2024-08-08T20:16:26.9832370Z [4035/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-neonfma-dup-ld64.c.o 2024-08-08T20:16:27.0106070Z [4036/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-neonfma-dup-ld64.c.o 2024-08-08T20:16:27.0388550Z [4037/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-neonfma-dup-ld64.c.o 2024-08-08T20:16:27.0464910Z [4038/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-neonfma-dup-ld64.c.o 2024-08-08T20:16:27.0657320Z [4039/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8s4-minmax-neonfma.c.o 2024-08-08T20:16:27.0769640Z [4040/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8s4-minmax-neonfma.c.o 2024-08-08T20:16:27.0910030Z [4041/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-neonfma-dup-ld64.c.o 2024-08-08T20:16:27.1259770Z [4042/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-neonfma-dup-ld64.c.o 2024-08-08T20:16:27.1340380Z [4043/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u4.c.o 2024-08-08T20:16:27.1549340Z [4044/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8s4-minmax-neonfma.c.o 2024-08-08T20:16:27.1980050Z [4045/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u8-acc2.c.o 2024-08-08T20:16:27.2160610Z [4046/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u8.c.o 2024-08-08T20:16:27.2356210Z [4047/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u12-acc2.c.o 2024-08-08T20:16:27.2397120Z [4048/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u16-acc2.c.o 2024-08-08T20:16:27.2611040Z [4049/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u16-acc4.c.o 2024-08-08T20:16:27.2616810Z [4050/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u12-acc3.c.o 2024-08-08T20:16:27.2620080Z [4051/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u12.c.o 2024-08-08T20:16:27.3336710Z [4052/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u16.c.o 2024-08-08T20:16:27.3483910Z [4053/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u20-acc5.c.o 2024-08-08T20:16:27.4040400Z [4054/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u8-acc2.c.o 2024-08-08T20:16:27.4114870Z [4055/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u12-acc2.c.o 2024-08-08T20:16:27.4164960Z [4056/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u20-acc2.c.o 2024-08-08T20:16:27.4211460Z [4057/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u12.c.o 2024-08-08T20:16:27.4215920Z [4058/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u8.c.o 2024-08-08T20:16:27.4225700Z [4059/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u4.c.o 2024-08-08T20:16:27.4246500Z [4060/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u20.c.o 2024-08-08T20:16:27.4537070Z [4061/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u12-acc3.c.o 2024-08-08T20:16:27.5068180Z [4062/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u16-acc2.c.o 2024-08-08T20:16:27.5567330Z [4063/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u16-acc4.c.o 2024-08-08T20:16:27.6068740Z [4064/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neonfma-pipelined.c.o 2024-08-08T20:16:27.6071590Z [4065/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u20-acc2.c.o 2024-08-08T20:16:27.6076840Z [4066/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u20.c.o 2024-08-08T20:16:27.6165890Z [4067/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u20-acc5.c.o 2024-08-08T20:16:27.6273120Z [4068/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neonfma.c.o 2024-08-08T20:16:27.6291910Z [4069/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neonfma-x2.c.o 2024-08-08T20:16:27.6696120Z [4070/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u16.c.o 2024-08-08T20:16:27.6767170Z [4071/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neonfma-x2.c.o 2024-08-08T20:16:27.7143920Z [4072/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neonfma.c.o 2024-08-08T20:16:27.7264200Z [4073/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neonfma-pipelined.c.o 2024-08-08T20:16:27.8028210Z [4074/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neonfma-x2.c.o 2024-08-08T20:16:27.8038360Z [4075/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neonfma-x2.c.o 2024-08-08T20:16:27.8085330Z [4076/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neonfma.c.o 2024-08-08T20:16:27.8255220Z [4077/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neonfma-pipelined.c.o 2024-08-08T20:16:27.8309230Z [4078/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-12x1-minmax-neonfma.c.o 2024-08-08T20:16:27.8741820Z [4079/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neonfma-pipelined.c.o 2024-08-08T20:16:27.9022230Z [4080/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neonfma.c.o 2024-08-08T20:16:27.9039390Z [4081/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u4.c.o 2024-08-08T20:16:27.9190300Z [4082/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u12.c.o 2024-08-08T20:16:27.9209720Z [4083/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u8.c.o 2024-08-08T20:16:27.9994860Z [4084/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16-u8.c.o 2024-08-08T20:16:28.0264290Z [4085/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-neonv8-mul16.c.o 2024-08-08T20:16:28.0271470Z [4086/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16-u24-acc3.c.o 2024-08-08T20:16:28.0407060Z [4087/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16-u32-acc4.c.o 2024-08-08T20:16:28.0491040Z [4088/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16-u16-acc2.c.o 2024-08-08T20:16:28.0505990Z [4089/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16-u4.c.o 2024-08-08T20:16:28.0512430Z [4090/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16-u32-acc2.c.o 2024-08-08T20:16:28.0558310Z [4091/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neonfp16-u8.c.o 2024-08-08T20:16:28.0856920Z [4092/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neonfp16-u16.c.o 2024-08-08T20:16:28.0884150Z [4093/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-neonfp16.c.o 2024-08-08T20:16:28.2217690Z [4094/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-neonfp16.c.o 2024-08-08T20:16:28.2250590Z [4095/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-1x4c8-minmax-neonfma-zip.c.o 2024-08-08T20:16:28.2407150Z [4096/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-3x4c8-minmax-neonfma-zip.c.o 2024-08-08T20:16:28.2410320Z [4097/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-1x4c8-minmax-neonfma-shland.c.o 2024-08-08T20:16:28.2489980Z [4098/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-4x4c8-minmax-neonfma-shland.c.o 2024-08-08T20:16:28.2600200Z [4099/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-2x4c8-minmax-neonfma-shland.c.o 2024-08-08T20:16:28.2795190Z [4100/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-2x4c8-minmax-neonfma-zip.c.o 2024-08-08T20:16:28.3128220Z [4101/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-5x4c8-minmax-neonfma-shland.c.o 2024-08-08T20:16:28.3449200Z [4102/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-4x4c8-minmax-neonfma-zip.c.o 2024-08-08T20:16:28.3902610Z [4103/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-3x4c8-minmax-neonfma-shland.c.o 2024-08-08T20:16:28.4077940Z [4104/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-neonfma-acc2.c.o 2024-08-08T20:16:28.4107190Z [4105/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neonfma-acc2.c.o 2024-08-08T20:16:28.4123960Z [4106/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-5x4c8-minmax-neonfma-zip.c.o 2024-08-08T20:16:28.4346060Z [4107/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-neonfma-acc2.c.o 2024-08-08T20:16:28.4399650Z [4108/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neonfma.c.o 2024-08-08T20:16:28.4618750Z [4109/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-neonfma.c.o 2024-08-08T20:16:28.4930420Z [4110/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-neonfma.c.o 2024-08-08T20:16:28.5635100Z [4111/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-neonfma.c.o 2024-08-08T20:16:28.5724030Z [4112/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-neonfma-acc2.c.o 2024-08-08T20:16:28.6001740Z [4113/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-neonfma-acc2.c.o 2024-08-08T20:16:28.6203160Z [4114/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-neonfma-acc2.c.o 2024-08-08T20:16:28.6211400Z [4115/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neonfma-acc2.c.o 2024-08-08T20:16:28.6222050Z [4116/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-neonfma.c.o 2024-08-08T20:16:28.6488740Z [4117/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-neonfma.c.o 2024-08-08T20:16:28.6621100Z [4118/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neonfma-acc2.c.o 2024-08-08T20:16:28.6643550Z [4119/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neonfma.c.o 2024-08-08T20:16:28.6923820Z [4120/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neonfma.c.o 2024-08-08T20:16:28.7824350Z [4121/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-neonfma.c.o 2024-08-08T20:16:28.7875590Z [4122/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-neonfma-acc2.c.o 2024-08-08T20:16:28.7928200Z [4123/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neonfma-acc2.c.o 2024-08-08T20:16:28.8034720Z [4124/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-neonfma-acc2.c.o 2024-08-08T20:16:28.8049360Z [4125/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-neonfma.c.o 2024-08-08T20:16:28.8683370Z [4126/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neonfma.c.o 2024-08-08T20:16:28.8845160Z [4127/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-neonfma.c.o 2024-08-08T20:16:28.8980250Z [4128/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-neonfma.c.o 2024-08-08T20:16:28.8995080Z [4129/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-neonfma-acc2.c.o 2024-08-08T20:16:28.9103040Z [4130/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-neonfma-acc2.c.o 2024-08-08T20:16:28.9905740Z [4131/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neonfma-acc2.c.o 2024-08-08T20:16:29.0111570Z [4132/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-neonfma-acc2.c.o 2024-08-08T20:16:29.0216290Z [4133/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-neonfma.c.o 2024-08-08T20:16:29.0317120Z [4134/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neonfma.c.o 2024-08-08T20:16:29.0522720Z [4135/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-neonfma.c.o 2024-08-08T20:16:29.0672800Z [4136/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-neonfma-acc2.c.o 2024-08-08T20:16:29.0966200Z [4137/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-neonfma.c.o 2024-08-08T20:16:29.1576270Z [4138/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-neonfma-acc2.c.o 2024-08-08T20:16:29.1624350Z [4139/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neonfma.c.o 2024-08-08T20:16:29.1644150Z [4140/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neonfma-acc2.c.o 2024-08-08T20:16:29.1828180Z [4141/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neonfma-dup-ld64.c.o 2024-08-08T20:16:29.2057880Z [4142/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-neonfma.c.o 2024-08-08T20:16:29.2131260Z [4143/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neonfma-dup-ld64.c.o 2024-08-08T20:16:29.2356000Z [4144/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neonfma-dup-ld128.c.o 2024-08-08T20:16:29.2638550Z [4145/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neonfma-dup-ld64.c.o 2024-08-08T20:16:29.2998550Z [4146/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neonfma-dup-ld128.c.o 2024-08-08T20:16:29.3233450Z [4147/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-neonfma.c.o 2024-08-08T20:16:29.3279850Z [4148/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u16.c.o 2024-08-08T20:16:29.3525820Z [4149/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-multi-mov-zip-neon.c.o 2024-08-08T20:16:29.3682270Z [4150/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-reuse-mov-zip-neon.c.o 2024-08-08T20:16:29.3777750Z [4151/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-reuse-dec-zip-neon.c.o 2024-08-08T20:16:29.4180150Z [4152/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-reuse-multi-zip-neon.c.o 2024-08-08T20:16:29.4207460Z [4153/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-multi-switch-zip-neon.c.o 2024-08-08T20:16:29.4246300Z [4154/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-dec-zip-neon.c.o 2024-08-08T20:16:29.4613550Z [4155/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-mov-zip-neon.c.o 2024-08-08T20:16:29.4976130Z [4156/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-switch-zip-neon.c.o 2024-08-08T20:16:29.5085780Z [4157/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x4-neon.c.o 2024-08-08T20:16:29.5208570Z [4158/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x3-neon.c.o 2024-08-08T20:16:29.5483340Z [4159/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x2-neon.c.o 2024-08-08T20:16:29.5613860Z [4160/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-reuse-switch-zip-neon.c.o 2024-08-08T20:16:29.6169610Z [4161/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u8.c.o 2024-08-08T20:16:29.6235850Z [4162/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u4-prfm.c.o 2024-08-08T20:16:29.6318780Z [4163/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-xm-neon.c.o 2024-08-08T20:16:29.6445460Z [4164/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u8-prfm.c.o 2024-08-08T20:16:29.6469960Z [4165/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u4.c.o 2024-08-08T20:16:29.6683600Z [4166/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u12-prfm.c.o 2024-08-08T20:16:29.6864390Z [4167/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u12.c.o 2024-08-08T20:16:29.7117420Z [4168/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u16-prfm.c.o 2024-08-08T20:16:29.7350100Z [4169/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u16.c.o 2024-08-08T20:16:29.8040110Z [4170/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u8.c.o 2024-08-08T20:16:29.8060750Z [4171/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u12.c.o 2024-08-08T20:16:29.8169130Z [4172/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u4.c.o 2024-08-08T20:16:29.8255100Z [4173/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u4-prfm.c.o 2024-08-08T20:16:29.8340580Z [4174/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u16-prfm.c.o 2024-08-08T20:16:29.8558340Z [4175/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u8-prfm.c.o 2024-08-08T20:16:29.8637190Z [4176/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u16.c.o 2024-08-08T20:16:29.8886780Z [4177/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-multi-dec-zip-neon.c.o 2024-08-08T20:16:29.9000930Z [4178/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u12-prfm.c.o 2024-08-08T20:16:29.9210480Z [4179/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-multi-mov-zip-neon.c.o 2024-08-08T20:16:29.9979820Z [4180/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-reuse-dec-zip-neon.c.o 2024-08-08T20:16:30.0077640Z [4181/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-multi-switch-zip-neon.c.o 2024-08-08T20:16:30.0123320Z [4182/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-reuse-mov-zip-neon.c.o 2024-08-08T20:16:30.0201250Z [4183/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-multi-dec-zip-neon.c.o 2024-08-08T20:16:30.0380940Z [4184/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-reuse-multi-zip-neon.c.o 2024-08-08T20:16:30.0491250Z [4185/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-reuse-switch-zip-neon.c.o 2024-08-08T20:16:30.0597260Z [4186/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-multi-mov-zip-neon.c.o 2024-08-08T20:16:30.0624310Z [4187/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-multi-multi-zip-neon.c.o 2024-08-08T20:16:30.0840420Z [4188/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-multi-switch-zip-neon.c.o 2024-08-08T20:16:30.1077560Z [4189/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-dec-zip-neon.c.o 2024-08-08T20:16:30.1662710Z [4190/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-mov-zip-neon.c.o 2024-08-08T20:16:30.1757140Z [4191/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-multi-zip-neon.c.o 2024-08-08T20:16:30.1885850Z [4192/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-switch-zip-neon.c.o 2024-08-08T20:16:30.2045040Z [4193/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/x24-transposec-2x2-neon-tbl64.c.o 2024-08-08T20:16:30.2149990Z [4194/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-neon-ld2lane-u2-prfm.c.o 2024-08-08T20:16:30.2157730Z [4195/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-neon-ld2lane-u2.c.o 2024-08-08T20:16:30.2415020Z [4196/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-neon-ld4lane-u4.c.o 2024-08-08T20:16:30.2756010Z [4197/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-neon-ld4lane-u4-prfm.c.o 2024-08-08T20:16:30.3185310Z [4198/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-neon-ld4lane-u8.c.o 2024-08-08T20:16:30.3200840Z [4199/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-neon-ld4lane-u8-prfm.c.o 2024-08-08T20:16:30.3519240Z [4200/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-neon-ld4lane-u4.c.o 2024-08-08T20:16:30.3598440Z [4201/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x12-gemm-goi-neon-ld4lane-u4-prfm.c.o 2024-08-08T20:16:30.3816760Z [4202/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-neon-ld4lane-u4-prfm.c.o 2024-08-08T20:16:30.3853410Z [4203/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x12-gemm-goi-neon-ld4lane-u4.c.o 2024-08-08T20:16:30.3898300Z [4204/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-neon-ld4lane-u8-prfm.c.o 2024-08-08T20:16:30.4501860Z [4205/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x12-gemm-goi-neon-ld4lane-u8-prfm.c.o 2024-08-08T20:16:30.4730020Z [4206/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-neon-ld4lane-u8.c.o 2024-08-08T20:16:30.5095480Z [4207/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x12-gemm-goi-neon-ld4lane-u8.c.o 2024-08-08T20:16:30.5212120Z [4208/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-neon-ld4lane-u4-prfm.c.o 2024-08-08T20:16:30.5240790Z [4209/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-neon-ld4lane-u4.c.o 2024-08-08T20:16:30.5243430Z [4210/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-neon-ld4lane-u8.c.o 2024-08-08T20:16:30.5292030Z [4211/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-neon-ld4lane-u8-prfm.c.o 2024-08-08T20:16:30.5495600Z [4212/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-4x-neon-st4-u4.c.o 2024-08-08T20:16:30.5890530Z [4213/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-4x-neon-st4-u4-prfm.c.o 2024-08-08T20:16:30.6459430Z [4214/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-4x-neon-st4-u8-prfm.c.o 2024-08-08T20:16:30.6752970Z [4215/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-4x-neon-st4-u8.c.o 2024-08-08T20:16:30.6758570Z [4216/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-8x-neon-st4-u8.c.o 2024-08-08T20:16:30.6765410Z [4217/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-8x-neon-st4-u4-prfm.c.o 2024-08-08T20:16:30.6819270Z [4218/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-multi-mov-zip-neon.c.o 2024-08-08T20:16:30.7044020Z [4219/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-multi-dec-zip-neon.c.o 2024-08-08T20:16:30.7055420Z [4220/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-8x-neon-st4-u4.c.o 2024-08-08T20:16:30.7339690Z [4221/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-multi-multi-zip-neon.c.o 2024-08-08T20:16:30.7347250Z [4222/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-8x-neon-st4-u8-prfm.c.o 2024-08-08T20:16:30.8008680Z [4223/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-multi-switch-zip-neon.c.o 2024-08-08T20:16:30.8496110Z [4224/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-reuse-multi-zip-neon.c.o 2024-08-08T20:16:30.8587080Z [4225/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-reuse-switch-zip-neon.c.o 2024-08-08T20:16:30.8700080Z [4226/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-reuse-dec-zip-neon.c.o 2024-08-08T20:16:30.8739990Z [4227/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-reuse-mov-zip-neon.c.o 2024-08-08T20:16:30.8808050Z [4228/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-dec-zip-neon.c.o 2024-08-08T20:16:30.8824230Z [4229/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-switch-zip-neon.c.o 2024-08-08T20:16:30.8937040Z [4230/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-multi-zip-neon.c.o 2024-08-08T20:16:30.9142560Z [4231/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-mov-zip-neon.c.o 2024-08-08T20:16:30.9973810Z [4232/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-dec-zip-neon.c.o 2024-08-08T20:16:31.0204700Z [4233/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-mov-zip-neon.c.o 2024-08-08T20:16:31.0243280Z [4234/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-switch-zip-neon.c.o 2024-08-08T20:16:31.0252690Z [4235/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-multi-zip-neon.c.o 2024-08-08T20:16:31.0466680Z [4236/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-unpool/x32-unpool-neon.c.o 2024-08-08T20:16:31.0477550Z [4237/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x4-neon.c.o 2024-08-08T20:16:31.0486770Z [4238/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x3-neon.c.o 2024-08-08T20:16:31.0779290Z [4239/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-xm-neon.c.o 2024-08-08T20:16:31.0802560Z [4240/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-dec-zip-neon.c.o 2024-08-08T20:16:31.1009730Z [4241/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x2-neon.c.o 2024-08-08T20:16:31.1981280Z [4242/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-multi-zip-neon.c.o 2024-08-08T20:16:31.2206930Z [4243/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-switch-zip-neon.c.o 2024-08-08T20:16:31.2214380Z [4244/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-multi-zip-neon.c.o 2024-08-08T20:16:31.2372320Z [4245/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-mov-zip-neon.c.o 2024-08-08T20:16:31.2444110Z [4246/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-mov-zip-neon.c.o 2024-08-08T20:16:31.2606630Z [4247/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-dec-zip-neon.c.o 2024-08-08T20:16:31.2703150Z [4248/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neonfp16-u8.c.o 2024-08-08T20:16:31.2961520Z [4249/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-fill/xx-fill-neon-u64.c.o 2024-08-08T20:16:31.3211470Z [4250/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-pad/xx-pad-p16-neon-u16.c.o 2024-08-08T20:16:31.3304190Z [4251/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-switch-zip-neon.c.o 2024-08-08T20:16:31.3637740Z [4252/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neonfp16-u16.c.o 2024-08-08T20:16:31.3909910Z [4253/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u8.c.o 2024-08-08T20:16:31.3984490Z [4254/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u32.c.o 2024-08-08T20:16:31.4002960Z [4255/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u16.c.o 2024-08-08T20:16:31.4281530Z [4256/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld128-u16.c.o 2024-08-08T20:16:31.4290900Z [4257/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-neonv8-c8.c.o 2024-08-08T20:16:31.4489200Z [4258/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-neon-u8.c.o 2024-08-08T20:16:31.4950290Z [4259/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-neon-u32.c.o 2024-08-08T20:16:31.5016430Z [4260/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-neon-u16.c.o 2024-08-08T20:16:31.5100660Z [4261/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-neon-u8.c.o 2024-08-08T20:16:31.5355800Z [4262/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-neon-u16.c.o 2024-08-08T20:16:31.5950960Z [4263/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u8.c.o 2024-08-08T20:16:31.6092650Z [4264/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c.o 2024-08-08T20:16:31.6113510Z [4265/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-neon-u32.c.o 2024-08-08T20:16:31.6222890Z [4266/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neon-ld64-u8.c.o 2024-08-08T20:16:31.6462630Z [4267/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u16.c.o 2024-08-08T20:16:31.6502250Z [4268/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neon-ld64-u16.c.o 2024-08-08T20:16:31.7063810Z [4269/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-rndnu-neon-ld64-u16.c.o 2024-08-08T20:16:31.7239780Z [4270/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neon-ld128-u16.c.o 2024-08-08T20:16:31.7311760Z [4271/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-rndnu-neon-ld64-u8.c.o 2024-08-08T20:16:31.7590760Z [4272/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-rndnu-neon-ld128-u16.c.o 2024-08-08T20:16:31.7670580Z [4273/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neon-ld64-u8.c.o 2024-08-08T20:16:31.7868420Z [4274/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neon-ld128-u16.c.o 2024-08-08T20:16:31.7906360Z [4275/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neon-ld64-u16.c.o 2024-08-08T20:16:31.8211670Z [4276/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-rndnu-neon-ld64-u8.c.o 2024-08-08T20:16:31.8442200Z [4277/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-rndnu-neon-ld64-u16.c.o 2024-08-08T20:16:31.8560830Z [4278/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-rndnu-neon-ld128-u16.c.o 2024-08-08T20:16:31.8721970Z [4279/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-neon-c8.c.o 2024-08-08T20:16:31.9001790Z [4280/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-neon-c16.c.o 2024-08-08T20:16:31.9244410Z [4281/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-2p2x-minmax-neon-c16.c.o 2024-08-08T20:16:31.9357730Z [4282/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-4p3x-minmax-neon-c16.c.o 2024-08-08T20:16:31.9567050Z [4283/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c.o 2024-08-08T20:16:31.9789340Z [4284/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-neon-x8.c.o 2024-08-08T20:16:31.9994170Z [4285/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-neon-x16.c.o 2024-08-08T20:16:32.0074670Z [4286/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-vclamp/s8-vclamp-neon-u64.c.o 2024-08-08T20:16:32.0428130Z [4287/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-neon-x32.c.o 2024-08-08T20:16:32.0643010Z [4288/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-neon-x24.c.o 2024-08-08T20:16:32.0834050Z [4289/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-neon-u8.c.o 2024-08-08T20:16:32.0885530Z [4290/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-neon-u16.c.o 2024-08-08T20:16:32.1093550Z [4291/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-neon-u32.c.o 2024-08-08T20:16:32.1155750Z [4292/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-neon-u24.c.o 2024-08-08T20:16:32.1371310Z [4293/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-shift12-neon-u8.c.o 2024-08-08T20:16:32.1547320Z [4294/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-shift12-neon-u16.c.o 2024-08-08T20:16:32.2216440Z [4295/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-shift12-neon-u24.c.o 2024-08-08T20:16:32.2347850Z [4296/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-shift12-neon-u32.c.o 2024-08-08T20:16:32.2387440Z [4297/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-shift15-neon-u16.c.o 2024-08-08T20:16:32.2597400Z [4298/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-shift15-neon-u32.c.o 2024-08-08T20:16:32.2648210Z [4299/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-shift15-neon-u8.c.o 2024-08-08T20:16:32.2782630Z [4300/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-shift15-neon-u24.c.o 2024-08-08T20:16:32.2879000Z [4301/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-neon-c8.c.o 2024-08-08T20:16:32.2881010Z [4302/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-rmax/u8-rmax-neon-u16.c.o 2024-08-08T20:16:32.3112070Z [4303/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-neon-c16.c.o 2024-08-08T20:16:32.4002870Z [4304/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c.o 2024-08-08T20:16:32.4101700Z [4305/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-neon-c8.c.o 2024-08-08T20:16:32.4267270Z [4306/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-neon-u8.c.o 2024-08-08T20:16:32.4293230Z [4307/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-multi-dec-zip-neon.c.o 2024-08-08T20:16:32.4326140Z [4308/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-neon-u16.c.o 2024-08-08T20:16:32.4561250Z [4309/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-vclamp/u8-vclamp-neon-u64.c.o 2024-08-08T20:16:32.4637860Z [4310/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-neon-u32.c.o 2024-08-08T20:16:32.4792250Z [4311/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-neon-c8.c.o 2024-08-08T20:16:32.5130640Z [4312/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:32.5996010Z [4313/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-rndnu-neon-mul8.c.o 2024-08-08T20:16:32.6001440Z [4314/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-rndnu-neon-mul16.c.o 2024-08-08T20:16:32.6269140Z [4315/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mul8.c.o 2024-08-08T20:16:32.6369570Z [4316/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:32.6489690Z [4317/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mul16.c.o 2024-08-08T20:16:32.6561140Z [4318/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-rndnu-neon-mul16.c.o 2024-08-08T20:16:32.6716930Z [4319/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-rndnu-neon-mul8.c.o 2024-08-08T20:16:32.6735390Z [4320/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:32.6979750Z [4321/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:32.7195330Z [4322/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-rndnu-neon-mul8.c.o 2024-08-08T20:16:32.8762500Z [4323/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mul8.c.o 2024-08-08T20:16:32.8770340Z [4324/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-rndnu-neon-mul8.c.o 2024-08-08T20:16:32.8776060Z [4325/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mul16.c.o 2024-08-08T20:16:32.9063660Z [4326/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-rndnu-neon-mul16.c.o 2024-08-08T20:16:32.9108680Z [4327/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:32.9150370Z [4328/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:32.9193900Z [4329/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-rndnu-neon-mul16.c.o 2024-08-08T20:16:32.9358160Z [4330/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:32.9814130Z [4331/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-rndnu-neon-mul8.c.o 2024-08-08T20:16:33.0133270Z [4332/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-rndnu-neon-mul16.c.o 2024-08-08T20:16:33.1072330Z [4333/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-rndnu-neon-mul8.c.o 2024-08-08T20:16:33.1077060Z [4334/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:33.1128670Z [4335/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-rndnu-neon-mul8.c.o 2024-08-08T20:16:33.1151520Z [4336/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:33.1168740Z [4337/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mul16.c.o 2024-08-08T20:16:33.1385260Z [4338/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:33.1395010Z [4339/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-rndnu-neon-mul16.c.o 2024-08-08T20:16:33.1444790Z [4340/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mul8.c.o 2024-08-08T20:16:33.2074290Z [4341/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-rndnu-neon-mul16.c.o 2024-08-08T20:16:33.2586450Z [4342/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:33.3160280Z [4343/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:33.3166200Z [4344/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-rndnu-neon-mul16.c.o 2024-08-08T20:16:33.3170120Z [4345/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-rndnu-neon-mul8.c.o 2024-08-08T20:16:33.3213730Z [4346/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-rndnu-neon-mul16.c.o 2024-08-08T20:16:33.3232820Z [4347/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-rndnu-neon-mul8.c.o 2024-08-08T20:16:33.3471650Z [4348/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:33.3543300Z [4349/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-rndnu-neon-mul16.c.o 2024-08-08T20:16:33.3842420Z [4350/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-rndnu-neon-mul8.c.o 2024-08-08T20:16:33.4223880Z [4351/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:33.4605270Z [4352/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-rndnu-neon-mul8.c.o 2024-08-08T20:16:33.5233960Z [4353/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-rndnu-neon-mul8.c.o 2024-08-08T20:16:33.5298750Z [4354/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:33.5374280Z [4355/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-rndnu-neon-mul16.c.o 2024-08-08T20:16:33.5397330Z [4356/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u8.c.o 2024-08-08T20:16:33.5488510Z [4357/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-rndnu-neon-mul16.c.o 2024-08-08T20:16:33.5678300Z [4358/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u16.c.o 2024-08-08T20:16:33.5689650Z [4359/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-neon-c16.c.o 2024-08-08T20:16:33.6156060Z [4360/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u24.c.o 2024-08-08T20:16:33.6484910Z [4361/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-neon-c8.c.o 2024-08-08T20:16:33.7044650Z [4362/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-neon-c24.c.o 2024-08-08T20:16:33.7064880Z [4363/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-rndnu-neon-c8.c.o 2024-08-08T20:16:33.7082220Z [4364/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-neon-c32.c.o 2024-08-08T20:16:33.7120030Z [4365/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-rndnu-neon-c16.c.o 2024-08-08T20:16:33.7538540Z [4366/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-neon-c8.c.o 2024-08-08T20:16:33.7714830Z [4367/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-rndnu-neon-c24.c.o 2024-08-08T20:16:33.7898730Z [4368/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-rndnu-neon-c32.c.o 2024-08-08T20:16:33.7969930Z [4369/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u32.c.o 2024-08-08T20:16:33.8182690Z [4370/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-neon-c16.c.o 2024-08-08T20:16:33.8186710Z [4371/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-neon-c24.c.o 2024-08-08T20:16:33.8607410Z [4372/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-rndnu-neon-c16.c.o 2024-08-08T20:16:33.8687970Z [4373/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-neon-c32.c.o 2024-08-08T20:16:33.9025380Z [4374/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-rndnu-neon-c8.c.o 2024-08-08T20:16:33.9057870Z [4375/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-rndnu-neon-c24.c.o 2024-08-08T20:16:33.9787020Z [4376/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-rndnu-neon-c32.c.o 2024-08-08T20:16:34.0006890Z [4377/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x8-minmax-fp32-neon-mlal-lane.c.o 2024-08-08T20:16:34.0079480Z [4378/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16-minmax-fp32-neon-mlal-lane.c.o 2024-08-08T20:16:34.0169770Z [4379/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16-minmax-rndnu-neon-mlal-lane.c.o 2024-08-08T20:16:34.0310170Z [4380/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x8-minmax-rndnu-neon-mlal-lane.c.o 2024-08-08T20:16:34.0398450Z [4381/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x8-minmax-rndnu-neon-mlal-lane.c.o 2024-08-08T20:16:34.0636520Z [4382/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x16-minmax-rndnu-neon-mlal-lane.c.o 2024-08-08T20:16:34.0741540Z [4383/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x8-minmax-rndnu-neon-mlal-lane.c.o 2024-08-08T20:16:34.1165960Z [4384/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x16-minmax-rndnu-neon-mlal-lane.c.o 2024-08-08T20:16:34.1336380Z [4385/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x8-minmax-fp32-neon-mlal-lane.c.o 2024-08-08T20:16:34.2162000Z [4386/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x8-minmax-rndnu-neon-mlal-lane.c.o 2024-08-08T20:16:34.2308740Z [4387/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x8-minmax-fp32-neon-mlal-lane.c.o 2024-08-08T20:16:34.2368870Z [4388/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-neon-mlal-lane.c.o 2024-08-08T20:16:34.2500810Z [4389/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x16-minmax-fp32-neon-mlal-lane.c.o 2024-08-08T20:16:34.2547490Z [4390/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-6x8-minmax-rndnu-neon-mlal-lane.c.o 2024-08-08T20:16:34.2697950Z [4391/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-6x16-minmax-rndnu-neon-mlal-lane.c.o 2024-08-08T20:16:34.2809900Z [4392/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-fp32-neon-mlal-lane.c.o 2024-08-08T20:16:34.3082730Z [4393/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x8-minmax-rndnu-neon-mlal-lane.c.o 2024-08-08T20:16:34.3666720Z [4394/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x16-minmax-rndnu-neon-mlal-lane.c.o 2024-08-08T20:16:34.3684190Z [4395/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x8-minmax-rndnu-neon-mlal-lane.c.o 2024-08-08T20:16:34.3983540Z [4396/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x8-minmax-rndnu-neon-mlal-lane.c.o 2024-08-08T20:16:34.4029440Z [4397/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x16-minmax-rndnu-neon-mlal-lane.c.o 2024-08-08T20:16:34.4183440Z [4398/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x16-minmax-rndnu-neon-mlal-lane.c.o 2024-08-08T20:16:34.4393880Z [4399/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x8-minmax-rndnu-neon-mlal-lane.c.o 2024-08-08T20:16:34.4408250Z [4400/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x8-minmax-fp32-neon-mlal-lane.c.o 2024-08-08T20:16:34.4694960Z [4401/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-neon-mlal-lane.c.o 2024-08-08T20:16:34.4801070Z [4402/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-fp32-neon-mlal-lane.c.o 2024-08-08T20:16:34.5203900Z [4403/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-6x8-minmax-rndnu-neon-mlal-lane.c.o 2024-08-08T20:16:34.5677330Z [4404/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-fp32-neon.c.o 2024-08-08T20:16:34.5905340Z [4405/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-neon.c.o 2024-08-08T20:16:34.5914720Z [4406/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-neon.c.o 2024-08-08T20:16:34.5923450Z [4407/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u8.c.o 2024-08-08T20:16:34.5995550Z [4408/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-6x16-minmax-rndnu-neon-mlal-lane.c.o 2024-08-08T20:16:34.6333200Z [4409/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld128-u16.c.o 2024-08-08T20:16:34.6337030Z [4410/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u16.c.o 2024-08-08T20:16:34.6385940Z [4411/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u32.c.o 2024-08-08T20:16:34.6951940Z [4412/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-filterbank-accumulate/gen/u32-filterbank-accumulate-neon-x2.c.o 2024-08-08T20:16:34.7241630Z [4413/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-08T20:16:34.7852700Z [4414/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8-minmax-fp32-neon-mlal-lane.c.o 2024-08-08T20:16:34.7955700Z [4415/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neon-mlal-ld1r.c.o 2024-08-08T20:16:34.8100380Z [4416/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neon-mlal-dup.c.o 2024-08-08T20:16:34.8128360Z [4417/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-08T20:16:34.8303200Z [4418/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16-minmax-fp32-neon-mlal-lane.c.o 2024-08-08T20:16:34.8410740Z [4419/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neon-mlal-ld2r.c.o 2024-08-08T20:16:34.8427030Z [4420/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neon-mlal-ld4r.c.o 2024-08-08T20:16:34.8531800Z [4421/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2s4-minmax-fp32-neon-mlal.c.o 2024-08-08T20:16:34.9614260Z [4422/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neon-mlal-dup.c.o 2024-08-08T20:16:34.9880080Z [4423/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4s2-minmax-fp32-neon-mlal.c.o 2024-08-08T20:16:34.9962550Z [4424/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neon-mlal-ld1r.c.o 2024-08-08T20:16:34.9972860Z [4425/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-08T20:16:34.9988520Z [4426/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-neon-mlal.c.o 2024-08-08T20:16:35.0213680Z [4427/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neon-mlal-ld2r.c.o 2024-08-08T20:16:35.0218950Z [4428/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16-minmax-fp32-neon-mlal-lane.c.o 2024-08-08T20:16:35.0288210Z [4429/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8-minmax-fp32-neon-mlal-lane.c.o 2024-08-08T20:16:35.1090980Z [4430/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-08T20:16:35.1302300Z [4431/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neon-mlal-dup.c.o 2024-08-08T20:16:35.1495780Z [4432/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neon-mlal-ld1r.c.o 2024-08-08T20:16:35.2110360Z [4433/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4-minmax-fp32-neon-mlal-dup.c.o 2024-08-08T20:16:35.2141900Z [4434/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neon-mlal-ld2r.c.o 2024-08-08T20:16:35.2342240Z [4435/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neon-mlal-ld4r.c.o 2024-08-08T20:16:35.2352940Z [4436/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4-minmax-fp32-neon-mlal-ld1r.c.o 2024-08-08T20:16:35.2559270Z [4437/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4s2-minmax-fp32-neon-mlal.c.o 2024-08-08T20:16:35.2719810Z [4438/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4-minmax-fp32-neon-mlal-ld2r.c.o 2024-08-08T20:16:35.3036580Z [4439/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2s4-minmax-fp32-neon-mlal.c.o 2024-08-08T20:16:35.3272910Z [4440/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-neon-mlal.c.o 2024-08-08T20:16:35.3551450Z [4441/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16-minmax-fp32-neon-mlal-lane.c.o 2024-08-08T20:16:35.3823550Z [4442/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-08T20:16:35.3844920Z [4443/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-08T20:16:35.3978140Z [4444/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8-minmax-fp32-neon-mlal-lane.c.o 2024-08-08T20:16:35.4488490Z [4445/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-08T20:16:35.4601020Z [4446/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16-minmax-fp32-neon-mlal-lane.c.o 2024-08-08T20:16:35.4738070Z [4447/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-08T20:16:35.4881100Z [4448/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-08T20:16:35.5008010Z [4449/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-neon-mlal-lane.c.o 2024-08-08T20:16:35.5360930Z [4450/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-08T20:16:35.5527940Z [4451/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-neon-mlal-lane.c.o 2024-08-08T20:16:35.5652170Z [4452/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8-minmax-fp32-neon-mlal-lane.c.o 2024-08-08T20:16:35.5857900Z [4453/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-08T20:16:35.6288440Z [4454/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-neon.c.o 2024-08-08T20:16:35.6326240Z [4455/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-neon.c.o 2024-08-08T20:16:35.6416880Z [4456/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16-minmax-fp32-neon-mlal-lane.c.o 2024-08-08T20:16:35.6745300Z [4457/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndnu-neon-mull.c.o 2024-08-08T20:16:35.6942290Z [4458/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-neon.c.o 2024-08-08T20:16:35.7435790Z [4459/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndnu-neon-qdmulh.c.o 2024-08-08T20:16:35.7516450Z [4460/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u24.c.o 2024-08-08T20:16:35.7562380Z [4461/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u32.c.o 2024-08-08T20:16:35.7744880Z [4462/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u16.c.o 2024-08-08T20:16:35.7764740Z [4463/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u8.c.o 2024-08-08T20:16:35.8527880Z [4464/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u8.c.o 2024-08-08T20:16:35.8564500Z [4465/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld128-u32.c.o 2024-08-08T20:16:35.8575950Z [4466/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u16.c.o 2024-08-08T20:16:35.8959350Z [4467/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u24.c.o 2024-08-08T20:16:35.9188200Z [4468/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld128-u16.c.o 2024-08-08T20:16:35.9366870Z [4469/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u32.c.o 2024-08-08T20:16:35.9445080Z [4470/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld128-u16.c.o 2024-08-08T20:16:35.9614090Z [4471/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld128-u32.c.o 2024-08-08T20:16:35.9734760Z [4472/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-neon-u8.c.o 2024-08-08T20:16:35.9840530Z [4473/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-neon-u16.c.o 2024-08-08T20:16:36.0146370Z [4474/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-neon-u8.c.o 2024-08-08T20:16:36.0220010Z [4475/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-neon-u32.c.o 2024-08-08T20:16:36.0589880Z [4476/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-neon-u16.c.o 2024-08-08T20:16:36.0900130Z [4477/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u8.c.o 2024-08-08T20:16:36.0975960Z [4478/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-neon-u32.c.o 2024-08-08T20:16:36.1262810Z [4479/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u16.c.o 2024-08-08T20:16:36.1570710Z [4480/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c.o 2024-08-08T20:16:36.1623890Z [4481/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neon-ld64-u8.c.o 2024-08-08T20:16:36.1678770Z [4482/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neon-ld64-u16.c.o 2024-08-08T20:16:36.1893970Z [4483/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-rndnu-neon-ld64-u8.c.o 2024-08-08T20:16:36.1899260Z [4484/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neon-ld128-u16.c.o 2024-08-08T20:16:36.1926920Z [4485/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-rndnu-neon-ld64-u16.c.o 2024-08-08T20:16:36.2720910Z [4486/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neon-ld64-u16.c.o 2024-08-08T20:16:36.2943560Z [4487/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neon-ld64-u8.c.o 2024-08-08T20:16:36.3117700Z [4488/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-rndnu-neon-ld128-u16.c.o 2024-08-08T20:16:36.3372440Z [4489/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-rndnu-neon-ld64-u8.c.o 2024-08-08T20:16:36.3584250Z [4490/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-rndnu-neon-ld128-u16.c.o 2024-08-08T20:16:36.4004840Z [4491/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:36.4104150Z [4492/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-rndnu-neon-ld64-u16.c.o 2024-08-08T20:16:36.4138020Z [4493/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-filterbank-accumulate/gen/u32-filterbank-accumulate-neon-x1.c.o 2024-08-08T20:16:36.4218750Z [4494/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c8s8r-minmax-rndnu-neon-mul16.c.o 2024-08-08T20:16:36.4525050Z [4495/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:36.4831570Z [4496/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-rndnu-neon-mla8-ld64.c.o 2024-08-08T20:16:36.4882080Z [4497/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-rndnu-neon-mul8-ld64.c.o 2024-08-08T20:16:36.5347960Z [4498/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-rndnu-neon-mul16.c.o 2024-08-08T20:16:36.5771470Z [4499/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:36.5998670Z [4500/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mla8-ld128.c.o 2024-08-08T20:16:36.6160250Z [4501/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mul16.c.o 2024-08-08T20:16:36.6167880Z [4502/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mul8-ld128.c.o 2024-08-08T20:16:36.6413950Z [4503/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mla8-ld64.c.o 2024-08-08T20:16:36.6514630Z [4504/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mul8-ld64.c.o 2024-08-08T20:16:36.6527140Z [4505/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:36.7069270Z [4506/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-rndnu-neon-mul16.c.o 2024-08-08T20:16:36.7211940Z [4507/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:36.7470570Z [4508/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-rndnu-neon-mla8-ld64.c.o 2024-08-08T20:16:36.8058900Z [4509/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neon-ld128-u16.c.o 2024-08-08T20:16:36.8067050Z [4510/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-rndnu-neon-mul8-ld64.c.o 2024-08-08T20:16:36.8135490Z [4511/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-rndnu-neon-mul16.c.o 2024-08-08T20:16:36.8326880Z [4512/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mla8-ld64.c.o 2024-08-08T20:16:36.8417050Z [4513/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:36.8918580Z [4514/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mla8-ld128.c.o 2024-08-08T20:16:36.8998040Z [4515/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mul8-ld64.c.o 2024-08-08T20:16:36.9128970Z [4516/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mul16.c.o 2024-08-08T20:16:36.9260340Z [4517/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mul8-ld128.c.o 2024-08-08T20:16:36.9719070Z [4518/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:36.9909450Z [4519/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-neon-c16.c.o 2024-08-08T20:16:36.9978410Z [4520/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u8.c.o 2024-08-08T20:16:37.0200410Z [4521/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u24.c.o 2024-08-08T20:16:37.0304960Z [4522/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-rndnu-neon-mul16.c.o 2024-08-08T20:16:37.0412040Z [4523/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u16.c.o 2024-08-08T20:16:37.0990180Z [4524/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-neon-c24.c.o 2024-08-08T20:16:37.1089500Z [4525/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-neon-c32.c.o 2024-08-08T20:16:37.1350400Z [4526/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-rndnu-neon-c8.c.o 2024-08-08T20:16:37.1377920Z [4527/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-neon-c8.c.o 2024-08-08T20:16:37.1407840Z [4528/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-rndnu-neon-c16.c.o 2024-08-08T20:16:37.1674400Z [4529/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u32.c.o 2024-08-08T20:16:37.1871190Z [4530/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-rndnu-neon-c32.c.o 2024-08-08T20:16:37.1892600Z [4531/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-rndnu-neon-c24.c.o 2024-08-08T20:16:37.2152380Z [4532/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-neon-c8.c.o 2024-08-08T20:16:37.2256950Z [4533/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-neon-c16.c.o 2024-08-08T20:16:37.2693190Z [4534/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-neon-c24.c.o 2024-08-08T20:16:37.3030430Z [4535/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-neon-c32.c.o 2024-08-08T20:16:37.3187970Z [4536/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-rndnu-neon-c8.c.o 2024-08-08T20:16:37.3299480Z [4537/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-rndnu-neon-c24.c.o 2024-08-08T20:16:37.3323140Z [4538/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-rndnu-neon-c32.c.o 2024-08-08T20:16:37.3607320Z [4539/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-rndnu-neon-c16.c.o 2024-08-08T20:16:37.3776940Z [4540/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neon-mla8-ld64.c.o 2024-08-08T20:16:37.4086540Z [4541/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-neon-mla8-ld64.c.o 2024-08-08T20:16:37.4643330Z [4542/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neon-mla8-ld128.c.o 2024-08-08T20:16:37.4791110Z [4543/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-4p8c-minmax-fp32-neon-mla8-ld64.c.o 2024-08-08T20:16:37.4990580Z [4544/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:37.5032630Z [4545/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-neon-mul8-ld64.c.o 2024-08-08T20:16:37.5098760Z [4546/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-neon-mla8-ld64.c.o 2024-08-08T20:16:37.5350880Z [4547/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mla8-ld128.c.o 2024-08-08T20:16:37.5453270Z [4548/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mla8-ld64.c.o 2024-08-08T20:16:37.5854420Z [4549/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mul8-ld64.c.o 2024-08-08T20:16:37.6422540Z [4550/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mul8-ld128.c.o 2024-08-08T20:16:37.6630900Z [4551/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:37.6655780Z [4552/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:37.6669560Z [4553/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-neon-mla8-ld64.c.o 2024-08-08T20:16:37.6930640Z [4554/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mla8-ld64.c.o 2024-08-08T20:16:37.7058610Z [4555/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:37.7153930Z [4556/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-neon-mul8-ld64.c.o 2024-08-08T20:16:37.7414830Z [4557/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mla8-ld128.c.o 2024-08-08T20:16:37.7467670Z [4558/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mul8-ld64.c.o 2024-08-08T20:16:37.8146000Z [4559/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mul8-ld128.c.o 2024-08-08T20:16:37.8331520Z [4560/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:37.8605110Z [4561/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:37.8612260Z [4562/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-neon-mla8-ld64.c.o 2024-08-08T20:16:37.8694810Z [4563/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-neon-mul8-ld64.c.o 2024-08-08T20:16:37.8856080Z [4564/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:37.9040070Z [4565/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mla8-ld64.c.o 2024-08-08T20:16:37.9314100Z [4566/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mla8-ld128.c.o 2024-08-08T20:16:37.9543050Z [4567/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mul8-ld64.c.o 2024-08-08T20:16:37.9645610Z [4568/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mul8-ld128.c.o 2024-08-08T20:16:38.0515130Z [4569/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:38.0805090Z [4570/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:38.0815640Z [4571/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:38.0960330Z [4572/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-neon-mul8-ld64.c.o 2024-08-08T20:16:38.1066030Z [4573/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neon-mla8-ld64.c.o 2024-08-08T20:16:38.1088550Z [4574/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neon-mla8-ld128.c.o 2024-08-08T20:16:38.1334960Z [4575/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neon-mul8-ld128.c.o 2024-08-08T20:16:38.1409700Z [4576/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neon-mul8-ld64.c.o 2024-08-08T20:16:38.1827810Z [4577/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:38.2262800Z [4578/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-neon-mla8-ld64.c.o 2024-08-08T20:16:38.2379550Z [4579/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:38.2653030Z [4580/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neon-mla8-ld64.c.o 2024-08-08T20:16:38.2923390Z [4581/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:38.2934840Z [4582/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neon-mla8-ld128.c.o 2024-08-08T20:16:38.2947910Z [4583/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neon-mla8-ld64.c.o 2024-08-08T20:16:38.3262410Z [4584/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neon-mul8-ld64.c.o 2024-08-08T20:16:38.3395960Z [4585/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neon-mul8-ld64.c.o 2024-08-08T20:16:38.3501780Z [4586/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neon-mul8-ld128.c.o 2024-08-08T20:16:38.4354850Z [4587/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:38.4584370Z [4588/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8-minmax-fp32-neon-mlal-lane.c.o 2024-08-08T20:16:38.4613050Z [4589/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-neon-mul16.c.o 2024-08-08T20:16:38.4715700Z [4590/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-08T20:16:38.4936860Z [4591/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neon-mlal-dup.c.o 2024-08-08T20:16:38.5121110Z [4592/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neon-mlal-ld1r.c.o 2024-08-08T20:16:38.5281930Z [4593/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neon-mlal-ld2r.c.o 2024-08-08T20:16:38.5382150Z [4594/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neon-mlal-ld4r.c.o 2024-08-08T20:16:38.5622800Z [4595/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neon-mlal-dup.c.o 2024-08-08T20:16:38.5782120Z [4596/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2s4-minmax-fp32-neon-mlal.c.o 2024-08-08T20:16:38.6615370Z [4597/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neon-mlal-ld1r.c.o 2024-08-08T20:16:38.6863000Z [4598/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neon-mlal-ld2r.c.o 2024-08-08T20:16:38.6902640Z [4599/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4s2-minmax-fp32-neon-mlal.c.o 2024-08-08T20:16:38.6936290Z [4600/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-neon-mlal.c.o 2024-08-08T20:16:38.7180780Z [4601/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8-minmax-fp32-neon-mlal-lane.c.o 2024-08-08T20:16:38.7260120Z [4602/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-08T20:16:38.7329430Z [4603/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16-minmax-fp32-neon-mlal-lane.c.o 2024-08-08T20:16:38.7494100Z [4604/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-08T20:16:38.7939470Z [4605/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neon-mlal-ld1r.c.o 2024-08-08T20:16:38.8270410Z [4606/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neon-mlal-dup.c.o 2024-08-08T20:16:38.8593720Z [4607/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neon-mlal-ld2r.c.o 2024-08-08T20:16:38.8815440Z [4608/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4-minmax-fp32-neon-mlal-dup.c.o 2024-08-08T20:16:38.8961000Z [4609/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neon-mlal-ld4r.c.o 2024-08-08T20:16:38.9066240Z [4610/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2s4-minmax-fp32-neon-mlal.c.o 2024-08-08T20:16:38.9274860Z [4611/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4-minmax-fp32-neon-mlal-ld2r.c.o 2024-08-08T20:16:38.9628250Z [4612/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4s2-minmax-fp32-neon-mlal.c.o 2024-08-08T20:16:38.9662310Z [4613/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4-minmax-fp32-neon-mlal-ld1r.c.o 2024-08-08T20:16:39.0089930Z [4614/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-neon-mlal.c.o 2024-08-08T20:16:39.0344030Z [4615/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16-minmax-fp32-neon-mlal-lane.c.o 2024-08-08T20:16:39.0462070Z [4616/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-08T20:16:39.0473490Z [4617/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-08T20:16:39.0829890Z [4618/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8-minmax-fp32-neon-mlal-lane.c.o 2024-08-08T20:16:39.0910150Z [4619/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-08T20:16:39.1061300Z [4620/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16-minmax-fp32-neon-mlal-lane.c.o 2024-08-08T20:16:39.1417410Z [4621/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-08T20:16:39.1539210Z [4622/5912] Generating ../../../torch/utils/data/datapipes/datapipe.pyi 2024-08-08T20:16:39.1945980Z [4623/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-08T20:16:39.1972010Z [4624/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8-minmax-fp32-neon-mlal-lane.c.o 2024-08-08T20:16:39.2400170Z [4625/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-neon-mlal-lane.c.o 2024-08-08T20:16:39.2623630Z [4626/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-08T20:16:39.2651230Z [4627/5912] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8-minmax-fp32-neon-mlal-lane.c.o 2024-08-08T20:16:39.2662250Z [4628/5912] Building C object sleef/src/common/CMakeFiles/common.dir/common.c.o 2024-08-08T20:16:39.2917290Z [4629/5912] Building C object sleef/src/common/CMakeFiles/arraymap.dir/arraymap.c.o 2024-08-08T20:16:39.3346860Z [4630/5912] Building C object sleef/src/common/CMakeFiles/addSuffix.dir/addSuffix.c.o 2024-08-08T20:16:39.3693600Z [4631/5912] Building C object caffe2/CMakeFiles/torch_global_deps.dir/__/torch/csrc/empty.c.o 2024-08-08T20:16:39.3796880Z [4632/5912] Building C object sleef/src/libm/CMakeFiles/mkrename.dir/mkrename.c.o 2024-08-08T20:16:39.4299660Z [4633/5912] Building C object sleef/src/libm/CMakeFiles/mkrename_gnuabi.dir/mkrename_gnuabi.c.o 2024-08-08T20:16:39.4328200Z [4634/5912] Building C object sleef/src/libm/CMakeFiles/mkalias.dir/mkalias.c.o 2024-08-08T20:16:39.4404410Z [4635/5912] Building C object sleef/src/libm/CMakeFiles/mkdisp.dir/mkdisp.c.o 2024-08-08T20:16:39.4514810Z [4636/5912] Building C object sleef/src/libm/CMakeFiles/mkmasked_gnuabi.dir/mkmasked_gnuabi.c.o 2024-08-08T20:16:39.4950460Z [4637/5912] Linking C executable sleef/bin/addSuffix 2024-08-08T20:16:39.5166290Z [4638/5912] Linking C executable sleef/bin/mkrename 2024-08-08T20:16:39.5807350Z [4639/5912] Generating include/renamecuda.h 2024-08-08T20:16:39.5808640Z Generating renamecuda.h: mkrename finz_ 1 1 cuda 2024-08-08T20:16:39.5856720Z [4640/5912] Generating sleeflibm_ADVSIMD.h.tmp 2024-08-08T20:16:39.5984330Z [4641/5912] Generating sleeflibm_ADVSIMDNOFMA.h.tmp 2024-08-08T20:16:39.5989540Z [4642/5912] Generating sleeflibm_ADVSIMD_.h.tmp 2024-08-08T20:16:39.6011990Z [4643/5912] Linking C executable sleef/bin/mkalias 2024-08-08T20:16:39.6053780Z [4644/5912] Linking C executable sleef/bin/mkrename_gnuabi 2024-08-08T20:16:39.6082300Z [4645/5912] Generating sleeflibm_DSP_SCALAR.h.tmp 2024-08-08T20:16:39.6088760Z [4646/5912] Linking C executable sleef/bin/mkdisp 2024-08-08T20:16:39.6091700Z [4647/5912] Linking C executable sleef/bin/mkmasked_gnuabi 2024-08-08T20:16:39.6098980Z [4648/5912] Generating sleeflibm_PURECFMA_SCALAR.h.tmp 2024-08-08T20:16:39.6116700Z [4649/5912] Generating sleeflibm_PUREC_SCALAR.h.tmp 2024-08-08T20:16:39.6159510Z [4650/5912] Generating sleeflibm_SVE.h.tmp 2024-08-08T20:16:39.6171100Z [4651/5912] Generating sleeflibm_SVENOFMA.h.tmp 2024-08-08T20:16:39.6196360Z [4652/5912] Generating include/renamedspscalar.h 2024-08-08T20:16:39.6249950Z [4653/5912] Generating include/renameadvsimdnofma.h 2024-08-08T20:16:39.6330300Z Generating renameadvsimdnofma.h: mkrename cinz_ 2 4 advsimdnofma 2024-08-08T20:16:39.6331210Z [4654/5912] Generating include/renameadvsimd.h 2024-08-08T20:16:39.6331950Z Generating renameadvsimd.h: mkrename finz_ 2 4 advsimd 2024-08-08T20:16:39.6451450Z [4655/5912] Linking C shared library lib/libtorch_global_deps.dylib 2024-08-08T20:16:39.6766310Z [4656/5912] Generating alias_ADVSIMD_dp.h.tmp 2024-08-08T20:16:39.6809460Z [4657/5912] Generating alias_ADVSIMD_sp.h.tmp 2024-08-08T20:16:39.6898560Z [4658/5912] Generating ../../../include/sleef.h 2024-08-08T20:16:39.6917810Z [4659/5912] Generating include/renamepurec_scalar.h 2024-08-08T20:16:39.6919800Z Generating renamepurec_scalar.h: mkrename cinz_ 1 1 purec 2024-08-08T20:16:39.7228280Z [4660/5912] Generating dispscalar.c.body 2024-08-08T20:16:39.7324680Z [4661/5912] Generating include/alias_advsimd.h 2024-08-08T20:16:39.7634880Z [4662/5912] Generating dispscalar.c 2024-08-08T20:16:39.8508030Z [4663/5912] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimdsp.c.o 2024-08-08T20:16:39.8699870Z [4664/5912] Building C object sleef/src/libm/CMakeFiles/sleefadvsimdnofma.dir/sleefsimdsp.c.o 2024-08-08T20:16:39.8714910Z [4665/5912] Building C object sleef/src/libm/CMakeFiles/sleefdetadvsimdnofma.dir/sleefsimddp.c.o 2024-08-08T20:16:39.8761380Z [4666/5912] Building C object sleef/src/libm/CMakeFiles/sleefadvsimdnofma.dir/sleefsimddp.c.o 2024-08-08T20:16:39.9023140Z [4667/5912] Building C object sleef/src/libm/CMakeFiles/sleefdetadvsimdnofma.dir/sleefsimdsp.c.o 2024-08-08T20:16:39.9086980Z [4668/5912] Building C object sleef/src/libm/CMakeFiles/sleefadvsimd.dir/sleefsimdsp.c.o 2024-08-08T20:16:39.9258330Z [4669/5912] Generating include/renamepurecfma_scalar.h 2024-08-08T20:16:39.9259610Z Generating renamepurecfma_scalar.h: mkrename finz_ 1 1 purecfma 2024-08-08T20:16:39.9383430Z [4670/5912] Building C object sleef/src/libm/CMakeFiles/sleefadvsimd.dir/sleefsimddp.c.o 2024-08-08T20:16:40.0328380Z [4671/5912] Building C object sleef/src/libm/CMakeFiles/sleefdetadvsimd.dir/sleefsimdsp.c.o 2024-08-08T20:16:40.0365050Z [4672/5912] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimdsp.c.o 2024-08-08T20:16:40.0540290Z [4673/5912] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimddp.c.o 2024-08-08T20:16:40.0649020Z [4674/5912] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimddp.c.o 2024-08-08T20:16:40.0861560Z [4675/5912] Building C object sleef/src/libm/CMakeFiles/sleefdetadvsimd.dir/sleefsimddp.c.o 2024-08-08T20:16:40.1249840Z [4676/5912] Building C object sleef/src/libm/CMakeFiles/sleef.dir/rempitab.c.o 2024-08-08T20:16:40.1453730Z [4677/5912] Building C object sleef/src/libm/CMakeFiles/dispscalar_obj.dir/dispscalar.c.o 2024-08-08T20:16:40.1667070Z [4678/5912] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimdsp.c.o 2024-08-08T20:16:40.1982030Z [4679/5912] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimdsp.c.o 2024-08-08T20:16:40.2115000Z [4680/5912] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimddp.c.o 2024-08-08T20:16:40.2116370Z [4681/5912] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimddp.c.o 2024-08-08T20:16:40.3429700Z [4682/5912] Linking C static library sleef/lib/libsleef.a 2024-08-08T20:16:45.3189030Z [4683/5912] Generating ../../../torch/_C/__init__.pyi, ../../../torch/_C/_VariableFunctions.pyi, ../../../torch/nn/functional.pyi 2024-08-08T20:16:45.8737430Z [4684/5912] Generating ../../../torch/version.py 2024-08-08T20:16:46.6131770Z [4685/5912] Generating ../../torch/csrc/autograd/generated/Functions.cpp, ../../torch/csrc/autograd/generated/ViewFuncs.cpp, ../../torch/csrc/autograd/generated/VariableType_0.cpp, ../../torch/csrc/autograd/generated/VariableType_1.cpp, ../../torch/csrc/autograd/generated/VariableType_2.cpp, ../../torch/csrc/autograd/generated/VariableType_3.cpp, ../../torch/csrc/autograd/generated/VariableType_4.cpp, ../../torch/csrc/autograd/generated/TraceType_0.cpp, ../../torch/csrc/autograd/generated/TraceType_1.cpp, ../../torch/csrc/autograd/generated/TraceType_2.cpp, ../../torch/csrc/autograd/generated/TraceType_3.cpp, ../../torch/csrc/autograd/generated/TraceType_4.cpp, ../../torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp, ../../torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp, ../../torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.cpp, ../../torch/csrc/lazy/generated/LazyNativeFunctions.cpp, ../../torch/csrc/lazy/generated/RegisterAutogradLazy.cpp, ../../torch/csrc/lazy/generated/RegisterLazy.cpp, ../../torch/csrc/autograd/generated/Functions.h, ../../torch/csrc/autograd/generated/variable_factories.h, ../../torch/csrc/autograd/generated/ViewFuncs.h, ../../torch/csrc/autograd/generated/VariableType.h, ../../torch/csrc/lazy/generated/LazyIr.h, ../../torch/csrc/lazy/generated/LazyNonNativeIr.h, ../../torch/csrc/lazy/generated/LazyNativeFunctions.h, ../../torch/csrc/autograd/generated/python_functions_0.cpp, ../../torch/csrc/autograd/generated/python_functions_1.cpp, ../../torch/csrc/autograd/generated/python_functions_2.cpp, ../../torch/csrc/autograd/generated/python_functions_3.cpp, ../../torch/csrc/autograd/generated/python_functions_4.cpp, ../../torch/csrc/autograd/generated/python_variable_methods.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_0.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_1.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_2.cpp, ../../torch/csrc/autograd/generated/python_nn_functions.cpp, ../../torch/csrc/autograd/generated/python_fft_functions.cpp, ../../torch/csrc/autograd/generated/python_linalg_functions.cpp, ../../torch/csrc/autograd/generated/python_nested_functions.cpp, ../../torch/csrc/autograd/generated/python_sparse_functions.cpp, ../../torch/csrc/autograd/generated/python_special_functions.cpp, ../../torch/csrc/autograd/generated/python_return_types.cpp, ../../torch/csrc/autograd/generated/python_enum_tag.cpp, ../../torch/csrc/autograd/generated/python_functions.h, ../../torch/csrc/autograd/generated/python_return_types.h, ../../torch/testing/_internal/generated/annotated_fn_args.py, ../../torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.cpp 2024-08-08T20:16:47.0365110Z [4686/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/LinearAlgebra.cpp.o 2024-08-08T20:16:47.1822130Z [4687/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qtanh.cpp.o 2024-08-08T20:16:47.2176070Z [4688/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qthreshold.cpp.o 2024-08-08T20:16:47.2212530Z [4689/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/library.cpp.o 2024-08-08T20:16:47.2254760Z [4690/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsigmoid.cpp.o 2024-08-08T20:16:47.2688270Z [4691/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qconv_unpack.cpp.o 2024-08-08T20:16:47.5638140Z [4692/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qlinear_unpack.cpp.o 2024-08-08T20:16:47.5911870Z [4693/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qnormalization.cpp.o 2024-08-08T20:16:47.6195190Z [4694/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsoftmax.cpp.o 2024-08-08T20:16:47.6865860Z [4695/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseBlasImpl.cpp.o 2024-08-08T20:16:47.7308860Z [4696/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qrelu.cpp.o 2024-08-08T20:16:47.8108450Z [4697/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.cpp.o 2024-08-08T20:16:47.9036360Z [4698/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SpectralOps.cpp.o 2024-08-08T20:16:47.9219550Z [4699/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Conv.cpp.o 2024-08-08T20:16:47.9650600Z [4700/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/BinaryOps.cpp.o 2024-08-08T20:16:47.9814960Z [4701/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/IDeepRegistration.cpp.o 2024-08-08T20:16:48.1355760Z [4702/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Copy.cpp.o 2024-08-08T20:16:48.2112860Z [4703/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Gelu.cpp.o 2024-08-08T20:16:48.3011860Z [4704/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Linear.cpp.o 2024-08-08T20:16:48.3613640Z [4705/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNCommon.cpp.o 2024-08-08T20:16:48.4013550Z [4706/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNConversions.cpp.o 2024-08-08T20:16:48.4786830Z [4707/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp.o 2024-08-08T20:16:48.4941270Z [4708/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/RegisterMkldnnOpContextClass.cpp.o 2024-08-08T20:16:48.5412840Z [4709/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/ConvPrepack.cpp.o 2024-08-08T20:16:48.5634630Z [4710/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Matmul.cpp.o 2024-08-08T20:16:48.6012580Z [4711/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Normalization.cpp.o 2024-08-08T20:16:48.8131360Z [4712/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Pooling.cpp.o 2024-08-08T20:16:48.9111700Z [4713/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/SoftMax.cpp.o 2024-08-08T20:16:49.0157150Z [4714/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Relu.cpp.o 2024-08-08T20:16:49.0680480Z [4715/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/OpContext.cpp.o 2024-08-08T20:16:49.0717350Z [4716/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorFactories.cpp.o 2024-08-08T20:16:49.0786700Z [4717/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorShape.cpp.o 2024-08-08T20:16:49.2134330Z [4718/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/UnaryOps.cpp.o 2024-08-08T20:16:49.3328870Z [4719/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Prelu.cpp.o 2024-08-08T20:16:49.4055160Z [4720/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/RNN.cpp.o 2024-08-08T20:16:49.4810230Z [4721/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Utils.cpp.o 2024-08-08T20:16:49.5202660Z [4722/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/sdp_utils_cpp.cpp.o 2024-08-08T20:16:49.6564350Z [4723/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/AveragePooling.cpp.o 2024-08-08T20:16:49.6743850Z [4724/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Activation.cpp.o 2024-08-08T20:16:49.6905640Z [4725/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/transformer.cpp.o 2024-08-08T20:16:49.7108360Z [4726/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/utils/Factory.cpp.o 2024-08-08T20:16:49.7607020Z [4727/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/ChannelShuffle.cpp.o 2024-08-08T20:16:49.8082770Z [4728/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Init.cpp.o 2024-08-08T20:16:49.8402450Z [4729/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Shim.cpp.o 2024-08-08T20:16:50.0297340Z [4730/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Convolution.cpp.o 2024-08-08T20:16:50.1049850Z [4731/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/MaxPooling.cpp.o 2024-08-08T20:16:50.1206550Z [4732/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Linear.cpp.o 2024-08-08T20:16:50.2284620Z [4733/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/OpContext.cpp.o 2024-08-08T20:16:50.3254140Z [4734/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/RegisterOpContextClass.cpp.o 2024-08-08T20:16:50.6083690Z [4735/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CompositeViewCopyKernels.cpp.o 2024-08-08T20:16:50.6588610Z [4736/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_0.cpp.o 2024-08-08T20:16:50.6868650Z [4737/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Functions.cpp.o 2024-08-08T20:16:50.7821370Z [4738/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_1.cpp.o 2024-08-08T20:16:50.8482070Z [4739/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_2.cpp.o 2024-08-08T20:16:50.8633020Z [4740/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_4.cpp.o 2024-08-08T20:16:50.8816840Z [4741/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_3.cpp.o 2024-08-08T20:16:51.0699760Z [4742/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterBackendSelect.cpp.o 2024-08-08T20:16:51.3443230Z [4743/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutogradNestedTensor.cpp.o 2024-08-08T20:16:51.4244440Z [4744/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCPU.cpp.o 2024-08-08T20:16:51.5839860Z [4745/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutograd.cpp.o 2024-08-08T20:16:51.5945800Z [4746/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp.o 2024-08-08T20:16:51.6030320Z [4747/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_0.cpp.o 2024-08-08T20:16:51.6261460Z [4748/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutograd.cpp.o 2024-08-08T20:16:51.6808250Z [4749/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_1.cpp.o 2024-08-08T20:16:51.9757820Z [4750/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_3.cpp.o 2024-08-08T20:16:52.1309710Z [4751/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_2.cpp.o 2024-08-08T20:16:52.1861330Z [4752/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMPS.cpp.o 2024-08-08T20:16:52.2531070Z [4753/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorMeta.cpp.o 2024-08-08T20:16:52.2964990Z [4754/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMeta.cpp.o 2024-08-08T20:16:52.3066160Z [4755/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMkldnnCPU.cpp.o 2024-08-08T20:16:52.4045450Z [4756/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedMeta.cpp.o 2024-08-08T20:16:52.4552370Z [4757/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorCPU.cpp.o 2024-08-08T20:16:52.4839510Z [4758/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedCPU.cpp.o 2024-08-08T20:16:52.6083720Z [4759/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSchema.cpp.o 2024-08-08T20:16:52.8633430Z [4760/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCPU.cpp.o 2024-08-08T20:16:52.8858030Z [4761/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrCPU.cpp.o 2024-08-08T20:16:52.8987300Z [4762/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterXPU.cpp.o 2024-08-08T20:16:52.9155060Z [4763/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrMeta.cpp.o 2024-08-08T20:16:52.9305980Z [4764/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPU_add.cpp.o 2024-08-08T20:16:52.9570820Z [4765/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseMeta.cpp.o 2024-08-08T20:16:53.0298790Z [4766/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterZeroTensor.cpp.o 2024-08-08T20:16:53.1946980Z [4767/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenOpList.cpp.o 2024-08-08T20:16:53.2909030Z [4768/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TensorMethods.cpp.o 2024-08-08T20:16:53.3180760Z [4769/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_model_loader.cpp.o 2024-08-08T20:16:53.4118250Z [4770/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_wrapper.cpp.o 2024-08-08T20:16:53.4410980Z [4771/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/QTensorImpl.cpp.o 2024-08-08T20:16:53.7100610Z [4772/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp.o 2024-08-08T20:16:53.7787340Z [4773/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.DEFAULT.cpp.o 2024-08-08T20:16:53.8463000Z [4774/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.DEFAULT.cpp.o 2024-08-08T20:16:53.9668810Z [4775/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/Quantizer.cpp.o 2024-08-08T20:16:53.9814210Z [4776/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp.o 2024-08-08T20:16:54.0429640Z [4777/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_register.cpp.o 2024-08-08T20:16:54.0722190Z [4778/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_bind.cpp.o 2024-08-08T20:16:54.1314360Z [4779/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.DEFAULT.cpp.o 2024-08-08T20:16:54.2583680Z [4780/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/int8mm_kernel.cpp.DEFAULT.cpp.o 2024-08-08T20:16:54.3527220Z [4781/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp.o 2024-08-08T20:16:54.3777750Z [4782/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/int4mm_kernel.cpp.DEFAULT.cpp.o 2024-08-08T20:16:54.5316290Z [4783/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.DEFAULT.cpp.o 2024-08-08T20:16:54.5945520Z [4784/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp.o 2024-08-08T20:16:54.5982190Z [4785/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:16:54.7813030Z [4786/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp.o 2024-08-08T20:16:54.7822980Z [4787/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:16:54.9961400Z [4788/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:16:55.1072980Z [4789/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_dynamic.cpp.o 2024-08-08T20:16:55.1476030Z [4790/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_prepack.cpp.o 2024-08-08T20:16:55.2588550Z [4791/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ParamUtils.cpp.o 2024-08-08T20:16:55.4615980Z [4792/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/FlattenIndicesKernel.cpp.o 2024-08-08T20:16:55.4689190Z [4793/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/attention.cpp.o 2024-08-08T20:16:55.5668110Z [4794/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/MetalTensorImplStorage.mm.o 2024-08-08T20:16:55.5739580Z [4795/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_unpack.cpp.o 2024-08-08T20:16:55.7017060Z [4796/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SoftMax.cpp.o 2024-08-08T20:16:55.7369600Z [4797/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_serialize.cpp.o 2024-08-08T20:16:55.9350870Z [4798/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBinaryOpIntersectionKernel.cpp.o 2024-08-08T20:16:56.0120200Z [4799/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlasImpl.cpp.o 2024-08-08T20:16:56.0149720Z [4800/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlas.cpp.o 2024-08-08T20:16:56.1487830Z [4801/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseMatMul.cpp.o 2024-08-08T20:16:56.1767800Z [4802/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensor.cpp.o 2024-08-08T20:16:56.1884840Z [4803/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseFactories.cpp.o 2024-08-08T20:16:56.2473960Z [4804/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp.o 2024-08-08T20:16:56.4291850Z [4805/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensor.cpp.o 2024-08-08T20:16:56.5327380Z [4806/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/mpscnn/MPSCNNConvOp.mm.o 2024-08-08T20:16:56.6247850Z [4807/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseUnaryOps.cpp.o 2024-08-08T20:16:56.6658310Z [4808/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensorMath.cpp.o 2024-08-08T20:16:56.6760290Z [4809/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ValidateCompressedIndicesKernel.cpp.o 2024-08-08T20:16:57.1194030Z [4810/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBackward.cpp.o 2024-08-08T20:16:57.1432320Z [4811/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorAliases.cpp.o 2024-08-08T20:16:57.1703540Z [4812/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBinaryOps.cpp.o 2024-08-08T20:16:57.2621230Z [4813/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUtils.cpp.o 2024-08-08T20:16:57.3878970Z [4814/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorFactories.cpp.o 2024-08-08T20:16:57.5451470Z [4815/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMatmul.cpp.o 2024-08-08T20:16:57.5702920Z [4816/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMath.cpp.o 2024-08-08T20:16:57.5719880Z [4817/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2024-08-08T20:16:57.6166290Z [4818/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorTransformerFunctions.cpp.o 2024-08-08T20:16:57.6252510Z [4819/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizer.cpp.o 2024-08-08T20:16:58.0653920Z [4820/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUnaryOps.cpp.o 2024-08-08T20:16:58.2230030Z [4821/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/Copy.cpp.o 2024-08-08T20:16:58.3784590Z [4822/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerChannelAffine.cpp.o 2024-08-08T20:16:58.4391410Z [4823/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerTensorAffine.cpp.o 2024-08-08T20:16:58.4565800Z [4824/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorAdvancedIndexing.cpp.o 2024-08-08T20:16:58.6218070Z [4825/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/QTensor.cpp.o 2024-08-08T20:16:58.6455180Z [4826/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorFactories.cpp.o 2024-08-08T20:16:58.6732100Z [4827/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorCompare.cpp.o 2024-08-08T20:16:58.6762040Z [4828/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool3d.cpp.o 2024-08-08T20:16:58.7846930Z [4829/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AdaptiveAveragePooling.cpp.o 2024-08-08T20:16:58.8547970Z [4830/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool2d.cpp.o 2024-08-08T20:16:58.9758500Z [4831/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/BinaryOps.cpp.o 2024-08-08T20:16:59.0047410Z [4832/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/RuyUtils.cpp.o 2024-08-08T20:16:59.0476800Z [4833/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ChannelShuffle.cpp.o 2024-08-08T20:16:59.1978900Z [4834/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/LinearUnpackImpl.cpp.o 2024-08-08T20:16:59.2199830Z [4835/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/IntReprQuant.cpp.o 2024-08-08T20:16:59.3181990Z [4836/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Normalization.cpp.o 2024-08-08T20:16:59.3273230Z [4837/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/MakePerTensorQuantizedTensor.cpp.o 2024-08-08T20:16:59.3586470Z [4838/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Pooling.cpp.o 2024-08-08T20:16:59.3633550Z [4839/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ReduceOps.cpp.o 2024-08-08T20:16:59.5334650Z [4840/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Sorting.cpp.o 2024-08-08T20:16:59.5986920Z [4841/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorOperators.cpp.o 2024-08-08T20:16:59.6510900Z [4842/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorShape.cpp.o 2024-08-08T20:16:59.6773790Z [4843/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleBilinear2d.cpp.o 2024-08-08T20:16:59.9442720Z [4844/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/init_qnnpack.cpp.o 2024-08-08T20:16:59.9695770Z [4845/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest2d.cpp.o 2024-08-08T20:16:59.9774730Z [4846/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest3d.cpp.o 2024-08-08T20:17:00.0832270Z [4847/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fbgemm_utils.cpp.o 2024-08-08T20:17:00.1447030Z [4848/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fused_obs_fake_quant.cpp.o 2024-08-08T20:17:00.1644090Z [4849/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qclamp.cpp.o 2024-08-08T20:17:00.3445210Z [4850/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv.cpp.o 2024-08-08T20:17:00.4653640Z [4851/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/XnnpackUtils.cpp.o 2024-08-08T20:17:00.4806250Z [4852/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp.o 2024-08-08T20:17:00.5044660Z [4853/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_prepack.cpp.o 2024-08-08T20:17:00.6540250Z [4854/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qelu.cpp.o 2024-08-08T20:17:00.7399540Z [4855/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag.cpp.o 2024-08-08T20:17:00.7657430Z [4856/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_prepack.cpp.o 2024-08-08T20:17:00.9708480Z [4857/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardsigmoid.cpp.o 2024-08-08T20:17:01.0103900Z [4858/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_unpack.cpp.o 2024-08-08T20:17:01.0929400Z [4859/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_unpack_impl.cpp.o 2024-08-08T20:17:01.0939260Z [4860/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qgelu.cpp.o 2024-08-08T20:17:01.1294670Z [4861/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qdropout.cpp.o 2024-08-08T20:17:01.2727960Z [4862/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardswish.cpp.o 2024-08-08T20:17:01.3105350Z [4863/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear.cpp.o 2024-08-08T20:17:01.3596890Z [4864/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp.o 2024-08-08T20:17:01.6167170Z [4865/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/source_range.cpp.o 2024-08-08T20:17:01.6403470Z [4866/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmul.cpp.o 2024-08-08T20:17:01.6889050Z [4867/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Activation.cpp.o 2024-08-08T20:17:01.7071280Z [4868/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling3d.cpp.o 2024-08-08T20:17:01.7389290Z [4869/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling.cpp.o 2024-08-08T20:17:01.8024520Z [4870/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling2d.cpp.o 2024-08-08T20:17:01.8688590Z [4871/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling3d.cpp.o 2024-08-08T20:17:02.1246130Z [4872/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmatmul.cpp.o 2024-08-08T20:17:02.2157510Z [4873/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AffineGridGenerator.cpp.o 2024-08-08T20:17:02.2479320Z [4874/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AutogradComposite.cpp.o 2024-08-08T20:17:02.2597950Z [4875/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AmpKernels.cpp.o 2024-08-08T20:17:02.2823160Z [4876/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool2d.cpp.o 2024-08-08T20:17:02.3616610Z [4877/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool3d.cpp.o 2024-08-08T20:17:02.4428730Z [4878/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebra.cpp.o 2024-08-08T20:17:02.5300500Z [4879/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebraKernel.cpp.o 2024-08-08T20:17:02.6924090Z [4880/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BlasKernel.cpp.o 2024-08-08T20:17:02.7530060Z [4881/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BinaryOps.cpp.o 2024-08-08T20:17:02.8063940Z [4882/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Blas.cpp.o 2024-08-08T20:17:02.9246270Z [4883/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ChanelShuffle.cpp.o 2024-08-08T20:17:02.9517980Z [4884/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Bucketization.cpp.o 2024-08-08T20:17:02.9719760Z [4885/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUBlas.cpp.o 2024-08-08T20:17:02.9823520Z [4886/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUFallback.cpp.o 2024-08-08T20:17:03.0579810Z [4887/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Col2Im.cpp.o 2024-08-08T20:17:03.2297320Z [4888/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ComparisonUtils.cpp.o 2024-08-08T20:17:03.3888210Z [4889/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Constraints.cpp.o 2024-08-08T20:17:03.4764900Z [4890/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Convolution.cpp.o 2024-08-08T20:17:03.5286230Z [4891/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM3d.cpp.o 2024-08-08T20:17:03.5445590Z [4892/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM2d.cpp.o 2024-08-08T20:17:03.5894400Z [4893/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionTBC.cpp.o 2024-08-08T20:17:03.6442940Z [4894/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Correlation.cpp.o 2024-08-08T20:17:03.6573050Z [4895/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Copy.cpp.o 2024-08-08T20:17:03.7577240Z [4896/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Cross.cpp.o 2024-08-08T20:17:03.8047280Z [4897/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DispatchStub.cpp.o 2024-08-08T20:17:03.9276100Z [4898/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool2d.cpp.o 2024-08-08T20:17:03.9940360Z [4899/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool3d.cpp.o 2024-08-08T20:17:04.2022370Z [4900/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distance.cpp.o 2024-08-08T20:17:04.2690560Z [4901/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Dropout.cpp.o 2024-08-08T20:17:04.3374990Z [4902/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Embedding.cpp.o 2024-08-08T20:17:04.3459700Z [4903/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distributions.cpp.o 2024-08-08T20:17:04.4386900Z [4904/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Fill.cpp.o 2024-08-08T20:17:04.4698200Z [4905/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool2d.cpp.o 2024-08-08T20:17:04.4767230Z [4906/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/EmbeddingBag.cpp.o 2024-08-08T20:17:04.5504110Z [4907/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ForeachOpsKernels.cpp.o 2024-08-08T20:17:04.8327740Z [4908/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool3d.cpp.o 2024-08-08T20:17:04.8558990Z [4909/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FunctionOfAMatrixUtils.cpp.o 2024-08-08T20:17:04.8888210Z [4910/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FusedAdagrad.cpp.o 2024-08-08T20:17:04.9591770Z [4911/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FusedAdam.cpp.o 2024-08-08T20:17:05.0785910Z [4912/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FusedSGD.cpp.o 2024-08-08T20:17:05.0934560Z [4913/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GatedLinearUnit.cpp.o 2024-08-08T20:17:05.1273210Z [4914/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LegacyBridge.cpp.o 2024-08-08T20:17:05.2267710Z [4915/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Im2Col.cpp.o 2024-08-08T20:17:05.2669770Z [4916/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GridSampler.cpp.o 2024-08-08T20:17:05.4343710Z [4917/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Histogram.cpp.o 2024-08-08T20:17:05.4669390Z [4918/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/IndexingUtils.cpp.o 2024-08-08T20:17:05.5443380Z [4919/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Itertools.cpp.o 2024-08-08T20:17:05.5827480Z [4920/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Integration.cpp.o 2024-08-08T20:17:05.6746960Z [4921/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LegacyBatching.cpp.o 2024-08-08T20:17:05.7581010Z [4922/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Lerp.cpp.o 2024-08-08T20:17:05.8533900Z [4923/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Linear.cpp.o 2024-08-08T20:17:05.9803290Z [4924/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LinearAlgebra.cpp.o 2024-08-08T20:17:06.0663610Z [4925/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossCTC.cpp.o 2024-08-08T20:17:06.1310430Z [4926/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiLabelMargin.cpp.o 2024-08-08T20:17:06.1379920Z [4927/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Loss.cpp.o 2024-08-08T20:17:06.1747800Z [4928/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiMargin.cpp.o 2024-08-08T20:17:06.2653330Z [4929/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL.cpp.o 2024-08-08T20:17:06.3876710Z [4930/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL2d.cpp.o 2024-08-08T20:17:06.4060370Z [4931/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxPooling.cpp.o 2024-08-08T20:17:06.5229500Z [4932/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxUnpooling.cpp.o 2024-08-08T20:17:06.6183590Z [4933/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MetaTensor.cpp.o 2024-08-08T20:17:06.6454230Z [4934/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Memory.cpp.o 2024-08-08T20:17:06.7836910Z [4935/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NNPACK.cpp.o 2024-08-08T20:17:06.9195040Z [4936/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp.o 2024-08-08T20:17:06.9273570Z [4937/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp.o 2024-08-08T20:17:06.9329540Z [4938/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NamedTensor.cpp.o 2024-08-08T20:17:06.9870640Z [4939/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveDilatedConvolution.cpp.o 2024-08-08T20:17:07.1078170Z [4940/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NegateFallback.cpp.o 2024-08-08T20:17:07.1998100Z [4941/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Onehot.cpp.o 2024-08-08T20:17:07.3342170Z [4942/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PackedSequence.cpp.o 2024-08-08T20:17:07.3527820Z [4943/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Normalization.cpp.o 2024-08-08T20:17:07.4709210Z [4944/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PadNd.cpp.o 2024-08-08T20:17:07.5100090Z [4945/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PixelShuffle.cpp.o 2024-08-08T20:17:07.5729120Z [4946/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PointwiseOps.cpp.o 2024-08-08T20:17:07.6279530Z [4947/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pooling.cpp.o 2024-08-08T20:17:07.6379790Z [4948/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pow.cpp.o 2024-08-08T20:17:07.7791340Z [4949/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/QuantizedLinear.cpp.o 2024-08-08T20:17:07.9043030Z [4950/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RNN.cpp.o 2024-08-08T20:17:07.9585790Z [4951/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RangeFactories.cpp.o 2024-08-08T20:17:08.0874720Z [4952/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceAllOps.cpp.o 2024-08-08T20:17:08.2167760Z [4953/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReflectionPad.cpp.o 2024-08-08T20:17:08.2197470Z [4954/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Repeat.cpp.o 2024-08-08T20:17:08.2235010Z [4955/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReplicationPadding.cpp.o 2024-08-08T20:17:08.2682870Z [4956/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Resize.cpp.o 2024-08-08T20:17:08.3883290Z [4957/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceOps.cpp.o 2024-08-08T20:17:08.4115300Z [4958/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RowwisePrune.cpp.o 2024-08-08T20:17:08.5276480Z [4959/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Scalar.cpp.o 2024-08-08T20:17:08.6247960Z [4960/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SegmentReduce.cpp.o 2024-08-08T20:17:08.7512230Z [4961/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o 2024-08-08T20:17:08.8282300Z [4962/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SoftMax.cpp.o 2024-08-08T20:17:08.8865670Z [4963/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Sorting.cpp.o 2024-08-08T20:17:08.9288890Z [4964/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SpectralOps.cpp.o 2024-08-08T20:17:08.9935440Z [4965/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOpsUtils.cpp.o 2024-08-08T20:17:09.1083930Z [4966/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SummaryOps.cpp.o 2024-08-08T20:17:09.3210180Z [4967/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorCompare.cpp.o 2024-08-08T20:17:09.3616020Z [4968/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SparseTensorUtils.cpp.o 2024-08-08T20:17:09.4694390Z [4969/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorIteratorReduce.cpp.o 2024-08-08T20:17:09.4886510Z [4970/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorFactories.cpp.o 2024-08-08T20:17:09.5108240Z [4971/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorProperties.cpp.o 2024-08-08T20:17:09.7717610Z [4972/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorShape.cpp.o 2024-08-08T20:17:09.8363430Z [4973/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorTransformations.cpp.o 2024-08-08T20:17:09.8483280Z [4974/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TestOps.cpp.o 2024-08-08T20:17:09.8990750Z [4975/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorAdvancedIndexing.cpp.o 2024-08-08T20:17:09.9508920Z [4976/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TriangularOps.cpp.o 2024-08-08T20:17:09.9576280Z [4977/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TypeProperties.cpp.o 2024-08-08T20:17:10.0244010Z [4978/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorConversions.cpp.o 2024-08-08T20:17:10.0398170Z [4979/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold2d.cpp.o 2024-08-08T20:17:10.0761870Z [4980/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnaryOps.cpp.o 2024-08-08T20:17:10.2216360Z [4981/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold3d.cpp.o 2024-08-08T20:17:10.3803040Z [4982/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnfoldBackward.cpp.o 2024-08-08T20:17:10.4943540Z [4983/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unique.cpp.o 2024-08-08T20:17:10.5757270Z [4984/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBilinear2d.cpp.o 2024-08-08T20:17:10.5787020Z [4985/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSample.cpp.o 2024-08-08T20:17:10.5919520Z [4986/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBicubic2d.cpp.o 2024-08-08T20:17:10.6257920Z [4987/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleLinear1d.cpp.o 2024-08-08T20:17:10.6710590Z [4988/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest1d.cpp.o 2024-08-08T20:17:10.7908700Z [4989/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest2d.cpp.o 2024-08-08T20:17:10.8107640Z [4990/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/verbose_wrapper.cpp.o 2024-08-08T20:17:10.9714320Z [4991/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest3d.cpp.o 2024-08-08T20:17:11.0575440Z [4992/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/VariableMethodStubs.cpp.o 2024-08-08T20:17:11.0617850Z [4993/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleTrilinear3d.cpp.o 2024-08-08T20:17:11.1208270Z [4994/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/prim_native_functions.cpp.o 2024-08-08T20:17:11.1586170Z [4995/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/layer_norm.cpp.o 2024-08-08T20:17:11.1892120Z [4996/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/WeightNorm.cpp.o 2024-08-08T20:17:11.1986640Z [4997/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/group_norm.cpp.o 2024-08-08T20:17:11.3402300Z [4998/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/library.cpp.o 2024-08-08T20:17:11.4630270Z [4999/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/AccumulateType.cpp.o 2024-08-08T20:17:11.5699190Z [5000/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.cpp.o 2024-08-08T20:17:11.5906440Z [5001/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear.cpp.o 2024-08-08T20:17:11.7413760Z [5002/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Context.cpp.o 2024-08-08T20:17:11.7725240Z [5003/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp.o 2024-08-08T20:17:11.7769310Z [5004/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CPUGeneratorImpl.cpp.o 2024-08-08T20:17:11.9849900Z [5005/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DeviceAccelerator.cpp.o 2024-08-08T20:17:12.0444720Z [5006/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_deserialize.cpp.o 2024-08-08T20:17:12.0471050Z [5007/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Dispatch.cpp.o 2024-08-08T20:17:12.0803420Z [5008/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ConjugateFallback.cpp.o 2024-08-08T20:17:12.1061170Z [5009/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DynamicLibrary.cpp.o 2024-08-08T20:17:12.1635630Z [5010/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CachedTensorUtils.cpp.o 2024-08-08T20:17:12.1708930Z [5011/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FuncTorchTLS.cpp.o 2024-08-08T20:17:12.2697020Z [5012/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/EmptyTensor.cpp.o 2024-08-08T20:17:12.4960640Z [5013/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ExpandUtils.cpp.o 2024-08-08T20:17:12.5339110Z [5014/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DLConvertor.cpp.o 2024-08-08T20:17:12.6619570Z [5015/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalizeFallbackKernel.cpp.o 2024-08-08T20:17:12.6743160Z [5016/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalStorageImpl.cpp.o 2024-08-08T20:17:12.6782690Z [5017/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalTensorWrapper.cpp.o 2024-08-08T20:17:12.7203270Z [5018/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyBatchedTensorImpl.cpp.o 2024-08-08T20:17:12.7892700Z [5019/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyVmapMode.cpp.o 2024-08-08T20:17:12.9677750Z [5020/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MapAllocator.cpp.o 2024-08-08T20:17:13.0957260Z [5021/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MemoryOverlap.cpp.o 2024-08-08T20:17:13.1017380Z [5022/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNative.cpp.o 2024-08-08T20:17:13.1607740Z [5023/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalInverses.cpp.o 2024-08-08T20:17:13.2347980Z [5024/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyBatchedFallback.cpp.o 2024-08-08T20:17:13.2451290Z [5025/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NamedTensorUtils.cpp.o 2024-08-08T20:17:13.4227870Z [5026/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelCommon.cpp.o 2024-08-08T20:17:13.5096730Z [5027/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/PythonTorchFunctionTLS.cpp.o 2024-08-08T20:17:13.5296710Z [5028/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SequenceNumber.cpp.o 2024-08-08T20:17:13.5440510Z [5029/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelOpenMP.cpp.o 2024-08-08T20:17:13.5775420Z [5030/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SavedTensorHooks.cpp.o 2024-08-08T20:17:13.6631710Z [5031/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyBatchingRegistrations.cpp.o 2024-08-08T20:17:13.6904930Z [5032/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyVmapTransforms.cpp.o 2024-08-08T20:17:13.6982420Z [5033/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelThreadPoolNative.cpp.o 2024-08-08T20:17:13.7622050Z [5034/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NestedTensorImpl.cpp.o 2024-08-08T20:17:13.8914350Z [5035/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ScalarOps.cpp.o 2024-08-08T20:17:13.9829480Z [5036/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorGeometry.cpp.o 2024-08-08T20:17:14.1797140Z [5037/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorMeta.cpp.o 2024-08-08T20:17:14.2243580Z [5038/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIndexing.cpp.o 2024-08-08T20:17:14.3725840Z [5039/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorNames.cpp.o 2024-08-08T20:17:14.3820990Z [5040/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIterator.cpp.o 2024-08-08T20:17:14.4422260Z [5041/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/StorageUtils.cpp.o 2024-08-08T20:17:14.4872530Z [5042/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseCsrTensorImpl.cpp.o 2024-08-08T20:17:14.5408910Z [5043/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ThreadLocalPythonObjects.cpp.o 2024-08-08T20:17:14.6917310Z [5044/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorImpl.cpp.o 2024-08-08T20:17:14.7029210Z [5045/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ThreadLocalState.cpp.o 2024-08-08T20:17:14.7136750Z [5046/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/cpu/FlushDenormal.cpp.o 2024-08-08T20:17:14.7607750Z [5047/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Version.cpp.o 2024-08-08T20:17:14.7729660Z [5048/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/cpu/Utils.cpp.o 2024-08-08T20:17:14.9633960Z [5049/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapModeRegistrations.cpp.o 2024-08-08T20:17:14.9919780Z [5050/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorUtils.cpp.o 2024-08-08T20:17:15.1166480Z [5051/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CPUGuardImpl.cpp.o 2024-08-08T20:17:15.1275910Z [5052/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CUDAHooksInterface.cpp.o 2024-08-08T20:17:15.1624060Z [5053/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Utils.cpp.o 2024-08-08T20:17:15.1972290Z [5054/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/HIPHooksInterface.cpp.o 2024-08-08T20:17:15.3075360Z [5055/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MAIAHooksInterface.cpp.o 2024-08-08T20:17:15.3673980Z [5056/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/IPUHooksInterface.cpp.o 2024-08-08T20:17:15.4051690Z [5057/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MTIAHooksInterface.cpp.o 2024-08-08T20:17:15.4679700Z [5058/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ZeroTensorFallback.cpp.o 2024-08-08T20:17:15.4722240Z [5059/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MPSHooksInterface.cpp.o 2024-08-08T20:17:15.4997970Z [5060/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MetaGuardImpl.cpp.o 2024-08-08T20:17:15.6722840Z [5061/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/autocast_mode.cpp.o 2024-08-08T20:17:15.6848200Z [5062/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/PrivateUse1HooksInterface.cpp.o 2024-08-08T20:17:15.7464800Z [5063/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/XPUHooksInterface.cpp.o 2024-08-08T20:17:15.9673490Z [5064/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/ADInterpreters.cpp.o 2024-08-08T20:17:16.4685610Z [5065/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesConvolution.cpp.o 2024-08-08T20:17:16.4949940Z [5066/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesActivation.cpp.o 2024-08-08T20:17:16.5369320Z [5067/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDynamic.cpp.o 2024-08-08T20:17:16.5629000Z [5068/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesFactory.cpp.o 2024-08-08T20:17:16.5981280Z [5069/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDecompositions.cpp.o 2024-08-08T20:17:16.6251560Z [5070/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp.o 2024-08-08T20:17:16.6954060Z [5071/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesHelper.cpp.o 2024-08-08T20:17:16.8866230Z [5072/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesIndexing.cpp.o 2024-08-08T20:17:17.4551910Z [5073/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLoss.cpp.o 2024-08-08T20:17:17.5015580Z [5074/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLinearAlgebra.cpp.o 2024-08-08T20:17:17.6379480Z [5075/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesReduceOps.cpp.o 2024-08-08T20:17:17.6643830Z [5076/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesModules.cpp.o 2024-08-08T20:17:17.6896530Z [5077/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesNorm.cpp.o 2024-08-08T20:17:17.7229740Z [5078/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesRandomness.cpp.o 2024-08-08T20:17:17.7814210Z [5079/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesPooling.cpp.o 2024-08-08T20:17:17.8911720Z [5080/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesScatterOps.cpp.o 2024-08-08T20:17:18.1140840Z [5081/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedTensorImpl.cpp.o 2024-08-08T20:17:18.3890670Z [5082/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/Interpreter.cpp.o 2024-08-08T20:17:18.4336770Z [5083/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/FunctionalizeInterpreter.cpp.o 2024-08-08T20:17:18.5512900Z [5084/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesUnaryOps.cpp.o 2024-08-08T20:17:18.6442400Z [5085/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesViews.cpp.o 2024-08-08T20:17:18.6791970Z [5086/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedFallback.cpp.o 2024-08-08T20:17:18.8593030Z [5087/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/DynamicLayer.cpp.o 2024-08-08T20:17:18.8721540Z [5088/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenGeneral.cpp.o 2024-08-08T20:17:18.9300530Z [5089/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp.o 2024-08-08T20:17:18.9446080Z [5090/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PlumbingHelper.cpp.o 2024-08-08T20:17:19.1103820Z [5091/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/TensorWrapper.cpp.o 2024-08-08T20:17:19.1739330Z [5092/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyVmapTransforms.cpp.o 2024-08-08T20:17:19.1907360Z [5093/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapInterpreter.cpp.o 2024-08-08T20:17:19.4068630Z [5094/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PyTorchOperatorHacks.cpp.o 2024-08-08T20:17:19.4108650Z [5095/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/record_function.cpp.o 2024-08-08T20:17:19.4186400Z [5096/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypePropertiesRegistry.cpp.o 2024-08-08T20:17:19.4270500Z [5097/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypeProperties.cpp.o 2024-08-08T20:17:19.5267010Z [5098/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/BackendSelectFallbackKernel.cpp.o 2024-08-08T20:17:19.5606510Z [5099/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dimname.cpp.o 2024-08-08T20:17:19.6146900Z [5100/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapModeRegistrations.cpp.o 2024-08-08T20:17:19.6173400Z [5101/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dict.cpp.o 2024-08-08T20:17:19.8137210Z [5102/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Formatting.cpp.o 2024-08-08T20:17:19.9051680Z [5103/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/GeneratorForPrivateuseone.cpp.o 2024-08-08T20:17:19.9349440Z [5104/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Generator.cpp.o 2024-08-08T20:17:20.0153970Z [5105/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NestedIntSymNodeImpl.cpp.o 2024-08-08T20:17:20.0596190Z [5106/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedTensor.cpp.o 2024-08-08T20:17:20.0841520Z [5107/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/List.cpp.o 2024-08-08T20:17:20.1036160Z [5108/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/MetaFallbackKernel.cpp.o 2024-08-08T20:17:20.1137540Z [5109/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedRegistrations.cpp.o 2024-08-08T20:17:20.1536420Z [5110/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Range.cpp.o 2024-08-08T20:17:20.3558620Z [5111/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonOpRegistrationTrampoline.cpp.o 2024-08-08T20:17:20.3659210Z [5112/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonFallbackKernel.cpp.o 2024-08-08T20:17:20.4924830Z [5113/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Vitals.cpp.o 2024-08-08T20:17:20.6001110Z [5114/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableHooksInterface.cpp.o 2024-08-08T20:17:20.6041850Z [5115/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/blob.cpp.o 2024-08-08T20:17:20.6151010Z [5116/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TorchDispatchUtils.cpp.o 2024-08-08T20:17:20.6250390Z [5117/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Tensor.cpp.o 2024-08-08T20:17:20.6544720Z [5118/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableFallbackKernel.cpp.o 2024-08-08T20:17:20.8093030Z [5119/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/adaption.cpp.o 2024-08-08T20:17:20.8785590Z [5120/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/boxing/KernelFunction.cpp.o 2024-08-08T20:17:21.0083370Z [5121/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/ObservedOperators.cpp.o 2024-08-08T20:17:21.0183450Z [5122/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/class_type.cpp.o 2024-08-08T20:17:21.1359640Z [5123/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/custom_class.cpp.o 2024-08-08T20:17:21.1751180Z [5124/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/DispatchKeyExtractor.cpp.o 2024-08-08T20:17:21.2448270Z [5125/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/OperatorEntry.cpp.o 2024-08-08T20:17:21.2652370Z [5126/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/Dispatcher.cpp.o 2024-08-08T20:17:21.3705880Z [5127/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dynamic_type.cpp.o 2024-08-08T20:17:21.4434410Z [5128/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/interned_strings.cpp.o 2024-08-08T20:17:21.4637850Z [5129/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/function_schema.cpp.o 2024-08-08T20:17:21.5769070Z [5130/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/operator_name.cpp.o 2024-08-08T20:17:21.6450680Z [5131/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/register_symbols.cpp.o 2024-08-08T20:17:21.6664730Z [5132/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ivalue.cpp.o 2024-08-08T20:17:21.7119540Z [5133/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/infer_schema.cpp.o 2024-08-08T20:17:21.7324220Z [5134/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/library.cpp.o 2024-08-08T20:17:21.7624750Z [5135/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/op_registration.cpp.o 2024-08-08T20:17:21.8065910Z [5136/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/tensor_type.cpp.o 2024-08-08T20:17:22.0202040Z [5137/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/error_report.cpp.o 2024-08-08T20:17:22.0386560Z [5138/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/strtod.cpp.o 2024-08-08T20:17:22.0544620Z [5139/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type_factory.cpp.o 2024-08-08T20:17:22.0547530Z [5140/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/lexer.cpp.o 2024-08-08T20:17:22.0910010Z [5141/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type.cpp.o 2024-08-08T20:17:22.0993180Z [5142/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/union_type.cpp.o 2024-08-08T20:17:22.2605470Z [5143/5912] Building C object functorch/CMakeFiles/functorch.dir/csrc/dim/dim_opcode.c.o 2024-08-08T20:17:22.2924310Z [5144/5912] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/shm.dir/core.cpp.o 2024-08-08T20:17:22.3053650Z [5145/5912] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/torch_shm_manager.dir/manager.cpp.o 2024-08-08T20:17:22.3601260Z [5146/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/function_schema_parser.cpp.o 2024-08-08T20:17:22.3780680Z [5147/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_type_parser.cpp.o 2024-08-08T20:17:23.2010330Z [5148/5912] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/dim/dim.cpp.o 2024-08-08T20:17:23.2748030Z [5149/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Storage.cpp.o 2024-08-08T20:17:23.3052900Z [5150/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageSharing.cpp.o 2024-08-08T20:17:23.3314480Z [5151/5912] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/init_dim_only.cpp.o 2024-08-08T20:17:23.3592880Z [5152/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Stream.cpp.o 2024-08-08T20:17:23.4083320Z [5153/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageMethods.cpp.o 2024-08-08T20:17:23.4462650Z [5154/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/TypeInfo.cpp.o 2024-08-08T20:17:23.5404840Z [5155/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Event.cpp.o 2024-08-08T20:17:24.0151420Z [5156/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_cpp_function.cpp.o 2024-08-08T20:17:24.0278150Z [5157/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/profiler_python.cpp.o 2024-08-08T20:17:24.0773930Z [5158/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_anomaly_mode.cpp.o 2024-08-08T20:17:24.1842600Z [5159/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/functions/init.cpp.o 2024-08-08T20:17:24.3135010Z [5160/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/api/src/python/init.cpp.o 2024-08-08T20:17:24.4810450Z [5161/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_saved_variable_hooks.cpp.o 2024-08-08T20:17:24.5825380Z [5162/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/init.cpp.o 2024-08-08T20:17:24.6570140Z [5163/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_engine.cpp.o 2024-08-08T20:17:25.1636540Z [5164/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_hook.cpp.o 2024-08-08T20:17:25.2526080Z [5165/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_legacy_variable.cpp.o 2024-08-08T20:17:25.3730270Z [5166/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_function.cpp.o 2024-08-08T20:17:25.4049870Z [5167/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_nested_functions_manual.cpp.o 2024-08-08T20:17:25.4063720Z [5168/5912] Building C object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/cpython_defs.c.o 2024-08-08T20:17:25.4379650Z [5169/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_torch_functions_manual.cpp.o 2024-08-08T20:17:25.5059010Z [5170/5912] Building C object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/eval_frame.c.o 2024-08-08T20:17:25.5380030Z [5171/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable_indexing.cpp.o 2024-08-08T20:17:25.6287460Z [5172/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable.cpp.o 2024-08-08T20:17:25.6321590Z [5173/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/cpp_shim.cpp.o 2024-08-08T20:17:25.6732180Z [5174/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/cache_entry.cpp.o 2024-08-08T20:17:25.7149810Z [5175/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/framelocals_mapping.cpp.o 2024-08-08T20:17:25.7949120Z [5176/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/python_compiled_autograd.cpp.o 2024-08-08T20:17:25.9166770Z [5177/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/fx/node.cpp.o 2024-08-08T20:17:26.1063850Z [5178/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/extra_state.cpp.o 2024-08-08T20:17:26.1858240Z [5179/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/init.cpp.o 2024-08-08T20:17:26.5089970Z [5180/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/inductor/aoti_runner/pybind.cpp.o 2024-08-08T20:17:26.7084160Z [5181/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/inductor/resize_storage_bytes.cpp.o 2024-08-08T20:17:26.8211250Z [5182/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/mtia/Module.cpp.o 2024-08-08T20:17:26.8586480Z [5183/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/guards.cpp.o 2024-08-08T20:17:26.8818970Z [5184/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/mps/Module.cpp.o 2024-08-08T20:17:26.9079890Z [5185/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/functorch/init.cpp.o 2024-08-08T20:17:27.0254840Z [5186/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/inductor/aoti_eager/kernel_holder.cpp.o 2024-08-08T20:17:27.2161280Z [5187/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/inductor/aoti_eager/kernel_meta_info.cpp.o 2024-08-08T20:17:27.4398080Z [5188/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/cast_all_constant_to_floating.cpp.o 2024-08-08T20:17:27.5867100Z [5189/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/deduplicate_initializers.cpp.o 2024-08-08T20:17:27.7586880Z [5190/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/backends/backend_init.cpp.o 2024-08-08T20:17:27.8045900Z [5191/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_map.cpp.o 2024-08-08T20:17:27.8272560Z [5192/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_fold.cpp.o 2024-08-08T20:17:28.0273670Z [5193/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/init.cpp.o 2024-08-08T20:17:28.0552690Z [5194/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eliminate_unused_items.cpp.o 2024-08-08T20:17:28.1094940Z [5195/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eval_peephole.cpp.o 2024-08-08T20:17:28.1404340Z [5196/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx.cpp.o 2024-08-08T20:17:28.2370090Z [5197/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/list_model_parameters.cpp.o 2024-08-08T20:17:28.5146320Z [5198/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_substitution.cpp.o 2024-08-08T20:17:28.5561290Z [5199/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/peephole.cpp.o 2024-08-08T20:17:28.5644440Z [5200/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/helper.cpp.o 2024-08-08T20:17:28.6517070Z [5201/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/preprocess_for_onnx.cpp.o 2024-08-08T20:17:28.6887230Z [5202/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/prepare_division_for_onnx.cpp.o 2024-08-08T20:17:28.6965940Z [5203/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/scalar_type_analysis.cpp.o 2024-08-08T20:17:28.8790240Z [5204/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/fixup_onnx_controlflow.cpp.o 2024-08-08T20:17:28.9820400Z [5205/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/onnx_log.cpp.o 2024-08-08T20:17:29.1845100Z [5206/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.cpp.o 2024-08-08T20:17:29.2446280Z [5207/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/unpack_quantized_weights.cpp.o 2024-08-08T20:17:29.2546750Z [5208/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/naming.cpp.o 2024-08-08T20:17:29.2717270Z [5209/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_extraction.cpp.o 2024-08-08T20:17:29.4426020Z [5210/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.cpp.o 2024-08-08T20:17:29.5395070Z [5211/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/common.cpp.o 2024-08-08T20:17:29.5495250Z [5212/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/pybind_utils.cpp.o 2024-08-08T20:17:29.8075940Z [5213/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.cpp.o 2024-08-08T20:17:29.8740010Z [5214/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.cpp.o 2024-08-08T20:17:29.9060800Z [5215/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/shape_type_inference.cpp.o 2024-08-08T20:17:30.0784310Z [5216/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_dict.cpp.o 2024-08-08T20:17:30.2565490Z [5217/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_custom_class.cpp.o 2024-08-08T20:17:30.4091240Z [5218/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/tree_views.cpp.o 2024-08-08T20:17:30.4871310Z [5219/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_list.cpp.o 2024-08-08T20:17:30.5358930Z [5220/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_arg_flatten.cpp.o 2024-08-08T20:17:30.7408890Z [5221/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_interpreter.cpp.o 2024-08-08T20:17:30.7509280Z [5222/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/concrete_module_type.cpp.o 2024-08-08T20:17:30.8922180Z [5223/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_ir.cpp.o 2024-08-08T20:17:31.0710770Z [5224/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tracer.cpp.o 2024-08-08T20:17:31.0850040Z [5225/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tree_views.cpp.o 2024-08-08T20:17:31.1914410Z [5226/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_sugared_value.cpp.o 2024-08-08T20:17:31.2674990Z [5227/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/static/init.cpp.o 2024-08-08T20:17:31.2809880Z [5228/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/monitor/python_init.cpp.o 2024-08-08T20:17:31.3480260Z [5229/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/script_init.cpp.o 2024-08-08T20:17:31.3681620Z [5230/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/multiprocessing/init.cpp.o 2024-08-08T20:17:31.6898610Z [5231/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/profiler/python/init.cpp.o 2024-08-08T20:17:31.7621520Z [5232/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/tensorexpr/tensorexpr_init.cpp.o 2024-08-08T20:17:31.8158510Z [5233/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/profiler/python/combined_traceback.cpp.o 2024-08-08T20:17:32.0867150Z [5234/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/init.cpp.o 2024-08-08T20:17:32.1164110Z [5235/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/throughput_benchmark.cpp.o 2024-08-08T20:17:32.2054810Z [5236/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/device_lazy_init.cpp.o 2024-08-08T20:17:32.3168430Z [5237/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/onnx/init.cpp.o 2024-08-08T20:17:32.3503610Z [5238/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/serialization.cpp.o 2024-08-08T20:17:32.3614650Z [5239/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/object_ptr.cpp.o 2024-08-08T20:17:32.3734240Z [5240/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/invalid_arguments.cpp.o 2024-08-08T20:17:32.4412730Z [5241/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/tensor/python_tensor.cpp.o 2024-08-08T20:17:32.7392120Z [5242/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/pyobject_preservation.cpp.o 2024-08-08T20:17:32.8497120Z [5243/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils.cpp.o 2024-08-08T20:17:32.8930480Z [5244/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_symnode.cpp.o 2024-08-08T20:17:33.1201210Z [5245/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/pybind.cpp.o 2024-08-08T20:17:33.2508150Z [5246/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/structseq.cpp.o 2024-08-08T20:17:33.2530050Z [5247/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_dtypes.cpp.o 2024-08-08T20:17:33.3697340Z [5248/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/nested.cpp.o 2024-08-08T20:17:33.4123620Z [5249/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_dispatch.cpp.o 2024-08-08T20:17:33.4365290Z [5250/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_arg_parser.cpp.o 2024-08-08T20:17:33.4488550Z [5251/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_layouts.cpp.o 2024-08-08T20:17:33.5087750Z [5252/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_apply.cpp.o 2024-08-08T20:17:33.6021290Z [5253/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_memoryformats.cpp.o 2024-08-08T20:17:33.7772690Z [5254/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_qschemes.cpp.o 2024-08-08T20:17:34.0594830Z [5255/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_types.cpp.o 2024-08-08T20:17:34.0739980Z [5256/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/verbose.cpp.o 2024-08-08T20:17:34.0845510Z [5257/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cpu/Module.cpp.o 2024-08-08T20:17:34.1131270Z [5258/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/disable_torch_function.cpp.o 2024-08-08T20:17:34.3742070Z [5259/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_list.cpp.o 2024-08-08T20:17:34.5141440Z [5260/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_numpy.cpp.o 2024-08-08T20:17:34.6476510Z [5261/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_new.cpp.o 2024-08-08T20:17:34.7227730Z [5262/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/python_util.cpp.o 2024-08-08T20:17:34.9505660Z [5263/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/init.cpp.o 2024-08-08T20:17:35.2219790Z [5264/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_variable_methods.cpp.o 2024-08-08T20:17:35.2719220Z [5265/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_2.cpp.o 2024-08-08T20:17:35.2947610Z [5266/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_0.cpp.o 2024-08-08T20:17:35.3535870Z [5267/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_1.cpp.o 2024-08-08T20:17:35.3580640Z [5268/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_0.cpp.o 2024-08-08T20:17:35.4050900Z [5269/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_3.cpp.o 2024-08-08T20:17:35.4560770Z [5270/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_4.cpp.o 2024-08-08T20:17:35.6001910Z [5271/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_1.cpp.o 2024-08-08T20:17:35.8951390Z [5272/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_2.cpp.o 2024-08-08T20:17:35.9454510Z [5273/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nested_functions.cpp.o 2024-08-08T20:17:35.9676900Z [5274/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_linalg_functions.cpp.o 2024-08-08T20:17:35.9734440Z [5275/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_fft_functions.cpp.o 2024-08-08T20:17:35.9779570Z [5276/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nn_functions.cpp.o 2024-08-08T20:17:36.0641960Z [5277/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_sparse_functions.cpp.o 2024-08-08T20:17:36.0966830Z [5278/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_special_functions.cpp.o 2024-08-08T20:17:36.1096430Z [5279/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_return_types.cpp.o 2024-08-08T20:17:36.3260870Z [5280/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_enum_tag.cpp.o 2024-08-08T20:17:36.3679130Z [5281/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DataLoader.cpp.o 2024-08-08T20:17:36.5672770Z [5282/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Dtype.cpp.o 2024-08-08T20:17:36.5957740Z [5283/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Device.cpp.o 2024-08-08T20:17:36.7907730Z [5284/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Layout.cpp.o 2024-08-08T20:17:36.8034600Z [5285/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/QScheme.cpp.o 2024-08-08T20:17:36.8858620Z [5286/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/MemoryFormat.cpp.o 2024-08-08T20:17:37.0046100Z [5287/5912] Building CXX object caffe2/CMakeFiles/torch.dir/__/empty.cpp.o 2024-08-08T20:17:37.1071620Z [5288/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DynamicTypes.cpp.o 2024-08-08T20:17:37.1861420Z [5289/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Generator.cpp.o 2024-08-08T20:17:37.2974580Z [5290/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/python_dimname.cpp.o 2024-08-08T20:17:37.3339480Z [5291/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Size.cpp.o 2024-08-08T20:17:37.4247510Z [5292/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Exceptions.cpp.o 2024-08-08T20:17:37.7273970Z [5293/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Module.cpp.o 2024-08-08T20:17:37.7669530Z [5294/5912] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/PyInterpreter.cpp.o 2024-08-08T20:17:38.1077440Z [5295/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Attention.mm.o 2024-08-08T20:17:38.2007100Z [5296/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/AdaptivePooling.mm.o 2024-08-08T20:17:38.2107300Z [5297/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/BinaryOps.mm.o 2024-08-08T20:17:38.2412080Z [5298/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/BinaryKernel.mm.o 2024-08-08T20:17:38.4226160Z [5299/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/BitwiseOps.mm.o 2024-08-08T20:17:38.4854410Z [5300/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Blas.mm.o 2024-08-08T20:17:38.6512390Z [5301/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/ConstantOps.mm.o 2024-08-08T20:17:38.7300070Z [5302/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Bucketization.mm.o 2024-08-08T20:17:39.1530590Z [5303/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Copy.mm.o 2024-08-08T20:17:39.1674450Z [5304/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Convolution.mm.o 2024-08-08T20:17:39.2842490Z [5305/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/CrossKernel.mm.o 2024-08-08T20:17:39.4251450Z [5306/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Distributions.mm.o 2024-08-08T20:17:39.4679320Z [5307/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Eye.mm.o 2024-08-08T20:17:39.5598100Z [5308/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FastFourierTransform.mm.o 2024-08-08T20:17:39.5728540Z [5309/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedAdamKernel.mm.o 2024-08-08T20:17:39.6501670Z [5310/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedAdamKernelImpl.mm.o 2024-08-08T20:17:39.6802520Z [5311/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedAdamAmsgradKernelImpl.mm.o 2024-08-08T20:17:39.8333440Z [5312/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedAdamWKernel.mm.o 2024-08-08T20:17:40.1859780Z [5313/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedAdamWAmsgradKernelImpl.mm.o 2024-08-08T20:17:40.3751420Z [5314/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedAdamWKernelImpl.mm.o 2024-08-08T20:17:40.5547140Z [5315/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Gamma.mm.o 2024-08-08T20:17:40.5928950Z [5316/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedSgdKernel.mm.o 2024-08-08T20:17:40.7046200Z [5317/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/GridSampler.mm.o 2024-08-08T20:17:40.7699490Z [5318/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Indexing.mm.o 2024-08-08T20:17:40.8047490Z [5319/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Inverse.mm.o 2024-08-08T20:17:40.8829780Z [5320/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/HistogramKernel.mm.o 2024-08-08T20:17:41.2652090Z [5321/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Lerp.mm.o 2024-08-08T20:17:41.4469080Z [5322/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Linear.mm.o 2024-08-08T20:17:41.5576180Z [5323/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/LinearAlgebra.mm.o 2024-08-08T20:17:41.7250260Z [5324/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Normalization.mm.o 2024-08-08T20:17:41.7428300Z [5325/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/LossOps.mm.o 2024-08-08T20:17:41.8023600Z [5326/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Pad.mm.o 2024-08-08T20:17:41.9152870Z [5327/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/PixelShuffle.mm.o 2024-08-08T20:17:41.9256680Z [5328/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/PointwiseOps.mm.o 2024-08-08T20:17:42.3290900Z [5329/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Pooling.mm.o 2024-08-08T20:17:42.5884310Z [5330/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Quantized.mm.o 2024-08-08T20:17:42.6185210Z [5331/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/RangeFactories.mm.o 2024-08-08T20:17:42.7848660Z [5332/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/RenormKernel.mm.o 2024-08-08T20:17:42.8431080Z [5333/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/ReduceOps.mm.o 2024-08-08T20:17:42.8791470Z [5334/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/RnnOps.mm.o 2024-08-08T20:17:42.9322370Z [5335/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Repeat.mm.o 2024-08-08T20:17:43.0107460Z [5336/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Scalar.mm.o 2024-08-08T20:17:43.4152780Z [5337/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/ScatterGather.mm.o 2024-08-08T20:17:43.6292730Z [5338/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Shape.mm.o 2024-08-08T20:17:43.6596620Z [5339/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/SoftMax.mm.o 2024-08-08T20:17:43.8156440Z [5340/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/SummaryOps.mm.o 2024-08-08T20:17:43.8243470Z [5341/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Sort.mm.o 2024-08-08T20:17:44.0252150Z [5342/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/TriangularOps.mm.o 2024-08-08T20:17:44.0530210Z [5343/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/TensorCompare.mm.o 2024-08-08T20:17:44.2005560Z [5344/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/UnaryKernel.mm.o 2024-08-08T20:17:44.5239670Z [5345/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/UnaryOps.mm.o 2024-08-08T20:17:44.5458210Z [5346/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/observer.cpp.o 2024-08-08T20:17:44.5684480Z [5347/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/python_tracer.cpp.o 2024-08-08T20:17:44.5864810Z [5348/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/vulkan.cpp.o 2024-08-08T20:17:44.7559380Z [5349/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Unique.mm.o 2024-08-08T20:17:44.8054170Z [5350/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/UpSample.mm.o 2024-08-08T20:17:44.8161360Z [5351/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/perf.cpp.o 2024-08-08T20:17:44.9838730Z [5352/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/WeightNorm.mm.o 2024-08-08T20:17:44.9893700Z [5353/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/unwind/unwind_fb.cpp.o 2024-08-08T20:17:45.0033810Z [5354/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/View.mm.o 2024-08-08T20:17:45.1096220Z [5355/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/stubs/base.cpp.o 2024-08-08T20:17:45.1824370Z [5356/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/execution_trace_observer.cpp.o 2024-08-08T20:17:45.2353550Z [5357/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/unwind/unwind.cpp.o 2024-08-08T20:17:45.2664310Z [5358/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/privateuse1_observer.cpp.o 2024-08-08T20:17:45.2960190Z [5359/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/itt_observer.cpp.o 2024-08-08T20:17:45.3298860Z [5360/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/nvtx_observer.cpp.o 2024-08-08T20:17:45.4292900Z [5361/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/cpp_stacktraces.cpp.o 2024-08-08T20:17:45.6584930Z [5362/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/util.cpp.o 2024-08-08T20:17:45.6903190Z [5363/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/schema_info.cpp.o 2024-08-08T20:17:45.7498100Z [5364/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/variadic.cpp.o 2024-08-08T20:17:46.0766550Z [5365/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_graph.cpp.o 2024-08-08T20:17:46.1046850Z [5366/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_inplace_ops.cpp.o 2024-08-08T20:17:46.2260330Z [5367/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/tensor_flatten.cpp.o 2024-08-08T20:17:46.2298270Z [5368/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/check_alias_annotation.cpp.o 2024-08-08T20:17:46.3024450Z [5369/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_c10_ops.cpp.o 2024-08-08T20:17:46.4250010Z [5370/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/cuda/interface.cpp.o 2024-08-08T20:17:46.5518090Z [5371/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/autocast.cpp.o 2024-08-08T20:17:46.6071180Z [5372/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/config.cpp.o 2024-08-08T20:17:46.8018250Z [5373/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/dynamic_ir.cpp.o 2024-08-08T20:17:46.8248890Z [5374/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/debug_info.cpp.o 2024-08-08T20:17:46.9943480Z [5375/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/device_data.cpp.o 2024-08-08T20:17:47.0837050Z [5376/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/generic.cpp.o 2024-08-08T20:17:47.1149260Z [5377/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops.cpp.o 2024-08-08T20:17:47.2505990Z [5378/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_special_ops.cpp.o 2024-08-08T20:17:47.3216230Z [5379/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp.o 2024-08-08T20:17:47.4031670Z [5380/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/tensor_aten_ops.cpp.o 2024-08-08T20:17:47.5795990Z [5381/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_autograd_functions.cpp.o 2024-08-08T20:17:47.6148140Z [5382/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_lowering_context.cpp.o 2024-08-08T20:17:47.8141510Z [5383/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_backend_impl.cpp.o 2024-08-08T20:17:47.8180870Z [5384/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node.cpp.o 2024-08-08T20:17:47.8881760Z [5385/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_eager_fallback.cpp.o 2024-08-08T20:17:48.1868110Z [5386/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node_lowering.cpp.o 2024-08-08T20:17:48.1968110Z [5387/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/export_data.cpp.o 2024-08-08T20:17:48.2724060Z [5388/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import_data.cpp.o 2024-08-08T20:17:48.3743750Z [5389/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_native_functions.cpp.o 2024-08-08T20:17:48.6556460Z [5390/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/optim/sgd.cpp.o 2024-08-08T20:17:48.6674030Z [5391/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/out_types.cpp.o 2024-08-08T20:17:48.7716450Z [5392/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/random.cpp.o 2024-08-08T20:17:48.8008450Z [5393/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/sequential.cpp.o 2024-08-08T20:17:48.9449310Z [5394/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/TraceTypeManual.cpp.o 2024-08-08T20:17:49.1845570Z [5395/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer.cpp.o 2024-08-08T20:17:49.1896290Z [5396/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport.cpp.o 2024-08-08T20:17:49.2146990Z [5397/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/jit.cpp.o 2024-08-08T20:17:49.3557620Z [5398/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/FunctionsManual.cpp.o 2024-08-08T20:17:49.3685410Z [5399/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport_manager.cpp.o 2024-08-08T20:17:49.5113640Z [5400/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/VariableTypeManual.cpp.o 2024-08-08T20:17:49.5403830Z [5401/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/onnx.cpp.o 2024-08-08T20:17:49.7139880Z [5402/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/byte_order.cpp.o 2024-08-08T20:17:49.7329790Z [5403/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_bytecode.cpp.o 2024-08-08T20:17:49.8762620Z [5404/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/cuda.cpp.o 2024-08-08T20:17:49.9776100Z [5405/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module_save.cpp.o 2024-08-08T20:17:50.2810620Z [5406/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export.cpp.o 2024-08-08T20:17:50.3955770Z [5407/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_module.cpp.o 2024-08-08T20:17:50.4351640Z [5408/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp.o 2024-08-08T20:17:50.4755560Z [5409/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/enum.cpp.o 2024-08-08T20:17:50.5789040Z [5410/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/datasets/mnist.cpp.o 2024-08-08T20:17:50.7457680Z [5411/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/imethod.cpp.o 2024-08-08T20:17:50.8356870Z [5412/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/distributed.cpp.o 2024-08-08T20:17:50.8670790Z [5413/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/random.cpp.o 2024-08-08T20:17:50.8864220Z [5414/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/mps.cpp.o 2024-08-08T20:17:51.0688390Z [5415/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/sequential.cpp.o 2024-08-08T20:17:51.1182190Z [5416/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/stream.cpp.o 2024-08-08T20:17:51.4902970Z [5417/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize.cpp.o 2024-08-08T20:17:51.5803890Z [5418/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/init.cpp.o 2024-08-08T20:17:51.8460330Z [5419/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/module.cpp.o 2024-08-08T20:17:51.8625260Z [5420/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/_functions.cpp.o 2024-08-08T20:17:52.0083050Z [5421/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/activation.cpp.o 2024-08-08T20:17:52.0551020Z [5422/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/batchnorm.cpp.o 2024-08-08T20:17:52.0877590Z [5423/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/adaptive.cpp.o 2024-08-08T20:17:52.1193010Z [5424/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/normalization.cpp.o 2024-08-08T20:17:52.5560180Z [5425/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/conv.cpp.o 2024-08-08T20:17:52.6499020Z [5426/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/instancenorm.cpp.o 2024-08-08T20:17:52.8023510Z [5427/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/distance.cpp.o 2024-08-08T20:17:52.8314870Z [5428/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/dropout.cpp.o 2024-08-08T20:17:52.9200570Z [5429/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/embedding.cpp.o 2024-08-08T20:17:52.9686720Z [5430/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/fold.cpp.o 2024-08-08T20:17:53.1583020Z [5431/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/linear.cpp.o 2024-08-08T20:17:53.2389500Z [5432/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/loss.cpp.o 2024-08-08T20:17:53.5723240Z [5433/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/padding.cpp.o 2024-08-08T20:17:53.7578510Z [5434/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pixelshuffle.cpp.o 2024-08-08T20:17:53.8467980Z [5435/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pooling.cpp.o 2024-08-08T20:17:53.9714130Z [5436/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/transformer.cpp.o 2024-08-08T20:17:54.0272490Z [5437/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/upsampling.cpp.o 2024-08-08T20:17:54.0603100Z [5438/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/rnn.cpp.o 2024-08-08T20:17:54.0919250Z [5439/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/container/functional.cpp.o 2024-08-08T20:17:54.1152390Z [5440/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/activation.cpp.o 2024-08-08T20:17:54.5612420Z [5441/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/batchnorm.cpp.o 2024-08-08T20:17:54.6445500Z [5442/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/adaptive.cpp.o 2024-08-08T20:17:54.8001110Z [5443/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/embedding.cpp.o 2024-08-08T20:17:54.8332980Z [5444/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/normalization.cpp.o 2024-08-08T20:17:54.8806520Z [5445/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/instancenorm.cpp.o 2024-08-08T20:17:55.1516760Z [5446/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/conv.cpp.o 2024-08-08T20:17:55.2456580Z [5447/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/dropout.cpp.o 2024-08-08T20:17:55.2753190Z [5448/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/linear.cpp.o 2024-08-08T20:17:55.4640110Z [5449/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/padding.cpp.o 2024-08-08T20:17:55.4971930Z [5450/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/pooling.cpp.o 2024-08-08T20:17:55.6929810Z [5451/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/rnn.cpp.o 2024-08-08T20:17:55.7250510Z [5452/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/vision.cpp.o 2024-08-08T20:17:55.8561920Z [5453/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/transformer.cpp.o 2024-08-08T20:17:56.1256330Z [5454/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adagrad.cpp.o 2024-08-08T20:17:56.1559930Z [5455/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adam.cpp.o 2024-08-08T20:17:56.3483490Z [5456/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/optimizer.cpp.o 2024-08-08T20:17:56.3875160Z [5457/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/lbfgs.cpp.o 2024-08-08T20:17:56.4371620Z [5458/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adamw.cpp.o 2024-08-08T20:17:56.5588910Z [5459/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/step_lr.cpp.o 2024-08-08T20:17:56.5708780Z [5460/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/lr_scheduler.cpp.o 2024-08-08T20:17:56.7028910Z [5461/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/rmsprop.cpp.o 2024-08-08T20:17:56.7282380Z [5462/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/serialize.cpp.o 2024-08-08T20:17:56.8301800Z [5463/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/reduce_on_plateau_scheduler.cpp.o 2024-08-08T20:17:56.9822290Z [5464/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/sgd.cpp.o 2024-08-08T20:17:56.9876050Z [5465/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/xpu.cpp.o 2024-08-08T20:17:57.3925860Z [5466/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/input-archive.cpp.o 2024-08-08T20:17:57.4180410Z [5467/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSGeneratorImpl.mm.o 2024-08-08T20:17:57.5147560Z [5468/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSDevice.mm.o 2024-08-08T20:17:57.5668530Z [5469/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/output-archive.cpp.o 2024-08-08T20:17:57.6068720Z [5470/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/EmptyTensor.cpp.o 2024-08-08T20:17:57.7885620Z [5471/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSEvent.mm.o 2024-08-08T20:17:57.8007790Z [5472/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSAllocator.mm.o 2024-08-08T20:17:58.0224170Z [5473/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSFallback.mm.o 2024-08-08T20:17:58.2122830Z [5474/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Equal.cpp.o 2024-08-08T20:17:58.4102420Z [5475/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSHooks.mm.o 2024-08-08T20:17:58.4568180Z [5476/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSGuardImpl.mm.o 2024-08-08T20:17:58.5487120Z [5477/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSStream.mm.o 2024-08-08T20:17:58.6008920Z [5478/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/TensorFactory.cpp.o 2024-08-08T20:17:58.6133740Z [5479/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSProfiler.mm.o 2024-08-08T20:17:58.6176390Z [5480/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/python/update_graph_executor_opt.cpp.o 2024-08-08T20:17:58.7336310Z [5481/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/python/utf8_decoding_ignore.cpp.o 2024-08-08T20:17:58.8013650Z [5482/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/value_refinement_utils.cpp.o 2024-08-08T20:17:58.9610510Z [5483/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/OperationUtils.mm.o 2024-08-08T20:17:59.0122090Z [5484/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Activation.mm.o 2024-08-08T20:17:59.0235560Z [5485/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/variadic_ops.cpp.o 2024-08-08T20:17:59.3312250Z [5486/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/autodiff.cpp.o 2024-08-08T20:17:59.3348610Z [5487/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/argument_spec.cpp.o 2024-08-08T20:17:59.3672290Z [5488/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry.cpp.o 2024-08-08T20:17:59.3720700Z [5489/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/instruction.cpp.o 2024-08-08T20:17:59.3784190Z [5490/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry_util.cpp.o 2024-08-08T20:17:59.5419010Z [5491/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/vulkan_rewrite.cpp.o 2024-08-08T20:17:59.5823550Z [5492/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/xnnpack_rewrite.cpp.o 2024-08-08T20:17:59.7941310Z [5493/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/logging.cpp.o 2024-08-08T20:17:59.8517800Z [5494/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_exception.cpp.o 2024-08-08T20:17:59.9749290Z [5495/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/print_handler.cpp.o 2024-08-08T20:18:00.0188720Z [5496/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp.o 2024-08-08T20:18:00.1108960Z [5497/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/graph_executor.cpp.o 2024-08-08T20:18:00.4276700Z [5498/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/operator.cpp.o 2024-08-08T20:18:00.4601950Z [5499/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/frame.cpp.o 2024-08-08T20:18:00.4862710Z [5500/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter.cpp.o 2024-08-08T20:18:00.5085820Z [5501/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_trace.cpp.o 2024-08-08T20:18:00.6656520Z [5502/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/slice_indices_adjust.cpp.o 2024-08-08T20:18:00.7022610Z [5503/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/script_profile.cpp.o 2024-08-08T20:18:00.7965160Z [5504/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp.o 2024-08-08T20:18:00.9178490Z [5505/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/serialized_shape_function_registry.cpp.o 2024-08-08T20:18:00.9470290Z [5506/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_record.cpp.o 2024-08-08T20:18:01.1356450Z [5507/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_ops_utils.cpp.o 2024-08-08T20:18:01.2664860Z [5508/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/fusion.cpp.o 2024-08-08T20:18:01.3420410Z [5509/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/impl.cpp.o 2024-08-08T20:18:01.3523930Z [5510/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/memory_planner.cpp.o 2024-08-08T20:18:01.6776140Z [5511/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/passes.cpp.o 2024-08-08T20:18:01.7080180Z [5512/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/simple_graph_executor_impl.cpp.o 2024-08-08T20:18:01.8054210Z [5513/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_script.cpp.o 2024-08-08T20:18:01.9605770Z [5514/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry.cpp.o 2024-08-08T20:18:02.0075900Z [5515/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/generated_ops.cpp.o 2024-08-08T20:18:02.1240690Z [5516/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/native_ops.cpp.o 2024-08-08T20:18:02.1740570Z [5517/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry_util.cpp.o 2024-08-08T20:18:02.3298470Z [5518/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/te_wrapper.cpp.o 2024-08-08T20:18:02.3833010Z [5519/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/ops.cpp.o 2024-08-08T20:18:02.3882270Z [5520/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp.o 2024-08-08T20:18:02.4309220Z [5521/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_export_helpers.cpp.o 2024-08-08T20:18:02.4890580Z [5522/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/vararg_functions.cpp.o 2024-08-08T20:18:02.6999110Z [5523/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_read.cpp.o 2024-08-08T20:18:02.8491060Z [5524/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickle.cpp.o 2024-08-08T20:18:02.8958390Z [5525/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_source.cpp.o 2024-08-08T20:18:02.9271160Z [5526/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import.cpp.o 2024-08-08T20:18:03.1405770Z [5527/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/source_range_serialization.cpp.o 2024-08-08T20:18:03.1762750Z [5528/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/python_print.cpp.o 2024-08-08T20:18:03.2470760Z [5529/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/type_name_uniquer.cpp.o 2024-08-08T20:18:03.5416130Z [5530/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickler.cpp.o 2024-08-08T20:18:03.7139760Z [5531/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/unpickler.cpp.o 2024-08-08T20:18:03.8137700Z [5532/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/block_codegen.cpp.o 2024-08-08T20:18:03.9183640Z [5533/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_inference.cpp.o 2024-08-08T20:18:03.9868240Z [5534/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_overlap.cpp.o 2024-08-08T20:18:04.0805130Z [5535/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/codegen.cpp.o 2024-08-08T20:18:04.1387250Z [5536/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/cpp_codegen.cpp.o 2024-08-08T20:18:04.1807850Z [5537/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_registry.cpp.o 2024-08-08T20:18:04.2605230Z [5538/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/intrinsic_symbols.cpp.o 2024-08-08T20:18:04.3527790Z [5539/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/eval.cpp.o 2024-08-08T20:18:04.4940750Z [5540/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/expr.cpp.o 2024-08-08T20:18:04.7505940Z [5541/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions.cpp.o 2024-08-08T20:18:04.7912340Z [5542/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_core.cpp.o 2024-08-08T20:18:04.8006870Z [5543/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir.cpp.o 2024-08-08T20:18:04.8450350Z [5544/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_codegen.cpp.o 2024-08-08T20:18:05.1318640Z [5545/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/graph_opt.cpp.o 2024-08-08T20:18:05.2727730Z [5546/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_codegen.cpp.o 2024-08-08T20:18:05.3014300Z [5547/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_cloner.cpp.o 2024-08-08T20:18:05.3040250Z [5548/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_jit.cpp.o 2024-08-08T20:18:05.5196530Z [5549/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/hash_provider.cpp.o 2024-08-08T20:18:05.5965220Z [5550/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_mutator.cpp.o 2024-08-08T20:18:05.8064810Z [5551/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_printer.cpp.o 2024-08-08T20:18:05.9251840Z [5552/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_simplifier.cpp.o 2024-08-08T20:18:05.9887840Z [5553/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_verifier.cpp.o 2024-08-08T20:18:06.1758750Z [5554/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_visitor.cpp.o 2024-08-08T20:18:06.2298330Z [5555/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/kernel.cpp.o 2024-08-08T20:18:06.5489140Z [5556/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest_randomization.cpp.o 2024-08-08T20:18:06.5825050Z [5557/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest.cpp.o 2024-08-08T20:18:06.8298000Z [5558/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/lowerings.cpp.o 2024-08-08T20:18:06.9374670Z [5559/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/conv2d.cpp.o 2024-08-08T20:18:07.0261080Z [5560/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/mem_dependency_checker.cpp.o 2024-08-08T20:18:07.0586970Z [5561/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/matmul.cpp.o 2024-08-08T20:18:07.2067780Z [5562/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/misc.cpp.o 2024-08-08T20:18:07.2890890Z [5563/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/norm.cpp.o 2024-08-08T20:18:07.4689800Z [5564/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/reduction.cpp.o 2024-08-08T20:18:07.6052500Z [5565/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/pointwise.cpp.o 2024-08-08T20:18:07.6256080Z [5566/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/types.cpp.o 2024-08-08T20:18:07.6597190Z [5567/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/quantization.cpp.o 2024-08-08T20:18:07.7589380Z [5568/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/tensor.cpp.o 2024-08-08T20:18:07.9060120Z [5569/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/reduction.cpp.o 2024-08-08T20:18:08.0615060Z [5570/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/unique_name_manager.cpp.o 2024-08-08T20:18:08.1153610Z [5571/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/softmax.cpp.o 2024-08-08T20:18:08.1647190Z [5572/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/registerizer.cpp.o 2024-08-08T20:18:08.1850300Z [5573/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/file_check.cpp.o 2024-08-08T20:18:08.2688840Z [5574/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/hooks_for_testing.cpp.o 2024-08-08T20:18:08.3351020Z [5575/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/config.cpp.o 2024-08-08T20:18:08.3492000Z [5576/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_interface.cpp.o 2024-08-08T20:18:08.3797820Z [5577/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_device.cpp.o 2024-08-08T20:18:08.5266670Z [5578/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/lowering_context.cpp.o 2024-08-08T20:18:08.7174230Z [5579/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/debug_util.cpp.o 2024-08-08T20:18:08.7665400Z [5580/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/hash.cpp.o 2024-08-08T20:18:08.8292230Z [5581/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/helpers.cpp.o 2024-08-08T20:18:08.9527250Z [5582/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir.cpp.o 2024-08-08T20:18:08.9901370Z [5583/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_metadata.cpp.o 2024-08-08T20:18:09.0222940Z [5584/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_dump_util.cpp.o 2024-08-08T20:18:09.0533660Z [5585/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/lazy_graph_executor.cpp.o 2024-08-08T20:18:09.0716590Z [5586/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_util.cpp.o 2024-08-08T20:18:09.0816700Z [5587/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/multi_wait.cpp.o 2024-08-08T20:18:09.2684170Z [5588/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/permutation_util.cpp.o 2024-08-08T20:18:09.3816570Z [5589/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/metrics.cpp.o 2024-08-08T20:18:09.5059590Z [5590/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/utils.cpp.o 2024-08-08T20:18:09.5365360Z [5591/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp.o 2024-08-08T20:18:09.6740400Z [5592/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/thread_pool.cpp.o 2024-08-08T20:18:09.7080030Z [5593/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape.cpp.o 2024-08-08T20:18:09.7668300Z [5594/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_impl.cpp.o 2024-08-08T20:18:09.7775100Z [5595/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor.cpp.o 2024-08-08T20:18:09.8261860Z [5596/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/counters.cpp.o 2024-08-08T20:18:09.9397190Z [5597/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/events.cpp.o 2024-08-08T20:18:09.9902480Z [5598/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_util.cpp.o 2024-08-08T20:18:10.1806740Z [5599/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/trie.cpp.o 2024-08-08T20:18:10.3542840Z [5600/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/collection.cpp.o 2024-08-08T20:18:10.3625790Z [5601/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/combined_traceback.cpp.o 2024-08-08T20:18:10.3875220Z [5602/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_client_interface.cpp.o 2024-08-08T20:18:10.3998050Z [5603/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/data_flow.cpp.o 2024-08-08T20:18:10.4300110Z [5604/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_shim.cpp.o 2024-08-08T20:18:10.4735260Z [5605/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape_inference.cpp.o 2024-08-08T20:18:10.6286150Z [5606/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/model_compatibility.cpp.o 2024-08-08T20:18:10.7717090Z [5607/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/function.cpp.o 2024-08-08T20:18:10.8910070Z [5608/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp.o 2024-08-08T20:18:11.0415040Z [5609/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/module.cpp.o 2024-08-08T20:18:11.0862370Z [5610/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import.cpp.o 2024-08-08T20:18:11.1144750Z [5611/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/backend.cpp.o 2024-08-08T20:18:11.1775500Z [5612/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/interpreter.cpp.o 2024-08-08T20:18:11.1927960Z [5613/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/registry.cpp.o 2024-08-08T20:18:11.3079060Z [5614/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/observer.cpp.o 2024-08-08T20:18:11.5311060Z [5615/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_bytecode.cpp.o 2024-08-08T20:18:11.5694390Z [5616/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/aot_compiler.cpp.o 2024-08-08T20:18:11.5849580Z [5617/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/context.cpp.o 2024-08-08T20:18:11.6619460Z [5618/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/flatbuffer_loader.cpp.o 2024-08-08T20:18:11.7238690Z [5619/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/prim_ops_registery.cpp.o 2024-08-08T20:18:11.7630200Z [5620/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_operators.cpp.o 2024-08-08T20:18:11.9798420Z [5621/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/quantization.cpp.o 2024-08-08T20:18:11.9945530Z [5622/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/promoted_prim_ops.cpp.o 2024-08-08T20:18:12.0178370Z [5623/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/utils.cpp.o 2024-08-08T20:18:12.0903710Z [5624/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/type_parser.cpp.o 2024-08-08T20:18:12.1560930Z [5625/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/upgrader_mobile.cpp.o 2024-08-08T20:18:12.2368130Z [5626/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/version_map.cpp.o 2024-08-08T20:18:12.2506700Z [5627/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/register_ops_common_utils.cpp.o 2024-08-08T20:18:12.2675050Z [5628/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders.cpp.o 2024-08-08T20:18:12.3052750Z [5629/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders_entry.cpp.o 2024-08-08T20:18:12.5349020Z [5630/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/add_if_then_else.cpp.o 2024-08-08T20:18:12.6673100Z [5631/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/annotate_warns.cpp.o 2024-08-08T20:18:12.7300280Z [5632/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize.cpp.o 2024-08-08T20:18:12.8749860Z [5633/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp.o 2024-08-08T20:18:12.9454920Z [5634/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/check_strict_fusion.cpp.o 2024-08-08T20:18:13.0994460Z [5635/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/bailout_graph.cpp.o 2024-08-08T20:18:13.1796580Z [5636/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/batch_mm.cpp.o 2024-08-08T20:18:13.2569720Z [5637/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/common_subexpression_elimination.cpp.o 2024-08-08T20:18:13.3103550Z [5638/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/concat_opt.cpp.o 2024-08-08T20:18:13.4472560Z [5639/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_undefinedness.cpp.o 2024-08-08T20:18:13.4572840Z [5640/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_pooling.cpp.o 2024-08-08T20:18:13.6005770Z [5641/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_profiling.cpp.o 2024-08-08T20:18:13.6036240Z [5642/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_propagation.cpp.o 2024-08-08T20:18:13.6215280Z [5643/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_functional_graphs.cpp.o 2024-08-08T20:18:13.6884570Z [5644/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_autodiff_subgraphs.cpp.o 2024-08-08T20:18:13.8417410Z [5645/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.cpp.o 2024-08-08T20:18:13.9140890Z [5646/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dead_code_elimination.cpp.o 2024-08-08T20:18:13.9827230Z [5647/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/decompose_ops.cpp.o 2024-08-08T20:18:14.0420790Z [5648/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/device_type_analysis.cpp.o 2024-08-08T20:18:14.1519150Z [5649/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/eliminate_no_ops.cpp.o 2024-08-08T20:18:14.1890220Z [5650/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dtype_analysis.cpp.o 2024-08-08T20:18:14.2324750Z [5651/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/erase_number_types.cpp.o 2024-08-08T20:18:14.2659380Z [5652/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp.o 2024-08-08T20:18:14.4139590Z [5653/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fold_conv_bn.cpp.o 2024-08-08T20:18:14.5545910Z [5654/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fold_linear_bn.cpp.o 2024-08-08T20:18:14.5749290Z [5655/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_concat_linear.cpp.o 2024-08-08T20:18:14.6931210Z [5656/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp.o 2024-08-08T20:18:14.7239690Z [5657/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_folding.cpp.o 2024-08-08T20:18:14.8119040Z [5658/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_graph_optimizations.cpp.o 2024-08-08T20:18:14.9682050Z [5659/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_linear_folding.cpp.o 2024-08-08T20:18:15.0043610Z [5660/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_linear_transpose.cpp.o 2024-08-08T20:18:15.2174540Z [5661/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/freeze_module.cpp.o 2024-08-08T20:18:15.2277810Z [5662/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_relu.cpp.o 2024-08-08T20:18:15.2352740Z [5663/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_linear.cpp.o 2024-08-08T20:18:15.3328640Z [5664/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_rewrite_helper.cpp.o 2024-08-08T20:18:15.4055510Z [5665/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp.o 2024-08-08T20:18:15.5582450Z [5666/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/hoist_conv_packed_params.cpp.o 2024-08-08T20:18:15.6565720Z [5667/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_fork_wait.cpp.o 2024-08-08T20:18:15.7218360Z [5668/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_fuser.cpp.o 2024-08-08T20:18:15.7437850Z [5669/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp.o 2024-08-08T20:18:15.7839560Z [5670/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/guard_elimination.cpp.o 2024-08-08T20:18:15.9306210Z [5671/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inplace_check.cpp.o 2024-08-08T20:18:15.9406570Z [5672/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inliner.cpp.o 2024-08-08T20:18:15.9559690Z [5673/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_forked_closures.cpp.o 2024-08-08T20:18:16.1958970Z [5674/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/integer_value_refinement.cpp.o 2024-08-08T20:18:16.2494330Z [5675/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lift_closures.cpp.o 2024-08-08T20:18:16.3938180Z [5676/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/loop_unrolling.cpp.o 2024-08-08T20:18:16.5133150Z [5677/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_grad_of.cpp.o 2024-08-08T20:18:16.6053370Z [5678/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/insert_guards.cpp.o 2024-08-08T20:18:16.6127760Z [5679/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_tuples.cpp.o 2024-08-08T20:18:16.8205290Z [5680/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/liveness.cpp.o 2024-08-08T20:18:16.8513640Z [5681/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/normalize_ops.cpp.o 2024-08-08T20:18:16.9596210Z [5682/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/pass_manager.cpp.o 2024-08-08T20:18:17.0577100Z [5683/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole.cpp.o 2024-08-08T20:18:17.1690860Z [5684/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_alias_sensitive.cpp.o 2024-08-08T20:18:17.2227570Z [5685/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_dict_idioms.cpp.o 2024-08-08T20:18:17.2460860Z [5686/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/metal_rewrite.cpp.o 2024-08-08T20:18:17.3199930Z [5687/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/mkldnn_rewrite.cpp.o 2024-08-08T20:18:17.3300810Z [5688/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_list_idioms.cpp.o 2024-08-08T20:18:17.3394930Z [5689/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_non_tensor.cpp.o 2024-08-08T20:18:17.5935650Z [5690/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/prepack_folding.cpp.o 2024-08-08T20:18:17.6304170Z [5691/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/dedup_module_uses.cpp.o 2024-08-08T20:18:17.7916660Z [5692/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/quantization_type.cpp.o 2024-08-08T20:18:17.8017110Z [5693/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/fusion_passes.cpp.o 2024-08-08T20:18:17.9994380Z [5694/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_dropout.cpp.o 2024-08-08T20:18:18.0376070Z [5695/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp.o 2024-08-08T20:18:18.0384710Z [5696/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/helper.cpp.o 2024-08-08T20:18:18.0500550Z [5697/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_observers.cpp.o 2024-08-08T20:18:18.2098830Z [5698/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/finalize.cpp.o 2024-08-08T20:18:18.2406980Z [5699/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/refine_tuple_types.cpp.o 2024-08-08T20:18:18.3818970Z [5700/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_exceptions.cpp.o 2024-08-08T20:18:18.4880350Z [5701/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_expands.cpp.o 2024-08-08T20:18:18.5204690Z [5702/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_mutation.cpp.o 2024-08-08T20:18:18.6848800Z [5703/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/register_packed_params.cpp.o 2024-08-08T20:18:18.7331030Z [5704/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_redundant_profiles.cpp.o 2024-08-08T20:18:18.7712320Z [5705/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/requires_grad_analysis.cpp.o 2024-08-08T20:18:18.7952740Z [5706/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/replacement_of_old_operators.cpp.o 2024-08-08T20:18:18.8081890Z [5707/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/restore_mutation.cpp.o 2024-08-08T20:18:19.0236590Z [5708/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/shape_analysis.cpp.o 2024-08-08T20:18:19.0826700Z [5709/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/subgraph_rewrite.cpp.o 2024-08-08T20:18:19.2326130Z [5710/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_analysis.cpp.o 2024-08-08T20:18:19.3159460Z [5711/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_cache.cpp.o 2024-08-08T20:18:19.4528830Z [5712/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp.o 2024-08-08T20:18:19.4773290Z [5713/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/op_registry.cpp.o 2024-08-08T20:18:19.5388710Z [5714/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/specialize_autogradzero.cpp.o 2024-08-08T20:18:19.6096500Z [5715/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/memory_dag.cpp.o 2024-08-08T20:18:19.7794350Z [5716/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/optimization_utils.cpp.o 2024-08-08T20:18:19.8554990Z [5717/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/subgraph_utils.cpp.o 2024-08-08T20:18:19.9201200Z [5718/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp.o 2024-08-08T20:18:20.0066920Z [5719/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/tensorexpr_fuser.cpp.o 2024-08-08T20:18:20.2322480Z [5720/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/mpscnn/MPSCNNUtils.mm.o 2024-08-08T20:18:20.4477300Z [5721/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/mpscnn/MPSCNNNeuronOp.mm.o 2024-08-08T20:18:20.4847810Z [5722/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/mpscnn/MPSImage+Tensor.mm.o 2024-08-08T20:18:20.7868830Z [5723/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/mpscnn/MPSImageWrapper.mm.o 2024-08-08T20:18:20.9813860Z [5724/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/mpscnn/MPSCNNFullyConnectedOp.mm.o 2024-08-08T20:18:20.9921210Z [5725/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalBinaryElementwise.mm.o 2024-08-08T20:18:21.1956720Z [5726/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalChunk.mm.o 2024-08-08T20:18:21.2424460Z [5727/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/mpscnn/MPSImageUtils.mm.o 2024-08-08T20:18:21.3967860Z [5728/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalAddmm.mm.o 2024-08-08T20:18:21.4206350Z [5729/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalClamp.mm.o 2024-08-08T20:18:21.4561010Z [5730/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalConcat.mm.o 2024-08-08T20:18:21.9435380Z [5731/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalCopy.mm.o 2024-08-08T20:18:21.9794590Z [5732/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalHardshrink.mm.o 2024-08-08T20:18:22.2038950Z [5733/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalHardswish.mm.o 2024-08-08T20:18:22.2121310Z [5734/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalLeakyReLU.mm.o 2024-08-08T20:18:22.2836020Z [5735/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalConvolution.mm.o 2024-08-08T20:18:22.4423350Z [5736/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalPadding.mm.o 2024-08-08T20:18:22.5059760Z [5737/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalPooling.mm.o 2024-08-08T20:18:22.5102430Z [5738/5912] Building C object caffe2/CMakeFiles/torch_cpu.dir/__/third_party/miniz-2.1.0/miniz.c.o 2024-08-08T20:18:22.5542140Z [5739/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalNeurons.mm.o 2024-08-08T20:18:22.8907760Z [5740/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/inline_container.cc.o 2024-08-08T20:18:22.9058570Z [5741/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/istream_adapter.cc.o 2024-08-08T20:18:23.0043050Z [5742/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalReshape.mm.o 2024-08-08T20:18:23.0404610Z [5743/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/file_adapter.cc.o 2024-08-08T20:18:23.0572070Z [5744/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/read_adapter_interface.cc.o 2024-08-08T20:18:23.1279290Z [5745/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/crc.cc.o 2024-08-08T20:18:23.3009810Z [5746/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/string_utils.cc.o 2024-08-08T20:18:23.3920680Z [5747/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/thread_pool_guard.cpp.o 2024-08-08T20:18:23.4116350Z [5748/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/pthreadpool-cpp.cc.o 2024-08-08T20:18:23.4738730Z [5749/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalUpsamplingNearest.mm.o 2024-08-08T20:18:23.4832020Z [5750/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/ThreadPool.cc.o 2024-08-08T20:18:23.5557400Z [5751/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalReduce.mm.o 2024-08-08T20:18:23.7175930Z [5752/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalSoftmax.mm.o 2024-08-08T20:18:23.7523250Z [5753/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalTranspose.mm.o 2024-08-08T20:18:23.7637730Z [5754/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/proto_wrap.cc.o 2024-08-08T20:18:23.7658520Z [5755/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/perfkernels/embedding_lookup_idx.cc.o 2024-08-08T20:18:24.0560000Z [5756/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ViewFuncs.cpp.o 2024-08-08T20:18:24.0737230Z [5757/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/common.cc.o 2024-08-08T20:18:24.6564420Z [5758/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_0.cpp.o 2024-08-08T20:18:24.6844090Z [5759/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/Functions.cpp.o 2024-08-08T20:18:24.7490040Z [5760/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_1.cpp.o 2024-08-08T20:18:24.8291350Z [5761/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_0.cpp.o 2024-08-08T20:18:24.8832750Z [5762/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_2.cpp.o 2024-08-08T20:18:24.9112310Z [5763/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_1.cpp.o 2024-08-08T20:18:25.0763900Z [5764/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_3.cpp.o 2024-08-08T20:18:25.1658240Z [5765/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_2.cpp.o 2024-08-08T20:18:25.2954020Z [5766/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_3.cpp.o 2024-08-08T20:18:25.3425390Z [5767/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_4.cpp.o 2024-08-08T20:18:25.4742590Z [5768/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.cpp.o 2024-08-08T20:18:25.4917330Z [5769/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_4.cpp.o 2024-08-08T20:18:25.5886160Z [5770/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterAutogradLazy.cpp.o 2024-08-08T20:18:25.6215440Z [5771/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp.o 2024-08-08T20:18:25.6305660Z [5772/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp.o 2024-08-08T20:18:25.7972300Z [5773/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterLazy.cpp.o 2024-08-08T20:18:25.8105740Z [5774/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/anomaly_mode.cpp.o 2024-08-08T20:18:25.9905210Z [5775/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_meta.cpp.o 2024-08-08T20:18:25.9917830Z [5776/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd.cpp.o 2024-08-08T20:18:26.2018730Z [5777/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/LazyNativeFunctions.cpp.o 2024-08-08T20:18:26.2099350Z [5778/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_not_implemented_fallback.cpp.o 2024-08-08T20:18:26.2226740Z [5779/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/cpp_hook.cpp.o 2024-08-08T20:18:26.2423240Z [5780/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/forward_grad.cpp.o 2024-08-08T20:18:26.5464410Z [5781/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/engine.cpp.o 2024-08-08T20:18:26.7912630Z [5782/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/custom_function.cpp.o 2024-08-08T20:18:26.8367570Z [5783/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/utils.cpp.o 2024-08-08T20:18:26.9752160Z [5784/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/accumulate_grad.cpp.o 2024-08-08T20:18:27.0076320Z [5785/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function.cpp.o 2024-08-08T20:18:27.0290430Z [5786/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_metadata.cpp.o 2024-08-08T20:18:27.1406250Z [5787/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/basic_ops.cpp.o 2024-08-08T20:18:27.2095660Z [5788/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/tensor.cpp.o 2024-08-08T20:18:27.3516280Z [5789/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/jit_decomp_interface.cpp.o 2024-08-08T20:18:27.3816650Z [5790/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/utils/warnings.cpp.o 2024-08-08T20:18:27.4168430Z [5791/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_buffer.cpp.o 2024-08-08T20:18:27.4822220Z [5792/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_kineto.cpp.o 2024-08-08T20:18:27.6185190Z [5793/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_legacy.cpp.o 2024-08-08T20:18:27.6288810Z [5794/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/record_function_ops.cpp.o 2024-08-08T20:18:27.8402610Z [5795/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/saved_variable.cpp.o 2024-08-08T20:18:27.9194830Z [5796/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable_info.cpp.o 2024-08-08T20:18:27.9341170Z [5797/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_runner/model_container_runner.cpp.o 2024-08-08T20:18:27.9635640Z [5798/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.cpp.o 2024-08-08T20:18:28.1004740Z [5799/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/mkldnn_tensor.cpp.o 2024-08-08T20:18:28.1308260Z [5800/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/oss_proxy_executor.cpp.o 2024-08-08T20:18:28.3545800Z [5801/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable.cpp.o 2024-08-08T20:18:28.3675420Z [5802/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/shim_common.cpp.o 2024-08-08T20:18:28.3678950Z [5803/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/tensor_converter.cpp.o 2024-08-08T20:18:28.7313590Z [5804/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_handler.cpp.o 2024-08-08T20:18:28.7644680Z [5805/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/object.cpp.o 2024-08-08T20:18:28.7966940Z [5806/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module.cpp.o 2024-08-08T20:18:28.8332200Z [5807/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_detail.cpp.o 2024-08-08T20:18:28.8503130Z [5808/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_info.cpp.o 2024-08-08T20:18:29.0845690Z [5809/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/inductor_ops.cpp.o 2024-08-08T20:18:29.0901230Z [5810/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_interface.cpp.o 2024-08-08T20:18:29.2041790Z [5811/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/function_impl.cpp.o 2024-08-08T20:18:29.3287390Z [5812/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_resolver.cpp.o 2024-08-08T20:18:29.8344660Z [5813/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/codegen.cpp.o 2024-08-08T20:18:29.8460870Z [5814/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/builtin_functions.cpp.o 2024-08-08T20:18:29.9021250Z [5815/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/executor.cpp.o 2024-08-08T20:18:29.9337500Z [5816/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/compiler.cpp.o 2024-08-08T20:18:29.9588280Z [5817/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/fallback.cpp.o 2024-08-08T20:18:29.9661010Z [5818/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/canonicalize_modified_loop.cpp.o 2024-08-08T20:18:29.9742150Z [5819/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/edit_distance.cpp.o 2024-08-08T20:18:30.0279600Z [5820/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/interface.cpp.o 2024-08-08T20:18:30.1392800Z [5821/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/kernel_cache.cpp.o 2024-08-08T20:18:30.3727530Z [5822/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/name_mangler.cpp.o 2024-08-08T20:18:30.4084620Z [5823/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/parser.cpp.o 2024-08-08T20:18:30.4494460Z [5824/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/convert_to_ssa.cpp.o 2024-08-08T20:18:30.5472430Z [5825/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/exit_transforms.cpp.o 2024-08-08T20:18:30.5962710Z [5826/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/inline_loop_condition.cpp.o 2024-08-08T20:18:30.7647090Z [5827/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_matching.cpp.o 2024-08-08T20:18:30.7981960Z [5828/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/ir_emitter.cpp.o 2024-08-08T20:18:30.8152080Z [5829/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/script_type_parser.cpp.o 2024-08-08T20:18:31.0432470Z [5830/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/versioned_symbols.cpp.o 2024-08-08T20:18:31.0705390Z [5831/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/tracer.cpp.o 2024-08-08T20:18:31.1410060Z [5832/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/attributes.cpp.o 2024-08-08T20:18:31.1499610Z [5833/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/sugared_value.cpp.o 2024-08-08T20:18:31.3641390Z [5834/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/graph_utils.cpp.o 2024-08-08T20:18:31.3877160Z [5835/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/alias_analysis.cpp.o 2024-08-08T20:18:31.5969820Z [5836/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/irparser.cpp.o 2024-08-08T20:18:31.6122770Z [5837/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/node_hashing.cpp.o 2024-08-08T20:18:31.7005780Z [5838/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/scope.cpp.o 2024-08-08T20:18:31.7110690Z [5839/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/ir.cpp.o 2024-08-08T20:18:31.7428050Z [5840/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/subgraph_matcher.cpp.o 2024-08-08T20:18:31.8304290Z [5841/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/constants.cpp.o 2024-08-08T20:18:31.8832450Z [5842/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/type_hashing.cpp.o 2024-08-08T20:18:31.9409910Z [5843/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_log.cpp.o 2024-08-08T20:18:32.0898720Z [5844/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:32.1306450Z [5845/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_opt_limit.cpp.o 2024-08-08T20:18:32.1659890Z [5846/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp.o 2024-08-08T20:18:32.3698070Z [5847/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:32.3761170Z [5848/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:32.4993320Z [5849/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.DEFAULT.cpp.o 2024-08-08T20:18:32.5122370Z [5850/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:32.5317890Z [5851/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:32.6277150Z [5852/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:32.6938990Z [5853/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SpmmReduceKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:32.9225150Z [5854/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:33.0000360Z [5855/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:33.0434580Z [5856/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:33.0660580Z [5857/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:33.1076830Z [5858/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:33.1103940Z [5859/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:33.1782630Z [5860/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SampledAddmmKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:33.2619950Z [5861/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:33.4133010Z [5862/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:33.4987270Z [5863/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:33.6173260Z [5864/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/NativeMultiheadAttnKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:33.6726430Z [5865/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:33.6867250Z [5866/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:33.7178890Z [5867/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.DEFAULT.cpp.o 2024-08-08T20:18:33.7206370Z [5868/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PaddingKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:33.8666730Z [5869/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:33.9387500Z [5870/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:34.0823870Z [5871/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:34.0957110Z [5872/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:34.2241010Z [5873/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:34.3049260Z [5874/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FusedSGDKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:34.3075900Z [5875/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:34.3134360Z [5876/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FusedAdamKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:34.3371320Z [5877/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FusedAdagradKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:34.4580580Z [5878/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:34.4956000Z [5879/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:34.5686100Z [5880/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:34.7325450Z [5881/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:34.8149640Z [5882/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.DEFAULT.cpp.o 2024-08-08T20:18:34.8756590Z [5883/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:34.8890940Z [5884/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:34.9057660Z [5885/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:35.0282560Z [5886/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:35.1976390Z [5887/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:35.2169220Z [5888/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:35.4617590Z [5889/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:35.4886170Z [5890/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:35.4972860Z [5891/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.DEFAULT.cpp.o 2024-08-08T20:18:35.5212760Z [5892/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:35.5733030Z [5893/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:35.6479990Z [5894/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp.o 2024-08-08T20:18:35.6568300Z [5895/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/vulkan/Context.cpp.o 2024-08-08T20:18:35.6589570Z [5896/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp.o 2024-08-08T20:18:35.7999920Z [5897/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/metal/Context.cpp.o 2024-08-08T20:18:35.8780810Z [5898/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/MetalConvParams.mm.o 2024-08-08T20:18:35.8914140Z [5899/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/MetalGuardImpl.cpp.o 2024-08-08T20:18:36.2560170Z [5900/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/MetalCommandBuffer.mm.o 2024-08-08T20:18:36.3007620Z [5901/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/MetalContext.mm.o 2024-08-08T20:18:36.5075650Z [5902/5912] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/MetalPrepackOpRegister.cpp.o 2024-08-08T20:18:36.5763110Z [5903/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/MetalAten.mm.o 2024-08-08T20:18:36.5798560Z [5904/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/MetalTensorUtils.mm.o 2024-08-08T20:18:36.5831360Z [5905/5912] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/mpscnn/MPSCNNClampOp.mm.o 2024-08-08T20:18:37.7041910Z [5906/5912] Linking CXX shared library lib/libtorch_cpu.dylib 2024-08-08T20:18:37.7042710Z ld: warning: ignoring duplicate libraries: 'lib/libcpuinfo.a', 'lib/libnnpack.a', 'lib/libpthreadpool.a' 2024-08-08T20:18:37.8295280Z [5907/5912] Linking CXX shared library lib/libshm.dylib 2024-08-08T20:18:37.8334180Z [5908/5912] Linking CXX shared library lib/libtorch.dylib 2024-08-08T20:18:37.9051100Z [5909/5912] Linking CXX executable bin/torch_shm_manager 2024-08-08T20:18:38.0620400Z [5910/5912] Linking CXX shared library lib/libtorch_python.dylib 2024-08-08T20:18:38.1665560Z [5911/5912] Linking CXX shared module functorch/functorch.so 2024-08-08T20:18:38.1665970Z [5911/5912] Install the project... 2024-08-08T20:18:38.1802830Z -- Install configuration: "Release" 2024-08-08T20:18:43.6618260Z Building wheel torch-2.5.0a0+gitb9d86fa 2024-08-08T20:18:43.6618620Z -- Building version 2.5.0a0+gitb9d86fa 2024-08-08T20:18:43.6621230Z cmake -GNinja -DBUILD_ENVIRONMENT=macos-py3-arm64 -DBUILD_PYTHON=True -DBUILD_TEST=False -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXEC=/Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/bin/cmake -DCMAKE_INSTALL_PREFIX=/Users/ec2-user/runner/_work/pytorch/pytorch/torch -DCMAKE_PREFIX_PATH=/Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/lib/python3.9/site-packages -DPython_EXECUTABLE=/Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/bin/python -DTORCH_BUILD_VERSION=2.5.0a0+gitb9d86fa -DUSE_DISTRIBUTED=0 -DUSE_NUMPY=True -DUSE_OPENMP=1 -DUSE_PYTORCH_METAL=1 -DWERROR=1 /Users/ec2-user/runner/_work/pytorch/pytorch 2024-08-08T20:18:43.6623820Z cmake --build . --target install --config Release 2024-08-08T20:18:43.6624120Z running bdist_wheel 2024-08-08T20:18:46.5301650Z running build 2024-08-08T20:18:46.5301870Z running build_py 2024-08-08T20:18:46.5601890Z creating build/lib.macosx-11.1-arm64-3.9 2024-08-08T20:18:46.5602270Z creating build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5603370Z copying torch/_storage_docs.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5611680Z copying torch/_meta_registrations.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5614050Z copying torch/version.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5614990Z copying torch/library.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5616760Z copying torch/_jit_internal.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5643310Z copying torch/_custom_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5650640Z copying torch/return_types.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5651510Z copying torch/_size_docs.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5658750Z copying torch/_torch_docs.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5662110Z copying torch/_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5690520Z copying torch/_utils_internal.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5691450Z copying torch/quasirandom.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5692820Z copying torch/torch_version.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5693620Z copying torch/_VF.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5703020Z copying torch/_streambase.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5708830Z copying torch/_tensor_docs.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5710580Z copying torch/_weights_only_unpickler.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5722150Z copying torch/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5765730Z copying torch/overrides.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5767510Z copying torch/_namedtensor_internals.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5775400Z copying torch/types.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5776330Z copying torch/_linalg_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5785950Z copying torch/__config__.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5794430Z copying torch/_tensor.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5814230Z copying torch/random.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5815530Z copying torch/hub.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5817010Z copying torch/_tensor_str.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5831670Z copying torch/_sources.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5838410Z copying torch/_vmap_internals.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5844500Z copying torch/functional.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5846180Z copying torch/_lowrank.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5852850Z copying torch/_appdirs.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5872330Z copying torch/storage.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5873800Z copying torch/_compile.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5879390Z copying torch/_lobpcg.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5890940Z copying torch/__future__.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5896650Z copying torch/_guards.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5907880Z copying torch/_deploy.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5915550Z copying torch/_python_dispatcher.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5922950Z copying torch/_classes.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5929110Z copying torch/serialization.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5948940Z copying torch/_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:46.5966270Z creating build/lib.macosx-11.1-arm64-3.9/torchgen 2024-08-08T20:18:46.5966800Z copying torchgen/native_function_generation.py -> build/lib.macosx-11.1-arm64-3.9/torchgen 2024-08-08T20:18:46.5968250Z copying torchgen/gen_vmap_plumbing.py -> build/lib.macosx-11.1-arm64-3.9/torchgen 2024-08-08T20:18:46.5968930Z copying torchgen/gen.py -> build/lib.macosx-11.1-arm64-3.9/torchgen 2024-08-08T20:18:46.5970830Z copying torchgen/gen_executorch.py -> build/lib.macosx-11.1-arm64-3.9/torchgen 2024-08-08T20:18:46.5971800Z copying torchgen/local.py -> build/lib.macosx-11.1-arm64-3.9/torchgen 2024-08-08T20:18:46.5978120Z copying torchgen/gen_functionalization_type.py -> build/lib.macosx-11.1-arm64-3.9/torchgen 2024-08-08T20:18:46.5978820Z copying torchgen/code_template.py -> build/lib.macosx-11.1-arm64-3.9/torchgen 2024-08-08T20:18:46.5979370Z copying torchgen/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torchgen 2024-08-08T20:18:46.5979910Z copying torchgen/yaml_utils.py -> build/lib.macosx-11.1-arm64-3.9/torchgen 2024-08-08T20:18:46.5980460Z copying torchgen/gen_aoti_c_shim.py -> build/lib.macosx-11.1-arm64-3.9/torchgen 2024-08-08T20:18:46.5981000Z copying torchgen/model.py -> build/lib.macosx-11.1-arm64-3.9/torchgen 2024-08-08T20:18:46.5981530Z copying torchgen/context.py -> build/lib.macosx-11.1-arm64-3.9/torchgen 2024-08-08T20:18:46.5982030Z copying torchgen/utils.py -> build/lib.macosx-11.1-arm64-3.9/torchgen 2024-08-08T20:18:46.5982580Z copying torchgen/gen_backend_stubs.py -> build/lib.macosx-11.1-arm64-3.9/torchgen 2024-08-08T20:18:46.5983740Z copying torchgen/gen_lazy_tensor.py -> build/lib.macosx-11.1-arm64-3.9/torchgen 2024-08-08T20:18:46.5985840Z creating build/lib.macosx-11.1-arm64-3.9/functorch 2024-08-08T20:18:46.5986350Z copying functorch/__init__.py -> build/lib.macosx-11.1-arm64-3.9/functorch 2024-08-08T20:18:46.6000460Z creating build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops 2024-08-08T20:18:46.6001090Z copying torch/_higher_order_ops/effects.py -> build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops 2024-08-08T20:18:46.6009110Z copying torch/_higher_order_ops/while_loop.py -> build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops 2024-08-08T20:18:46.6018550Z copying torch/_higher_order_ops/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops 2024-08-08T20:18:46.6024720Z copying torch/_higher_order_ops/strict_mode.py -> build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops 2024-08-08T20:18:46.6030220Z copying torch/_higher_order_ops/torchbind.py -> build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops 2024-08-08T20:18:46.6043370Z copying torch/_higher_order_ops/cond.py -> build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops 2024-08-08T20:18:46.6055590Z copying torch/_higher_order_ops/map.py -> build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops 2024-08-08T20:18:46.6065230Z copying torch/_higher_order_ops/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops 2024-08-08T20:18:46.6078790Z copying torch/_higher_order_ops/out_dtype.py -> build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops 2024-08-08T20:18:46.6086990Z copying torch/_higher_order_ops/run_const_graph.py -> build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops 2024-08-08T20:18:46.6094320Z copying torch/_higher_order_ops/associative_scan.py -> build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops 2024-08-08T20:18:46.6103000Z copying torch/_higher_order_ops/auto_functionalize.py -> build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops 2024-08-08T20:18:46.6110420Z copying torch/_higher_order_ops/triton_kernel_wrap.py -> build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops 2024-08-08T20:18:46.6123040Z copying torch/_higher_order_ops/flex_attention.py -> build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops 2024-08-08T20:18:46.6136040Z copying torch/_higher_order_ops/wrap.py -> build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops 2024-08-08T20:18:46.6151490Z creating build/lib.macosx-11.1-arm64-3.9/torch/_prims 2024-08-08T20:18:46.6152030Z copying torch/_prims/debug_prims.py -> build/lib.macosx-11.1-arm64-3.9/torch/_prims 2024-08-08T20:18:46.6158950Z copying torch/_prims/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_prims 2024-08-08T20:18:46.6196310Z copying torch/_prims/context.py -> build/lib.macosx-11.1-arm64-3.9/torch/_prims 2024-08-08T20:18:46.6205570Z copying torch/_prims/rng_prims.py -> build/lib.macosx-11.1-arm64-3.9/torch/_prims 2024-08-08T20:18:46.6213210Z copying torch/_prims/executor.py -> build/lib.macosx-11.1-arm64-3.9/torch/_prims 2024-08-08T20:18:46.6220620Z creating build/lib.macosx-11.1-arm64-3.9/torch/_logging 2024-08-08T20:18:46.6221140Z copying torch/_logging/_internal.py -> build/lib.macosx-11.1-arm64-3.9/torch/_logging 2024-08-08T20:18:46.6235260Z copying torch/_logging/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_logging 2024-08-08T20:18:46.6241380Z copying torch/_logging/_registrations.py -> build/lib.macosx-11.1-arm64-3.9/torch/_logging 2024-08-08T20:18:46.6253380Z copying torch/_logging/structured.py -> build/lib.macosx-11.1-arm64-3.9/torch/_logging 2024-08-08T20:18:46.6263890Z creating build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-08T20:18:46.6264590Z copying torch/_functorch/partitioners.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-08T20:18:46.6291380Z copying torch/_functorch/compile_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-08T20:18:46.6298200Z copying torch/_functorch/config.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-08T20:18:46.6309280Z copying torch/_functorch/autograd_function.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-08T20:18:46.6323150Z copying torch/_functorch/python_key.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-08T20:18:46.6330390Z copying torch/_functorch/pytree_hacks.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-08T20:18:46.6336020Z copying torch/_functorch/pyfunctorch.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-08T20:18:46.6343450Z copying torch/_functorch/deprecated.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-08T20:18:46.6350560Z copying torch/_functorch/top_operators_github_usage.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-08T20:18:46.6363140Z copying torch/_functorch/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-08T20:18:46.6369800Z copying torch/_functorch/batch_norm_replacement.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-08T20:18:46.6376270Z copying torch/_functorch/fx_minifier.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-08T20:18:46.6387680Z copying torch/_functorch/apis.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-08T20:18:46.6402140Z copying torch/_functorch/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-08T20:18:46.6408750Z copying torch/_functorch/aot_autograd.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-08T20:18:46.6454370Z copying torch/_functorch/compilers.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-08T20:18:46.6482250Z copying torch/_functorch/eager_transforms.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-08T20:18:46.6503200Z copying torch/_functorch/vmap.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-08T20:18:46.6515140Z copying torch/_functorch/benchmark_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-08T20:18:46.6529250Z copying torch/_functorch/make_functional.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-08T20:18:46.6540760Z copying torch/_functorch/functional_call.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-08T20:18:46.6550580Z creating build/lib.macosx-11.1-arm64-3.9/torch/_numpy 2024-08-08T20:18:46.6551100Z copying torch/_numpy/_reductions_impl.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy 2024-08-08T20:18:46.6557360Z copying torch/_numpy/_getlimits.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy 2024-08-08T20:18:46.6564320Z copying torch/_numpy/_unary_ufuncs_impl.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy 2024-08-08T20:18:46.6571320Z copying torch/_numpy/_casting_dicts.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy 2024-08-08T20:18:46.6583880Z copying torch/_numpy/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy 2024-08-08T20:18:46.6590910Z copying torch/_numpy/_binary_ufuncs_impl.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy 2024-08-08T20:18:46.6596690Z copying torch/_numpy/random.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy 2024-08-08T20:18:46.6602250Z copying torch/_numpy/_dtypes.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy 2024-08-08T20:18:46.6609860Z copying torch/_numpy/linalg.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy 2024-08-08T20:18:46.6616820Z copying torch/_numpy/_ndarray.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy 2024-08-08T20:18:46.6628300Z copying torch/_numpy/_ufuncs.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy 2024-08-08T20:18:46.6634870Z copying torch/_numpy/_util.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy 2024-08-08T20:18:46.6643470Z copying torch/_numpy/_normalizations.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy 2024-08-08T20:18:46.6650230Z copying torch/_numpy/_dtypes_impl.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy 2024-08-08T20:18:46.6657240Z copying torch/_numpy/fft.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy 2024-08-08T20:18:46.6663090Z copying torch/_numpy/_funcs_impl.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy 2024-08-08T20:18:46.6691070Z copying torch/_numpy/_funcs.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy 2024-08-08T20:18:46.6701410Z creating build/lib.macosx-11.1-arm64-3.9/torch/_export 2024-08-08T20:18:46.6702000Z copying torch/_export/error.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export 2024-08-08T20:18:46.6707960Z copying torch/_export/tools.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export 2024-08-08T20:18:46.6713810Z copying torch/_export/converter.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export 2024-08-08T20:18:46.6752860Z copying torch/_export/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export 2024-08-08T20:18:46.6760330Z copying torch/_export/pass_base.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export 2024-08-08T20:18:46.6781390Z copying torch/_export/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export 2024-08-08T20:18:46.6793300Z copying torch/_export/wrappers.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export 2024-08-08T20:18:46.6801070Z copying torch/_export/non_strict_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export 2024-08-08T20:18:46.6813210Z copying torch/_export/verifier.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export 2024-08-08T20:18:46.6826280Z creating build/lib.macosx-11.1-arm64-3.9/torch/monitor 2024-08-08T20:18:46.6826790Z copying torch/monitor/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/monitor 2024-08-08T20:18:46.6828680Z creating build/lib.macosx-11.1-arm64-3.9/torch/_dispatch 2024-08-08T20:18:46.6829200Z copying torch/_dispatch/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dispatch 2024-08-08T20:18:46.6829910Z copying torch/_dispatch/python.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dispatch 2024-08-08T20:18:46.6839780Z creating build/lib.macosx-11.1-arm64-3.9/torch/_subclasses 2024-08-08T20:18:46.6840370Z copying torch/_subclasses/functional_tensor.py -> build/lib.macosx-11.1-arm64-3.9/torch/_subclasses 2024-08-08T20:18:46.6859360Z copying torch/_subclasses/meta_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_subclasses 2024-08-08T20:18:46.6888780Z copying torch/_subclasses/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_subclasses 2024-08-08T20:18:46.6895760Z copying torch/_subclasses/_fake_tensor_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_subclasses 2024-08-08T20:18:46.6906140Z copying torch/_subclasses/fake_impls.py -> build/lib.macosx-11.1-arm64-3.9/torch/_subclasses 2024-08-08T20:18:46.6922390Z copying torch/_subclasses/fake_tensor.py -> build/lib.macosx-11.1-arm64-3.9/torch/_subclasses 2024-08-08T20:18:46.6961450Z copying torch/_subclasses/schema_check_mode.py -> build/lib.macosx-11.1-arm64-3.9/torch/_subclasses 2024-08-08T20:18:46.6975690Z copying torch/_subclasses/fake_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_subclasses 2024-08-08T20:18:46.6983020Z creating build/lib.macosx-11.1-arm64-3.9/torch/futures 2024-08-08T20:18:46.6983520Z copying torch/futures/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/futures 2024-08-08T20:18:46.6985190Z creating build/lib.macosx-11.1-arm64-3.9/torch/linalg 2024-08-08T20:18:46.6985690Z copying torch/linalg/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/linalg 2024-08-08T20:18:46.6988320Z creating build/lib.macosx-11.1-arm64-3.9/torch/_custom_op 2024-08-08T20:18:46.6988850Z copying torch/_custom_op/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_custom_op 2024-08-08T20:18:46.6989590Z copying torch/_custom_op/functional.py -> build/lib.macosx-11.1-arm64-3.9/torch/_custom_op 2024-08-08T20:18:46.7000580Z copying torch/_custom_op/autograd.py -> build/lib.macosx-11.1-arm64-3.9/torch/_custom_op 2024-08-08T20:18:46.7010600Z copying torch/_custom_op/impl.py -> build/lib.macosx-11.1-arm64-3.9/torch/_custom_op 2024-08-08T20:18:46.7028170Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn 2024-08-08T20:18:46.7028650Z copying torch/nn/common_types.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn 2024-08-08T20:18:46.7029530Z copying torch/nn/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn 2024-08-08T20:18:46.7030890Z copying torch/nn/_reduction.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn 2024-08-08T20:18:46.7031600Z copying torch/nn/cpp.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn 2024-08-08T20:18:46.7033030Z copying torch/nn/functional.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn 2024-08-08T20:18:46.7035260Z copying torch/nn/init.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn 2024-08-08T20:18:46.7036040Z copying torch/nn/grad.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn 2024-08-08T20:18:46.7037400Z copying torch/nn/parameter.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn 2024-08-08T20:18:46.7039390Z creating build/lib.macosx-11.1-arm64-3.9/torch/mps 2024-08-08T20:18:46.7039860Z copying torch/mps/event.py -> build/lib.macosx-11.1-arm64-3.9/torch/mps 2024-08-08T20:18:46.7040630Z copying torch/mps/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/mps 2024-08-08T20:18:46.7042070Z copying torch/mps/profiler.py -> build/lib.macosx-11.1-arm64-3.9/torch/mps 2024-08-08T20:18:46.7046920Z creating build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-08T20:18:46.7047400Z copying torch/onnx/_type_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-08T20:18:46.7048810Z copying torch/onnx/_constants.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-08T20:18:46.7049620Z copying torch/onnx/symbolic_opset15.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-08T20:18:46.7051170Z copying torch/onnx/_onnx_supported_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-08T20:18:46.7051910Z copying torch/onnx/symbolic_opset7.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-08T20:18:46.7052910Z copying torch/onnx/symbolic_caffe2.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-08T20:18:46.7054360Z copying torch/onnx/symbolic_opset11.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-08T20:18:46.7055290Z copying torch/onnx/verification.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-08T20:18:46.7056950Z copying torch/onnx/_flags.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-08T20:18:46.7057720Z copying torch/onnx/symbolic_opset10.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-08T20:18:46.7059280Z copying torch/onnx/symbolic_opset20.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-08T20:18:46.7060150Z copying torch/onnx/symbolic_opset14.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-08T20:18:46.7061120Z copying torch/onnx/_globals.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-08T20:18:46.7062720Z copying torch/onnx/symbolic_helper.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-08T20:18:46.7063780Z copying torch/onnx/symbolic_opset9.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-08T20:18:46.7066130Z copying torch/onnx/_deprecation.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-08T20:18:46.7066840Z copying torch/onnx/_exporter_states.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-08T20:18:46.7067830Z copying torch/onnx/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-08T20:18:46.7069250Z copying torch/onnx/symbolic_opset8.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-08T20:18:46.7070070Z copying torch/onnx/symbolic_opset19.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-08T20:18:46.7071040Z copying torch/onnx/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-08T20:18:46.7072620Z copying torch/onnx/_experimental.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-08T20:18:46.7073730Z copying torch/onnx/symbolic_opset18.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-08T20:18:46.7074540Z copying torch/onnx/errors.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-08T20:18:46.7076050Z copying torch/onnx/symbolic_opset13.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-08T20:18:46.7076840Z copying torch/onnx/operators.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-08T20:18:46.7077850Z copying torch/onnx/symbolic_opset17.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-08T20:18:46.7080010Z copying torch/onnx/symbolic_opset16.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-08T20:18:46.7080920Z copying torch/onnx/symbolic_opset12.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-08T20:18:46.7083190Z creating build/lib.macosx-11.1-arm64-3.9/torch/_vendor 2024-08-08T20:18:46.7083730Z copying torch/_vendor/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_vendor 2024-08-08T20:18:46.7085310Z creating build/lib.macosx-11.1-arm64-3.9/torch/cpu 2024-08-08T20:18:46.7085800Z copying torch/cpu/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/cpu 2024-08-08T20:18:46.7095160Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-08T20:18:46.7095750Z copying torch/distributed/_composable_state.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-08T20:18:46.7096710Z copying torch/distributed/logging_handlers.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-08T20:18:46.7097730Z copying torch/distributed/rendezvous.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-08T20:18:46.7099160Z copying torch/distributed/run.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-08T20:18:46.7100190Z copying torch/distributed/_state_dict_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-08T20:18:46.7101440Z copying torch/distributed/distributed_c10d.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-08T20:18:46.7103670Z copying torch/distributed/argparse_util.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-08T20:18:46.7104480Z copying torch/distributed/_checkpointable.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-08T20:18:46.7105710Z copying torch/distributed/constants.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-08T20:18:46.7110560Z copying torch/distributed/c10d_logger.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-08T20:18:46.7111280Z copying torch/distributed/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-08T20:18:46.7111980Z copying torch/distributed/collective_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-08T20:18:46.7112730Z copying torch/distributed/_functional_collectives.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-08T20:18:46.7113560Z copying torch/distributed/launch.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-08T20:18:46.7114210Z copying torch/distributed/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-08T20:18:46.7114890Z copying torch/distributed/remote_device.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-08T20:18:46.7115580Z copying torch/distributed/device_mesh.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-08T20:18:46.7116310Z copying torch/distributed/_functional_collectives_impl.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-08T20:18:46.7119370Z creating build/lib.macosx-11.1-arm64-3.9/torch/autograd 2024-08-08T20:18:46.7119940Z copying torch/autograd/anomaly_mode.py -> build/lib.macosx-11.1-arm64-3.9/torch/autograd 2024-08-08T20:18:46.7129380Z copying torch/autograd/graph.py -> build/lib.macosx-11.1-arm64-3.9/torch/autograd 2024-08-08T20:18:46.7150440Z copying torch/autograd/forward_ad.py -> build/lib.macosx-11.1-arm64-3.9/torch/autograd 2024-08-08T20:18:46.7157620Z copying torch/autograd/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/autograd 2024-08-08T20:18:46.7169520Z copying torch/autograd/variable.py -> build/lib.macosx-11.1-arm64-3.9/torch/autograd 2024-08-08T20:18:46.7176330Z copying torch/autograd/functional.py -> build/lib.macosx-11.1-arm64-3.9/torch/autograd 2024-08-08T20:18:46.7193720Z copying torch/autograd/grad_mode.py -> build/lib.macosx-11.1-arm64-3.9/torch/autograd 2024-08-08T20:18:46.7200500Z copying torch/autograd/profiler_util.py -> build/lib.macosx-11.1-arm64-3.9/torch/autograd 2024-08-08T20:18:46.7214710Z copying torch/autograd/profiler_legacy.py -> build/lib.macosx-11.1-arm64-3.9/torch/autograd 2024-08-08T20:18:46.7221960Z copying torch/autograd/gradcheck.py -> build/lib.macosx-11.1-arm64-3.9/torch/autograd 2024-08-08T20:18:46.7252500Z copying torch/autograd/profiler.py -> build/lib.macosx-11.1-arm64-3.9/torch/autograd 2024-08-08T20:18:46.7268810Z copying torch/autograd/function.py -> build/lib.macosx-11.1-arm64-3.9/torch/autograd 2024-08-08T20:18:46.7283470Z creating build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-08T20:18:46.7283920Z copying torch/fx/_pytree.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-08T20:18:46.7284900Z copying torch/fx/graph_module.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-08T20:18:46.7286370Z copying torch/fx/operator_schemas.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-08T20:18:46.7287620Z copying torch/fx/config.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-08T20:18:46.7288380Z copying torch/fx/proxy.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-08T20:18:46.7289890Z copying torch/fx/_lazy_graph_module.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-08T20:18:46.7290690Z copying torch/fx/traceback.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-08T20:18:46.7291580Z copying torch/fx/graph.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-08T20:18:46.7293250Z copying torch/fx/tensor_type.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-08T20:18:46.7293990Z copying torch/fx/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-08T20:18:46.7295440Z copying torch/fx/immutable_collections.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-08T20:18:46.7296030Z copying torch/fx/annotate.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-08T20:18:46.7296950Z copying torch/fx/subgraph_rewriter.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-08T20:18:46.7297890Z copying torch/fx/interpreter.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-08T20:18:46.7299460Z copying torch/fx/_symbolic_trace.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-08T20:18:46.7300390Z copying torch/fx/node.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-08T20:18:46.7301910Z copying torch/fx/_compatibility.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-08T20:18:46.7302580Z copying torch/fx/_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-08T20:18:46.7305130Z creating build/lib.macosx-11.1-arm64-3.9/torch/_prims_common 2024-08-08T20:18:46.7305700Z copying torch/_prims_common/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_prims_common 2024-08-08T20:18:46.7333300Z copying torch/_prims_common/wrappers.py -> build/lib.macosx-11.1-arm64-3.9/torch/_prims_common 2024-08-08T20:18:46.7341070Z creating build/lib.macosx-11.1-arm64-3.9/torch/multiprocessing 2024-08-08T20:18:46.7341670Z copying torch/multiprocessing/queue.py -> build/lib.macosx-11.1-arm64-3.9/torch/multiprocessing 2024-08-08T20:18:46.7342480Z copying torch/multiprocessing/_atfork.py -> build/lib.macosx-11.1-arm64-3.9/torch/multiprocessing 2024-08-08T20:18:46.7343510Z copying torch/multiprocessing/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/multiprocessing 2024-08-08T20:18:46.7344520Z copying torch/multiprocessing/spawn.py -> build/lib.macosx-11.1-arm64-3.9/torch/multiprocessing 2024-08-08T20:18:46.7345550Z copying torch/multiprocessing/reductions.py -> build/lib.macosx-11.1-arm64-3.9/torch/multiprocessing 2024-08-08T20:18:46.7347200Z copying torch/multiprocessing/pool.py -> build/lib.macosx-11.1-arm64-3.9/torch/multiprocessing 2024-08-08T20:18:46.7350440Z creating build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-08T20:18:46.7350920Z copying torch/cuda/streams.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-08T20:18:46.7351790Z copying torch/cuda/error.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-08T20:18:46.7352560Z copying torch/cuda/comm.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-08T20:18:46.7353940Z copying torch/cuda/memory.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-08T20:18:46.7355010Z copying torch/cuda/jiterator.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-08T20:18:46.7356050Z copying torch/cuda/nccl.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-08T20:18:46.7357470Z copying torch/cuda/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-08T20:18:46.7358410Z copying torch/cuda/_gpu_trace.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-08T20:18:46.7359820Z copying torch/cuda/_sanitizer.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-08T20:18:46.7360550Z copying torch/cuda/random.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-08T20:18:46.7361940Z copying torch/cuda/_memory_viz.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-08T20:18:46.7362770Z copying torch/cuda/tunable.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-08T20:18:46.7364170Z copying torch/cuda/sparse.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-08T20:18:46.7364860Z copying torch/cuda/nvtx.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-08T20:18:46.7365920Z copying torch/cuda/graphs.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-08T20:18:46.7367000Z copying torch/cuda/profiler.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-08T20:18:46.7368730Z copying torch/cuda/_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-08T20:18:46.7370340Z creating build/lib.macosx-11.1-arm64-3.9/torch/backends 2024-08-08T20:18:46.7370890Z copying torch/backends/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends 2024-08-08T20:18:46.7386610Z creating build/lib.macosx-11.1-arm64-3.9/torch/_decomp 2024-08-08T20:18:46.7387170Z copying torch/_decomp/decompositions_for_jvp.py -> build/lib.macosx-11.1-arm64-3.9/torch/_decomp 2024-08-08T20:18:46.7406960Z copying torch/_decomp/decompositions.py -> build/lib.macosx-11.1-arm64-3.9/torch/_decomp 2024-08-08T20:18:46.7408850Z copying torch/_decomp/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_decomp 2024-08-08T20:18:46.7423590Z copying torch/_decomp/decompositions_for_rng.py -> build/lib.macosx-11.1-arm64-3.9/torch/_decomp 2024-08-08T20:18:46.7435780Z creating build/lib.macosx-11.1-arm64-3.9/torch/xpu 2024-08-08T20:18:46.7441290Z copying torch/xpu/streams.py -> build/lib.macosx-11.1-arm64-3.9/torch/xpu 2024-08-08T20:18:46.7441850Z copying torch/xpu/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/xpu 2024-08-08T20:18:46.7442540Z copying torch/xpu/_gpu_trace.py -> build/lib.macosx-11.1-arm64-3.9/torch/xpu 2024-08-08T20:18:46.7443100Z copying torch/xpu/random.py -> build/lib.macosx-11.1-arm64-3.9/torch/xpu 2024-08-08T20:18:46.7443630Z copying torch/xpu/_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/xpu 2024-08-08T20:18:46.7444090Z creating build/lib.macosx-11.1-arm64-3.9/torch/masked 2024-08-08T20:18:46.7444570Z copying torch/masked/_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/masked 2024-08-08T20:18:46.7445130Z copying torch/masked/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/masked 2024-08-08T20:18:46.7445870Z copying torch/masked/_docs.py -> build/lib.macosx-11.1-arm64-3.9/torch/masked 2024-08-08T20:18:46.7450180Z creating build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-08T20:18:46.7450680Z copying torch/optim/lr_scheduler.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-08T20:18:46.7452270Z copying torch/optim/rmsprop.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-08T20:18:46.7453200Z copying torch/optim/_adafactor.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-08T20:18:46.7454660Z copying torch/optim/sparse_adam.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-08T20:18:46.7455450Z copying torch/optim/rprop.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-08T20:18:46.7456890Z copying torch/optim/sgd.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-08T20:18:46.7457760Z copying torch/optim/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-08T20:18:46.7459160Z copying torch/optim/adamax.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-08T20:18:46.7459930Z copying torch/optim/adagrad.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-08T20:18:46.7461490Z copying torch/optim/adamw.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-08T20:18:46.7462390Z copying torch/optim/swa_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-08T20:18:46.7463810Z copying torch/optim/lbfgs.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-08T20:18:46.7464700Z copying torch/optim/radam.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-08T20:18:46.7466110Z copying torch/optim/adam.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-08T20:18:46.7467100Z copying torch/optim/optimizer.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-08T20:18:46.7468560Z copying torch/optim/nadam.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-08T20:18:46.7469570Z copying torch/optim/asgd.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-08T20:18:46.7470990Z copying torch/optim/_functional.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-08T20:18:46.7471790Z copying torch/optim/adadelta.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-08T20:18:46.7479230Z creating build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7479780Z copying torch/_inductor/cudagraph_trees.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7517870Z copying torch/_inductor/select_algorithm.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7538930Z copying torch/_inductor/ops_handler.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7553300Z copying torch/_inductor/metrics.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7561450Z copying torch/_inductor/codecache.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7602180Z copying torch/_inductor/optimize_indexing.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7609790Z copying torch/_inductor/hooks.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7616390Z copying torch/_inductor/cpp_builder.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7635810Z copying torch/_inductor/cpu_vec_isa.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7650580Z copying torch/_inductor/config.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7666540Z copying torch/_inductor/comms.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7680730Z copying torch/_inductor/mkldnn_lowerings.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7700470Z copying torch/_inductor/async_compile.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7712150Z copying torch/_inductor/pattern_matcher.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7734720Z copying torch/_inductor/quantized_lowerings.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7745900Z copying torch/_inductor/aoti_eager.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7752270Z copying torch/_inductor/graph.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7784030Z copying torch/_inductor/lowering.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7786170Z copying torch/_inductor/jagged_lowerings.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7794140Z copying torch/_inductor/test_operators.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7802480Z copying torch/_inductor/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7809320Z copying torch/_inductor/compile_fx.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7829960Z copying torch/_inductor/cudagraph_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7836880Z copying torch/_inductor/sizevars.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7849720Z copying torch/_inductor/ir.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7852050Z copying torch/_inductor/index_propagation.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7863330Z copying torch/_inductor/constant_folding.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7873380Z copying torch/_inductor/inductor_prims.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7880270Z copying torch/_inductor/virtualized.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7886240Z copying torch/_inductor/test_case.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7893130Z copying torch/_inductor/autotune_process.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7907660Z copying torch/_inductor/exc.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7914690Z copying torch/_inductor/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7932630Z copying torch/_inductor/debug.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7945400Z copying torch/_inductor/decomposition.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7957490Z copying torch/_inductor/fx_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.7964340Z copying torch/_inductor/scheduler.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.8006890Z copying torch/_inductor/mkldnn_ir.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.8036040Z copying torch/_inductor/wrapper_benchmark.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.8043090Z copying torch/_inductor/remote_cache.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.8050610Z copying torch/_inductor/comm_analysis.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.8056790Z copying torch/_inductor/extern_node_serializer.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.8062420Z copying torch/_inductor/bounds.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.8069160Z copying torch/_inductor/freezing.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.8075720Z copying torch/_inductor/dependencies.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.8086870Z copying torch/_inductor/subgraph_lowering.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-08T20:18:46.8102740Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8103220Z copying torch/utils/_pytree.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8104750Z copying torch/utils/_foreach_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8105580Z copying torch/utils/hooks.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8107010Z copying torch/utils/_traceback.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8107750Z copying torch/utils/_cpp_extension_versioner.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8108730Z copying torch/utils/_mode_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8109740Z copying torch/utils/checkpoint.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8116250Z copying torch/utils/show_pickle.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8120940Z copying torch/utils/deterministic.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8121550Z copying torch/utils/file_baton.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8122190Z copying torch/utils/_freeze.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8122800Z copying torch/utils/backend_registration.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8123440Z copying torch/utils/module_tracker.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8124030Z copying torch/utils/model_zoo.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8124590Z copying torch/utils/_zip.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8125150Z copying torch/utils/collect_env.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8125780Z copying torch/utils/throughput_benchmark.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8126610Z copying torch/utils/dlpack.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8127450Z copying torch/utils/_cxx_pytree.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8129060Z copying torch/utils/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8129750Z copying torch/utils/_import_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8130650Z copying torch/utils/bundled_inputs.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8132780Z copying torch/utils/mkldnn.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8134530Z copying torch/utils/cpp_backtrace.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8135390Z copying torch/utils/_contextlib.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8136780Z copying torch/utils/_python_dispatch.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8137700Z copying torch/utils/_exposed_in.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8138970Z copying torch/utils/_config_module.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8139840Z copying torch/utils/_device.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8141320Z copying torch/utils/flop_counter.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8142110Z copying torch/utils/_typing_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8143200Z copying torch/utils/_stats.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8144170Z copying torch/utils/cpp_extension.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8146390Z copying torch/utils/_backport_slots.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8147220Z copying torch/utils/_get_clean_triton.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8148080Z copying torch/utils/_triton.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8149100Z copying torch/utils/_content_store.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8150040Z copying torch/utils/_ordered_set.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8151680Z copying torch/utils/weak.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8152630Z copying torch/utils/mobile_optimizer.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-08T20:18:46.8154780Z creating build/lib.macosx-11.1-arm64-3.9/torch/contrib 2024-08-08T20:18:46.8155280Z copying torch/contrib/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/contrib 2024-08-08T20:18:46.8156030Z copying torch/contrib/_tensorboard_vis.py -> build/lib.macosx-11.1-arm64-3.9/torch/contrib 2024-08-08T20:18:46.8174570Z creating build/lib.macosx-11.1-arm64-3.9/torch/quantization 2024-08-08T20:18:46.8175150Z copying torch/quantization/observer.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization 2024-08-08T20:18:46.8175970Z copying torch/quantization/fuse_modules.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization 2024-08-08T20:18:46.8177060Z copying torch/quantization/quantization_mappings.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization 2024-08-08T20:18:46.8178000Z copying torch/quantization/quantize.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization 2024-08-08T20:18:46.8179420Z copying torch/quantization/_numeric_suite.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization 2024-08-08T20:18:46.8180260Z copying torch/quantization/fake_quantize.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization 2024-08-08T20:18:46.8181500Z copying torch/quantization/qconfig.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization 2024-08-08T20:18:46.8182300Z copying torch/quantization/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization 2024-08-08T20:18:46.8183300Z copying torch/quantization/_quantized_conversions.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization 2024-08-08T20:18:46.8184270Z copying torch/quantization/stubs.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization 2024-08-08T20:18:46.8185320Z copying torch/quantization/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization 2024-08-08T20:18:46.8186440Z copying torch/quantization/fuser_method_mappings.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization 2024-08-08T20:18:46.8187400Z copying torch/quantization/quantize_jit.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization 2024-08-08T20:18:46.8188460Z copying torch/quantization/quant_type.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization 2024-08-08T20:18:46.8189400Z copying torch/quantization/quantize_fx.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization 2024-08-08T20:18:46.8190370Z copying torch/quantization/_numeric_suite_fx.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization 2024-08-08T20:18:46.8192460Z creating build/lib.macosx-11.1-arm64-3.9/torch/special 2024-08-08T20:18:46.8192990Z copying torch/special/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/special 2024-08-08T20:18:46.8195160Z creating build/lib.macosx-11.1-arm64-3.9/torch/testing 2024-08-08T20:18:46.8195670Z copying torch/testing/_creation.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing 2024-08-08T20:18:46.8196780Z copying torch/testing/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing 2024-08-08T20:18:46.8197540Z copying torch/testing/_comparison.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing 2024-08-08T20:18:46.8199300Z copying torch/testing/_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing 2024-08-08T20:18:46.8201760Z creating build/lib.macosx-11.1-arm64-3.9/torch/_library 2024-08-08T20:18:46.8202260Z copying torch/_library/triton.py -> build/lib.macosx-11.1-arm64-3.9/torch/_library 2024-08-08T20:18:46.8210900Z copying torch/_library/infer_schema.py -> build/lib.macosx-11.1-arm64-3.9/torch/_library 2024-08-08T20:18:46.8217090Z copying torch/_library/simple_registry.py -> build/lib.macosx-11.1-arm64-3.9/torch/_library 2024-08-08T20:18:46.8222570Z copying torch/_library/custom_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/_library 2024-08-08T20:18:46.8234570Z copying torch/_library/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_library 2024-08-08T20:18:46.8242370Z copying torch/_library/fake_impl.py -> build/lib.macosx-11.1-arm64-3.9/torch/_library 2024-08-08T20:18:46.8248710Z copying torch/_library/autograd.py -> build/lib.macosx-11.1-arm64-3.9/torch/_library 2024-08-08T20:18:46.8256720Z copying torch/_library/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_library 2024-08-08T20:18:46.8262840Z copying torch/_library/fake_class_registry.py -> build/lib.macosx-11.1-arm64-3.9/torch/_library 2024-08-08T20:18:46.8276010Z creating build/lib.macosx-11.1-arm64-3.9/torch/amp 2024-08-08T20:18:46.8276510Z copying torch/amp/autocast_mode.py -> build/lib.macosx-11.1-arm64-3.9/torch/amp 2024-08-08T20:18:46.8291590Z copying torch/amp/grad_scaler.py -> build/lib.macosx-11.1-arm64-3.9/torch/amp 2024-08-08T20:18:46.8307360Z copying torch/amp/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/amp 2024-08-08T20:18:46.8318880Z creating build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-08T20:18:46.8319350Z copying torch/jit/_ir_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-08T20:18:46.8320320Z copying torch/jit/_monkeytype_config.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-08T20:18:46.8321850Z copying torch/jit/_decompositions.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-08T20:18:46.8322420Z copying torch/jit/_recursive.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-08T20:18:46.8323880Z copying torch/jit/_logging.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-08T20:18:46.8324650Z copying torch/jit/_serialization.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-08T20:18:46.8325650Z copying torch/jit/quantized.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-08T20:18:46.8326790Z copying torch/jit/_script.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-08T20:18:46.8328300Z copying torch/jit/_shape_functions.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-08T20:18:46.8329740Z copying torch/jit/_decomposition_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-08T20:18:46.8334600Z copying torch/jit/_freeze.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-08T20:18:46.8335210Z copying torch/jit/_pickle.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-08T20:18:46.8335740Z copying torch/jit/_check.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-08T20:18:46.8336330Z copying torch/jit/unsupported_tensor_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-08T20:18:46.8337030Z copying torch/jit/frontend.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-08T20:18:46.8337600Z copying torch/jit/supported_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-08T20:18:46.8338170Z copying torch/jit/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-08T20:18:46.8338690Z copying torch/jit/_fuser.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-08T20:18:46.8339220Z copying torch/jit/_builtins.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-08T20:18:46.8340150Z copying torch/jit/_dataclass_impls.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-08T20:18:46.8341440Z copying torch/jit/_trace.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-08T20:18:46.8343030Z copying torch/jit/generate_bytecode.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-08T20:18:46.8343920Z copying torch/jit/_state.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-08T20:18:46.8345500Z copying torch/jit/_async.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-08T20:18:46.8346150Z copying torch/jit/annotations.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-08T20:18:46.8347700Z copying torch/jit/_await.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-08T20:18:46.8354230Z creating build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8354770Z copying torch/_dynamo/cache_size.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8362900Z copying torch/_dynamo/callback.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8370480Z copying torch/_dynamo/comptime.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8378920Z copying torch/_dynamo/logging.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8387190Z copying torch/_dynamo/_trace_wrapped_higher_order_op.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8393770Z copying torch/_dynamo/hooks.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8400130Z copying torch/_dynamo/config.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8413400Z copying torch/_dynamo/guards.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8475730Z copying torch/_dynamo/test_minifier_common.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8483970Z copying torch/_dynamo/create_parameter_op.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8492410Z copying torch/_dynamo/device_interface.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8498880Z copying torch/_dynamo/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8513420Z copying torch/_dynamo/mutation_guard.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8520000Z copying torch/_dynamo/types.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8526390Z copying torch/_dynamo/bytecode_analysis.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8535220Z copying torch/_dynamo/tensor_version_op.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8541700Z copying torch/_dynamo/external_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8547820Z copying torch/_dynamo/test_case.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8553780Z copying torch/_dynamo/distributed.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8569510Z copying torch/_dynamo/resume_execution.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8582450Z copying torch/_dynamo/output_graph.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8609660Z copying torch/_dynamo/compiled_autograd.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8623730Z copying torch/_dynamo/exc.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8649800Z copying torch/_dynamo/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8675520Z copying torch/_dynamo/replay_record.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8683120Z copying torch/_dynamo/side_effects.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8695350Z copying torch/_dynamo/trace_rules.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8749850Z copying torch/_dynamo/bytecode_transformation.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8774550Z copying torch/_dynamo/convert_frame.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8795970Z copying torch/_dynamo/funcname_cache.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8802310Z copying torch/_dynamo/polyfill.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8815930Z copying torch/_dynamo/testing.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8822290Z copying torch/_dynamo/profiler.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8830030Z copying torch/_dynamo/symbolic_convert.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8861080Z copying torch/_dynamo/codegen.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8877190Z copying torch/_dynamo/source.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8892260Z copying torch/_dynamo/eval_frame.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8912810Z copying torch/_dynamo/code_context.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8919690Z copying torch/_dynamo/current_scope_id.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8925760Z copying torch/_dynamo/debug_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8938840Z copying torch/_dynamo/decorators.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-08T20:18:46.8948040Z creating build/lib.macosx-11.1-arm64-3.9/torch/_lazy 2024-08-08T20:18:46.8948520Z copying torch/_lazy/metrics.py -> build/lib.macosx-11.1-arm64-3.9/torch/_lazy 2024-08-08T20:18:46.8955420Z copying torch/_lazy/config.py -> build/lib.macosx-11.1-arm64-3.9/torch/_lazy 2024-08-08T20:18:46.8963480Z copying torch/_lazy/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_lazy 2024-08-08T20:18:46.8969160Z copying torch/_lazy/tensor_factory_functions.py -> build/lib.macosx-11.1-arm64-3.9/torch/_lazy 2024-08-08T20:18:46.8974600Z copying torch/_lazy/debug.py -> build/lib.macosx-11.1-arm64-3.9/torch/_lazy 2024-08-08T20:18:46.8980350Z copying torch/_lazy/extract_compiled_graph.py -> build/lib.macosx-11.1-arm64-3.9/torch/_lazy 2024-08-08T20:18:46.8987710Z copying torch/_lazy/ir_cache.py -> build/lib.macosx-11.1-arm64-3.9/torch/_lazy 2024-08-08T20:18:46.8994280Z copying torch/_lazy/ts_backend.py -> build/lib.macosx-11.1-arm64-3.9/torch/_lazy 2024-08-08T20:18:46.8999860Z copying torch/_lazy/computation.py -> build/lib.macosx-11.1-arm64-3.9/torch/_lazy 2024-08-08T20:18:46.9005350Z copying torch/_lazy/closure.py -> build/lib.macosx-11.1-arm64-3.9/torch/_lazy 2024-08-08T20:18:46.9010930Z copying torch/_lazy/device_context.py -> build/lib.macosx-11.1-arm64-3.9/torch/_lazy 2024-08-08T20:18:46.9017340Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao 2024-08-08T20:18:46.9017800Z copying torch/ao/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao 2024-08-08T20:18:46.9025770Z creating build/lib.macosx-11.1-arm64-3.9/torch/mtia 2024-08-08T20:18:46.9026250Z copying torch/mtia/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/mtia 2024-08-08T20:18:46.9027090Z copying torch/mtia/_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/mtia 2024-08-08T20:18:46.9029170Z creating build/lib.macosx-11.1-arm64-3.9/torch/_refs 2024-08-08T20:18:46.9029670Z copying torch/_refs/_conversions.py -> build/lib.macosx-11.1-arm64-3.9/torch/_refs 2024-08-08T20:18:46.9039070Z copying torch/_refs/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_refs 2024-08-08T20:18:46.9041580Z copying torch/_refs/fft.py -> build/lib.macosx-11.1-arm64-3.9/torch/_refs 2024-08-08T20:18:46.9056190Z creating build/lib.macosx-11.1-arm64-3.9/torch/fft 2024-08-08T20:18:46.9056640Z copying torch/fft/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/fft 2024-08-08T20:18:46.9059360Z creating build/lib.macosx-11.1-arm64-3.9/torch/profiler 2024-08-08T20:18:46.9059910Z copying torch/profiler/_memory_profiler.py -> build/lib.macosx-11.1-arm64-3.9/torch/profiler 2024-08-08T20:18:46.9061360Z copying torch/profiler/itt.py -> build/lib.macosx-11.1-arm64-3.9/torch/profiler 2024-08-08T20:18:46.9066070Z copying torch/profiler/_pattern_matcher.py -> build/lib.macosx-11.1-arm64-3.9/torch/profiler 2024-08-08T20:18:46.9066710Z copying torch/profiler/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/profiler 2024-08-08T20:18:46.9067320Z copying torch/profiler/profiler.py -> build/lib.macosx-11.1-arm64-3.9/torch/profiler 2024-08-08T20:18:46.9067960Z copying torch/profiler/python_tracer.py -> build/lib.macosx-11.1-arm64-3.9/torch/profiler 2024-08-08T20:18:46.9068590Z copying torch/profiler/_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/profiler 2024-08-08T20:18:46.9069100Z creating build/lib.macosx-11.1-arm64-3.9/torch/sparse 2024-08-08T20:18:46.9069690Z copying torch/sparse/_semi_structured_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/sparse 2024-08-08T20:18:46.9070530Z copying torch/sparse/_semi_structured_conversions.py -> build/lib.macosx-11.1-arm64-3.9/torch/sparse 2024-08-08T20:18:46.9071570Z copying torch/sparse/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/sparse 2024-08-08T20:18:46.9073020Z copying torch/sparse/semi_structured.py -> build/lib.macosx-11.1-arm64-3.9/torch/sparse 2024-08-08T20:18:46.9073910Z copying torch/sparse/_triton_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/sparse 2024-08-08T20:18:46.9075630Z copying torch/sparse/_triton_ops_meta.py -> build/lib.macosx-11.1-arm64-3.9/torch/sparse 2024-08-08T20:18:46.9100360Z creating build/lib.macosx-11.1-arm64-3.9/torch/_awaits 2024-08-08T20:18:46.9100850Z copying torch/_awaits/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_awaits 2024-08-08T20:18:46.9109320Z creating build/lib.macosx-11.1-arm64-3.9/torch/export 2024-08-08T20:18:46.9109830Z copying torch/export/_safeguard.py -> build/lib.macosx-11.1-arm64-3.9/torch/export 2024-08-08T20:18:46.9110760Z copying torch/export/exported_program.py -> build/lib.macosx-11.1-arm64-3.9/torch/export 2024-08-08T20:18:46.9112300Z copying torch/export/unflatten.py -> build/lib.macosx-11.1-arm64-3.9/torch/export 2024-08-08T20:18:46.9113310Z copying torch/export/custom_obj.py -> build/lib.macosx-11.1-arm64-3.9/torch/export 2024-08-08T20:18:46.9114810Z copying torch/export/_remove_effect_tokens_pass.py -> build/lib.macosx-11.1-arm64-3.9/torch/export 2024-08-08T20:18:46.9115650Z copying torch/export/_remove_auto_functionalized_pass.py -> build/lib.macosx-11.1-arm64-3.9/torch/export 2024-08-08T20:18:46.9116510Z copying torch/export/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/export 2024-08-08T20:18:46.9117790Z copying torch/export/_unlift.py -> build/lib.macosx-11.1-arm64-3.9/torch/export 2024-08-08T20:18:46.9118550Z copying torch/export/_trace.py -> build/lib.macosx-11.1-arm64-3.9/torch/export 2024-08-08T20:18:46.9120240Z copying torch/export/graph_signature.py -> build/lib.macosx-11.1-arm64-3.9/torch/export 2024-08-08T20:18:46.9121180Z copying torch/export/dynamic_shapes.py -> build/lib.macosx-11.1-arm64-3.9/torch/export 2024-08-08T20:18:46.9122680Z copying torch/export/_tree_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/export 2024-08-08T20:18:46.9124450Z creating build/lib.macosx-11.1-arm64-3.9/torch/nested 2024-08-08T20:18:46.9124930Z copying torch/nested/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nested 2024-08-08T20:18:46.9126870Z creating build/lib.macosx-11.1-arm64-3.9/torch/_strobelight 2024-08-08T20:18:46.9127480Z copying torch/_strobelight/cli_function_profiler.py -> build/lib.macosx-11.1-arm64-3.9/torch/_strobelight 2024-08-08T20:18:46.9141520Z copying torch/_strobelight/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_strobelight 2024-08-08T20:18:46.9142220Z copying torch/_strobelight/compile_time_profiler.py -> build/lib.macosx-11.1-arm64-3.9/torch/_strobelight 2024-08-08T20:18:46.9149290Z creating build/lib.macosx-11.1-arm64-3.9/torch/compiler 2024-08-08T20:18:46.9149810Z copying torch/compiler/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/compiler 2024-08-08T20:18:46.9157430Z creating build/lib.macosx-11.1-arm64-3.9/torch/signal 2024-08-08T20:18:46.9157920Z copying torch/signal/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/signal 2024-08-08T20:18:46.9164930Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9165540Z copying torch/distributions/inverse_gamma.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9166350Z copying torch/distributions/laplace.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9167390Z copying torch/distributions/relaxed_bernoulli.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9168330Z copying torch/distributions/categorical.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9169330Z copying torch/distributions/transforms.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9170970Z copying torch/distributions/dirichlet.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9171790Z copying torch/distributions/log_normal.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9172680Z copying torch/distributions/transformed_distribution.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9173650Z copying torch/distributions/geometric.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9174710Z copying torch/distributions/weibull.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9175790Z copying torch/distributions/studentT.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9176920Z copying torch/distributions/multivariate_normal.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9177740Z copying torch/distributions/normal.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9178850Z copying torch/distributions/poisson.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9179780Z copying torch/distributions/beta.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9180800Z copying torch/distributions/kumaraswamy.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9181850Z copying torch/distributions/half_normal.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9183070Z copying torch/distributions/relaxed_categorical.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9183910Z copying torch/distributions/lowrank_multivariate_normal.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9184830Z copying torch/distributions/half_cauchy.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9185850Z copying torch/distributions/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9186800Z copying torch/distributions/lkj_cholesky.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9187740Z copying torch/distributions/independent.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9188750Z copying torch/distributions/multinomial.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9189790Z copying torch/distributions/exponential.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9190800Z copying torch/distributions/pareto.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9191800Z copying torch/distributions/negative_binomial.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9192750Z copying torch/distributions/cauchy.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9193780Z copying torch/distributions/von_mises.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9194780Z copying torch/distributions/distribution.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9195990Z copying torch/distributions/gumbel.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9196830Z copying torch/distributions/constraint_registry.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9197810Z copying torch/distributions/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9198770Z copying torch/distributions/kl.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9200320Z copying torch/distributions/mixture_same_family.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9201210Z copying torch/distributions/continuous_bernoulli.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9202080Z copying torch/distributions/fishersnedecor.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9203310Z copying torch/distributions/constraints.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9204290Z copying torch/distributions/uniform.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9205270Z copying torch/distributions/bernoulli.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9206260Z copying torch/distributions/exp_family.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9207260Z copying torch/distributions/logistic_normal.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9208580Z copying torch/distributions/one_hot_categorical.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9209440Z copying torch/distributions/wishart.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9210230Z copying torch/distributions/gamma.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9211190Z copying torch/distributions/chi2.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9216420Z copying torch/distributions/binomial.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-08T20:18:46.9216970Z creating build/lib.macosx-11.1-arm64-3.9/torch/package 2024-08-08T20:18:46.9217510Z copying torch/package/package_exporter.py -> build/lib.macosx-11.1-arm64-3.9/torch/package 2024-08-08T20:18:46.9218220Z copying torch/package/file_structure_representation.py -> build/lib.macosx-11.1-arm64-3.9/torch/package 2024-08-08T20:18:46.9218900Z copying torch/package/_mock.py -> build/lib.macosx-11.1-arm64-3.9/torch/package 2024-08-08T20:18:46.9219530Z copying torch/package/importer.py -> build/lib.macosx-11.1-arm64-3.9/torch/package 2024-08-08T20:18:46.9220960Z copying torch/package/_stdlib.py -> build/lib.macosx-11.1-arm64-3.9/torch/package 2024-08-08T20:18:46.9221790Z copying torch/package/_mangling.py -> build/lib.macosx-11.1-arm64-3.9/torch/package 2024-08-08T20:18:46.9223350Z copying torch/package/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/package 2024-08-08T20:18:46.9224270Z copying torch/package/package_importer.py -> build/lib.macosx-11.1-arm64-3.9/torch/package 2024-08-08T20:18:46.9225870Z copying torch/package/_package_unpickler.py -> build/lib.macosx-11.1-arm64-3.9/torch/package 2024-08-08T20:18:46.9226650Z copying torch/package/glob_group.py -> build/lib.macosx-11.1-arm64-3.9/torch/package 2024-08-08T20:18:46.9227590Z copying torch/package/find_file_dependencies.py -> build/lib.macosx-11.1-arm64-3.9/torch/package 2024-08-08T20:18:46.9228590Z copying torch/package/_package_pickler.py -> build/lib.macosx-11.1-arm64-3.9/torch/package 2024-08-08T20:18:46.9229600Z copying torch/package/_importlib.py -> build/lib.macosx-11.1-arm64-3.9/torch/package 2024-08-08T20:18:46.9230680Z copying torch/package/_directory_reader.py -> build/lib.macosx-11.1-arm64-3.9/torch/package 2024-08-08T20:18:46.9231820Z copying torch/package/_digraph.py -> build/lib.macosx-11.1-arm64-3.9/torch/package 2024-08-08T20:18:46.9233890Z creating build/lib.macosx-11.1-arm64-3.9/torch/func 2024-08-08T20:18:46.9234370Z copying torch/func/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/func 2024-08-08T20:18:46.9237860Z creating build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd 2024-08-08T20:18:46.9238660Z copying torch/_functorch/_aot_autograd/input_output_analysis.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd 2024-08-08T20:18:46.9260740Z copying torch/_functorch/_aot_autograd/runtime_wrappers.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd 2024-08-08T20:18:46.9290920Z copying torch/_functorch/_aot_autograd/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd 2024-08-08T20:18:46.9297080Z copying torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd 2024-08-08T20:18:46.9305390Z copying torch/_functorch/_aot_autograd/functional_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd 2024-08-08T20:18:46.9316910Z copying torch/_functorch/_aot_autograd/autograd_cache.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd 2024-08-08T20:18:46.9329080Z copying torch/_functorch/_aot_autograd/traced_function_transforms.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd 2024-08-08T20:18:46.9343630Z copying torch/_functorch/_aot_autograd/schemas.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd 2024-08-08T20:18:46.9357110Z copying torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd 2024-08-08T20:18:46.9371060Z copying torch/_functorch/_aot_autograd/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd 2024-08-08T20:18:46.9377970Z copying torch/_functorch/_aot_autograd/collect_metadata_analysis.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd 2024-08-08T20:18:46.9392290Z copying torch/_functorch/_aot_autograd/subclass_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd 2024-08-08T20:18:46.9398720Z copying torch/_functorch/_aot_autograd/logging_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd 2024-08-08T20:18:46.9406930Z creating build/lib.macosx-11.1-arm64-3.9/torch/_numpy/testing 2024-08-08T20:18:46.9407500Z copying torch/_numpy/testing/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy/testing 2024-08-08T20:18:46.9413440Z copying torch/_numpy/testing/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy/testing 2024-08-08T20:18:46.9434640Z creating build/lib.macosx-11.1-arm64-3.9/torch/_export/pass_infra 2024-08-08T20:18:46.9435260Z copying torch/_export/pass_infra/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/pass_infra 2024-08-08T20:18:46.9436060Z copying torch/_export/pass_infra/proxy_value.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/pass_infra 2024-08-08T20:18:46.9442480Z copying torch/_export/pass_infra/node_metadata.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/pass_infra 2024-08-08T20:18:46.9453750Z creating build/lib.macosx-11.1-arm64-3.9/torch/_export/passes 2024-08-08T20:18:46.9454450Z copying torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/passes 2024-08-08T20:18:46.9462740Z copying torch/_export/passes/collect_tracepoints_pass.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/passes 2024-08-08T20:18:46.9468640Z copying torch/_export/passes/replace_with_hop_pass_util.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/passes 2024-08-08T20:18:46.9475400Z copying torch/_export/passes/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/passes 2024-08-08T20:18:46.9481760Z copying torch/_export/passes/_node_metadata_hook.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/passes 2024-08-08T20:18:46.9487720Z copying torch/_export/passes/lift_constants_pass.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/passes 2024-08-08T20:18:46.9493940Z copying torch/_export/passes/constant_folding.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/passes 2024-08-08T20:18:46.9500510Z copying torch/_export/passes/add_runtime_assertions_for_constraints_pass.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/passes 2024-08-08T20:18:46.9507660Z copying torch/_export/passes/replace_autocast_with_hop_pass.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/passes 2024-08-08T20:18:46.9513790Z copying torch/_export/passes/functionalize_side_effectful_ops_pass.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/passes 2024-08-08T20:18:46.9519450Z copying torch/_export/passes/replace_set_grad_with_hop_pass.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/passes 2024-08-08T20:18:46.9525780Z copying torch/_export/passes/remove_runtime_assertions.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/passes 2024-08-08T20:18:46.9532170Z creating build/lib.macosx-11.1-arm64-3.9/torch/_export/db 2024-08-08T20:18:46.9532760Z copying torch/_export/db/logging.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db 2024-08-08T20:18:46.9538080Z copying torch/_export/db/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db 2024-08-08T20:18:46.9544710Z copying torch/_export/db/gen_example.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db 2024-08-08T20:18:46.9550590Z copying torch/_export/db/case.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db 2024-08-08T20:18:46.9558640Z creating build/lib.macosx-11.1-arm64-3.9/torch/_export/serde 2024-08-08T20:18:46.9559210Z copying torch/_export/serde/serialize.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/serde 2024-08-08T20:18:46.9592910Z copying torch/_export/serde/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/serde 2024-08-08T20:18:46.9593710Z copying torch/_export/serde/schema_check.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/serde 2024-08-08T20:18:46.9602850Z copying torch/_export/serde/union.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/serde 2024-08-08T20:18:46.9608670Z copying torch/_export/serde/schema.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/serde 2024-08-08T20:18:46.9617370Z copying torch/_export/serde/aoti_schema.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/serde 2024-08-08T20:18:46.9628490Z creating build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9629150Z copying torch/_export/db/examples/list_unpack.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9637480Z copying torch/_export/db/examples/specialized_attribute.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9643570Z copying torch/_export/db/examples/static_for_loop.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9649320Z copying torch/_export/db/examples/cond_closed_over_variable.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9655770Z copying torch/_export/db/examples/fn_with_kwargs.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9662640Z copying torch/_export/db/examples/constrain_as_value_example.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9672090Z copying torch/_export/db/examples/dynamic_shape_slicing.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9677910Z copying torch/_export/db/examples/cond_branch_nonlocal_variables.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9684970Z copying torch/_export/db/examples/autograd_function.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9690920Z copying torch/_export/db/examples/type_reflection_method.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9697300Z copying torch/_export/db/examples/cond_operands.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9703200Z copying torch/_export/db/examples/decorator.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9709630Z copying torch/_export/db/examples/dynamic_shape_view.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9715830Z copying torch/_export/db/examples/dynamic_shape_map.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9722410Z copying torch/_export/db/examples/nested_function.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9729130Z copying torch/_export/db/examples/dynamic_shape_constructor.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9736490Z copying torch/_export/db/examples/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9742340Z copying torch/_export/db/examples/dynamic_shape_if_guard.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9747910Z copying torch/_export/db/examples/assume_constant_result.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9753890Z copying torch/_export/db/examples/cond_branch_class_method.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9759980Z copying torch/_export/db/examples/class_method.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9766090Z copying torch/_export/db/examples/pytree_flatten.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9772090Z copying torch/_export/db/examples/scalar_output.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9778110Z copying torch/_export/db/examples/cond_predicate.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9786610Z copying torch/_export/db/examples/dynamic_shape_assert.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9794600Z copying torch/_export/db/examples/unsupported_operator.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9800490Z copying torch/_export/db/examples/tensor_setattr.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9806580Z copying torch/_export/db/examples/optional_input.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9812920Z copying torch/_export/db/examples/constrain_as_size_example.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9818540Z copying torch/_export/db/examples/static_if.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9825390Z copying torch/_export/db/examples/dictionary.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9831970Z copying torch/_export/db/examples/list_contains.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9838150Z copying torch/_export/db/examples/dynamic_shape_round.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9862840Z copying torch/_export/db/examples/user_input_mutation.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9871150Z copying torch/_export/db/examples/null_context_manager.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9879390Z copying torch/_export/db/examples/cond_branch_nested_function.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9887300Z copying torch/_export/db/examples/model_attr_mutation.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-08T20:18:46.9894050Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/attention 2024-08-08T20:18:46.9894700Z copying torch/nn/attention/bias.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/attention 2024-08-08T20:18:46.9895440Z copying torch/nn/attention/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/attention 2024-08-08T20:18:46.9896490Z copying torch/nn/attention/flex_attention.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/attention 2024-08-08T20:18:46.9898000Z copying torch/nn/attention/_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/attention 2024-08-08T20:18:46.9900570Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/parallel 2024-08-08T20:18:46.9901150Z copying torch/nn/parallel/parallel_apply.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/parallel 2024-08-08T20:18:46.9901950Z copying torch/nn/parallel/comm.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/parallel 2024-08-08T20:18:46.9902900Z copying torch/nn/parallel/scatter_gather.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/parallel 2024-08-08T20:18:46.9903890Z copying torch/nn/parallel/replicate.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/parallel 2024-08-08T20:18:46.9904890Z copying torch/nn/parallel/_functions.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/parallel 2024-08-08T20:18:46.9905870Z copying torch/nn/parallel/data_parallel.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/parallel 2024-08-08T20:18:46.9906940Z copying torch/nn/parallel/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/parallel 2024-08-08T20:18:46.9907930Z copying torch/nn/parallel/distributed.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/parallel 2024-08-08T20:18:46.9910340Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/qat 2024-08-08T20:18:46.9910840Z copying torch/nn/qat/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/qat 2024-08-08T20:18:46.9912750Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized 2024-08-08T20:18:46.9913310Z copying torch/nn/quantized/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized 2024-08-08T20:18:46.9914090Z copying torch/nn/quantized/functional.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized 2024-08-08T20:18:46.9916020Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/backends 2024-08-08T20:18:46.9916560Z copying torch/nn/backends/thnn.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/backends 2024-08-08T20:18:46.9917400Z copying torch/nn/backends/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/backends 2024-08-08T20:18:46.9920670Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/utils 2024-08-08T20:18:46.9921230Z copying torch/nn/utils/_named_member_accessor.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils 2024-08-08T20:18:46.9922010Z copying torch/nn/utils/spectral_norm.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils 2024-08-08T20:18:46.9923070Z copying torch/nn/utils/convert_parameters.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils 2024-08-08T20:18:46.9924050Z copying torch/nn/utils/stateless.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils 2024-08-08T20:18:46.9925160Z copying torch/nn/utils/parametrize.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils 2024-08-08T20:18:46.9926400Z copying torch/nn/utils/memory_format.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils 2024-08-08T20:18:46.9927450Z copying torch/nn/utils/_per_sample_grad.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils 2024-08-08T20:18:46.9928380Z copying torch/nn/utils/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils 2024-08-08T20:18:46.9929840Z copying torch/nn/utils/weight_norm.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils 2024-08-08T20:18:46.9930630Z copying torch/nn/utils/fusion.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils 2024-08-08T20:18:46.9931720Z copying torch/nn/utils/prune.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils 2024-08-08T20:18:46.9933260Z copying torch/nn/utils/parametrizations.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils 2024-08-08T20:18:46.9934220Z copying torch/nn/utils/init.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils 2024-08-08T20:18:46.9935220Z copying torch/nn/utils/_deprecation_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils 2024-08-08T20:18:46.9936140Z copying torch/nn/utils/rnn.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils 2024-08-08T20:18:46.9937580Z copying torch/nn/utils/clip_grad.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils 2024-08-08T20:18:46.9939140Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/quantizable 2024-08-08T20:18:46.9939730Z copying torch/nn/quantizable/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantizable 2024-08-08T20:18:46.9941630Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic 2024-08-08T20:18:46.9942180Z copying torch/nn/intrinsic/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic 2024-08-08T20:18:46.9946610Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-08T20:18:46.9947210Z copying torch/nn/modules/upsampling.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-08T20:18:46.9948020Z copying torch/nn/modules/channelshuffle.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-08T20:18:46.9949590Z copying torch/nn/modules/instancenorm.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-08T20:18:46.9950360Z copying torch/nn/modules/flatten.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-08T20:18:46.9951450Z copying torch/nn/modules/batchnorm.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-08T20:18:46.9952590Z copying torch/nn/modules/linear.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-08T20:18:46.9953590Z copying torch/nn/modules/_functions.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-08T20:18:46.9954630Z copying torch/nn/modules/pooling.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-08T20:18:46.9956180Z copying torch/nn/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-08T20:18:46.9956950Z copying torch/nn/modules/distance.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-08T20:18:46.9958010Z copying torch/nn/modules/container.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-08T20:18:46.9959710Z copying torch/nn/modules/pixelshuffle.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-08T20:18:46.9960520Z copying torch/nn/modules/adaptive.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-08T20:18:46.9961290Z copying torch/nn/modules/loss.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-08T20:18:46.9963060Z copying torch/nn/modules/activation.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-08T20:18:46.9964110Z copying torch/nn/modules/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-08T20:18:46.9965200Z copying torch/nn/modules/transformer.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-08T20:18:46.9966740Z copying torch/nn/modules/sparse.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-08T20:18:46.9967620Z copying torch/nn/modules/module.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-08T20:18:46.9969520Z copying torch/nn/modules/dropout.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-08T20:18:46.9970260Z copying torch/nn/modules/conv.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-08T20:18:46.9976180Z copying torch/nn/modules/lazy.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-08T20:18:46.9976840Z copying torch/nn/modules/normalization.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-08T20:18:46.9977500Z copying torch/nn/modules/rnn.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-08T20:18:46.9978120Z copying torch/nn/modules/padding.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-08T20:18:46.9978750Z copying torch/nn/modules/fold.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-08T20:18:46.9979280Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/qat/dynamic 2024-08-08T20:18:46.9979950Z copying torch/nn/qat/dynamic/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/qat/dynamic 2024-08-08T20:18:46.9982140Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/qat/modules 2024-08-08T20:18:46.9982750Z copying torch/nn/qat/modules/linear.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/qat/modules 2024-08-08T20:18:46.9983670Z copying torch/nn/qat/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/qat/modules 2024-08-08T20:18:46.9984760Z copying torch/nn/qat/modules/conv.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/qat/modules 2024-08-08T20:18:46.9985840Z copying torch/nn/qat/modules/embedding_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/qat/modules 2024-08-08T20:18:46.9987960Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/qat/dynamic/modules 2024-08-08T20:18:46.9988670Z copying torch/nn/qat/dynamic/modules/linear.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/qat/dynamic/modules 2024-08-08T20:18:46.9989550Z copying torch/nn/qat/dynamic/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/qat/dynamic/modules 2024-08-08T20:18:46.9991250Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/_reference 2024-08-08T20:18:46.9991960Z copying torch/nn/quantized/_reference/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/_reference 2024-08-08T20:18:46.9994160Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/dynamic 2024-08-08T20:18:46.9994890Z copying torch/nn/quantized/dynamic/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/dynamic 2024-08-08T20:18:46.9997670Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules 2024-08-08T20:18:46.9998350Z copying torch/nn/quantized/modules/batchnorm.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules 2024-08-08T20:18:46.9999330Z copying torch/nn/quantized/modules/functional_modules.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules 2024-08-08T20:18:47.0000300Z copying torch/nn/quantized/modules/linear.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules 2024-08-08T20:18:47.0001600Z copying torch/nn/quantized/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules 2024-08-08T20:18:47.0002670Z copying torch/nn/quantized/modules/activation.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules 2024-08-08T20:18:47.0003650Z copying torch/nn/quantized/modules/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules 2024-08-08T20:18:47.0004510Z copying torch/nn/quantized/modules/dropout.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules 2024-08-08T20:18:47.0005550Z copying torch/nn/quantized/modules/conv.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules 2024-08-08T20:18:47.0006580Z copying torch/nn/quantized/modules/normalization.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules 2024-08-08T20:18:47.0007750Z copying torch/nn/quantized/modules/rnn.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules 2024-08-08T20:18:47.0008770Z copying torch/nn/quantized/modules/embedding_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules 2024-08-08T20:18:47.0011350Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/_reference/modules 2024-08-08T20:18:47.0012140Z copying torch/nn/quantized/_reference/modules/linear.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/_reference/modules 2024-08-08T20:18:47.0013090Z copying torch/nn/quantized/_reference/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/_reference/modules 2024-08-08T20:18:47.0014070Z copying torch/nn/quantized/_reference/modules/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/_reference/modules 2024-08-08T20:18:47.0015090Z copying torch/nn/quantized/_reference/modules/sparse.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/_reference/modules 2024-08-08T20:18:47.0016100Z copying torch/nn/quantized/_reference/modules/conv.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/_reference/modules 2024-08-08T20:18:47.0017050Z copying torch/nn/quantized/_reference/modules/rnn.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/_reference/modules 2024-08-08T20:18:47.0019180Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/dynamic/modules 2024-08-08T20:18:47.0019950Z copying torch/nn/quantized/dynamic/modules/linear.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/dynamic/modules 2024-08-08T20:18:47.0020910Z copying torch/nn/quantized/dynamic/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/dynamic/modules 2024-08-08T20:18:47.0021890Z copying torch/nn/quantized/dynamic/modules/conv.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/dynamic/modules 2024-08-08T20:18:47.0022890Z copying torch/nn/quantized/dynamic/modules/rnn.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/dynamic/modules 2024-08-08T20:18:47.0025800Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights 2024-08-08T20:18:47.0026580Z copying torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights 2024-08-08T20:18:47.0027590Z copying torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights 2024-08-08T20:18:47.0028570Z copying torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights 2024-08-08T20:18:47.0029640Z copying torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights 2024-08-08T20:18:47.0030560Z copying torch/nn/utils/_expanded_weights/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights 2024-08-08T20:18:47.0031510Z copying torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights 2024-08-08T20:18:47.0032610Z copying torch/nn/utils/_expanded_weights/conv_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights 2024-08-08T20:18:47.0033620Z copying torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights 2024-08-08T20:18:47.0034750Z copying torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights 2024-08-08T20:18:47.0035750Z copying torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights 2024-08-08T20:18:47.0037590Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/quantizable/modules 2024-08-08T20:18:47.0038280Z copying torch/nn/quantizable/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantizable/modules 2024-08-08T20:18:47.0039270Z copying torch/nn/quantizable/modules/activation.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantizable/modules 2024-08-08T20:18:47.0040160Z copying torch/nn/quantizable/modules/rnn.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantizable/modules 2024-08-08T20:18:47.0041850Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/qat 2024-08-08T20:18:47.0042470Z copying torch/nn/intrinsic/qat/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/qat 2024-08-08T20:18:47.0044030Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized 2024-08-08T20:18:47.0044720Z copying torch/nn/intrinsic/quantized/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized 2024-08-08T20:18:47.0046420Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/modules 2024-08-08T20:18:47.0047090Z copying torch/nn/intrinsic/modules/fused.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/modules 2024-08-08T20:18:47.0047940Z copying torch/nn/intrinsic/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/modules 2024-08-08T20:18:47.0049970Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/qat/modules 2024-08-08T20:18:47.0050690Z copying torch/nn/intrinsic/qat/modules/conv_fused.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/qat/modules 2024-08-08T20:18:47.0051680Z copying torch/nn/intrinsic/qat/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/qat/modules 2024-08-08T20:18:47.0052590Z copying torch/nn/intrinsic/qat/modules/linear_relu.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/qat/modules 2024-08-08T20:18:47.0053630Z copying torch/nn/intrinsic/qat/modules/linear_fused.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/qat/modules 2024-08-08T20:18:47.0055370Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized/dynamic 2024-08-08T20:18:47.0056160Z copying torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized/dynamic 2024-08-08T20:18:47.0057910Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized/modules 2024-08-08T20:18:47.0058700Z copying torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized/modules 2024-08-08T20:18:47.0059680Z copying torch/nn/intrinsic/quantized/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized/modules 2024-08-08T20:18:47.0060870Z copying torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized/modules 2024-08-08T20:18:47.0061950Z copying torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized/modules 2024-08-08T20:18:47.0063110Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized/dynamic/modules 2024-08-08T20:18:47.0064000Z copying torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized/dynamic/modules 2024-08-08T20:18:47.0065120Z copying torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized/dynamic/modules 2024-08-08T20:18:47.0067150Z creating build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal 2024-08-08T20:18:47.0067750Z copying torch/onnx/_internal/registration.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal 2024-08-08T20:18:47.0068570Z copying torch/onnx/_internal/io_adapter.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal 2024-08-08T20:18:47.0074000Z copying torch/onnx/_internal/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal 2024-08-08T20:18:47.0074770Z copying torch/onnx/_internal/_exporter_legacy.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal 2024-08-08T20:18:47.0075490Z copying torch/onnx/_internal/onnxruntime.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal 2024-08-08T20:18:47.0076220Z copying torch/onnx/_internal/onnx_proto_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal 2024-08-08T20:18:47.0076920Z copying torch/onnx/_internal/jit_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal 2024-08-08T20:18:47.0077710Z creating build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx 2024-08-08T20:18:47.0078350Z copying torch/onnx/_internal/fx/registration.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx 2024-08-08T20:18:47.0079450Z copying torch/onnx/_internal/fx/fx_symbolic_graph_extractor.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx 2024-08-08T20:18:47.0080470Z copying torch/onnx/_internal/fx/onnxfunction_dispatcher.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx 2024-08-08T20:18:47.0082210Z copying torch/onnx/_internal/fx/decomposition_table.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx 2024-08-08T20:18:47.0083160Z copying torch/onnx/_internal/fx/decomposition_skip.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx 2024-08-08T20:18:47.0084030Z copying torch/onnx/_internal/fx/dynamo_graph_extractor.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx 2024-08-08T20:18:47.0084960Z copying torch/onnx/_internal/fx/diagnostics.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx 2024-08-08T20:18:47.0086050Z copying torch/onnx/_internal/fx/type_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx 2024-08-08T20:18:47.0087110Z copying torch/onnx/_internal/fx/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx 2024-08-08T20:18:47.0088530Z copying torch/onnx/_internal/fx/patcher.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx 2024-08-08T20:18:47.0089460Z copying torch/onnx/_internal/fx/torch_export_graph_extractor.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx 2024-08-08T20:18:47.0090380Z copying torch/onnx/_internal/fx/op_validation.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx 2024-08-08T20:18:47.0091380Z copying torch/onnx/_internal/fx/_pass.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx 2024-08-08T20:18:47.0092520Z copying torch/onnx/_internal/fx/fx_onnx_interpreter.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx 2024-08-08T20:18:47.0093810Z copying torch/onnx/_internal/fx/serialization.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx 2024-08-08T20:18:47.0096000Z creating build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics 2024-08-08T20:18:47.0096710Z copying torch/onnx/_internal/diagnostics/_rules.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics 2024-08-08T20:18:47.0097660Z copying torch/onnx/_internal/diagnostics/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics 2024-08-08T20:18:47.0098770Z copying torch/onnx/_internal/diagnostics/_diagnostic.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics 2024-08-08T20:18:47.0101310Z creating build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/analysis 2024-08-08T20:18:47.0102050Z copying torch/onnx/_internal/fx/analysis/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/analysis 2024-08-08T20:18:47.0102970Z copying torch/onnx/_internal/fx/analysis/unsupported_nodes.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/analysis 2024-08-08T20:18:47.0105330Z creating build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/passes 2024-08-08T20:18:47.0106080Z copying torch/onnx/_internal/fx/passes/readability.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/passes 2024-08-08T20:18:47.0107160Z copying torch/onnx/_internal/fx/passes/modularization.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/passes 2024-08-08T20:18:47.0108360Z copying torch/onnx/_internal/fx/passes/virtualization.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/passes 2024-08-08T20:18:47.0109360Z copying torch/onnx/_internal/fx/passes/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/passes 2024-08-08T20:18:47.0110520Z copying torch/onnx/_internal/fx/passes/functionalization.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/passes 2024-08-08T20:18:47.0111580Z copying torch/onnx/_internal/fx/passes/decomp.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/passes 2024-08-08T20:18:47.0112530Z copying torch/onnx/_internal/fx/passes/type_promotion.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/passes 2024-08-08T20:18:47.0114320Z copying torch/onnx/_internal/fx/passes/_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/passes 2024-08-08T20:18:47.0116620Z creating build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra 2024-08-08T20:18:47.0117430Z copying torch/onnx/_internal/diagnostics/infra/formatter.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra 2024-08-08T20:18:47.0118440Z copying torch/onnx/_internal/diagnostics/infra/decorator.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra 2024-08-08T20:18:47.0119410Z copying torch/onnx/_internal/diagnostics/infra/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra 2024-08-08T20:18:47.0120460Z copying torch/onnx/_internal/diagnostics/infra/context.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra 2024-08-08T20:18:47.0121490Z copying torch/onnx/_internal/diagnostics/infra/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra 2024-08-08T20:18:47.0122640Z copying torch/onnx/_internal/diagnostics/infra/_infra.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra 2024-08-08T20:18:47.0130880Z creating build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0131740Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0132840Z copying torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0133980Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0135130Z copying torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0136250Z copying torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0137430Z copying torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0138550Z copying torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0139630Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0140780Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0141970Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0143080Z copying torch/onnx/_internal/diagnostics/infra/sarif/_address.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0144140Z copying torch/onnx/_internal/diagnostics/infra/sarif/version.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0145200Z copying torch/onnx/_internal/diagnostics/infra/sarif/_node.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0146290Z copying torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0147430Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0148530Z copying torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0149700Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0150870Z copying torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0151940Z copying torch/onnx/_internal/diagnostics/infra/sarif/_graph.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0153000Z copying torch/onnx/_internal/diagnostics/infra/sarif/_exception.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0154150Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0155400Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0156480Z copying torch/onnx/_internal/diagnostics/infra/sarif/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0157590Z copying torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0158680Z copying torch/onnx/_internal/diagnostics/infra/sarif/_fix.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0159760Z copying torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0160820Z copying torch/onnx/_internal/diagnostics/infra/sarif/_result.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0161940Z copying torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0163100Z copying torch/onnx/_internal/diagnostics/infra/sarif/_message.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0164180Z copying torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0165270Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0166440Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0167640Z copying torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0168790Z copying torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0169900Z copying torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0171040Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0172150Z copying torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0173250Z copying torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0174330Z copying torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0175420Z copying torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0176500Z copying torch/onnx/_internal/diagnostics/infra/sarif/_location.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0177560Z copying torch/onnx/_internal/diagnostics/infra/sarif/_region.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0178640Z copying torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0179710Z copying torch/onnx/_internal/diagnostics/infra/sarif/_stack.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0185460Z copying torch/onnx/_internal/diagnostics/infra/sarif/_edge.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0186540Z copying torch/onnx/_internal/diagnostics/infra/sarif/_run.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0187640Z copying torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0188760Z copying torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0189890Z copying torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0191020Z copying torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0192090Z copying torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0193260Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0194400Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0195460Z copying torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0196520Z copying torch/onnx/_internal/diagnostics/infra/sarif/_notification.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:47.0197270Z creating build/lib.macosx-11.1-arm64-3.9/torch/_vendor/packaging 2024-08-08T20:18:47.0197860Z copying torch/_vendor/packaging/version.py -> build/lib.macosx-11.1-arm64-3.9/torch/_vendor/packaging 2024-08-08T20:18:47.0223380Z copying torch/_vendor/packaging/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_vendor/packaging 2024-08-08T20:18:47.0231560Z copying torch/_vendor/packaging/_structures.py -> build/lib.macosx-11.1-arm64-3.9/torch/_vendor/packaging 2024-08-08T20:18:47.0238410Z creating build/lib.macosx-11.1-arm64-3.9/torch/cpu/amp 2024-08-08T20:18:47.0238950Z copying torch/cpu/amp/autocast_mode.py -> build/lib.macosx-11.1-arm64-3.9/torch/cpu/amp 2024-08-08T20:18:47.0245780Z copying torch/cpu/amp/grad_scaler.py -> build/lib.macosx-11.1-arm64-3.9/torch/cpu/amp 2024-08-08T20:18:47.0251990Z copying torch/cpu/amp/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/cpu/amp 2024-08-08T20:18:47.0260320Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor 2024-08-08T20:18:47.0261010Z copying torch/distributed/_tensor/_shards_wrapper.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor 2024-08-08T20:18:47.0261940Z copying torch/distributed/_tensor/_redistribute.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor 2024-08-08T20:18:47.0262880Z copying torch/distributed/_tensor/_sharding_prop.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor 2024-08-08T20:18:47.0264530Z copying torch/distributed/_tensor/_collective_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor 2024-08-08T20:18:47.0265480Z copying torch/distributed/_tensor/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor 2024-08-08T20:18:47.0266420Z copying torch/distributed/_tensor/_dispatch.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor 2024-08-08T20:18:47.0267480Z copying torch/distributed/_tensor/random.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor 2024-08-08T20:18:47.0268520Z copying torch/distributed/_tensor/api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor 2024-08-08T20:18:47.0270140Z copying torch/distributed/_tensor/_op_schema.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor 2024-08-08T20:18:47.0271100Z copying torch/distributed/_tensor/placement_types.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor 2024-08-08T20:18:47.0272310Z copying torch/distributed/_tensor/_tp_conv.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor 2024-08-08T20:18:47.0273300Z copying torch/distributed/_tensor/device_mesh.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor 2024-08-08T20:18:47.0274370Z copying torch/distributed/_tensor/_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor 2024-08-08T20:18:47.0276240Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/_sharding_spec 2024-08-08T20:18:47.0276960Z copying torch/distributed/_sharding_spec/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_sharding_spec 2024-08-08T20:18:47.0278620Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/launcher 2024-08-08T20:18:47.0279280Z copying torch/distributed/launcher/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/launcher 2024-08-08T20:18:47.0280230Z copying torch/distributed/launcher/api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/launcher 2024-08-08T20:18:47.0285050Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-08T20:18:47.0285770Z copying torch/distributed/checkpoint/logging_handlers.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-08T20:18:47.0286660Z copying torch/distributed/checkpoint/format_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-08T20:18:47.0287600Z copying torch/distributed/checkpoint/planner.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-08T20:18:47.0288620Z copying torch/distributed/checkpoint/_dedup_save_plans.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-08T20:18:47.0289620Z copying torch/distributed/checkpoint/state_dict.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-08T20:18:47.0290890Z copying torch/distributed/checkpoint/metadata.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-08T20:18:47.0291900Z copying torch/distributed/checkpoint/_storage_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-08T20:18:47.0292970Z copying torch/distributed/checkpoint/_traverse.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-08T20:18:47.0293980Z copying torch/distributed/checkpoint/_sharded_tensor_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-08T20:18:47.0295020Z copying torch/distributed/checkpoint/_dedup_tensors.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-08T20:18:47.0296070Z copying torch/distributed/checkpoint/filesystem.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-08T20:18:47.0297360Z copying torch/distributed/checkpoint/state_dict_saver.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-08T20:18:47.0298380Z copying torch/distributed/checkpoint/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-08T20:18:47.0299350Z copying torch/distributed/checkpoint/logger.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-08T20:18:47.0300500Z copying torch/distributed/checkpoint/resharding.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-08T20:18:47.0301440Z copying torch/distributed/checkpoint/api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-08T20:18:47.0302580Z copying torch/distributed/checkpoint/state_dict_loader.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-08T20:18:47.0303550Z copying torch/distributed/checkpoint/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-08T20:18:47.0304660Z copying torch/distributed/checkpoint/default_planner.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-08T20:18:47.0305770Z copying torch/distributed/checkpoint/storage.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-08T20:18:47.0306840Z copying torch/distributed/checkpoint/planner_helpers.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-08T20:18:47.0307890Z copying torch/distributed/checkpoint/optimizer.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-08T20:18:47.0308900Z copying torch/distributed/checkpoint/staging.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-08T20:18:47.0309900Z copying torch/distributed/checkpoint/_checkpointer.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-08T20:18:47.0310920Z copying torch/distributed/checkpoint/stateful.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-08T20:18:47.0311970Z copying torch/distributed/checkpoint/_fsspec_filesystem.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-08T20:18:47.0312970Z copying torch/distributed/checkpoint/_nested_dict.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-08T20:18:47.0314780Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/_sharded_tensor 2024-08-08T20:18:47.0315530Z copying torch/distributed/_sharded_tensor/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_sharded_tensor 2024-08-08T20:18:47.0317290Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn 2024-08-08T20:18:47.0317870Z copying torch/distributed/nn/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn 2024-08-08T20:18:47.0318730Z copying torch/distributed/nn/functional.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn 2024-08-08T20:18:47.0320640Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic 2024-08-08T20:18:47.0321290Z copying torch/distributed/elastic/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic 2024-08-08T20:18:47.0322150Z copying torch/distributed/elastic/control_plane.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic 2024-08-08T20:18:47.0323910Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/autograd 2024-08-08T20:18:47.0324590Z copying torch/distributed/autograd/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/autograd 2024-08-08T20:18:47.0326870Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining 2024-08-08T20:18:47.0327540Z copying torch/distributed/pipelining/_IR.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining 2024-08-08T20:18:47.0328670Z copying torch/distributed/pipelining/_unflatten.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining 2024-08-08T20:18:47.0329930Z copying torch/distributed/pipelining/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining 2024-08-08T20:18:47.0331130Z copying torch/distributed/pipelining/microbatch.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining 2024-08-08T20:18:47.0332260Z copying torch/distributed/pipelining/_backward.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining 2024-08-08T20:18:47.0333240Z copying torch/distributed/pipelining/_debug.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining 2024-08-08T20:18:47.0337760Z copying torch/distributed/pipelining/stage.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining 2024-08-08T20:18:47.0338620Z copying torch/distributed/pipelining/schedules.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining 2024-08-08T20:18:47.0339460Z copying torch/distributed/pipelining/_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining 2024-08-08T20:18:47.0340110Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms 2024-08-08T20:18:47.0340800Z copying torch/distributed/algorithms/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms 2024-08-08T20:18:47.0341710Z copying torch/distributed/algorithms/join.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms 2024-08-08T20:18:47.0344020Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim 2024-08-08T20:18:47.0344760Z copying torch/distributed/optim/named_optimizer.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim 2024-08-08T20:18:47.0345590Z copying torch/distributed/optim/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim 2024-08-08T20:18:47.0346470Z copying torch/distributed/optim/functional_sgd.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim 2024-08-08T20:18:47.0347390Z copying torch/distributed/optim/functional_adagrad.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim 2024-08-08T20:18:47.0348410Z copying torch/distributed/optim/functional_adamw.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim 2024-08-08T20:18:47.0350370Z copying torch/distributed/optim/apply_optimizer_in_backward.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim 2024-08-08T20:18:47.0351400Z copying torch/distributed/optim/functional_adam.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim 2024-08-08T20:18:47.0352360Z copying torch/distributed/optim/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim 2024-08-08T20:18:47.0353370Z copying torch/distributed/optim/functional_rprop.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim 2024-08-08T20:18:47.0354590Z copying torch/distributed/optim/post_localSGD_optimizer.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim 2024-08-08T20:18:47.0355560Z copying torch/distributed/optim/optimizer.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim 2024-08-08T20:18:47.0356640Z copying torch/distributed/optim/functional_adadelta.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim 2024-08-08T20:18:47.0358320Z copying torch/distributed/optim/functional_rmsprop.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim 2024-08-08T20:18:47.0359310Z copying torch/distributed/optim/zero_redundancy_optimizer.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim 2024-08-08T20:18:47.0360850Z copying torch/distributed/optim/functional_adamax.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim 2024-08-08T20:18:47.0363180Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable 2024-08-08T20:18:47.0363890Z copying torch/distributed/_composable/replicate.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable 2024-08-08T20:18:47.0364950Z copying torch/distributed/_composable/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable 2024-08-08T20:18:47.0365940Z copying torch/distributed/_composable/fully_shard.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable 2024-08-08T20:18:47.0367000Z copying torch/distributed/_composable/contract.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable 2024-08-08T20:18:47.0368040Z copying torch/distributed/_composable/checkpoint_activation.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable 2024-08-08T20:18:47.0370070Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tools 2024-08-08T20:18:47.0370720Z copying torch/distributed/_tools/mem_tracker.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tools 2024-08-08T20:18:47.0371920Z copying torch/distributed/_tools/fsdp2_mem_tracker.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tools 2024-08-08T20:18:47.0373160Z copying torch/distributed/_tools/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tools 2024-08-08T20:18:47.0374220Z copying torch/distributed/_tools/memory_tracker.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tools 2024-08-08T20:18:47.0375240Z copying torch/distributed/_tools/mod_tracker.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tools 2024-08-08T20:18:47.0379470Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-08T20:18:47.0380120Z copying torch/distributed/fsdp/_exec_order_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-08T20:18:47.0381030Z copying torch/distributed/fsdp/_traversal_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-08T20:18:47.0382050Z copying torch/distributed/fsdp/sharded_grad_scaler.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-08T20:18:47.0383200Z copying torch/distributed/fsdp/_state_dict_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-08T20:18:47.0384550Z copying torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-08T20:18:47.0386400Z copying torch/distributed/fsdp/_wrap_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-08T20:18:47.0387310Z copying torch/distributed/fsdp/_optim_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-08T20:18:47.0388930Z copying torch/distributed/fsdp/_trace_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-08T20:18:47.0389810Z copying torch/distributed/fsdp/_common_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-08T20:18:47.0390930Z copying torch/distributed/fsdp/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-08T20:18:47.0392200Z copying torch/distributed/fsdp/api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-08T20:18:47.0393120Z copying torch/distributed/fsdp/_limiter_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-08T20:18:47.0394450Z copying torch/distributed/fsdp/_dynamo_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-08T20:18:47.0395350Z copying torch/distributed/fsdp/_unshard_param_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-08T20:18:47.0396240Z copying torch/distributed/fsdp/_shard_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-08T20:18:47.0397110Z copying torch/distributed/fsdp/wrap.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-08T20:18:47.0398710Z copying torch/distributed/fsdp/_runtime_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-08T20:18:47.0399780Z copying torch/distributed/fsdp/_fsdp_extensions.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-08T20:18:47.0400810Z copying torch/distributed/fsdp/_init_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-08T20:18:47.0402390Z copying torch/distributed/fsdp/_debug_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-08T20:18:47.0403250Z copying torch/distributed/fsdp/_flat_param.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-08T20:18:47.0406430Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard 2024-08-08T20:18:47.0407070Z copying torch/distributed/_shard/metadata.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard 2024-08-08T20:18:47.0407960Z copying torch/distributed/_shard/op_registry_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard 2024-08-08T20:18:47.0408850Z copying torch/distributed/_shard/sharder.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard 2024-08-08T20:18:47.0409810Z copying torch/distributed/_shard/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard 2024-08-08T20:18:47.0410820Z copying torch/distributed/_shard/common_op_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard 2024-08-08T20:18:47.0411790Z copying torch/distributed/_shard/api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard 2024-08-08T20:18:47.0412810Z copying torch/distributed/_shard/_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard 2024-08-08T20:18:47.0414790Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/_symmetric_memory 2024-08-08T20:18:47.0415540Z copying torch/distributed/_symmetric_memory/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_symmetric_memory 2024-08-08T20:18:47.0417210Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor 2024-08-08T20:18:47.0417840Z copying torch/distributed/tensor/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor 2024-08-08T20:18:47.0420240Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc 2024-08-08T20:18:47.0420850Z copying torch/distributed/rpc/functions.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc 2024-08-08T20:18:47.0421680Z copying torch/distributed/rpc/options.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc 2024-08-08T20:18:47.0422600Z copying torch/distributed/rpc/internal.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc 2024-08-08T20:18:47.0423670Z copying torch/distributed/rpc/constants.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc 2024-08-08T20:18:47.0424740Z copying torch/distributed/rpc/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc 2024-08-08T20:18:47.0425750Z copying torch/distributed/rpc/api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc 2024-08-08T20:18:47.0427320Z copying torch/distributed/rpc/rref_proxy.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc 2024-08-08T20:18:47.0428320Z copying torch/distributed/rpc/server_process_global_profiler.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc 2024-08-08T20:18:47.0429270Z copying torch/distributed/rpc/_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc 2024-08-08T20:18:47.0430140Z copying torch/distributed/rpc/backend_registry.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc 2024-08-08T20:18:47.0432580Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/experimental 2024-08-08T20:18:47.0433400Z copying torch/distributed/_tensor/experimental/attention.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/experimental 2024-08-08T20:18:47.0434500Z copying torch/distributed/_tensor/experimental/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/experimental 2024-08-08T20:18:47.0435590Z copying torch/distributed/_tensor/experimental/register_sharding.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/experimental 2024-08-08T20:18:47.0436650Z copying torch/distributed/_tensor/experimental/local_map.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/experimental 2024-08-08T20:18:47.0441770Z copying torch/distributed/_tensor/experimental/tp_transform.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/experimental 2024-08-08T20:18:47.0442530Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops 2024-08-08T20:18:47.0443250Z copying torch/distributed/_tensor/ops/_einsum_strategy.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops 2024-08-08T20:18:47.0444130Z copying torch/distributed/_tensor/ops/_embedding_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops 2024-08-08T20:18:47.0444990Z copying torch/distributed/_tensor/ops/_tensor_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops 2024-08-08T20:18:47.0445860Z copying torch/distributed/_tensor/ops/_experimental_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops 2024-08-08T20:18:47.0446720Z copying torch/distributed/_tensor/ops/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops 2024-08-08T20:18:47.0447760Z copying torch/distributed/_tensor/ops/_conv_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops 2024-08-08T20:18:47.0448600Z copying torch/distributed/_tensor/ops/_pointwise_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops 2024-08-08T20:18:47.0449470Z copying torch/distributed/_tensor/ops/_matrix_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops 2024-08-08T20:18:47.0450300Z copying torch/distributed/_tensor/ops/_math_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops 2024-08-08T20:18:47.0451710Z copying torch/distributed/_tensor/ops/_common_rules.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops 2024-08-08T20:18:47.0452590Z copying torch/distributed/_tensor/ops/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops 2024-08-08T20:18:47.0453630Z copying torch/distributed/_tensor/ops/_random_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops 2024-08-08T20:18:47.0454600Z copying torch/distributed/_tensor/ops/_view_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops 2024-08-08T20:18:47.0457010Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/debug 2024-08-08T20:18:47.0457760Z copying torch/distributed/_tensor/debug/visualize_sharding.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/debug 2024-08-08T20:18:47.0458770Z copying torch/distributed/_tensor/debug/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/debug 2024-08-08T20:18:47.0459810Z copying torch/distributed/_tensor/debug/comm_mode.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/debug 2024-08-08T20:18:47.0461230Z copying torch/distributed/_tensor/debug/_op_coverage.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/debug 2024-08-08T20:18:47.0463180Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn/jit 2024-08-08T20:18:47.0463910Z copying torch/distributed/nn/jit/instantiator.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn/jit 2024-08-08T20:18:47.0464820Z copying torch/distributed/nn/jit/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn/jit 2024-08-08T20:18:47.0466490Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn/api 2024-08-08T20:18:47.0467160Z copying torch/distributed/nn/api/remote_module.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn/api 2024-08-08T20:18:47.0468480Z copying torch/distributed/nn/api/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn/api 2024-08-08T20:18:47.0470100Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn/jit/templates 2024-08-08T20:18:47.0470850Z copying torch/distributed/nn/jit/templates/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn/jit/templates 2024-08-08T20:18:47.0471860Z copying torch/distributed/nn/jit/templates/remote_module_template.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn/jit/templates 2024-08-08T20:18:47.0473580Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/metrics 2024-08-08T20:18:47.0474360Z copying torch/distributed/elastic/metrics/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/metrics 2024-08-08T20:18:47.0475260Z copying torch/distributed/elastic/metrics/api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/metrics 2024-08-08T20:18:47.0478020Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous 2024-08-08T20:18:47.0478820Z copying torch/distributed/elastic/rendezvous/etcd_store.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous 2024-08-08T20:18:47.0479810Z copying torch/distributed/elastic/rendezvous/registry.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous 2024-08-08T20:18:47.0480800Z copying torch/distributed/elastic/rendezvous/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous 2024-08-08T20:18:47.0482100Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous 2024-08-08T20:18:47.0483320Z copying torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous 2024-08-08T20:18:47.0484350Z copying torch/distributed/elastic/rendezvous/api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous 2024-08-08T20:18:47.0485370Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous 2024-08-08T20:18:47.0486510Z copying torch/distributed/elastic/rendezvous/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous 2024-08-08T20:18:47.0487530Z copying torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous 2024-08-08T20:18:47.0488700Z copying torch/distributed/elastic/rendezvous/etcd_server.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous 2024-08-08T20:18:47.0489880Z copying torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous 2024-08-08T20:18:47.0491860Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing 2024-08-08T20:18:47.0492710Z copying torch/distributed/elastic/multiprocessing/tail_log.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing 2024-08-08T20:18:47.0493760Z copying torch/distributed/elastic/multiprocessing/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing 2024-08-08T20:18:47.0494800Z copying torch/distributed/elastic/multiprocessing/api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing 2024-08-08T20:18:47.0495990Z copying torch/distributed/elastic/multiprocessing/redirects.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing 2024-08-08T20:18:47.0498030Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/timer 2024-08-08T20:18:47.0498780Z copying torch/distributed/elastic/timer/local_timer.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/timer 2024-08-08T20:18:47.0499720Z copying torch/distributed/elastic/timer/debug_info_logging.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/timer 2024-08-08T20:18:47.0500640Z copying torch/distributed/elastic/timer/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/timer 2024-08-08T20:18:47.0501560Z copying torch/distributed/elastic/timer/api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/timer 2024-08-08T20:18:47.0502530Z copying torch/distributed/elastic/timer/file_based_local_timer.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/timer 2024-08-08T20:18:47.0504910Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils 2024-08-08T20:18:47.0505630Z copying torch/distributed/elastic/utils/store.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils 2024-08-08T20:18:47.0506570Z copying torch/distributed/elastic/utils/logging.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils 2024-08-08T20:18:47.0507560Z copying torch/distributed/elastic/utils/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils 2024-08-08T20:18:47.0508550Z copying torch/distributed/elastic/utils/log_level.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils 2024-08-08T20:18:47.0509530Z copying torch/distributed/elastic/utils/api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils 2024-08-08T20:18:47.0510520Z copying torch/distributed/elastic/utils/distributed.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils 2024-08-08T20:18:47.0512420Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/agent 2024-08-08T20:18:47.0513390Z copying torch/distributed/elastic/agent/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/agent 2024-08-08T20:18:47.0514360Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/events 2024-08-08T20:18:47.0515110Z copying torch/distributed/elastic/events/handlers.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/events 2024-08-08T20:18:47.0516140Z copying torch/distributed/elastic/events/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/events 2024-08-08T20:18:47.0517120Z copying torch/distributed/elastic/events/api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/events 2024-08-08T20:18:47.0519380Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-08-08T20:18:47.0520510Z copying torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-08-08T20:18:47.0521930Z copying torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-08-08T20:18:47.0523260Z copying torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-08-08T20:18:47.0524260Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing/errors 2024-08-08T20:18:47.0525220Z copying torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing/errors 2024-08-08T20:18:47.0526400Z copying torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing/errors 2024-08-08T20:18:47.0527610Z copying torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing/errors 2024-08-08T20:18:47.0528500Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils/data 2024-08-08T20:18:47.0529360Z copying torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils/data 2024-08-08T20:18:47.0530430Z copying torch/distributed/elastic/utils/data/cycling_iterator.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils/data 2024-08-08T20:18:47.0531440Z copying torch/distributed/elastic/utils/data/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils/data 2024-08-08T20:18:47.0533310Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/agent/server 2024-08-08T20:18:47.0534170Z copying torch/distributed/elastic/agent/server/health_check_server.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/agent/server 2024-08-08T20:18:47.0535220Z copying torch/distributed/elastic/agent/server/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/agent/server 2024-08-08T20:18:47.0539950Z copying torch/distributed/elastic/agent/server/api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/agent/server 2024-08-08T20:18:47.0541190Z copying torch/distributed/elastic/agent/server/local_elastic_agent.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/agent/server 2024-08-08T20:18:47.0542030Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_comm_hooks 2024-08-08T20:18:47.0542850Z copying torch/distributed/algorithms/_comm_hooks/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_comm_hooks 2024-08-08T20:18:47.0543850Z copying torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_comm_hooks 2024-08-08T20:18:47.0544650Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_checkpoint 2024-08-08T20:18:47.0545490Z copying torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_checkpoint 2024-08-08T20:18:47.0546630Z copying torch/distributed/algorithms/_checkpoint/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_checkpoint 2024-08-08T20:18:47.0547460Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/model_averaging 2024-08-08T20:18:47.0548330Z copying torch/distributed/algorithms/model_averaging/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/model_averaging 2024-08-08T20:18:47.0549420Z copying torch/distributed/algorithms/model_averaging/averagers.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/model_averaging 2024-08-08T20:18:47.0550630Z copying torch/distributed/algorithms/model_averaging/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/model_averaging 2024-08-08T20:18:47.0551780Z copying torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/model_averaging 2024-08-08T20:18:47.0552700Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks 2024-08-08T20:18:47.0553580Z copying torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks 2024-08-08T20:18:47.0554730Z copying torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks 2024-08-08T20:18:47.0555860Z copying torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks 2024-08-08T20:18:47.0556950Z copying torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks 2024-08-08T20:18:47.0558080Z copying torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks 2024-08-08T20:18:47.0559180Z copying torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks 2024-08-08T20:18:47.0560270Z copying torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks 2024-08-08T20:18:47.0561380Z copying torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks 2024-08-08T20:18:47.0562470Z copying torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks 2024-08-08T20:18:47.0563340Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_optimizer_overlap 2024-08-08T20:18:47.0564290Z copying torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_optimizer_overlap 2024-08-08T20:18:47.0565420Z copying torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_optimizer_overlap 2024-08-08T20:18:47.0566630Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_quantization 2024-08-08T20:18:47.0567640Z copying torch/distributed/algorithms/_quantization/quantization.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_quantization 2024-08-08T20:18:47.0568680Z copying torch/distributed/algorithms/_quantization/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_quantization 2024-08-08T20:18:47.0570880Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp 2024-08-08T20:18:47.0571640Z copying torch/distributed/_composable/fsdp/_fsdp_api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp 2024-08-08T20:18:47.0572630Z copying torch/distributed/_composable/fsdp/_fsdp_common.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp 2024-08-08T20:18:47.0573720Z copying torch/distributed/_composable/fsdp/_fsdp_param_group.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp 2024-08-08T20:18:47.0574830Z copying torch/distributed/_composable/fsdp/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp 2024-08-08T20:18:47.0575810Z copying torch/distributed/_composable/fsdp/_fsdp_param.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp 2024-08-08T20:18:47.0577300Z copying torch/distributed/_composable/fsdp/_fsdp_init.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp 2024-08-08T20:18:47.0577990Z copying torch/distributed/_composable/fsdp/_fsdp_collectives.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp 2024-08-08T20:18:47.0579480Z copying torch/distributed/_composable/fsdp/fully_shard.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp 2024-08-08T20:18:47.0580260Z copying torch/distributed/_composable/fsdp/_fsdp_state.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp 2024-08-08T20:18:47.0582290Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/checkpoint 2024-08-08T20:18:47.0582750Z copying torch/distributed/_shard/checkpoint/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/checkpoint 2024-08-08T20:18:47.0585500Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor 2024-08-08T20:18:47.0586010Z copying torch/distributed/_shard/sharded_tensor/logging_handlers.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor 2024-08-08T20:18:47.0587350Z copying torch/distributed/_shard/sharded_tensor/metadata.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor 2024-08-08T20:18:47.0587990Z copying torch/distributed/_shard/sharded_tensor/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor 2024-08-08T20:18:47.0589440Z copying torch/distributed/_shard/sharded_tensor/logger.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor 2024-08-08T20:18:47.0590180Z copying torch/distributed/_shard/sharded_tensor/reshard.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor 2024-08-08T20:18:47.0591530Z copying torch/distributed/_shard/sharded_tensor/api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor 2024-08-08T20:18:47.0593010Z copying torch/distributed/_shard/sharded_tensor/shard.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor 2024-08-08T20:18:47.0593590Z copying torch/distributed/_shard/sharded_tensor/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor 2024-08-08T20:18:47.0595490Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_plan 2024-08-08T20:18:47.0595960Z copying torch/distributed/_shard/sharding_plan/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_plan 2024-08-08T20:18:47.0597270Z copying torch/distributed/_shard/sharding_plan/api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_plan 2024-08-08T20:18:47.0599390Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_spec 2024-08-08T20:18:47.0599920Z copying torch/distributed/_shard/sharding_spec/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_spec 2024-08-08T20:18:47.0600740Z copying torch/distributed/_shard/sharding_spec/_internals.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_spec 2024-08-08T20:18:47.0602040Z copying torch/distributed/_shard/sharding_spec/api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_spec 2024-08-08T20:18:47.0602890Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_spec 2024-08-08T20:18:47.0604760Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_optim 2024-08-08T20:18:47.0605210Z copying torch/distributed/_shard/sharded_optim/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_optim 2024-08-08T20:18:47.0606760Z copying torch/distributed/_shard/sharded_optim/api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_optim 2024-08-08T20:18:47.0608860Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/_ops 2024-08-08T20:18:47.0609370Z copying torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/_ops 2024-08-08T20:18:47.0610860Z copying torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/_ops 2024-08-08T20:18:47.0611650Z copying torch/distributed/_shard/sharded_tensor/_ops/_common.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/_ops 2024-08-08T20:18:47.0612900Z copying torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/_ops 2024-08-08T20:18:47.0614260Z copying torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/_ops 2024-08-08T20:18:47.0614990Z copying torch/distributed/_shard/sharded_tensor/_ops/init.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/_ops 2024-08-08T20:18:47.0617550Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-08-08T20:18:47.0618210Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-08-08T20:18:47.0619350Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-08-08T20:18:47.0620400Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-08-08T20:18:47.0621370Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-08-08T20:18:47.0624310Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel 2024-08-08T20:18:47.0624740Z copying torch/distributed/tensor/parallel/ddp.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel 2024-08-08T20:18:47.0626160Z copying torch/distributed/tensor/parallel/fsdp.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel 2024-08-08T20:18:47.0627430Z copying torch/distributed/tensor/parallel/style.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel 2024-08-08T20:18:47.0628750Z copying torch/distributed/tensor/parallel/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel 2024-08-08T20:18:47.0629550Z copying torch/distributed/tensor/parallel/api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel 2024-08-08T20:18:47.0630950Z copying torch/distributed/tensor/parallel/loss.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel 2024-08-08T20:18:47.0632250Z copying torch/distributed/tensor/parallel/input_reshard.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel 2024-08-08T20:18:47.0633030Z copying torch/distributed/tensor/parallel/_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel 2024-08-08T20:18:47.0634500Z copying torch/distributed/tensor/parallel/_data_parallel_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel 2024-08-08T20:18:47.0636360Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc/_testing 2024-08-08T20:18:47.0636780Z copying torch/distributed/rpc/_testing/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc/_testing 2024-08-08T20:18:47.0638230Z copying torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc/_testing 2024-08-08T20:18:47.0639900Z creating build/lib.macosx-11.1-arm64-3.9/torch/autograd/_functions 2024-08-08T20:18:47.0640310Z copying torch/autograd/_functions/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/autograd/_functions 2024-08-08T20:18:47.0648620Z copying torch/autograd/_functions/tensor.py -> build/lib.macosx-11.1-arm64-3.9/torch/autograd/_functions 2024-08-08T20:18:47.0656860Z copying torch/autograd/_functions/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/autograd/_functions 2024-08-08T20:18:47.0666750Z creating build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-08T20:18:47.0667160Z copying torch/fx/experimental/validator.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-08T20:18:47.0668760Z copying torch/fx/experimental/meta_tracer.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-08T20:18:47.0670060Z copying torch/fx/experimental/partitioner_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-08T20:18:47.0670640Z copying torch/fx/experimental/recording.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-08T20:18:47.0672130Z copying torch/fx/experimental/rewriter.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-08T20:18:47.0672830Z copying torch/fx/experimental/const_fold.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-08T20:18:47.0674290Z copying torch/fx/experimental/accelerator_partitioner.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-08T20:18:47.0675340Z copying torch/fx/experimental/normalize.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-08T20:18:47.0676640Z copying torch/fx/experimental/optimization.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-08T20:18:47.0677950Z copying torch/fx/experimental/refinement_types.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-08T20:18:47.0678580Z copying torch/fx/experimental/graph_gradual_typechecker.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-08T20:18:47.0679910Z copying torch/fx/experimental/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-08T20:18:47.0680560Z copying torch/fx/experimental/sym_node.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-08T20:18:47.0681950Z copying torch/fx/experimental/unify_refinements.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-08T20:18:47.0683230Z copying torch/fx/experimental/merge_matmul.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-08T20:18:47.0683810Z copying torch/fx/experimental/debug.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-08T20:18:47.0685140Z copying torch/fx/experimental/schema_type_annotation.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-08T20:18:47.0685980Z copying torch/fx/experimental/symbolic_shapes.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-08T20:18:47.0688680Z copying torch/fx/experimental/_sym_dispatch_mode.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-08T20:18:47.0689160Z copying torch/fx/experimental/_config.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-08T20:18:47.0690580Z copying torch/fx/experimental/_backward_state.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-08T20:18:47.0691230Z copying torch/fx/experimental/proxy_tensor.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-08T20:18:47.0695420Z creating build/lib.macosx-11.1-arm64-3.9/torch/fx/passes 2024-08-08T20:18:47.0695780Z copying torch/fx/passes/net_min_base.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes 2024-08-08T20:18:47.0697330Z copying torch/fx/passes/param_fetch.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes 2024-08-08T20:18:47.0698490Z copying torch/fx/passes/tools_common.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes 2024-08-08T20:18:47.0699130Z copying torch/fx/passes/split_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes 2024-08-08T20:18:47.0700490Z copying torch/fx/passes/shape_prop.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes 2024-08-08T20:18:47.0701110Z copying torch/fx/passes/split_module.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes 2024-08-08T20:18:47.0702550Z copying torch/fx/passes/runtime_assert.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes 2024-08-08T20:18:47.0703810Z copying torch/fx/passes/reinplace.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes 2024-08-08T20:18:47.0704970Z copying torch/fx/passes/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes 2024-08-08T20:18:47.0705930Z copying torch/fx/passes/pass_manager.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes 2024-08-08T20:18:47.0707100Z copying torch/fx/passes/fake_tensor_prop.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes 2024-08-08T20:18:47.0707800Z copying torch/fx/passes/operator_support.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes 2024-08-08T20:18:47.0709190Z copying torch/fx/passes/annotate_getitem_nodes.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes 2024-08-08T20:18:47.0710370Z copying torch/fx/passes/graph_manipulation.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes 2024-08-08T20:18:47.0711020Z copying torch/fx/passes/graph_drawer.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes 2024-08-08T20:18:47.0716670Z copying torch/fx/passes/splitter_base.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes 2024-08-08T20:18:47.0717170Z copying torch/fx/passes/graph_transform_observer.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes 2024-08-08T20:18:47.0717430Z creating build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification 2024-08-08T20:18:47.0717970Z copying torch/fx/experimental/unification/dispatch.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification 2024-08-08T20:18:47.0718410Z copying torch/fx/experimental/unification/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification 2024-08-08T20:18:47.0718890Z copying torch/fx/experimental/unification/core.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification 2024-08-08T20:18:47.0719750Z copying torch/fx/experimental/unification/unification_tools.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification 2024-08-08T20:18:47.0721060Z copying torch/fx/experimental/unification/variable.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification 2024-08-08T20:18:47.0721740Z copying torch/fx/experimental/unification/more.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification 2024-08-08T20:18:47.0723050Z copying torch/fx/experimental/unification/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification 2024-08-08T20:18:47.0723790Z copying torch/fx/experimental/unification/match.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification 2024-08-08T20:18:47.0726620Z creating build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/migrate_gradual_types 2024-08-08T20:18:47.0727150Z copying torch/fx/experimental/migrate_gradual_types/constraint.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/migrate_gradual_types 2024-08-08T20:18:47.0728570Z copying torch/fx/experimental/migrate_gradual_types/constraint_transformation.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/migrate_gradual_types 2024-08-08T20:18:47.0729900Z copying torch/fx/experimental/migrate_gradual_types/util.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/migrate_gradual_types 2024-08-08T20:18:47.0730580Z copying torch/fx/experimental/migrate_gradual_types/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/migrate_gradual_types 2024-08-08T20:18:47.0731360Z copying torch/fx/experimental/migrate_gradual_types/operation.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/migrate_gradual_types 2024-08-08T20:18:47.0732750Z copying torch/fx/experimental/migrate_gradual_types/transform_to_z3.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/migrate_gradual_types 2024-08-08T20:18:47.0733400Z copying torch/fx/experimental/migrate_gradual_types/z3_types.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/migrate_gradual_types 2024-08-08T20:18:47.0734790Z copying torch/fx/experimental/migrate_gradual_types/constraint_generator.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/migrate_gradual_types 2024-08-08T20:18:47.0737110Z creating build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/multipledispatch 2024-08-08T20:18:47.0737730Z copying torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/multipledispatch 2024-08-08T20:18:47.0738690Z copying torch/fx/experimental/unification/multipledispatch/variadic.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/multipledispatch 2024-08-08T20:18:47.0739780Z copying torch/fx/experimental/unification/multipledispatch/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/multipledispatch 2024-08-08T20:18:47.0741040Z copying torch/fx/experimental/unification/multipledispatch/core.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/multipledispatch 2024-08-08T20:18:47.0742000Z copying torch/fx/experimental/unification/multipledispatch/conflict.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/multipledispatch 2024-08-08T20:18:47.0742950Z copying torch/fx/experimental/unification/multipledispatch/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/multipledispatch 2024-08-08T20:18:47.0745000Z creating build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/infra 2024-08-08T20:18:47.0745480Z copying torch/fx/passes/infra/partitioner.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/infra 2024-08-08T20:18:47.0746700Z copying torch/fx/passes/infra/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/infra 2024-08-08T20:18:47.0747340Z copying torch/fx/passes/infra/pass_base.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/infra 2024-08-08T20:18:47.0748680Z copying torch/fx/passes/infra/pass_manager.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/infra 2024-08-08T20:18:47.0750400Z creating build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/backends 2024-08-08T20:18:47.0750810Z copying torch/fx/passes/backends/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/backends 2024-08-08T20:18:47.0751720Z copying torch/fx/passes/backends/cudagraphs.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/backends 2024-08-08T20:18:47.0753470Z creating build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/tests 2024-08-08T20:18:47.0753860Z copying torch/fx/passes/tests/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/tests 2024-08-08T20:18:47.0754610Z copying torch/fx/passes/tests/test_pass_manager.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/tests 2024-08-08T20:18:47.0757080Z creating build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/utils 2024-08-08T20:18:47.0757470Z copying torch/fx/passes/utils/source_matcher_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/utils 2024-08-08T20:18:47.0758740Z copying torch/fx/passes/utils/matcher_with_name_node_map_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/utils 2024-08-08T20:18:47.0759450Z copying torch/fx/passes/utils/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/utils 2024-08-08T20:18:47.0760770Z copying torch/fx/passes/utils/common.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/utils 2024-08-08T20:18:47.0761520Z copying torch/fx/passes/utils/matcher_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/utils 2024-08-08T20:18:47.0762980Z copying torch/fx/passes/utils/fuser_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/utils 2024-08-08T20:18:47.0764980Z creating build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/dialect 2024-08-08T20:18:47.0765360Z copying torch/fx/passes/dialect/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/dialect 2024-08-08T20:18:47.0767160Z creating build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/dialect/common 2024-08-08T20:18:47.0767580Z copying torch/fx/passes/dialect/common/cse_pass.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/dialect/common 2024-08-08T20:18:47.0768960Z copying torch/fx/passes/dialect/common/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/dialect/common 2024-08-08T20:18:47.0770530Z creating build/lib.macosx-11.1-arm64-3.9/torch/cuda/amp 2024-08-08T20:18:47.0770840Z copying torch/cuda/amp/autocast_mode.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda/amp 2024-08-08T20:18:47.0772040Z copying torch/cuda/amp/grad_scaler.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda/amp 2024-08-08T20:18:47.0773190Z copying torch/cuda/amp/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda/amp 2024-08-08T20:18:47.0773770Z copying torch/cuda/amp/common.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda/amp 2024-08-08T20:18:47.0775870Z creating build/lib.macosx-11.1-arm64-3.9/torch/backends/opt_einsum 2024-08-08T20:18:47.0776240Z copying torch/backends/opt_einsum/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/opt_einsum 2024-08-08T20:18:47.0791290Z creating build/lib.macosx-11.1-arm64-3.9/torch/backends/mha 2024-08-08T20:18:47.0791620Z copying torch/backends/mha/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/mha 2024-08-08T20:18:47.0799960Z creating build/lib.macosx-11.1-arm64-3.9/torch/backends/nnpack 2024-08-08T20:18:47.0800290Z copying torch/backends/nnpack/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/nnpack 2024-08-08T20:18:47.0828940Z creating build/lib.macosx-11.1-arm64-3.9/torch/backends/mps 2024-08-08T20:18:47.0829350Z copying torch/backends/mps/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/mps 2024-08-08T20:18:47.0836570Z creating build/lib.macosx-11.1-arm64-3.9/torch/backends/cpu 2024-08-08T20:18:47.0836870Z copying torch/backends/cpu/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/cpu 2024-08-08T20:18:47.0843730Z creating build/lib.macosx-11.1-arm64-3.9/torch/backends/_coreml 2024-08-08T20:18:47.0844140Z copying torch/backends/_coreml/preprocess.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/_coreml 2024-08-08T20:18:47.0850270Z copying torch/backends/_coreml/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/_coreml 2024-08-08T20:18:47.0851460Z creating build/lib.macosx-11.1-arm64-3.9/torch/backends/cuda 2024-08-08T20:18:47.0851780Z copying torch/backends/cuda/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/cuda 2024-08-08T20:18:47.0859230Z creating build/lib.macosx-11.1-arm64-3.9/torch/backends/quantized 2024-08-08T20:18:47.0859590Z copying torch/backends/quantized/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/quantized 2024-08-08T20:18:47.0865970Z creating build/lib.macosx-11.1-arm64-3.9/torch/backends/mkl 2024-08-08T20:18:47.0866340Z copying torch/backends/mkl/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/mkl 2024-08-08T20:18:47.0873520Z creating build/lib.macosx-11.1-arm64-3.9/torch/backends/xnnpack 2024-08-08T20:18:47.0873860Z copying torch/backends/xnnpack/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/xnnpack 2024-08-08T20:18:47.0885820Z creating build/lib.macosx-11.1-arm64-3.9/torch/backends/mkldnn 2024-08-08T20:18:47.0886210Z copying torch/backends/mkldnn/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/mkldnn 2024-08-08T20:18:47.0893250Z creating build/lib.macosx-11.1-arm64-3.9/torch/backends/xeon 2024-08-08T20:18:47.0893640Z copying torch/backends/xeon/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/xeon 2024-08-08T20:18:47.0894300Z copying torch/backends/xeon/run_cpu.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/xeon 2024-08-08T20:18:47.0919310Z creating build/lib.macosx-11.1-arm64-3.9/torch/backends/_nnapi 2024-08-08T20:18:47.0919680Z copying torch/backends/_nnapi/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/_nnapi 2024-08-08T20:18:47.0920860Z copying torch/backends/_nnapi/serializer.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/_nnapi 2024-08-08T20:18:47.0952770Z copying torch/backends/_nnapi/prepare.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/_nnapi 2024-08-08T20:18:47.0979930Z creating build/lib.macosx-11.1-arm64-3.9/torch/backends/openmp 2024-08-08T20:18:47.0980320Z copying torch/backends/openmp/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/openmp 2024-08-08T20:18:47.0989590Z creating build/lib.macosx-11.1-arm64-3.9/torch/backends/cudnn 2024-08-08T20:18:47.0990090Z copying torch/backends/cudnn/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/cudnn 2024-08-08T20:18:47.0997600Z copying torch/backends/cudnn/rnn.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/cudnn 2024-08-08T20:18:47.1005010Z creating build/lib.macosx-11.1-arm64-3.9/torch/masked/maskedtensor 2024-08-08T20:18:47.1005390Z copying torch/masked/maskedtensor/binary.py -> build/lib.macosx-11.1-arm64-3.9/torch/masked/maskedtensor 2024-08-08T20:18:47.1006670Z copying torch/masked/maskedtensor/creation.py -> build/lib.macosx-11.1-arm64-3.9/torch/masked/maskedtensor 2024-08-08T20:18:47.1007360Z copying torch/masked/maskedtensor/_ops_refs.py -> build/lib.macosx-11.1-arm64-3.9/torch/masked/maskedtensor 2024-08-08T20:18:47.1008810Z copying torch/masked/maskedtensor/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/masked/maskedtensor 2024-08-08T20:18:47.1009590Z copying torch/masked/maskedtensor/core.py -> build/lib.macosx-11.1-arm64-3.9/torch/masked/maskedtensor 2024-08-08T20:18:47.1010840Z copying torch/masked/maskedtensor/unary.py -> build/lib.macosx-11.1-arm64-3.9/torch/masked/maskedtensor 2024-08-08T20:18:47.1011620Z copying torch/masked/maskedtensor/reductions.py -> build/lib.macosx-11.1-arm64-3.9/torch/masked/maskedtensor 2024-08-08T20:18:47.1013840Z copying torch/masked/maskedtensor/passthrough.py -> build/lib.macosx-11.1-arm64-3.9/torch/masked/maskedtensor 2024-08-08T20:18:47.1014710Z creating build/lib.macosx-11.1-arm64-3.9/torch/optim/_multi_tensor 2024-08-08T20:18:47.1015330Z copying torch/optim/_multi_tensor/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim/_multi_tensor 2024-08-08T20:18:47.1017590Z creating build/lib.macosx-11.1-arm64-3.9/torch/_inductor/runtime 2024-08-08T20:18:47.1018120Z copying torch/_inductor/runtime/triton_heuristics.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/runtime 2024-08-08T20:18:47.1037650Z copying torch/_inductor/runtime/runtime_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/runtime 2024-08-08T20:18:47.1043690Z copying torch/_inductor/runtime/halide_helpers.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/runtime 2024-08-08T20:18:47.1050340Z copying torch/_inductor/runtime/coordinate_descent_tuner.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/runtime 2024-08-08T20:18:47.1057520Z copying torch/_inductor/runtime/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/runtime 2024-08-08T20:18:47.1058050Z copying torch/_inductor/runtime/compile_tasks.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/runtime 2024-08-08T20:18:47.1064710Z copying torch/_inductor/runtime/triton_helpers.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/runtime 2024-08-08T20:18:47.1074840Z copying torch/_inductor/runtime/hints.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/runtime 2024-08-08T20:18:47.1083780Z creating build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-08T20:18:47.1084120Z copying torch/_inductor/codegen/wrapper.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-08T20:18:47.1117680Z copying torch/_inductor/codegen/triton_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-08T20:18:47.1126870Z copying torch/_inductor/codegen/triton.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-08T20:18:47.1164740Z copying torch/_inductor/codegen/aoti_hipify_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-08T20:18:47.1171920Z copying torch/_inductor/codegen/simd.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-08T20:18:47.1193450Z copying torch/_inductor/codegen/triton_combo_kernel.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-08T20:18:47.1207700Z copying torch/_inductor/codegen/memory_planning.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-08T20:18:47.1221560Z copying torch/_inductor/codegen/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-08T20:18:47.1222210Z copying torch/_inductor/codegen/cpp_micro_gemm.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-08T20:18:47.1234530Z copying torch/_inductor/codegen/cpp.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-08T20:18:47.1273410Z copying torch/_inductor/codegen/cpp_wrapper_cpu.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-08T20:18:47.1305300Z copying torch/_inductor/codegen/common.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-08T20:18:47.1326510Z copying torch/_inductor/codegen/cpp_template_kernel.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-08T20:18:47.1333300Z copying torch/_inductor/codegen/cpp_gemm_template.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-08T20:18:47.1361780Z copying torch/_inductor/codegen/triton_split_scan.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-08T20:18:47.1370950Z copying torch/_inductor/codegen/halide.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-08T20:18:47.1394760Z copying torch/_inductor/codegen/cpp_template.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-08T20:18:47.1404690Z copying torch/_inductor/codegen/codegen_device_driver.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-08T20:18:47.1411410Z copying torch/_inductor/codegen/cuda_combined_scheduling.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-08T20:18:47.1418860Z copying torch/_inductor/codegen/multi_kernel.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-08T20:18:47.1427060Z copying torch/_inductor/codegen/cpp_wrapper_cuda.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-08T20:18:47.1433780Z copying torch/_inductor/codegen/cpp_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-08T20:18:47.1448080Z creating build/lib.macosx-11.1-arm64-3.9/torch/_inductor/compile_worker 2024-08-08T20:18:47.1448480Z copying torch/_inductor/compile_worker/watchdog.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/compile_worker 2024-08-08T20:18:47.1454720Z copying torch/_inductor/compile_worker/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/compile_worker 2024-08-08T20:18:47.1455340Z copying torch/_inductor/compile_worker/subproc_pool.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/compile_worker 2024-08-08T20:18:47.1461800Z copying torch/_inductor/compile_worker/__main__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/compile_worker 2024-08-08T20:18:47.1471460Z creating build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic 2024-08-08T20:18:47.1471880Z copying torch/_inductor/autoheuristic/autoheuristic.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic 2024-08-08T20:18:47.1479240Z copying torch/_inductor/autoheuristic/autoheuristic_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic 2024-08-08T20:18:47.1486080Z copying torch/_inductor/autoheuristic/learned_heuristic_controller.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic 2024-08-08T20:18:47.1494630Z copying torch/_inductor/autoheuristic/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic 2024-08-08T20:18:47.1495310Z copying torch/_inductor/autoheuristic/learnedheuristic_interface.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic 2024-08-08T20:18:47.1504860Z creating build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-08T20:18:47.1505290Z copying torch/_inductor/fx_passes/post_grad.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-08T20:18:47.1531220Z copying torch/_inductor/fx_passes/replace_random.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-08T20:18:47.1538110Z copying torch/_inductor/fx_passes/ddp_fusion.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-08T20:18:47.1556570Z copying torch/_inductor/fx_passes/numeric_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-08T20:18:47.1562670Z copying torch/_inductor/fx_passes/decompose_mem_bound_mm.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-08T20:18:47.1570180Z copying torch/_inductor/fx_passes/reinplace.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-08T20:18:47.1585670Z copying torch/_inductor/fx_passes/quantization.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-08T20:18:47.1618540Z copying torch/_inductor/fx_passes/split_cat.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-08T20:18:47.1638410Z copying torch/_inductor/fx_passes/dedupe_symint_uses.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-08T20:18:47.1645340Z copying torch/_inductor/fx_passes/efficient_conv_bn_eval.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-08T20:18:47.1653670Z copying torch/_inductor/fx_passes/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-08T20:18:47.1654890Z copying torch/_inductor/fx_passes/group_batch_fusion.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-08T20:18:47.1675450Z copying torch/_inductor/fx_passes/pre_grad.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-08T20:18:47.1690090Z copying torch/_inductor/fx_passes/binary_folding.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-08T20:18:47.1698450Z copying torch/_inductor/fx_passes/fuse_attention.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-08T20:18:47.1716020Z copying torch/_inductor/fx_passes/micro_pipeline_tp.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-08T20:18:47.1734660Z copying torch/_inductor/fx_passes/joint_graph.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-08T20:18:47.1746920Z copying torch/_inductor/fx_passes/b2b_gemm.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-08T20:18:47.1758420Z copying torch/_inductor/fx_passes/mkldnn_fusion.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-08T20:18:47.1777150Z copying torch/_inductor/fx_passes/pad_mm.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-08T20:18:47.1789850Z copying torch/_inductor/fx_passes/freezing_patterns.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-08T20:18:47.1796790Z copying torch/_inductor/fx_passes/misc_patterns.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-08T20:18:47.1804200Z creating build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel 2024-08-08T20:18:47.1804560Z copying torch/_inductor/kernel/unpack_mixed_mm.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel 2024-08-08T20:18:47.1812720Z copying torch/_inductor/kernel/mm_common.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel 2024-08-08T20:18:47.1820330Z copying torch/_inductor/kernel/flex_decoding.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel 2024-08-08T20:18:47.1836820Z copying torch/_inductor/kernel/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel 2024-08-08T20:18:47.1845130Z copying torch/_inductor/kernel/mm.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel 2024-08-08T20:18:47.1869890Z copying torch/_inductor/kernel/bmm.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel 2024-08-08T20:18:47.1876550Z copying torch/_inductor/kernel/mm_scaled.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel 2024-08-08T20:18:47.1884000Z copying torch/_inductor/kernel/conv.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel 2024-08-08T20:18:47.1897840Z copying torch/_inductor/kernel/mm_plus_mm.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel 2024-08-08T20:18:47.1904540Z copying torch/_inductor/kernel/flex_attention.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel 2024-08-08T20:18:47.1922920Z creating build/lib.macosx-11.1-arm64-3.9/torch/_inductor/package 2024-08-08T20:18:47.1923380Z copying torch/_inductor/package/package.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/package 2024-08-08T20:18:47.1931790Z copying torch/_inductor/package/build_package.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/package 2024-08-08T20:18:47.1937800Z copying torch/_inductor/package/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/package 2024-08-08T20:18:47.1946330Z copying torch/_inductor/package/pt2_archive_constants.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/package 2024-08-08T20:18:47.1956070Z creating build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda 2024-08-08T20:18:47.1956470Z copying torch/_inductor/codegen/cuda/cutlass_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda 2024-08-08T20:18:47.1963320Z copying torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda 2024-08-08T20:18:47.1970650Z copying torch/_inductor/codegen/cuda/cuda_template.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda 2024-08-08T20:18:47.1977880Z copying torch/_inductor/codegen/cuda/gemm_template.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda 2024-08-08T20:18:47.1991570Z copying torch/_inductor/codegen/cuda/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda 2024-08-08T20:18:47.1992160Z copying torch/_inductor/codegen/cuda/cutlass_epilogue_gen.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda 2024-08-08T20:18:47.1999850Z copying torch/_inductor/codegen/cuda/device_op_overrides.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda 2024-08-08T20:18:47.2005940Z copying torch/_inductor/codegen/cuda/cuda_env.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda 2024-08-08T20:18:47.2013020Z copying torch/_inductor/codegen/cuda/cuda_kernel.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda 2024-08-08T20:18:47.2021200Z creating build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/xpu 2024-08-08T20:18:47.2021740Z copying torch/_inductor/codegen/xpu/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/xpu 2024-08-08T20:18:47.2023030Z copying torch/_inductor/codegen/xpu/device_op_overrides.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/xpu 2024-08-08T20:18:47.2030960Z creating build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm 2024-08-08T20:18:47.2031390Z copying torch/_inductor/codegen/rocm/rocm_cpp_scheduling.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm 2024-08-08T20:18:47.2037730Z copying torch/_inductor/codegen/rocm/rocm_kernel.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm 2024-08-08T20:18:47.2044020Z copying torch/_inductor/codegen/rocm/rocm_template.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm 2024-08-08T20:18:47.2050090Z copying torch/_inductor/codegen/rocm/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm 2024-08-08T20:18:47.2050720Z copying torch/_inductor/codegen/rocm/compile_command.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm 2024-08-08T20:18:47.2058210Z copying torch/_inductor/codegen/rocm/rocm_template_buffer.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm 2024-08-08T20:18:47.2064340Z copying torch/_inductor/codegen/rocm/ck_universal_gemm_template.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm 2024-08-08T20:18:47.2071150Z copying torch/_inductor/codegen/rocm/ck_template.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm 2024-08-08T20:18:47.2100650Z copying torch/_inductor/codegen/rocm/rocm_benchmark_request.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm 2024-08-08T20:18:47.2125040Z creating build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2024-08-08T20:18:47.2125780Z copying torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2024-08-08T20:18:47.2133720Z copying torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2024-08-08T20:18:47.2135280Z creating build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic/artifacts 2024-08-08T20:18:47.2135780Z copying torch/_inductor/autoheuristic/artifacts/_PadMMA100.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic/artifacts 2024-08-08T20:18:47.2143520Z copying torch/_inductor/autoheuristic/artifacts/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic/artifacts 2024-08-08T20:18:47.2144130Z copying torch/_inductor/autoheuristic/artifacts/_MixedMMA100.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic/artifacts 2024-08-08T20:18:47.2154850Z creating build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:47.2155380Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:47.2166720Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:47.2182880Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:47.2199900Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:47.2210370Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:47.2226400Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:47.2233370Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:47.2243230Z copying torch/_inductor/fx_passes/serialized_patterns/addmm_pattern.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:47.2249460Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:47.2263200Z copying torch/_inductor/fx_passes/serialized_patterns/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:47.2264280Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_19.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:47.2273780Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:47.2281250Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:47.2288070Z copying torch/_inductor/fx_passes/serialized_patterns/mm_pattern.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:47.2295220Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:47.2302510Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:47.2312960Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:47.2319920Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:47.2327900Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:47.2336190Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:47.2343500Z copying torch/_inductor/fx_passes/serialized_patterns/bmm_pattern.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:47.2351290Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:47.2366150Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:47.2373480Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark 2024-08-08T20:18:47.2374080Z copying torch/utils/benchmark/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark 2024-08-08T20:18:47.2377110Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy 2024-08-08T20:18:47.2377750Z copying torch/utils/_sympy/functions.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy 2024-08-08T20:18:47.2378660Z copying torch/utils/_sympy/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy 2024-08-08T20:18:47.2379440Z copying torch/utils/_sympy/symbol.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy 2024-08-08T20:18:47.2380460Z copying torch/utils/_sympy/numbers.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy 2024-08-08T20:18:47.2381480Z copying torch/utils/_sympy/reference.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy 2024-08-08T20:18:47.2383220Z copying torch/utils/_sympy/singleton_int.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy 2024-08-08T20:18:47.2384410Z copying torch/utils/_sympy/value_ranges.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy 2024-08-08T20:18:47.2385240Z copying torch/utils/_sympy/solve.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy 2024-08-08T20:18:47.2386280Z copying torch/utils/_sympy/interp.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy 2024-08-08T20:18:47.2388370Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/backcompat 2024-08-08T20:18:47.2388990Z copying torch/utils/backcompat/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/backcompat 2024-08-08T20:18:47.2390820Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/hipify 2024-08-08T20:18:47.2391390Z copying torch/utils/hipify/version.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/hipify 2024-08-08T20:18:47.2392640Z copying torch/utils/hipify/cuda_to_hip_mappings.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/hipify 2024-08-08T20:18:47.2414800Z copying torch/utils/hipify/constants.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/hipify 2024-08-08T20:18:47.2415590Z copying torch/utils/hipify/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/hipify 2024-08-08T20:18:47.2420750Z copying torch/utils/hipify/hipify_python.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/hipify 2024-08-08T20:18:47.2421350Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/bottleneck 2024-08-08T20:18:47.2421960Z copying torch/utils/bottleneck/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/bottleneck 2024-08-08T20:18:47.2422680Z copying torch/utils/bottleneck/__main__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/bottleneck 2024-08-08T20:18:47.2423260Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/viz 2024-08-08T20:18:47.2423770Z copying torch/utils/viz/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/viz 2024-08-08T20:18:47.2424390Z copying torch/utils/viz/_cycles.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/viz 2024-08-08T20:18:47.2425080Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/jit 2024-08-08T20:18:47.2425640Z copying torch/utils/jit/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/jit 2024-08-08T20:18:47.2426440Z copying torch/utils/jit/log_extract.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/jit 2024-08-08T20:18:47.2429370Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard 2024-08-08T20:18:47.2430020Z copying torch/utils/tensorboard/_pytorch_graph.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard 2024-08-08T20:18:47.2430920Z copying torch/utils/tensorboard/_proto_graph.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard 2024-08-08T20:18:47.2431890Z copying torch/utils/tensorboard/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard 2024-08-08T20:18:47.2432980Z copying torch/utils/tensorboard/_embedding.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard 2024-08-08T20:18:47.2434030Z copying torch/utils/tensorboard/_onnx_graph.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard 2024-08-08T20:18:47.2434990Z copying torch/utils/tensorboard/summary.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard 2024-08-08T20:18:47.2436580Z copying torch/utils/tensorboard/_convert_np.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard 2024-08-08T20:18:47.2437520Z copying torch/utils/tensorboard/writer.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard 2024-08-08T20:18:47.2438550Z copying torch/utils/tensorboard/_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard 2024-08-08T20:18:47.2440560Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/model_dump 2024-08-08T20:18:47.2441160Z copying torch/utils/model_dump/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/model_dump 2024-08-08T20:18:47.2442280Z copying torch/utils/model_dump/__main__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/model_dump 2024-08-08T20:18:47.2444670Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/data 2024-08-08T20:18:47.2445240Z copying torch/utils/data/graph_settings.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data 2024-08-08T20:18:47.2446000Z copying torch/utils/data/graph.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data 2024-08-08T20:18:47.2446980Z copying torch/utils/data/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data 2024-08-08T20:18:47.2447990Z copying torch/utils/data/dataset.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data 2024-08-08T20:18:47.2449480Z copying torch/utils/data/distributed.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data 2024-08-08T20:18:47.2450320Z copying torch/utils/data/backward_compatibility.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data 2024-08-08T20:18:47.2451230Z copying torch/utils/data/dataloader.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data 2024-08-08T20:18:47.2452940Z copying torch/utils/data/sampler.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data 2024-08-08T20:18:47.2454700Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/_strobelight 2024-08-08T20:18:47.2455380Z copying torch/utils/_strobelight/cli_function_profiler.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/_strobelight 2024-08-08T20:18:47.2456270Z copying torch/utils/_strobelight/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/_strobelight 2024-08-08T20:18:47.2458410Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/op_fuzzers 2024-08-08T20:18:47.2459130Z copying torch/utils/benchmark/op_fuzzers/binary.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/op_fuzzers 2024-08-08T20:18:47.2460120Z copying torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/op_fuzzers 2024-08-08T20:18:47.2461060Z copying torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/op_fuzzers 2024-08-08T20:18:47.2461960Z copying torch/utils/benchmark/op_fuzzers/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/op_fuzzers 2024-08-08T20:18:47.2462950Z copying torch/utils/benchmark/op_fuzzers/spectral.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/op_fuzzers 2024-08-08T20:18:47.2463900Z copying torch/utils/benchmark/op_fuzzers/unary.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/op_fuzzers 2024-08-08T20:18:47.2466500Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils 2024-08-08T20:18:47.2467180Z copying torch/utils/benchmark/utils/timer.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils 2024-08-08T20:18:47.2468080Z copying torch/utils/benchmark/utils/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils 2024-08-08T20:18:47.2469010Z copying torch/utils/benchmark/utils/sparse_fuzzer.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils 2024-08-08T20:18:47.2469950Z copying torch/utils/benchmark/utils/common.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils 2024-08-08T20:18:47.2470890Z copying torch/utils/benchmark/utils/compile.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils 2024-08-08T20:18:47.2471840Z copying torch/utils/benchmark/utils/fuzzer.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils 2024-08-08T20:18:47.2473020Z copying torch/utils/benchmark/utils/cpp_jit.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils 2024-08-08T20:18:47.2474090Z copying torch/utils/benchmark/utils/compare.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils 2024-08-08T20:18:47.2475020Z copying torch/utils/benchmark/utils/_stubs.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils 2024-08-08T20:18:47.2477520Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/examples 2024-08-08T20:18:47.2478250Z copying torch/utils/benchmark/examples/op_benchmark.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/examples 2024-08-08T20:18:47.2479160Z copying torch/utils/benchmark/examples/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/examples 2024-08-08T20:18:47.2480080Z copying torch/utils/benchmark/examples/simple_timeit.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/examples 2024-08-08T20:18:47.2481010Z copying torch/utils/benchmark/examples/fuzzer.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/examples 2024-08-08T20:18:47.2482020Z copying torch/utils/benchmark/examples/blas_compare_setup.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/examples 2024-08-08T20:18:47.2483160Z copying torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/examples 2024-08-08T20:18:47.2484120Z copying torch/utils/benchmark/examples/compare.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/examples 2024-08-08T20:18:47.2485790Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/valgrind_wrapper 2024-08-08T20:18:47.2486700Z copying torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/valgrind_wrapper 2024-08-08T20:18:47.2487870Z copying torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/valgrind_wrapper 2024-08-08T20:18:47.2489650Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/data/_utils 2024-08-08T20:18:47.2490260Z copying torch/utils/data/_utils/fetch.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/_utils 2024-08-08T20:18:47.2491440Z copying torch/utils/data/_utils/worker.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/_utils 2024-08-08T20:18:47.2492280Z copying torch/utils/data/_utils/collate.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/_utils 2024-08-08T20:18:47.2493510Z copying torch/utils/data/_utils/pin_memory.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/_utils 2024-08-08T20:18:47.2494660Z copying torch/utils/data/_utils/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/_utils 2024-08-08T20:18:47.2495530Z copying torch/utils/data/_utils/signal_handling.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/_utils 2024-08-08T20:18:47.2497840Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes 2024-08-08T20:18:47.2498510Z copying torch/utils/data/datapipes/_decorator.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes 2024-08-08T20:18:47.2499520Z copying torch/utils/data/datapipes/_typing.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes 2024-08-08T20:18:47.2500470Z copying torch/utils/data/datapipes/_hook_iterator.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes 2024-08-08T20:18:47.2501440Z copying torch/utils/data/datapipes/datapipe.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes 2024-08-08T20:18:47.2502990Z copying torch/utils/data/datapipes/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes 2024-08-08T20:18:47.2503830Z copying torch/utils/data/datapipes/gen_pyi.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes 2024-08-08T20:18:47.2505780Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/dataframe 2024-08-08T20:18:47.2506580Z copying torch/utils/data/datapipes/dataframe/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/dataframe 2024-08-08T20:18:47.2507640Z copying torch/utils/data/datapipes/dataframe/datapipes.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/dataframe 2024-08-08T20:18:47.2508800Z copying torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/dataframe 2024-08-08T20:18:47.2509860Z copying torch/utils/data/datapipes/dataframe/structures.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/dataframe 2024-08-08T20:18:47.2510890Z copying torch/utils/data/datapipes/dataframe/dataframes.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/dataframe 2024-08-08T20:18:47.2513750Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter 2024-08-08T20:18:47.2514520Z copying torch/utils/data/datapipes/iter/fileopener.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter 2024-08-08T20:18:47.2515450Z copying torch/utils/data/datapipes/iter/callable.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter 2024-08-08T20:18:47.2516790Z copying torch/utils/data/datapipes/iter/sharding.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter 2024-08-08T20:18:47.2517760Z copying torch/utils/data/datapipes/iter/grouping.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter 2024-08-08T20:18:47.2518740Z copying torch/utils/data/datapipes/iter/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter 2024-08-08T20:18:47.2519830Z copying torch/utils/data/datapipes/iter/selecting.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter 2024-08-08T20:18:47.2520810Z copying torch/utils/data/datapipes/iter/combining.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter 2024-08-08T20:18:47.2521840Z copying torch/utils/data/datapipes/iter/filelister.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter 2024-08-08T20:18:47.2522860Z copying torch/utils/data/datapipes/iter/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter 2024-08-08T20:18:47.2524050Z copying torch/utils/data/datapipes/iter/combinatorics.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter 2024-08-08T20:18:47.2525060Z copying torch/utils/data/datapipes/iter/streamreader.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter 2024-08-08T20:18:47.2526220Z copying torch/utils/data/datapipes/iter/routeddecoder.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter 2024-08-08T20:18:47.2528270Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/utils 2024-08-08T20:18:47.2529010Z copying torch/utils/data/datapipes/utils/decoder.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/utils 2024-08-08T20:18:47.2530210Z copying torch/utils/data/datapipes/utils/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/utils 2024-08-08T20:18:47.2531170Z copying torch/utils/data/datapipes/utils/common.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/utils 2024-08-08T20:18:47.2532160Z copying torch/utils/data/datapipes/utils/snapshot.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/utils 2024-08-08T20:18:47.2534110Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/map 2024-08-08T20:18:47.2534860Z copying torch/utils/data/datapipes/map/callable.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/map 2024-08-08T20:18:47.2535790Z copying torch/utils/data/datapipes/map/grouping.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/map 2024-08-08T20:18:47.2536710Z copying torch/utils/data/datapipes/map/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/map 2024-08-08T20:18:47.2537800Z copying torch/utils/data/datapipes/map/combining.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/map 2024-08-08T20:18:47.2538740Z copying torch/utils/data/datapipes/map/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/map 2024-08-08T20:18:47.2539930Z copying torch/utils/data/datapipes/map/combinatorics.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/map 2024-08-08T20:18:47.2542520Z creating build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx 2024-08-08T20:18:47.2543160Z copying torch/quantization/fx/graph_module.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx 2024-08-08T20:18:47.2544160Z copying torch/quantization/fx/fusion_patterns.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx 2024-08-08T20:18:47.2545010Z copying torch/quantization/fx/_equalize.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx 2024-08-08T20:18:47.2545950Z copying torch/quantization/fx/quantization_types.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx 2024-08-08T20:18:47.2546930Z copying torch/quantization/fx/convert.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx 2024-08-08T20:18:47.2547910Z copying torch/quantization/fx/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx 2024-08-08T20:18:47.2549290Z copying torch/quantization/fx/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx 2024-08-08T20:18:47.2554210Z copying torch/quantization/fx/pattern_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx 2024-08-08T20:18:47.2554960Z copying torch/quantization/fx/fuse.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx 2024-08-08T20:18:47.2555680Z copying torch/quantization/fx/match_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx 2024-08-08T20:18:47.2556420Z copying torch/quantization/fx/prepare.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx 2024-08-08T20:18:47.2557200Z copying torch/quantization/fx/quantization_patterns.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx 2024-08-08T20:18:47.2560580Z creating build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2561210Z copying torch/testing/_internal/common_dtype.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2562730Z copying torch/testing/_internal/common_pruning.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2563590Z copying torch/testing/_internal/hop_db.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2564670Z copying torch/testing/_internal/triton_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2565700Z copying torch/testing/_internal/static_module.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2566780Z copying torch/testing/_internal/common_nn.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2569210Z copying torch/testing/_internal/custom_op_db.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2570210Z copying torch/testing/_internal/autocast_test_lists.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2571210Z copying torch/testing/_internal/common_fsdp.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2572940Z copying torch/testing/_internal/two_tensor.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2573790Z copying torch/testing/_internal/torchbind_impls.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2574740Z copying torch/testing/_internal/common_optimizers.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2596710Z copying torch/testing/_internal/common_device_type.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2598540Z copying torch/testing/_internal/autograd_function_db.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2599890Z copying torch/testing/_internal/common_mkldnn.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2600830Z copying torch/testing/_internal/inductor_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2601800Z copying torch/testing/_internal/common_distributed.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2603230Z copying torch/testing/_internal/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2604160Z copying torch/testing/_internal/common_methods_invocations.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2610810Z copying torch/testing/_internal/custom_tensor.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2611700Z copying torch/testing/_internal/logging_tensor.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2612590Z copying torch/testing/_internal/hypothesis_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2613660Z copying torch/testing/_internal/common_cuda.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2614690Z copying torch/testing/_internal/common_quantization.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2616440Z copying torch/testing/_internal/common_modules.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2618530Z copying torch/testing/_internal/common_jit.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2619440Z copying torch/testing/_internal/jit_metaprogramming_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2620550Z copying torch/testing/_internal/dynamo_test_failures.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2621540Z copying torch/testing/_internal/check_kernel_launches.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2622560Z copying torch/testing/_internal/common_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2625090Z copying torch/testing/_internal/quantization_torch_package_models.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2626000Z copying torch/testing/_internal/common_quantized.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2626910Z copying torch/testing/_internal/common_dist_composable.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2627870Z copying torch/testing/_internal/common_subclass.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2628890Z copying torch/testing/_internal/composite_compliance.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2630140Z copying torch/testing/_internal/logging_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2631170Z copying torch/testing/_internal/dist_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2632150Z copying torch/testing/_internal/jit_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-08T20:18:47.2634650Z creating build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/generated 2024-08-08T20:18:47.2635390Z copying torch/testing/_internal/generated/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/generated 2024-08-08T20:18:47.2636320Z copying torch/testing/_internal/generated/annotated_fn_args.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/generated 2024-08-08T20:18:47.2640930Z creating build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo 2024-08-08T20:18:47.2641630Z copying torch/testing/_internal/opinfo/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo 2024-08-08T20:18:47.2642510Z copying torch/testing/_internal/opinfo/core.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo 2024-08-08T20:18:47.2644210Z copying torch/testing/_internal/opinfo/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo 2024-08-08T20:18:47.2645190Z copying torch/testing/_internal/opinfo/refs.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo 2024-08-08T20:18:47.2647250Z creating build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/test_module 2024-08-08T20:18:47.2648000Z copying torch/testing/_internal/test_module/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/test_module 2024-08-08T20:18:47.2648920Z copying torch/testing/_internal/test_module/future_div.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/test_module 2024-08-08T20:18:47.2649860Z copying torch/testing/_internal/test_module/no_future_div.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/test_module 2024-08-08T20:18:47.2652310Z creating build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed 2024-08-08T20:18:47.2653140Z copying torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed 2024-08-08T20:18:47.2654400Z copying torch/testing/_internal/distributed/fake_pg.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed 2024-08-08T20:18:47.2655360Z copying torch/testing/_internal/distributed/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed 2024-08-08T20:18:47.2656330Z copying torch/testing/_internal/distributed/checkpoint_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed 2024-08-08T20:18:47.2657640Z copying torch/testing/_internal/distributed/distributed_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed 2024-08-08T20:18:47.2658750Z copying torch/testing/_internal/distributed/distributed_test.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed 2024-08-08T20:18:47.2661880Z copying torch/testing/_internal/distributed/multi_threaded_pg.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed 2024-08-08T20:18:47.2663050Z copying torch/testing/_internal/distributed/common_state_dict.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed 2024-08-08T20:18:47.2664190Z copying torch/testing/_internal/distributed/rpc_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed 2024-08-08T20:18:47.2666640Z creating build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/optests 2024-08-08T20:18:47.2667350Z copying torch/testing/_internal/optests/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/optests 2024-08-08T20:18:47.2668310Z copying torch/testing/_internal/optests/fake_tensor.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/optests 2024-08-08T20:18:47.2669320Z copying torch/testing/_internal/optests/aot_autograd.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/optests 2024-08-08T20:18:47.2670520Z copying torch/testing/_internal/optests/make_fx.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/optests 2024-08-08T20:18:47.2671720Z copying torch/testing/_internal/optests/generate_tests.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/optests 2024-08-08T20:18:47.2673330Z copying torch/testing/_internal/optests/autograd_registration.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/optests 2024-08-08T20:18:47.2675490Z creating build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/codegen 2024-08-08T20:18:47.2676190Z copying torch/testing/_internal/codegen/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/codegen 2024-08-08T20:18:47.2678630Z creating build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/data 2024-08-08T20:18:47.2679330Z copying torch/testing/_internal/data/network1.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/data 2024-08-08T20:18:47.2680240Z copying torch/testing/_internal/data/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/data 2024-08-08T20:18:47.2681510Z copying torch/testing/_internal/data/network2.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/data 2024-08-08T20:18:47.2684390Z creating build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/definitions 2024-08-08T20:18:47.2685280Z copying torch/testing/_internal/opinfo/definitions/signal.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/definitions 2024-08-08T20:18:47.2686330Z copying torch/testing/_internal/opinfo/definitions/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/definitions 2024-08-08T20:18:47.2687350Z copying torch/testing/_internal/opinfo/definitions/_masked.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/definitions 2024-08-08T20:18:47.2693130Z copying torch/testing/_internal/opinfo/definitions/linalg.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/definitions 2024-08-08T20:18:47.2694200Z copying torch/testing/_internal/opinfo/definitions/sparse.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/definitions 2024-08-08T20:18:47.2695220Z copying torch/testing/_internal/opinfo/definitions/fft.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/definitions 2024-08-08T20:18:47.2696250Z copying torch/testing/_internal/opinfo/definitions/special.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/definitions 2024-08-08T20:18:47.2697270Z copying torch/testing/_internal/opinfo/definitions/nested.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/definitions 2024-08-08T20:18:47.2698090Z creating build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/_tensor 2024-08-08T20:18:47.2698930Z copying torch/testing/_internal/distributed/_tensor/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/_tensor 2024-08-08T20:18:47.2699970Z copying torch/testing/_internal/distributed/_tensor/common_dtensor.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/_tensor 2024-08-08T20:18:47.2700770Z creating build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/nn 2024-08-08T20:18:47.2701560Z copying torch/testing/_internal/distributed/nn/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/nn 2024-08-08T20:18:47.2702340Z creating build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/_shard 2024-08-08T20:18:47.2703180Z copying torch/testing/_internal/distributed/_shard/test_common.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/_shard 2024-08-08T20:18:47.2704200Z copying torch/testing/_internal/distributed/_shard/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/_shard 2024-08-08T20:18:47.2705260Z creating build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc 2024-08-08T20:18:47.2706150Z copying torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc 2024-08-08T20:18:47.2707400Z copying torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc 2024-08-08T20:18:47.2708420Z copying torch/testing/_internal/distributed/rpc/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc 2024-08-08T20:18:47.2709490Z copying torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc 2024-08-08T20:18:47.2710670Z copying torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc 2024-08-08T20:18:47.2712070Z copying torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc 2024-08-08T20:18:47.2713150Z copying torch/testing/_internal/distributed/rpc/rpc_test.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc 2024-08-08T20:18:47.2715550Z copying torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc 2024-08-08T20:18:47.2717490Z creating build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/nn/api 2024-08-08T20:18:47.2718390Z copying torch/testing/_internal/distributed/nn/api/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/nn/api 2024-08-08T20:18:47.2719480Z copying torch/testing/_internal/distributed/nn/api/remote_module_test.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/nn/api 2024-08-08T20:18:47.2721330Z creating build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-08-08T20:18:47.2722330Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-08-08T20:18:47.2723600Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-08-08T20:18:47.2724840Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-08-08T20:18:47.2725890Z creating build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/jit 2024-08-08T20:18:47.2726740Z copying torch/testing/_internal/distributed/rpc/jit/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/jit 2024-08-08T20:18:47.2727830Z copying torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/jit 2024-08-08T20:18:47.2728930Z copying torch/testing/_internal/distributed/rpc/jit/rpc_test.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/jit 2024-08-08T20:18:47.2730010Z copying torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/jit 2024-08-08T20:18:47.2732280Z creating build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/examples 2024-08-08T20:18:47.2733190Z copying torch/testing/_internal/distributed/rpc/examples/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/examples 2024-08-08T20:18:47.2734400Z copying torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/examples 2024-08-08T20:18:47.2735660Z copying torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/examples 2024-08-08T20:18:47.2736650Z creating build/lib.macosx-11.1-arm64-3.9/torch/jit/_passes 2024-08-08T20:18:47.2737760Z copying torch/jit/_passes/_property_propagation.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit/_passes 2024-08-08T20:18:47.2738590Z copying torch/jit/_passes/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit/_passes 2024-08-08T20:18:47.2740330Z creating build/lib.macosx-11.1-arm64-3.9/torch/jit/mobile 2024-08-08T20:18:47.2740870Z copying torch/jit/mobile/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit/mobile 2024-08-08T20:18:47.2743790Z creating build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends 2024-08-08T20:18:47.2744400Z copying torch/_dynamo/backends/registry.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends 2024-08-08T20:18:47.2763120Z copying torch/_dynamo/backends/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends 2024-08-08T20:18:47.2764070Z copying torch/_dynamo/backends/debugging.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends 2024-08-08T20:18:47.2771800Z copying torch/_dynamo/backends/distributed.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends 2024-08-08T20:18:47.2791920Z copying torch/_dynamo/backends/common.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends 2024-08-08T20:18:47.2799510Z copying torch/_dynamo/backends/inductor.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends 2024-08-08T20:18:47.2805810Z copying torch/_dynamo/backends/onnxrt.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends 2024-08-08T20:18:47.2812430Z copying torch/_dynamo/backends/tvm.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends 2024-08-08T20:18:47.2819230Z copying torch/_dynamo/backends/cudagraphs.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends 2024-08-08T20:18:47.2825570Z copying torch/_dynamo/backends/tensorrt.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends 2024-08-08T20:18:47.2832030Z copying torch/_dynamo/backends/torchxla.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends 2024-08-08T20:18:47.2841560Z creating build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-08T20:18:47.2842200Z copying torch/_dynamo/variables/functions.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-08T20:18:47.2879410Z copying torch/_dynamo/variables/iter.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-08T20:18:47.2887880Z copying torch/_dynamo/variables/misc.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-08T20:18:47.2912580Z copying torch/_dynamo/variables/lists.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-08T20:18:47.2925170Z copying torch/_dynamo/variables/script_object.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-08T20:18:47.2931670Z copying torch/_dynamo/variables/torch_function.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-08T20:18:47.2946350Z copying torch/_dynamo/variables/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-08T20:18:47.2954600Z copying torch/_dynamo/variables/user_defined.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-08T20:18:47.2980060Z copying torch/_dynamo/variables/nn_module.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-08T20:18:47.2995790Z copying torch/_dynamo/variables/builder.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-08T20:18:47.3026120Z copying torch/_dynamo/variables/tensor.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-08T20:18:47.3042980Z copying torch/_dynamo/variables/higher_order_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-08T20:18:47.3091060Z copying torch/_dynamo/variables/sdpa.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-08T20:18:47.3098550Z copying torch/_dynamo/variables/distributed.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-08T20:18:47.3106550Z copying torch/_dynamo/variables/optimizer.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-08T20:18:47.3137180Z copying torch/_dynamo/variables/builtin.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-08T20:18:47.3172950Z copying torch/_dynamo/variables/constant.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-08T20:18:47.3179910Z copying torch/_dynamo/variables/lazy.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-08T20:18:47.3186380Z copying torch/_dynamo/variables/torch.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-08T20:18:47.3206880Z copying torch/_dynamo/variables/ctx_manager.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-08T20:18:47.3227480Z copying torch/_dynamo/variables/dicts.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-08T20:18:47.3244620Z copying torch/_dynamo/variables/base.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-08T20:18:47.3254650Z creating build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/repro 2024-08-08T20:18:47.3255240Z copying torch/_dynamo/repro/after_dynamo.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/repro 2024-08-08T20:18:47.3269790Z copying torch/_dynamo/repro/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/repro 2024-08-08T20:18:47.3270470Z copying torch/_dynamo/repro/after_aot.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/repro 2024-08-08T20:18:47.3284800Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn 2024-08-08T20:18:47.3289300Z copying torch/ao/nn/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn 2024-08-08T20:18:47.3295650Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/ns 2024-08-08T20:18:47.3296150Z copying torch/ao/ns/_numeric_suite.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/ns 2024-08-08T20:18:47.3308970Z copying torch/ao/ns/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/ns 2024-08-08T20:18:47.3309590Z copying torch/ao/ns/_numeric_suite_fx.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/ns 2024-08-08T20:18:47.3326430Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-08T20:18:47.3327050Z copying torch/ao/quantization/observer.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-08T20:18:47.3345900Z copying torch/ao/quantization/fuse_modules.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-08T20:18:47.3352620Z copying torch/ao/quantization/_learnable_fake_quantize.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-08T20:18:47.3360840Z copying torch/ao/quantization/quantization_mappings.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-08T20:18:47.3367640Z copying torch/ao/quantization/_correct_bias.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-08T20:18:47.3375140Z copying torch/ao/quantization/quantize.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-08T20:18:47.3386560Z copying torch/ao/quantization/_equalize.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-08T20:18:47.3393970Z copying torch/ao/quantization/fake_quantize.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-08T20:18:47.3406520Z copying torch/ao/quantization/qconfig.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-08T20:18:47.3418740Z copying torch/ao/quantization/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-08T20:18:47.3428190Z copying torch/ao/quantization/qconfig_mapping.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-08T20:18:47.3436550Z copying torch/ao/quantization/stubs.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-08T20:18:47.3445500Z copying torch/ao/quantization/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-08T20:18:47.3458010Z copying torch/ao/quantization/fuser_method_mappings.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-08T20:18:47.3466520Z copying torch/ao/quantization/quantize_jit.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-08T20:18:47.3476000Z copying torch/ao/quantization/quantize_pt2e.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-08T20:18:47.3484910Z copying torch/ao/quantization/quant_type.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-08T20:18:47.3494120Z copying torch/ao/quantization/quantize_fx.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-08T20:18:47.3508040Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning 2024-08-08T20:18:47.3508580Z copying torch/ao/pruning/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning 2024-08-08T20:18:47.3545380Z copying torch/ao/pruning/_mappings.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning 2024-08-08T20:18:47.3554200Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat 2024-08-08T20:18:47.3554720Z copying torch/ao/nn/qat/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat 2024-08-08T20:18:47.3561100Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized 2024-08-08T20:18:47.3561700Z copying torch/ao/nn/quantized/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized 2024-08-08T20:18:47.3567730Z copying torch/ao/nn/quantized/functional.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized 2024-08-08T20:18:47.3580370Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantizable 2024-08-08T20:18:47.3581070Z copying torch/ao/nn/quantizable/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantizable 2024-08-08T20:18:47.3587920Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic 2024-08-08T20:18:47.3588520Z copying torch/ao/nn/intrinsic/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic 2024-08-08T20:18:47.3596090Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/sparse 2024-08-08T20:18:47.3596690Z copying torch/ao/nn/sparse/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/sparse 2024-08-08T20:18:47.3603940Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat/dynamic 2024-08-08T20:18:47.3604570Z copying torch/ao/nn/qat/dynamic/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat/dynamic 2024-08-08T20:18:47.3612850Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat/modules 2024-08-08T20:18:47.3613480Z copying torch/ao/nn/qat/modules/linear.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat/modules 2024-08-08T20:18:47.3620950Z copying torch/ao/nn/qat/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat/modules 2024-08-08T20:18:47.3627150Z copying torch/ao/nn/qat/modules/conv.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat/modules 2024-08-08T20:18:47.3633250Z copying torch/ao/nn/qat/modules/embedding_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat/modules 2024-08-08T20:18:47.3640470Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat/dynamic/modules 2024-08-08T20:18:47.3641220Z copying torch/ao/nn/qat/dynamic/modules/linear.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat/dynamic/modules 2024-08-08T20:18:47.3647630Z copying torch/ao/nn/qat/dynamic/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat/dynamic/modules 2024-08-08T20:18:47.3654470Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/dynamic 2024-08-08T20:18:47.3655170Z copying torch/ao/nn/quantized/dynamic/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/dynamic 2024-08-08T20:18:47.3662200Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules 2024-08-08T20:18:47.3662930Z copying torch/ao/nn/quantized/modules/batchnorm.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules 2024-08-08T20:18:47.3669030Z copying torch/ao/nn/quantized/modules/functional_modules.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules 2024-08-08T20:18:47.3675470Z copying torch/ao/nn/quantized/modules/linear.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules 2024-08-08T20:18:47.3682510Z copying torch/ao/nn/quantized/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules 2024-08-08T20:18:47.3688920Z copying torch/ao/nn/quantized/modules/activation.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules 2024-08-08T20:18:47.3695780Z copying torch/ao/nn/quantized/modules/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules 2024-08-08T20:18:47.3702500Z copying torch/ao/nn/quantized/modules/dropout.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules 2024-08-08T20:18:47.3712250Z copying torch/ao/nn/quantized/modules/conv.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules 2024-08-08T20:18:47.3725650Z copying torch/ao/nn/quantized/modules/normalization.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules 2024-08-08T20:18:47.3733470Z copying torch/ao/nn/quantized/modules/rnn.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules 2024-08-08T20:18:47.3739440Z copying torch/ao/nn/quantized/modules/embedding_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules 2024-08-08T20:18:47.3745980Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/reference 2024-08-08T20:18:47.3746720Z copying torch/ao/nn/quantized/reference/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/reference 2024-08-08T20:18:47.3755700Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/dynamic/modules 2024-08-08T20:18:47.3756580Z copying torch/ao/nn/quantized/dynamic/modules/linear.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/dynamic/modules 2024-08-08T20:18:47.3772930Z copying torch/ao/nn/quantized/dynamic/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/dynamic/modules 2024-08-08T20:18:47.3803500Z copying torch/ao/nn/quantized/dynamic/modules/conv.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/dynamic/modules 2024-08-08T20:18:47.3847650Z copying torch/ao/nn/quantized/dynamic/modules/rnn.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/dynamic/modules 2024-08-08T20:18:47.3870270Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/reference/modules 2024-08-08T20:18:47.3871110Z copying torch/ao/nn/quantized/reference/modules/linear.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/reference/modules 2024-08-08T20:18:47.3877800Z copying torch/ao/nn/quantized/reference/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/reference/modules 2024-08-08T20:18:47.3883720Z copying torch/ao/nn/quantized/reference/modules/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/reference/modules 2024-08-08T20:18:47.3897500Z copying torch/ao/nn/quantized/reference/modules/sparse.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/reference/modules 2024-08-08T20:18:47.3909050Z copying torch/ao/nn/quantized/reference/modules/conv.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/reference/modules 2024-08-08T20:18:47.3918330Z copying torch/ao/nn/quantized/reference/modules/rnn.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/reference/modules 2024-08-08T20:18:47.3935040Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantizable/modules 2024-08-08T20:18:47.3935770Z copying torch/ao/nn/quantizable/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantizable/modules 2024-08-08T20:18:47.3941730Z copying torch/ao/nn/quantizable/modules/activation.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantizable/modules 2024-08-08T20:18:47.3958240Z copying torch/ao/nn/quantizable/modules/rnn.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantizable/modules 2024-08-08T20:18:47.3974630Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/qat 2024-08-08T20:18:47.3975280Z copying torch/ao/nn/intrinsic/qat/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/qat 2024-08-08T20:18:47.3982330Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized 2024-08-08T20:18:47.3983060Z copying torch/ao/nn/intrinsic/quantized/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized 2024-08-08T20:18:47.3990470Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/modules 2024-08-08T20:18:47.3991300Z copying torch/ao/nn/intrinsic/modules/fused.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/modules 2024-08-08T20:18:47.3997820Z copying torch/ao/nn/intrinsic/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/modules 2024-08-08T20:18:47.4008490Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/qat/modules 2024-08-08T20:18:47.4009260Z copying torch/ao/nn/intrinsic/qat/modules/conv_fused.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/qat/modules 2024-08-08T20:18:47.4022390Z copying torch/ao/nn/intrinsic/qat/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/qat/modules 2024-08-08T20:18:47.4030490Z copying torch/ao/nn/intrinsic/qat/modules/linear_relu.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/qat/modules 2024-08-08T20:18:47.4038450Z copying torch/ao/nn/intrinsic/qat/modules/linear_fused.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/qat/modules 2024-08-08T20:18:47.4051560Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/dynamic 2024-08-08T20:18:47.4052380Z copying torch/ao/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/dynamic 2024-08-08T20:18:47.4062220Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/modules 2024-08-08T20:18:47.4063050Z copying torch/ao/nn/intrinsic/quantized/modules/bn_relu.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/modules 2024-08-08T20:18:47.4069260Z copying torch/ao/nn/intrinsic/quantized/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/modules 2024-08-08T20:18:47.4076170Z copying torch/ao/nn/intrinsic/quantized/modules/conv_relu.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/modules 2024-08-08T20:18:47.4084820Z copying torch/ao/nn/intrinsic/quantized/modules/linear_relu.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/modules 2024-08-08T20:18:47.4093570Z copying torch/ao/nn/intrinsic/quantized/modules/conv_add.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/modules 2024-08-08T20:18:47.4101060Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/dynamic/modules 2024-08-08T20:18:47.4101980Z copying torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/dynamic/modules 2024-08-08T20:18:47.4108680Z copying torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/dynamic/modules 2024-08-08T20:18:47.4117210Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/sparse/quantized 2024-08-08T20:18:47.4117910Z copying torch/ao/nn/sparse/quantized/linear.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/sparse/quantized 2024-08-08T20:18:47.4124430Z copying torch/ao/nn/sparse/quantized/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/sparse/quantized 2024-08-08T20:18:47.4130780Z copying torch/ao/nn/sparse/quantized/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/sparse/quantized 2024-08-08T20:18:47.4150480Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/sparse/quantized/dynamic 2024-08-08T20:18:47.4151280Z copying torch/ao/nn/sparse/quantized/dynamic/linear.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/sparse/quantized/dynamic 2024-08-08T20:18:47.4158020Z copying torch/ao/nn/sparse/quantized/dynamic/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/sparse/quantized/dynamic 2024-08-08T20:18:47.4166640Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx 2024-08-08T20:18:47.4167180Z copying torch/ao/ns/fx/graph_passes.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx 2024-08-08T20:18:47.4183100Z copying torch/ao/ns/fx/weight_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx 2024-08-08T20:18:47.4194720Z copying torch/ao/ns/fx/graph_matcher.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx 2024-08-08T20:18:47.4206970Z copying torch/ao/ns/fx/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx 2024-08-08T20:18:47.4207680Z copying torch/ao/ns/fx/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx 2024-08-08T20:18:47.4221720Z copying torch/ao/ns/fx/pattern_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx 2024-08-08T20:18:47.4229960Z copying torch/ao/ns/fx/ns_types.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx 2024-08-08T20:18:47.4236840Z copying torch/ao/ns/fx/n_shadows_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx 2024-08-08T20:18:47.4258460Z copying torch/ao/ns/fx/mappings.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx 2024-08-08T20:18:47.4273940Z copying torch/ao/ns/fx/qconfig_multi_mapping.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx 2024-08-08T20:18:47.4283040Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config 2024-08-08T20:18:47.4283890Z copying torch/ao/quantization/backend_config/_common_operator_config_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config 2024-08-08T20:18:47.4298060Z copying torch/ao/quantization/backend_config/qnnpack.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config 2024-08-08T20:18:47.4313630Z copying torch/ao/quantization/backend_config/fbgemm.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config 2024-08-08T20:18:47.4320110Z copying torch/ao/quantization/backend_config/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config 2024-08-08T20:18:47.4326440Z copying torch/ao/quantization/backend_config/native.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config 2024-08-08T20:18:47.4335210Z copying torch/ao/quantization/backend_config/observation_type.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config 2024-08-08T20:18:47.4336230Z copying torch/ao/quantization/backend_config/onednn.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config 2024-08-08T20:18:47.4349180Z copying torch/ao/quantization/backend_config/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config 2024-08-08T20:18:47.4356680Z copying torch/ao/quantization/backend_config/_qnnpack_pt2e.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config 2024-08-08T20:18:47.4389760Z copying torch/ao/quantization/backend_config/executorch.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config 2024-08-08T20:18:47.4404460Z copying torch/ao/quantization/backend_config/backend_config.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config 2024-08-08T20:18:47.4419810Z copying torch/ao/quantization/backend_config/x86.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config 2024-08-08T20:18:47.4428020Z copying torch/ao/quantization/backend_config/tensorrt.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config 2024-08-08T20:18:47.4436140Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e 2024-08-08T20:18:47.4436860Z copying torch/ao/quantization/pt2e/port_metadata_pass.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e 2024-08-08T20:18:47.4443260Z copying torch/ao/quantization/pt2e/export_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e 2024-08-08T20:18:47.4451480Z copying torch/ao/quantization/pt2e/qat_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e 2024-08-08T20:18:47.4465870Z copying torch/ao/quantization/pt2e/duplicate_dq_pass.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e 2024-08-08T20:18:47.4476800Z copying torch/ao/quantization/pt2e/graph_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e 2024-08-08T20:18:47.4483700Z copying torch/ao/quantization/pt2e/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e 2024-08-08T20:18:47.4484510Z copying torch/ao/quantization/pt2e/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e 2024-08-08T20:18:47.4500020Z copying torch/ao/quantization/pt2e/prepare.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e 2024-08-08T20:18:47.4514830Z copying torch/ao/quantization/pt2e/_numeric_debugger.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e 2024-08-08T20:18:47.4525070Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-08T20:18:47.4525730Z copying torch/ao/quantization/fx/graph_module.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-08T20:18:47.4534440Z copying torch/ao/quantization/fx/lower_to_fbgemm.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-08T20:18:47.4541280Z copying torch/ao/quantization/fx/_equalize.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-08T20:18:47.4555420Z copying torch/ao/quantization/fx/lower_to_qnnpack.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-08T20:18:47.4561920Z copying torch/ao/quantization/fx/convert.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-08T20:18:47.4587190Z copying torch/ao/quantization/fx/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-08T20:18:47.4596070Z copying torch/ao/quantization/fx/quantize_handler.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-08T20:18:47.4604360Z copying torch/ao/quantization/fx/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-08T20:18:47.4619480Z copying torch/ao/quantization/fx/pattern_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-08T20:18:47.4627970Z copying torch/ao/quantization/fx/_lower_to_native_backend.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-08T20:18:47.4648780Z copying torch/ao/quantization/fx/custom_config.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-08T20:18:47.4662380Z copying torch/ao/quantization/fx/fuse.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-08T20:18:47.4669400Z copying torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-08T20:18:47.4683330Z copying torch/ao/quantization/fx/match_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-08T20:18:47.4701240Z copying torch/ao/quantization/fx/prepare.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-08T20:18:47.4731890Z copying torch/ao/quantization/fx/tracer.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-08T20:18:47.4745860Z copying torch/ao/quantization/fx/_decomposed.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-08T20:18:47.4761160Z copying torch/ao/quantization/fx/fuse_handler.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-08T20:18:47.4769470Z copying torch/ao/quantization/fx/lstm_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-08T20:18:47.4777710Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantizer 2024-08-08T20:18:47.4778480Z copying torch/ao/quantization/quantizer/embedding_quantizer.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantizer 2024-08-08T20:18:47.4791270Z copying torch/ao/quantization/quantizer/x86_inductor_quantizer.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantizer 2024-08-08T20:18:47.4841790Z copying torch/ao/quantization/quantizer/xnnpack_quantizer.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantizer 2024-08-08T20:18:47.4855600Z copying torch/ao/quantization/quantizer/composable_quantizer.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantizer 2024-08-08T20:18:47.4862010Z copying torch/ao/quantization/quantizer/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantizer 2024-08-08T20:18:47.4870330Z copying torch/ao/quantization/quantizer/quantizer.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantizer 2024-08-08T20:18:47.4878060Z copying torch/ao/quantization/quantizer/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantizer 2024-08-08T20:18:47.4885980Z copying torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantizer 2024-08-08T20:18:47.4923080Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e/representation 2024-08-08T20:18:47.4923930Z copying torch/ao/quantization/pt2e/representation/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e/representation 2024-08-08T20:18:47.4936370Z copying torch/ao/quantization/pt2e/representation/rewrite.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e/representation 2024-08-08T20:18:47.4951110Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/_model_report 2024-08-08T20:18:47.4951900Z copying torch/ao/quantization/fx/_model_report/detector.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/_model_report 2024-08-08T20:18:47.5032130Z copying torch/ao/quantization/fx/_model_report/model_report_visualizer.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/_model_report 2024-08-08T20:18:47.5055640Z copying torch/ao/quantization/fx/_model_report/model_report_observer.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/_model_report 2024-08-08T20:18:47.5065550Z copying torch/ao/quantization/fx/_model_report/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/_model_report 2024-08-08T20:18:47.5066170Z copying torch/ao/quantization/fx/_model_report/model_report.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/_model_report 2024-08-08T20:18:47.5083650Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/sparsifier 2024-08-08T20:18:47.5084130Z copying torch/ao/pruning/sparsifier/weight_norm_sparsifier.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/sparsifier 2024-08-08T20:18:47.5094050Z copying torch/ao/pruning/sparsifier/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/sparsifier 2024-08-08T20:18:47.5094620Z copying torch/ao/pruning/sparsifier/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/sparsifier 2024-08-08T20:18:47.5107250Z copying torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/sparsifier 2024-08-08T20:18:47.5114090Z copying torch/ao/pruning/sparsifier/base_sparsifier.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/sparsifier 2024-08-08T20:18:47.5133350Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental 2024-08-08T20:18:47.5133750Z copying torch/ao/pruning/_experimental/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental 2024-08-08T20:18:47.5135640Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/scheduler 2024-08-08T20:18:47.5136050Z copying torch/ao/pruning/scheduler/base_scheduler.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/scheduler 2024-08-08T20:18:47.5143150Z copying torch/ao/pruning/scheduler/cubic_scheduler.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/scheduler 2024-08-08T20:18:47.5174970Z copying torch/ao/pruning/scheduler/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/scheduler 2024-08-08T20:18:47.5175610Z copying torch/ao/pruning/scheduler/lambda_scheduler.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/scheduler 2024-08-08T20:18:47.5184430Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier 2024-08-08T20:18:47.5185010Z copying torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier 2024-08-08T20:18:47.5193170Z copying torch/ao/pruning/_experimental/data_sparsifier/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier 2024-08-08T20:18:47.5201620Z copying torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier 2024-08-08T20:18:47.5227270Z copying torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier 2024-08-08T20:18:47.5235300Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/pruner 2024-08-08T20:18:47.5235790Z copying torch/ao/pruning/_experimental/pruner/FPGM_pruner.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/pruner 2024-08-08T20:18:47.5241950Z copying torch/ao/pruning/_experimental/pruner/saliency_pruner.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/pruner 2024-08-08T20:18:47.5249500Z copying torch/ao/pruning/_experimental/pruner/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/pruner 2024-08-08T20:18:47.5256580Z copying torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/pruner 2024-08-08T20:18:47.5264680Z copying torch/ao/pruning/_experimental/pruner/prune_functions.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/pruner 2024-08-08T20:18:47.5278400Z copying torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/pruner 2024-08-08T20:18:47.5285380Z copying torch/ao/pruning/_experimental/pruner/parametrization.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/pruner 2024-08-08T20:18:47.5290820Z copying torch/ao/pruning/_experimental/pruner/match_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/pruner 2024-08-08T20:18:47.5298440Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/activation_sparsifier 2024-08-08T20:18:47.5299070Z copying torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/activation_sparsifier 2024-08-08T20:18:47.5310710Z copying torch/ao/pruning/_experimental/activation_sparsifier/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/activation_sparsifier 2024-08-08T20:18:47.5312140Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_scheduler 2024-08-08T20:18:47.5312660Z copying torch/ao/pruning/_experimental/data_scheduler/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_scheduler 2024-08-08T20:18:47.5320400Z copying torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_scheduler 2024-08-08T20:18:47.5333680Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier/lightning 2024-08-08T20:18:47.5334290Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier/lightning 2024-08-08T20:18:47.5336060Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-08-08T20:18:47.5336780Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-08-08T20:18:47.5354440Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-08-08T20:18:47.5355280Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-08-08T20:18:47.5361250Z creating build/lib.macosx-11.1-arm64-3.9/torch/_refs/linalg 2024-08-08T20:18:47.5361650Z copying torch/_refs/linalg/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_refs/linalg 2024-08-08T20:18:47.5370030Z creating build/lib.macosx-11.1-arm64-3.9/torch/_refs/nn 2024-08-08T20:18:47.5370330Z copying torch/_refs/nn/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_refs/nn 2024-08-08T20:18:47.5378460Z creating build/lib.macosx-11.1-arm64-3.9/torch/_refs/special 2024-08-08T20:18:47.5378840Z copying torch/_refs/special/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_refs/special 2024-08-08T20:18:47.5386090Z creating build/lib.macosx-11.1-arm64-3.9/torch/_refs/nn/functional 2024-08-08T20:18:47.5386450Z copying torch/_refs/nn/functional/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_refs/nn/functional 2024-08-08T20:18:47.5408290Z creating build/lib.macosx-11.1-arm64-3.9/torch/export/experimental 2024-08-08T20:18:47.5408650Z copying torch/export/experimental/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/export/experimental 2024-08-08T20:18:47.5411000Z creating build/lib.macosx-11.1-arm64-3.9/torch/nested/_internal 2024-08-08T20:18:47.5411360Z copying torch/nested/_internal/nested_tensor.py -> build/lib.macosx-11.1-arm64-3.9/torch/nested/_internal 2024-08-08T20:18:47.5412790Z copying torch/nested/_internal/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nested/_internal 2024-08-08T20:18:47.5413420Z copying torch/nested/_internal/ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/nested/_internal 2024-08-08T20:18:47.5415040Z copying torch/nested/_internal/sdpa.py -> build/lib.macosx-11.1-arm64-3.9/torch/nested/_internal 2024-08-08T20:18:47.5417080Z creating build/lib.macosx-11.1-arm64-3.9/torch/signal/windows 2024-08-08T20:18:47.5417410Z copying torch/signal/windows/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/signal/windows 2024-08-08T20:18:47.5418610Z copying torch/signal/windows/windows.py -> build/lib.macosx-11.1-arm64-3.9/torch/signal/windows 2024-08-08T20:18:47.5420740Z creating build/lib.macosx-11.1-arm64-3.9/torch/package/analyze 2024-08-08T20:18:47.5421180Z copying torch/package/analyze/trace_dependencies.py -> build/lib.macosx-11.1-arm64-3.9/torch/package/analyze 2024-08-08T20:18:47.5422460Z copying torch/package/analyze/find_first_use_of_broken_modules.py -> build/lib.macosx-11.1-arm64-3.9/torch/package/analyze 2024-08-08T20:18:47.5423090Z copying torch/package/analyze/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/package/analyze 2024-08-08T20:18:47.5424410Z copying torch/package/analyze/is_from_package.py -> build/lib.macosx-11.1-arm64-3.9/torch/package/analyze 2024-08-08T20:18:47.5426240Z creating build/lib.macosx-11.1-arm64-3.9/torchgen/selective_build 2024-08-08T20:18:47.5426600Z copying torchgen/selective_build/selector.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/selective_build 2024-08-08T20:18:47.5427830Z copying torchgen/selective_build/operator.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/selective_build 2024-08-08T20:18:47.5428560Z copying torchgen/selective_build/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/selective_build 2024-08-08T20:18:47.5430590Z creating build/lib.macosx-11.1-arm64-3.9/torchgen/static_runtime 2024-08-08T20:18:47.5430930Z copying torchgen/static_runtime/config.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/static_runtime 2024-08-08T20:18:47.5432180Z copying torchgen/static_runtime/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/static_runtime 2024-08-08T20:18:47.5432830Z copying torchgen/static_runtime/generator.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/static_runtime 2024-08-08T20:18:47.5434430Z copying torchgen/static_runtime/gen_static_runtime_ops.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/static_runtime 2024-08-08T20:18:47.5436240Z creating build/lib.macosx-11.1-arm64-3.9/torchgen/operator_versions 2024-08-08T20:18:47.5436600Z copying torchgen/operator_versions/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/operator_versions 2024-08-08T20:18:47.5437400Z copying torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/operator_versions 2024-08-08T20:18:47.5438650Z copying torchgen/operator_versions/gen_mobile_upgraders.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/operator_versions 2024-08-08T20:18:47.5440700Z creating build/lib.macosx-11.1-arm64-3.9/torchgen/dest 2024-08-08T20:18:47.5441100Z copying torchgen/dest/lazy_ts_lowering.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/dest 2024-08-08T20:18:47.5442370Z copying torchgen/dest/ufunc.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/dest 2024-08-08T20:18:47.5443590Z copying torchgen/dest/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/dest 2024-08-08T20:18:47.5444570Z copying torchgen/dest/native_functions.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/dest 2024-08-08T20:18:47.5445680Z copying torchgen/dest/lazy_ir.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/dest 2024-08-08T20:18:47.5446910Z copying torchgen/dest/register_dispatch_key.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/dest 2024-08-08T20:18:47.5450050Z creating build/lib.macosx-11.1-arm64-3.9/torchgen/api 2024-08-08T20:18:47.5450360Z copying torchgen/api/dispatcher.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/api 2024-08-08T20:18:47.5451760Z copying torchgen/api/translate.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/api 2024-08-08T20:18:47.5452920Z copying torchgen/api/ufunc.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/api 2024-08-08T20:18:47.5454350Z copying torchgen/api/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/api 2024-08-08T20:18:47.5454940Z copying torchgen/api/native.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/api 2024-08-08T20:18:47.5456360Z copying torchgen/api/cpp.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/api 2024-08-08T20:18:47.5457540Z copying torchgen/api/unboxing.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/api 2024-08-08T20:18:47.5458760Z copying torchgen/api/functionalization.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/api 2024-08-08T20:18:47.5459370Z copying torchgen/api/autograd.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/api 2024-08-08T20:18:47.5461000Z copying torchgen/api/structured.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/api 2024-08-08T20:18:47.5461630Z copying torchgen/api/python.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/api 2024-08-08T20:18:47.5463200Z copying torchgen/api/lazy.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/api 2024-08-08T20:18:47.5464390Z copying torchgen/api/meta.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/api 2024-08-08T20:18:47.5466420Z creating build/lib.macosx-11.1-arm64-3.9/torchgen/executorch 2024-08-08T20:18:47.5466790Z copying torchgen/executorch/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/executorch 2024-08-08T20:18:47.5467970Z copying torchgen/executorch/model.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/executorch 2024-08-08T20:18:47.5468670Z copying torchgen/executorch/parse.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/executorch 2024-08-08T20:18:47.5470650Z creating build/lib.macosx-11.1-arm64-3.9/torchgen/aoti 2024-08-08T20:18:47.5470940Z copying torchgen/aoti/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/aoti 2024-08-08T20:18:47.5472070Z copying torchgen/aoti/fallback_ops.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/aoti 2024-08-08T20:18:47.5473970Z creating build/lib.macosx-11.1-arm64-3.9/torchgen/api/types 2024-08-08T20:18:47.5474330Z copying torchgen/api/types/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/api/types 2024-08-08T20:18:47.5475550Z copying torchgen/api/types/types.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/api/types 2024-08-08T20:18:47.5476760Z copying torchgen/api/types/signatures.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/api/types 2024-08-08T20:18:47.5477450Z copying torchgen/api/types/types_base.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/api/types 2024-08-08T20:18:47.5479660Z creating build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/api 2024-08-08T20:18:47.5480040Z copying torchgen/executorch/api/custom_ops.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/api 2024-08-08T20:18:47.5481290Z copying torchgen/executorch/api/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/api 2024-08-08T20:18:47.5481780Z copying torchgen/executorch/api/unboxing.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/api 2024-08-08T20:18:47.5483110Z copying torchgen/executorch/api/et_cpp.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/api 2024-08-08T20:18:47.5485090Z creating build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/api/types 2024-08-08T20:18:47.5485500Z copying torchgen/executorch/api/types/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/api/types 2024-08-08T20:18:47.5486830Z copying torchgen/executorch/api/types/types.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/api/types 2024-08-08T20:18:47.5487620Z copying torchgen/executorch/api/types/signatures.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/api/types 2024-08-08T20:18:47.5489460Z creating build/lib.macosx-11.1-arm64-3.9/functorch/experimental 2024-08-08T20:18:47.5490080Z copying functorch/experimental/control_flow.py -> build/lib.macosx-11.1-arm64-3.9/functorch/experimental 2024-08-08T20:18:47.5572790Z copying functorch/experimental/__init__.py -> build/lib.macosx-11.1-arm64-3.9/functorch/experimental 2024-08-08T20:18:47.5586620Z copying functorch/experimental/ops.py -> build/lib.macosx-11.1-arm64-3.9/functorch/experimental 2024-08-08T20:18:47.5606350Z creating build/lib.macosx-11.1-arm64-3.9/functorch/_src 2024-08-08T20:18:47.5606660Z copying functorch/_src/__init__.py -> build/lib.macosx-11.1-arm64-3.9/functorch/_src 2024-08-08T20:18:47.5609400Z creating build/lib.macosx-11.1-arm64-3.9/functorch/dim 2024-08-08T20:18:47.5609820Z copying functorch/dim/magic_trace.py -> build/lib.macosx-11.1-arm64-3.9/functorch/dim 2024-08-08T20:18:47.5622270Z copying functorch/dim/__init__.py -> build/lib.macosx-11.1-arm64-3.9/functorch/dim 2024-08-08T20:18:47.5633940Z copying functorch/dim/delayed_mul_tensor.py -> build/lib.macosx-11.1-arm64-3.9/functorch/dim 2024-08-08T20:18:47.5670570Z copying functorch/dim/op_properties.py -> build/lib.macosx-11.1-arm64-3.9/functorch/dim 2024-08-08T20:18:47.5679340Z copying functorch/dim/batch_tensor.py -> build/lib.macosx-11.1-arm64-3.9/functorch/dim 2024-08-08T20:18:47.5703000Z copying functorch/dim/wrap_type.py -> build/lib.macosx-11.1-arm64-3.9/functorch/dim 2024-08-08T20:18:47.5716510Z copying functorch/dim/reference.py -> build/lib.macosx-11.1-arm64-3.9/functorch/dim 2024-08-08T20:18:47.5731680Z copying functorch/dim/dim.py -> build/lib.macosx-11.1-arm64-3.9/functorch/dim 2024-08-08T20:18:47.5739130Z copying functorch/dim/tree_map.py -> build/lib.macosx-11.1-arm64-3.9/functorch/dim 2024-08-08T20:18:47.5747220Z creating build/lib.macosx-11.1-arm64-3.9/functorch/compile 2024-08-08T20:18:47.5747520Z copying functorch/compile/__init__.py -> build/lib.macosx-11.1-arm64-3.9/functorch/compile 2024-08-08T20:18:47.5755650Z creating build/lib.macosx-11.1-arm64-3.9/functorch/einops 2024-08-08T20:18:47.5755970Z copying functorch/einops/_parsing.py -> build/lib.macosx-11.1-arm64-3.9/functorch/einops 2024-08-08T20:18:47.5765060Z copying functorch/einops/__init__.py -> build/lib.macosx-11.1-arm64-3.9/functorch/einops 2024-08-08T20:18:47.5771740Z copying functorch/einops/rearrange.py -> build/lib.macosx-11.1-arm64-3.9/functorch/einops 2024-08-08T20:18:47.5780930Z creating build/lib.macosx-11.1-arm64-3.9/functorch/_src/make_functional 2024-08-08T20:18:47.5781320Z copying functorch/_src/make_functional/__init__.py -> build/lib.macosx-11.1-arm64-3.9/functorch/_src/make_functional 2024-08-08T20:18:47.5790720Z creating build/lib.macosx-11.1-arm64-3.9/functorch/_src/eager_transforms 2024-08-08T20:18:47.5791130Z copying functorch/_src/eager_transforms/__init__.py -> build/lib.macosx-11.1-arm64-3.9/functorch/_src/eager_transforms 2024-08-08T20:18:47.5798430Z creating build/lib.macosx-11.1-arm64-3.9/functorch/_src/aot_autograd 2024-08-08T20:18:47.5798800Z copying functorch/_src/aot_autograd/__init__.py -> build/lib.macosx-11.1-arm64-3.9/functorch/_src/aot_autograd 2024-08-08T20:18:47.5805780Z creating build/lib.macosx-11.1-arm64-3.9/functorch/_src/vmap 2024-08-08T20:18:47.5806150Z copying functorch/_src/vmap/__init__.py -> build/lib.macosx-11.1-arm64-3.9/functorch/_src/vmap 2024-08-08T20:18:47.8098220Z copying torch/py.typed -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:47.8099740Z creating build/lib.macosx-11.1-arm64-3.9/torch/bin 2024-08-08T20:18:47.8100260Z copying torch/bin/protoc-3.13.0.0 -> build/lib.macosx-11.1-arm64-3.9/torch/bin 2024-08-08T20:18:47.8346670Z copying torch/bin/torch_shm_manager -> build/lib.macosx-11.1-arm64-3.9/torch/bin 2024-08-08T20:18:47.8411000Z copying torch/bin/protoc -> build/lib.macosx-11.1-arm64-3.9/torch/bin 2024-08-08T20:18:47.8537090Z copying torch/return_types.pyi -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:47.8538440Z copying torch/_VF.pyi -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:47.8545100Z creating build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-08T20:18:47.8545560Z copying torch/_C/_profiler.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-08T20:18:47.8620270Z copying torch/_C/_onnx.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-08T20:18:47.8668740Z copying torch/_C/_distributed_c10d.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-08T20:18:47.8690600Z copying torch/_C/_autograd.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-08T20:18:47.8701140Z copying torch/_C/_monitor.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-08T20:18:47.8712570Z copying torch/_C/_itt.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-08T20:18:47.8725220Z copying torch/_C/_lazy.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-08T20:18:47.8737640Z copying torch/_C/__init__.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-08T20:18:47.8740990Z copying torch/_C/_nvtx.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-08T20:18:47.8754930Z copying torch/_C/_cpu.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-08T20:18:47.8786660Z copying torch/_C/_nn.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-08T20:18:47.8788060Z copying torch/_C/_lazy_ts_backend.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-08T20:18:47.8801750Z copying torch/_C/_functorch.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-08T20:18:47.8814710Z copying torch/_C/_VariableFunctions.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-08T20:18:47.8821470Z copying torch/_C/_distributed_rpc.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-08T20:18:47.8832200Z copying torch/_C/_verbose.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-08T20:18:47.8877750Z copying torch/_C/_aoti.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-08T20:18:47.8890020Z copying torch/_C/_functions.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-08T20:18:47.8897000Z copying torch/_C/_distributed_rpc_testing.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-08T20:18:47.8909520Z copying torch/_C/_cudnn.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-08T20:18:47.8921790Z copying torch/_C/_distributed_autograd.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-08T20:18:47.8938850Z copying torch/fx/__init__.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-08T20:18:47.8940290Z copying torch/jit/_script.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-08T20:18:47.8941750Z copying torch/nn/parameter.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/nn 2024-08-08T20:18:47.8942610Z copying torch/nn/functional.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/nn 2024-08-08T20:18:47.8944510Z copying torch/utils/data/datapipes/datapipe.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes 2024-08-08T20:18:47.8945950Z creating build/lib.macosx-11.1-arm64-3.9/torch/lib 2024-08-08T20:18:47.8946430Z copying torch/lib/libshm.dylib -> build/lib.macosx-11.1-arm64-3.9/torch/lib 2024-08-08T20:18:47.8994410Z creating build/lib.macosx-11.1-arm64-3.9/torch/include 2024-08-08T20:18:47.8994920Z copying torch/include/sleef.h -> build/lib.macosx-11.1-arm64-3.9/torch/include 2024-08-08T20:18:47.8997110Z copying torch/include/cpuinfo.h -> build/lib.macosx-11.1-arm64-3.9/torch/include 2024-08-08T20:18:47.8998680Z copying torch/include/nnpack.h -> build/lib.macosx-11.1-arm64-3.9/torch/include 2024-08-08T20:18:47.9000200Z copying torch/include/xnnpack.h -> build/lib.macosx-11.1-arm64-3.9/torch/include 2024-08-08T20:18:47.9002460Z copying torch/include/libshm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include 2024-08-08T20:18:47.9003380Z copying torch/include/fp16.h -> build/lib.macosx-11.1-arm64-3.9/torch/include 2024-08-08T20:18:47.9004990Z copying torch/include/qnnpack_func.h -> build/lib.macosx-11.1-arm64-3.9/torch/include 2024-08-08T20:18:47.9006000Z copying torch/include/pthreadpool.h -> build/lib.macosx-11.1-arm64-3.9/torch/include 2024-08-08T20:18:47.9007940Z copying torch/include/clog.h -> build/lib.macosx-11.1-arm64-3.9/torch/include 2024-08-08T20:18:47.9008940Z copying torch/include/psimd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include 2024-08-08T20:18:47.9010530Z copying torch/include/experiments-config.h -> build/lib.macosx-11.1-arm64-3.9/torch/include 2024-08-08T20:18:47.9011990Z copying torch/include/fxdiv.h -> build/lib.macosx-11.1-arm64-3.9/torch/include 2024-08-08T20:18:47.9013320Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9013910Z copying torch/include/ATen/Formatting.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9014880Z copying torch/include/ATen/NestedTensorImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9016550Z copying torch/include/ATen/CPUFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9017580Z copying torch/include/ATen/LegacyBatchedFallback.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9018860Z copying torch/include/ATen/CollapseDims.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9020590Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9021660Z copying torch/include/ATen/MetaFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9022570Z copying torch/include/ATen/Utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9024100Z copying torch/include/ATen/TensorOptions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9025090Z copying torch/include/ATen/DeviceAccelerator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9026770Z copying torch/include/ATen/TensorUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9027600Z copying torch/include/ATen/MemoryOverlap.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9028900Z copying torch/include/ATen/TensorSubclassLikeUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9030700Z copying torch/include/ATen/LegacyVmapMode.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9031470Z copying torch/include/ATen/InitialTensorOptions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9033030Z copying torch/include/ATen/Version.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9033950Z copying torch/include/ATen/DLConvertor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9035520Z copying torch/include/ATen/Device.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9036550Z copying torch/include/ATen/FuncTorchTLS.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9038290Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9039290Z copying torch/include/ATen/jiterator_macros.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9040380Z copying torch/include/ATen/Operators.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9042240Z copying torch/include/ATen/CPUFunctions_inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9043350Z copying torch/include/ATen/ceil_div.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9045020Z copying torch/include/ATen/EmptyTensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9046040Z copying torch/include/ATen/NativeMetaFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9047680Z copying torch/include/ATen/dlpack.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9048640Z copying torch/include/ATen/Config.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9050320Z copying torch/include/ATen/ThreadLocalPythonObjects.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9051320Z copying torch/include/ATen/Backtrace.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9052890Z copying torch/include/ATen/SparseCsrTensorUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9053930Z copying torch/include/ATen/TracerMode.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9055580Z copying torch/include/ATen/BlasBackend.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9060920Z copying torch/include/ATen/Backend.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9061670Z copying torch/include/ATen/RegistrationDeclarations.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9063580Z copying torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9064420Z copying torch/include/ATen/PTThreadPool.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9065560Z copying torch/include/ATen/OpaqueTensorImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9067110Z copying torch/include/ATen/MapAllocator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9068260Z copying torch/include/ATen/record_function.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9069900Z copying torch/include/ATen/WrapDimUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9070760Z copying torch/include/ATen/RedispatchFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9156750Z copying torch/include/ATen/Context.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9158460Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9159630Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9160850Z copying torch/include/ATen/div_rtn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9162470Z copying torch/include/ATen/ExpandUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9163380Z copying torch/include/ATen/MPSFunctions_inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9164930Z copying torch/include/ATen/TypeDefault.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9165890Z copying torch/include/ATen/MPSFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9167530Z copying torch/include/ATen/VmapGeneratedPlumbing.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9176600Z copying torch/include/ATen/MethodOperators.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9177560Z copying torch/include/ATen/CPUFixedAllocator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9179190Z copying torch/include/ATen/NamedTensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9180150Z copying torch/include/ATen/Scalar.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9181740Z copying torch/include/ATen/TensorIteratorInternal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9182850Z copying torch/include/ATen/LinalgBackend.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9183920Z copying torch/include/ATen/LegacyBatchedTensorImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9185510Z copying torch/include/ATen/ArrayRef.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9186350Z copying torch/include/ATen/SequenceNumber.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9187950Z copying torch/include/ATen/FunctionalStorageImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9188860Z copying torch/include/ATen/ExpandBase.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9190420Z copying torch/include/ATen/Parallel-inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9191320Z copying torch/include/ATen/MatrixRef.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9192900Z copying torch/include/ATen/CUDAFunctions_inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9194610Z copying torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9195730Z copying torch/include/ATen/FunctionalTensorWrapper.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9196770Z copying torch/include/ATen/SparseCsrTensorImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9198370Z copying torch/include/ATen/NumericUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9199220Z copying torch/include/ATen/ATen.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9200760Z copying torch/include/ATen/TensorNames.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9201640Z copying torch/include/ATen/TensorMeta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9203220Z copying torch/include/ATen/TensorIndexing.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9204770Z copying torch/include/ATen/Layout.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9205680Z copying torch/include/ATen/SparseTensorImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9207500Z copying torch/include/ATen/SavedTensorHooks.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9208660Z copying torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9210470Z copying torch/include/ATen/StorageUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9211440Z copying torch/include/ATen/WrapDimUtilsMulti.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9212990Z copying torch/include/ATen/code_template.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9213900Z copying torch/include/ATen/TensorOperators.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9215480Z copying torch/include/ATen/CUDAFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9216390Z copying torch/include/ATen/ScalarType.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9217970Z copying torch/include/ATen/cpp_custom_type_hack.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9218900Z copying torch/include/ATen/Dispatch_v2.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9220660Z copying torch/include/ATen/Storage.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9221670Z copying torch/include/ATen/DeviceGuard.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9223250Z copying torch/include/ATen/ParallelNative.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9224230Z copying torch/include/ATen/OpMathType.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9225870Z copying torch/include/ATen/PythonTorchFunctionTLS.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9226770Z copying torch/include/ATen/PadNd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9228300Z copying torch/include/ATen/Dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9229840Z copying torch/include/ATen/CPUGeneratorImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9230830Z copying torch/include/ATen/ParallelFuture.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9233930Z copying torch/include/ATen/Functions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9242800Z copying torch/include/ATen/ParallelOpenMP.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9252550Z copying torch/include/ATen/jit_macros.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9253610Z copying torch/include/ATen/CPUApplyUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9255260Z copying torch/include/ATen/ThreadLocalState.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9256210Z copying torch/include/ATen/ScalarOps.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9258580Z copying torch/include/ATen/NativeFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9260150Z copying torch/include/ATen/DynamicLibrary.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9261000Z copying torch/include/ATen/TensorGeometry.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9262540Z copying torch/include/ATen/TensorIterator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9264140Z copying torch/include/ATen/NamedTensorUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9264980Z copying torch/include/ATen/Dimname.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9269040Z copying torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9279830Z copying torch/include/ATen/autocast_mode.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9291790Z copying torch/include/ATen/Parallel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9300080Z copying torch/include/ATen/DimVector.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9305590Z copying torch/include/ATen/MetaFunctions_inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9306570Z copying torch/include/ATen/InferSize.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9308150Z copying torch/include/ATen/LegacyVmapTransforms.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9317890Z copying torch/include/ATen/SmallVector.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9320290Z copying torch/include/ATen/Tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9322120Z copying torch/include/ATen/Generator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9323080Z copying torch/include/ATen/AccumulateType.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9328400Z copying torch/include/ATen/TensorAccessor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9329150Z copying torch/include/ATen/CachedTensorUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-08T20:18:47.9329770Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu 2024-08-08T20:18:47.9330380Z copying torch/include/ATen/cpu/Utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu 2024-08-08T20:18:47.9331280Z copying torch/include/ATen/cpu/FlushDenormal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu 2024-08-08T20:18:47.9331990Z copying torch/include/ATen/cpu/vml.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu 2024-08-08T20:18:47.9333460Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec 2024-08-08T20:18:47.9334010Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256 2024-08-08T20:18:47.9334840Z copying torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256 2024-08-08T20:18:47.9336200Z copying torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256 2024-08-08T20:18:47.9337780Z copying torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256 2024-08-08T20:18:47.9339060Z copying torch/include/ATen/cpu/vec/vec256/vec256_mask.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256 2024-08-08T20:18:47.9340360Z copying torch/include/ATen/cpu/vec/vec256/vec256_half_neon.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256 2024-08-08T20:18:47.9342280Z copying torch/include/ATen/cpu/vec/vec256/vec256_qint.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256 2024-08-08T20:18:47.9343430Z copying torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256 2024-08-08T20:18:47.9344840Z copying torch/include/ATen/cpu/vec/vec256/vec256_double.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256 2024-08-08T20:18:47.9346080Z copying torch/include/ATen/cpu/vec/vec256/vec256_float.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256 2024-08-08T20:18:47.9348110Z copying torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256 2024-08-08T20:18:47.9349130Z copying torch/include/ATen/cpu/vec/vec256/vec256.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256 2024-08-08T20:18:47.9350230Z copying torch/include/ATen/cpu/vec/vec256/vec256_convert.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256 2024-08-08T20:18:47.9351500Z copying torch/include/ATen/cpu/vec/vec256/vec256_int.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256 2024-08-08T20:18:47.9353390Z copying torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256 2024-08-08T20:18:47.9354520Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-08T20:18:47.9355450Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-08T20:18:47.9356710Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-08T20:18:47.9357940Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-08T20:18:47.9359230Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-08T20:18:47.9360580Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-08T20:18:47.9362010Z copying torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-08T20:18:47.9363460Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-08T20:18:47.9364770Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-08T20:18:47.9366090Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-08T20:18:47.9367700Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-08T20:18:47.9368890Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-08T20:18:47.9370340Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-08T20:18:47.9371910Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-08T20:18:47.9373010Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/zarch 2024-08-08T20:18:47.9373880Z copying torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/zarch 2024-08-08T20:18:47.9375790Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512 2024-08-08T20:18:47.9376620Z copying torch/include/ATen/cpu/vec/vec512/vec512_int.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512 2024-08-08T20:18:47.9377760Z copying torch/include/ATen/cpu/vec/vec512/vec512_convert.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512 2024-08-08T20:18:47.9379070Z copying torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512 2024-08-08T20:18:47.9380970Z copying torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512 2024-08-08T20:18:47.9382210Z copying torch/include/ATen/cpu/vec/vec512/vec512_mask.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512 2024-08-08T20:18:47.9383560Z copying torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512 2024-08-08T20:18:47.9385530Z copying torch/include/ATen/cpu/vec/vec512/vec512_double.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512 2024-08-08T20:18:47.9386600Z copying torch/include/ATen/cpu/vec/vec512/vec512_qint.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512 2024-08-08T20:18:47.9388500Z copying torch/include/ATen/cpu/vec/vec512/vec512_float.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512 2024-08-08T20:18:47.9389590Z copying torch/include/ATen/cpu/vec/vec512/vec512.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512 2024-08-08T20:18:47.9390810Z copying torch/include/ATen/cpu/vec/vec_half.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec 2024-08-08T20:18:47.9392440Z copying torch/include/ATen/cpu/vec/vec_mask.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec 2024-08-08T20:18:47.9393380Z copying torch/include/ATen/cpu/vec/vec.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec 2024-08-08T20:18:47.9395150Z copying torch/include/ATen/cpu/vec/vec_convert.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec 2024-08-08T20:18:47.9396100Z copying torch/include/ATen/cpu/vec/intrinsics.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec 2024-08-08T20:18:47.9397280Z copying torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec 2024-08-08T20:18:47.9399010Z copying torch/include/ATen/cpu/vec/functional.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec 2024-08-08T20:18:47.9399950Z copying torch/include/ATen/cpu/vec/vec_n.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec 2024-08-08T20:18:47.9401230Z copying torch/include/ATen/cpu/vec/functional_base.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec 2024-08-08T20:18:47.9402510Z copying torch/include/ATen/cpu/vec/vec_base.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec 2024-08-08T20:18:47.9404290Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9404920Z copying torch/include/ATen/core/Dict_inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9406470Z copying torch/include/ATen/core/Formatting.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9408190Z copying torch/include/ATen/core/TensorBody.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9433010Z copying torch/include/ATen/core/GeneratorForPrivateuseone.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9434170Z copying torch/include/ATen/core/jit_type_base.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9435890Z copying torch/include/ATen/core/typeid.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9436990Z copying torch/include/ATen/core/rref_interface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9438640Z copying torch/include/ATen/core/Range.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9439780Z copying torch/include/ATen/core/interned_strings_class.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9440820Z copying torch/include/ATen/core/operator_name.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9442740Z copying torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9443640Z copying torch/include/ATen/core/symbol.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9445030Z copying torch/include/ATen/core/Backtrace.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9446270Z copying torch/include/ATen/core/TransformationHelper.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9447260Z copying torch/include/ATen/core/blob.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9448880Z copying torch/include/ATen/core/function_schema.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9450730Z copying torch/include/ATen/core/type_factory.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9451790Z copying torch/include/ATen/core/MT19937RNGEngine.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9453040Z copying torch/include/ATen/core/ivalue_to.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9454340Z copying torch/include/ATen/core/aten_interned_strings.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9456210Z copying torch/include/ATen/core/dynamic_type.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9457240Z copying torch/include/ATen/core/class_type.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9458900Z copying torch/include/ATen/core/LegacyTypeDispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9464270Z copying torch/include/ATen/core/function_schema_inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9465160Z copying torch/include/ATen/core/NestedIntSymNodeImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9466020Z copying torch/include/ATen/core/qualified_name.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9466850Z copying torch/include/ATen/core/UndefinedTensorImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9467670Z copying torch/include/ATen/core/NamedTensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9468670Z copying torch/include/ATen/core/Scalar.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9469460Z copying torch/include/ATen/core/CachingHostAllocator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9470290Z copying torch/include/ATen/core/functional.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9471280Z copying torch/include/ATen/core/DeprecatedTypeProperties.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9472530Z copying torch/include/ATen/core/interned_strings.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9473790Z copying torch/include/ATen/core/List.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9475660Z copying torch/include/ATen/core/ATenOpList.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9476440Z copying torch/include/ATen/core/Dict.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9477750Z copying torch/include/ATen/core/type_ptr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9479370Z copying torch/include/ATen/core/grad_mode.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9480410Z copying torch/include/ATen/core/DistributionsHelper.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9481680Z copying torch/include/ATen/core/VariableHooksInterface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9482960Z copying torch/include/ATen/core/CheckMemoryFormat.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9484230Z copying torch/include/ATen/core/ScalarType.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9485430Z copying torch/include/ATen/core/Array.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9487050Z copying torch/include/ATen/core/ATen_fwd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9487960Z copying torch/include/ATen/core/stack.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9489630Z copying torch/include/ATen/core/ATenGeneral.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9490750Z copying torch/include/ATen/core/custom_class.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9492390Z copying torch/include/ATen/core/IListRef.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9493650Z copying torch/include/ATen/core/UnsafeFromTH.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9494990Z copying torch/include/ATen/core/PythonOpRegistrationTrampoline.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9496200Z copying torch/include/ATen/core/TensorBase.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9498040Z copying torch/include/ATen/core/ATen_pch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9499160Z copying torch/include/ATen/core/QuantizerBase.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9500790Z copying torch/include/ATen/core/enum_type.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9501660Z copying torch/include/ATen/core/alias_info.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9503390Z copying torch/include/ATen/core/List_inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9504400Z copying torch/include/ATen/core/TorchDispatchUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9505700Z copying torch/include/ATen/core/enum_tag.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9507300Z copying torch/include/ATen/core/jit_type.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9509510Z copying torch/include/ATen/core/IListRef_inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9510490Z copying torch/include/ATen/core/ivalue.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9512440Z copying torch/include/ATen/core/Dimname.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9513490Z copying torch/include/ATen/core/Vitals.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9515410Z copying torch/include/ATen/core/PythonFallbackKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9516360Z copying torch/include/ATen/core/builtin_function.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9517980Z copying torch/include/ATen/core/DimVector.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9519010Z copying torch/include/ATen/core/Reduction.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9520770Z copying torch/include/ATen/core/Tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9521800Z copying torch/include/ATen/core/function.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9523070Z copying torch/include/ATen/core/Generator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9524860Z copying torch/include/ATen/core/PhiloxRNGEngine.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9525850Z copying torch/include/ATen/core/TensorAccessor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9527430Z copying torch/include/ATen/core/ivalue_inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9529410Z copying torch/include/ATen/core/Variadic.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-08T20:18:47.9531020Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9531660Z copying torch/include/ATen/cuda/AsmUtils.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9532670Z copying torch/include/ATen/cuda/DeviceUtils.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9533890Z copying torch/include/ATen/cuda/cub_definitions.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9535400Z copying torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9536760Z copying torch/include/ATen/cuda/PhiloxUtils.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9537740Z copying torch/include/ATen/cuda/ScanUtils.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9539240Z copying torch/include/ATen/cuda/NumericLimits.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9540220Z copying torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9541430Z copying torch/include/ATen/cuda/cub.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9542810Z copying torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9544090Z copying torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9545930Z copying torch/include/ATen/cuda/Atomic.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9546830Z copying torch/include/ATen/cuda/CUDADevice.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9548470Z copying torch/include/ATen/cuda/CUDAUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9549390Z copying torch/include/ATen/cuda/CUDABlas.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9551030Z copying torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9552050Z copying torch/include/ATen/cuda/Sleep.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9553370Z copying torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9555090Z copying torch/include/ATen/cuda/jiterator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9556540Z copying torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9558350Z copying torch/include/ATen/cuda/EmptyTensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9559270Z copying torch/include/ATen/cuda/PeerToPeerAccess.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9560500Z copying torch/include/ATen/cuda/CUDAEvent.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9561810Z copying torch/include/ATen/cuda/CUDAContext.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9563390Z copying torch/include/ATen/cuda/Exceptions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9564370Z copying torch/include/ATen/cuda/CachingHostAllocator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9566050Z copying torch/include/ATen/cuda/CUDADataType.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9566920Z copying torch/include/ATen/cuda/cub.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9568540Z copying torch/include/ATen/cuda/CUDAContextLight.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9569460Z copying torch/include/ATen/cuda/CUDAGraph.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9570700Z copying torch/include/ATen/cuda/ThrustAllocator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9572460Z copying torch/include/ATen/cuda/llvm_jit_strings.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9577520Z copying torch/include/ATen/cuda/CUDASparse.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9578340Z copying torch/include/ATen/cuda/PhiloxCudaState.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9579180Z copying torch/include/ATen/cuda/jiterator_impl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9579990Z copying torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9580820Z copying torch/include/ATen/cuda/CUDASparseBlas.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-08T20:18:47.9581490Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail 2024-08-08T20:18:47.9582240Z copying torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail 2024-08-08T20:18:47.9583190Z copying torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail 2024-08-08T20:18:47.9584190Z copying torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail 2024-08-08T20:18:47.9585180Z copying torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail 2024-08-08T20:18:47.9586120Z copying torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail 2024-08-08T20:18:47.9587300Z copying torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail 2024-08-08T20:18:47.9588320Z copying torch/include/ATen/cuda/detail/CUDAHooks.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail 2024-08-08T20:18:47.9589350Z copying torch/include/ATen/cuda/detail/KernelUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail 2024-08-08T20:18:47.9590470Z copying torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail 2024-08-08T20:18:47.9591820Z copying torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail 2024-08-08T20:18:47.9593430Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/tunable 2024-08-08T20:18:47.9594170Z copying torch/include/ATen/cuda/tunable/TunableOp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/tunable 2024-08-08T20:18:47.9595250Z copying torch/include/ATen/cuda/tunable/StreamTimer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/tunable 2024-08-08T20:18:47.9596410Z copying torch/include/ATen/cuda/tunable/TunableGemm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/tunable 2024-08-08T20:18:47.9597500Z copying torch/include/ATen/cuda/tunable/GemmCommon.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/tunable 2024-08-08T20:18:47.9598890Z copying torch/include/ATen/cuda/tunable/GemmHipblaslt.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/tunable 2024-08-08T20:18:47.9600150Z copying torch/include/ATen/cuda/tunable/GemmRocblas.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/tunable 2024-08-08T20:18:47.9601410Z copying torch/include/ATen/cuda/tunable/Tunable.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/tunable 2024-08-08T20:18:47.9603000Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cudnn 2024-08-08T20:18:47.9603630Z copying torch/include/ATen/cudnn/Handles.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cudnn 2024-08-08T20:18:47.9604710Z copying torch/include/ATen/cudnn/Utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cudnn 2024-08-08T20:18:47.9605710Z copying torch/include/ATen/cudnn/Types.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cudnn 2024-08-08T20:18:47.9607490Z copying torch/include/ATen/cudnn/Descriptors.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cudnn 2024-08-08T20:18:47.9608400Z copying torch/include/ATen/cudnn/Exceptions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cudnn 2024-08-08T20:18:47.9609260Z copying torch/include/ATen/cudnn/Handle.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cudnn 2024-08-08T20:18:47.9610590Z copying torch/include/ATen/cudnn/cudnn-wrapper.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cudnn 2024-08-08T20:18:47.9612080Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch 2024-08-08T20:18:47.9612800Z copying torch/include/ATen/functorch/BatchedFallback.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch 2024-08-08T20:18:47.9613910Z copying torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch 2024-08-08T20:18:47.9615310Z copying torch/include/ATen/functorch/ADInterpreters.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch 2024-08-08T20:18:47.9616350Z copying torch/include/ATen/functorch/Interpreter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch 2024-08-08T20:18:47.9617540Z copying torch/include/ATen/functorch/TensorWrapper.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch 2024-08-08T20:18:47.9618850Z copying torch/include/ATen/functorch/BatchRulesHelper.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch 2024-08-08T20:18:47.9620610Z copying torch/include/ATen/functorch/PlumbingHelper.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch 2024-08-08T20:18:47.9621760Z copying torch/include/ATen/functorch/VmapInterpreter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch 2024-08-08T20:18:47.9622840Z copying torch/include/ATen/functorch/Macros.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch 2024-08-08T20:18:47.9624110Z copying torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch 2024-08-08T20:18:47.9625400Z copying torch/include/ATen/functorch/BatchedTensorImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch 2024-08-08T20:18:47.9626650Z copying torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch 2024-08-08T20:18:47.9627990Z copying torch/include/ATen/functorch/DynamicLayer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch 2024-08-08T20:18:47.9629670Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9630330Z copying torch/include/ATen/ops/is_vulkan_available.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9631280Z copying torch/include/ATen/ops/_foreach_atan.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9632460Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9633600Z copying torch/include/ATen/ops/sigmoid_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9635490Z copying torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9636450Z copying torch/include/ATen/ops/mode_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9637430Z copying torch/include/ATen/ops/index_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9639090Z copying torch/include/ATen/ops/new_ones.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9640030Z copying torch/include/ATen/ops/pixel_shuffle.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9641650Z copying torch/include/ATen/ops/clamp_min_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9642660Z copying torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9643900Z copying torch/include/ATen/ops/acosh_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9645780Z copying torch/include/ATen/ops/frexp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9646730Z copying torch/include/ATen/ops/erf_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9647690Z copying torch/include/ATen/ops/repeat_interleave_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9649060Z copying torch/include/ATen/ops/special_i0e_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9650920Z copying torch/include/ATen/ops/pixel_unshuffle_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9651760Z copying torch/include/ATen/ops/upsample_trilinear3d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9652860Z copying torch/include/ATen/ops/cummin.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9654590Z copying torch/include/ATen/ops/choose_qparams_optimized_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9655560Z copying torch/include/ATen/ops/where_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9657340Z copying torch/include/ATen/ops/slice_scatter_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9658520Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9659750Z copying torch/include/ATen/ops/isfinite_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9661030Z copying torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9662330Z copying torch/include/ATen/ops/leaky_relu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9663610Z copying torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9664830Z copying torch/include/ATen/ops/erfinv_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9666120Z copying torch/include/ATen/ops/linalg_vecdot_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9667910Z copying torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9668970Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9670190Z copying torch/include/ATen/ops/bitwise_and_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9671400Z copying torch/include/ATen/ops/empty_strided_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9672730Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9674030Z copying torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9675220Z copying torch/include/ATen/ops/result_type.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9676930Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9677960Z copying torch/include/ATen/ops/min_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9679180Z copying torch/include/ATen/ops/cumulative_trapezoid.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9680430Z copying torch/include/ATen/ops/nll_loss2d_forward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9682100Z copying torch/include/ATen/ops/soft_margin_loss_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9683040Z copying torch/include/ATen/ops/hardswish_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9684430Z copying torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9685520Z copying torch/include/ATen/ops/pow_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9687120Z copying torch/include/ATen/ops/atan_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9691500Z copying torch/include/ATen/ops/binomial_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9692280Z copying torch/include/ATen/ops/to_padded_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9693090Z copying torch/include/ATen/ops/cosine_embedding_loss_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9693960Z copying torch/include/ATen/ops/_test_ambiguous_defaults_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9694780Z copying torch/include/ATen/ops/gelu_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9695650Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9696640Z copying torch/include/ATen/ops/max_pool3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9697470Z copying torch/include/ATen/ops/threshold_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9698450Z copying torch/include/ATen/ops/signbit.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9699500Z copying torch/include/ATen/ops/_propagate_xla_data.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9701370Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9702520Z copying torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9703610Z copying torch/include/ATen/ops/multilabel_margin_loss_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9704870Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9706030Z copying torch/include/ATen/ops/cumprod_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9707840Z copying torch/include/ATen/ops/_remove_batch_dim.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9708830Z copying torch/include/ATen/ops/constant_pad_nd_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9710040Z copying torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9711210Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9712380Z copying torch/include/ATen/ops/_lstm_mps_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9714040Z copying torch/include/ATen/ops/_values_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9715070Z copying torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9716300Z copying torch/include/ATen/ops/nan_to_num_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9718030Z copying torch/include/ATen/ops/_histogramdd_bin_edges_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9718950Z copying torch/include/ATen/ops/_int_mm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9720030Z copying torch/include/ATen/ops/i0_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9721610Z copying torch/include/ATen/ops/inverse_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9722640Z copying torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9723940Z copying torch/include/ATen/ops/embedding_dense_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9725110Z copying torch/include/ATen/ops/index_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9726800Z copying torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9727840Z copying torch/include/ATen/ops/_log_softmax.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9728900Z copying torch/include/ATen/ops/quantized_batch_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9730230Z copying torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9731470Z copying torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9732680Z copying torch/include/ATen/ops/floor_divide_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9734370Z copying torch/include/ATen/ops/_softmax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9735520Z copying torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9736570Z copying torch/include/ATen/ops/special_modified_bessel_k1_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9737890Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9739160Z copying torch/include/ATen/ops/huber_loss_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9740540Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9742060Z copying torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9743140Z copying torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9744410Z copying torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9745590Z copying torch/include/ATen/ops/fill_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9746860Z copying torch/include/ATen/ops/dist.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9748670Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9750000Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9751130Z copying torch/include/ATen/ops/index_copy_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9752170Z copying torch/include/ATen/ops/quantized_lstm_cell_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9753390Z copying torch/include/ATen/ops/_foreach_log10_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9754820Z copying torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9756000Z copying torch/include/ATen/ops/sub_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9757650Z copying torch/include/ATen/ops/mkldnn_linear_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9758560Z copying torch/include/ATen/ops/trace_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9760250Z copying torch/include/ATen/ops/adaptive_avg_pool3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9761220Z copying torch/include/ATen/ops/_efficientzerotensor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9762610Z copying torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9763780Z copying torch/include/ATen/ops/_efficient_attention_forward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9765700Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9766810Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9767820Z copying torch/include/ATen/ops/special_bessel_y1_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9769510Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9770520Z copying torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9771730Z copying torch/include/ATen/ops/polygamma_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9773090Z copying torch/include/ATen/ops/logical_xor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9774180Z copying torch/include/ATen/ops/nextafter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9775950Z copying torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9777040Z copying torch/include/ATen/ops/log_sigmoid_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9778090Z copying torch/include/ATen/ops/special_bessel_y0_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9779300Z copying torch/include/ATen/ops/_cast_Long_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9780610Z copying torch/include/ATen/ops/_foreach_max_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9781800Z copying torch/include/ATen/ops/pdist_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9783480Z copying torch/include/ATen/ops/_sobol_engine_ff_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9784270Z copying torch/include/ATen/ops/softmax.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9785890Z copying torch/include/ATen/ops/arctan2.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9787170Z copying torch/include/ATen/ops/quantized_gru_cell_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9788180Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9789520Z copying torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9790910Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9792270Z copying torch/include/ATen/ops/absolute_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9793590Z copying torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9795350Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9796790Z copying torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9798110Z copying torch/include/ATen/ops/logaddexp_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9799180Z copying torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9800680Z copying torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9802020Z copying torch/include/ATen/ops/max_pool3d_with_indices.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9803310Z copying torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9807900Z copying torch/include/ATen/ops/special_zeta_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9808460Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9808950Z copying torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9809330Z copying torch/include/ATen/ops/addmv.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9809700Z copying torch/include/ATen/ops/bilinear_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9810980Z copying torch/include/ATen/ops/topk_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9812400Z copying torch/include/ATen/ops/adaptive_avg_pool1d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9813910Z copying torch/include/ATen/ops/linalg_eig_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9815360Z copying torch/include/ATen/ops/matrix_exp_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9816280Z copying torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9817940Z copying torch/include/ATen/ops/mkldnn_rnn_layer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9818940Z copying torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9820420Z copying torch/include/ATen/ops/softshrink_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9821600Z copying torch/include/ATen/ops/concatenate_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9822970Z copying torch/include/ATen/ops/view_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9824550Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9825990Z copying torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9826770Z copying torch/include/ATen/ops/linalg_ldl_factor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9828160Z copying torch/include/ATen/ops/glu_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9829670Z copying torch/include/ATen/ops/is_inference_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9830760Z copying torch/include/ATen/ops/special_i1_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9832450Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9833520Z copying torch/include/ATen/ops/hstack_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9835030Z copying torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9836230Z copying torch/include/ATen/ops/_ctc_loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9837620Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9838650Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9840110Z copying torch/include/ATen/ops/miopen_convolution.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9841900Z copying torch/include/ATen/ops/is_nonzero_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9842580Z copying torch/include/ATen/ops/slice_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9844110Z copying torch/include/ATen/ops/dot_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9845710Z copying torch/include/ATen/ops/positive_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9846520Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9848140Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9849500Z copying torch/include/ATen/ops/_cast_Float_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9850930Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9852170Z copying torch/include/ATen/ops/lu_unpack_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9853420Z copying torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9854840Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9856200Z copying torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9857250Z copying torch/include/ATen/ops/narrow_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9858610Z copying torch/include/ATen/ops/atan2_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9859610Z copying torch/include/ATen/ops/rnn_relu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9861160Z copying torch/include/ATen/ops/_mixed_dtypes_linear.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9862270Z copying torch/include/ATen/ops/_nested_get_max_seqlen.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9863810Z copying torch/include/ATen/ops/_linalg_slogdet_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9864790Z copying torch/include/ATen/ops/size.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9866180Z copying torch/include/ATen/ops/scatter_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9867780Z copying torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9868640Z copying torch/include/ATen/ops/bernoulli_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9870070Z copying torch/include/ATen/ops/glu_jvp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9871670Z copying torch/include/ATen/ops/special_i1.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9872970Z copying torch/include/ATen/ops/matrix_exp_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9874190Z copying torch/include/ATen/ops/miopen_rnn_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9875580Z copying torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9877060Z copying torch/include/ATen/ops/log_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9878410Z copying torch/include/ATen/ops/hann_window_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9879810Z copying torch/include/ATen/ops/rrelu_with_noise.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9881380Z copying torch/include/ATen/ops/miopen_convolution_add_relu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9882220Z copying torch/include/ATen/ops/atan_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9883830Z copying torch/include/ATen/ops/coalesce_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9885420Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9886200Z copying torch/include/ATen/ops/where_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9887990Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9888850Z copying torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9890620Z copying torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9891770Z copying torch/include/ATen/ops/unfold_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9892810Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9894400Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9895860Z copying torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9896830Z copying torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9898300Z copying torch/include/ATen/ops/linalg_lu_factor_ex_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9900020Z copying torch/include/ATen/ops/_linalg_svd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9900810Z copying torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9902470Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9903670Z copying torch/include/ATen/ops/arctan_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9905030Z copying torch/include/ATen/ops/_efficient_attention_forward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9906400Z copying torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9907700Z copying torch/include/ATen/ops/view_as_real_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9909000Z copying torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9910260Z copying torch/include/ATen/ops/neg_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9911550Z copying torch/include/ATen/ops/argmax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9912920Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9914200Z copying torch/include/ATen/ops/erfinv_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9915670Z copying torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9916910Z copying torch/include/ATen/ops/chain_matmul.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9918150Z copying torch/include/ATen/ops/sign_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9919580Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9920860Z copying torch/include/ATen/ops/affine_grid_generator_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9922410Z copying torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9923980Z copying torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9924880Z copying torch/include/ATen/ops/vdot_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9926550Z copying torch/include/ATen/ops/sparse_resize.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9927950Z copying torch/include/ATen/ops/_foreach_abs_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9929230Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9930760Z copying torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9932120Z copying torch/include/ATen/ops/abs_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9933500Z copying torch/include/ATen/ops/col_indices_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9935080Z copying torch/include/ATen/ops/logical_xor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9936320Z copying torch/include/ATen/ops/native_group_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9938050Z copying torch/include/ATen/ops/_fft_c2c_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9939580Z copying torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9941130Z copying torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9942250Z copying torch/include/ATen/ops/cat_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9943520Z copying torch/include/ATen/ops/conj_physical_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9944560Z copying torch/include/ATen/ops/argmin.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9946090Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9947500Z copying torch/include/ATen/ops/adaptive_max_pool2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9948370Z copying torch/include/ATen/ops/logspace_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9949910Z copying torch/include/ATen/ops/avg_pool2d_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9951370Z copying torch/include/ATen/ops/is_same_size_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9952630Z copying torch/include/ATen/ops/igammac_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9953510Z copying torch/include/ATen/ops/linalg_inv_ex_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9955280Z copying torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9956130Z copying torch/include/ATen/ops/_cast_Double_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9957920Z copying torch/include/ATen/ops/prod_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9959300Z copying torch/include/ATen/ops/ceil_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9960770Z copying torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9962380Z copying torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9963810Z copying torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9965300Z copying torch/include/ATen/ops/_fused_adamw_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9966730Z copying torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9967930Z copying torch/include/ATen/ops/and_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9969450Z copying torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9970790Z copying torch/include/ATen/ops/batch_norm_backward_reduce_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9972000Z copying torch/include/ATen/ops/as_strided_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9973250Z copying torch/include/ATen/ops/linalg_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9974670Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9975930Z copying torch/include/ATen/ops/sqrt_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9977180Z copying torch/include/ATen/ops/nan_to_num_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9978230Z copying torch/include/ATen/ops/vstack_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9979690Z copying torch/include/ATen/ops/fft_rfftn_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9980770Z copying torch/include/ATen/ops/normal_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9982190Z copying torch/include/ATen/ops/_sparse_csr_sum_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9983370Z copying torch/include/ATen/ops/linalg_inv_ex.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9984870Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9986400Z copying torch/include/ATen/ops/leaky_relu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9987780Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9989260Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9990480Z copying torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9992190Z copying torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9992930Z copying torch/include/ATen/ops/linalg_lu_factor_ex_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9994460Z copying torch/include/ATen/ops/_fused_sgd_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9995740Z copying torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9997070Z copying torch/include/ATen/ops/_linalg_eigh_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9998490Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:47.9999380Z copying torch/include/ATen/ops/dequantize.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0000920Z copying torch/include/ATen/ops/_fft_c2c_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0002060Z copying torch/include/ATen/ops/align_to.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0003760Z copying torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0005330Z copying torch/include/ATen/ops/replication_pad3d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0006710Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0007950Z copying torch/include/ATen/ops/acosh_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0009460Z copying torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0010690Z copying torch/include/ATen/ops/_assert_scalar.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0012100Z copying torch/include/ATen/ops/index.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0013520Z copying torch/include/ATen/ops/min_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0014770Z copying torch/include/ATen/ops/glu_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0016110Z copying torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0017360Z copying torch/include/ATen/ops/index_select_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0022640Z copying torch/include/ATen/ops/_mkldnn_reshape_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0023420Z copying torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0023800Z copying torch/include/ATen/ops/std_mean_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0024200Z copying torch/include/ATen/ops/softshrink_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0024730Z copying torch/include/ATen/ops/index_fill_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0025900Z copying torch/include/ATen/ops/repeat.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0027290Z copying torch/include/ATen/ops/_foreach_floor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0028820Z copying torch/include/ATen/ops/_nested_tensor_from_mask_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0030040Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0031310Z copying torch/include/ATen/ops/embedding_sparse_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0032530Z copying torch/include/ATen/ops/dropout_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0033620Z copying torch/include/ATen/ops/matmul.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0035170Z copying torch/include/ATen/ops/floor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0036600Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0037680Z copying torch/include/ATen/ops/_unsafe_view_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0039250Z copying torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0040580Z copying torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0041870Z copying torch/include/ATen/ops/_test_check_tensor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0043330Z copying torch/include/ATen/ops/rot90_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0044550Z copying torch/include/ATen/ops/signbit_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0045720Z copying torch/include/ATen/ops/reciprocal_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0046960Z copying torch/include/ATen/ops/clamp_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0048190Z copying torch/include/ATen/ops/selu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0049710Z copying torch/include/ATen/ops/reflection_pad1d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0050560Z copying torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0052180Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0053510Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0054670Z copying torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0056120Z copying torch/include/ATen/ops/special_spherical_bessel_j0_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0057410Z copying torch/include/ATen/ops/minimum_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0059090Z copying torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0059870Z copying torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0061410Z copying torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0062770Z copying torch/include/ATen/ops/values_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0063620Z copying torch/include/ATen/ops/col2im_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0065180Z copying torch/include/ATen/ops/ge_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0066640Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0068060Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0068790Z copying torch/include/ATen/ops/cosh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0070310Z copying torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0071770Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0073220Z copying torch/include/ATen/ops/hardtanh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0074660Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0075470Z copying torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0077020Z copying torch/include/ATen/ops/_fill_mem_eff_dropout_mask_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0078400Z copying torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0079640Z copying torch/include/ATen/ops/atan2_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0080890Z copying torch/include/ATen/ops/sub_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0082250Z copying torch/include/ATen/ops/view_as_real_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0083670Z copying torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0084550Z copying torch/include/ATen/ops/_jagged_to_padded_dense_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0085930Z copying torch/include/ATen/ops/glu_jvp_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0087330Z copying torch/include/ATen/ops/_sobol_engine_scramble.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0088580Z copying torch/include/ATen/ops/mish_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0089680Z copying torch/include/ATen/ops/fft_rfftfreq_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0091040Z copying torch/include/ATen/ops/elu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0092370Z copying torch/include/ATen/ops/nanmean_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0093850Z copying torch/include/ATen/ops/miopen_batch_norm_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0094730Z copying torch/include/ATen/ops/linalg_cross_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0096160Z copying torch/include/ATen/ops/_fused_dropout.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0097690Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0098540Z copying torch/include/ATen/ops/addbmm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0100190Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0101410Z copying torch/include/ATen/ops/gt_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0102720Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0104430Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0105070Z copying torch/include/ATen/ops/miopen_rnn_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0106660Z copying torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0108100Z copying torch/include/ATen/ops/detach_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0109040Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0110520Z copying torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0111820Z copying torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0113070Z copying torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0114450Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0115740Z copying torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0116950Z copying torch/include/ATen/ops/conv_depthwise3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0118180Z copying torch/include/ATen/ops/norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0119660Z copying torch/include/ATen/ops/masked_select_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0120530Z copying torch/include/ATen/ops/exponential_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0122050Z copying torch/include/ATen/ops/special_i0_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0123550Z copying torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0124950Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0126210Z copying torch/include/ATen/ops/_autocast_to_full_precision_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0127510Z copying torch/include/ATen/ops/erfinv_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0128710Z copying torch/include/ATen/ops/lcm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0130100Z copying torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0131350Z copying torch/include/ATen/ops/upsample_nearest2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0132660Z copying torch/include/ATen/ops/cross_entropy_loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0133900Z copying torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0135230Z copying torch/include/ATen/ops/unsqueeze_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0136540Z copying torch/include/ATen/ops/native_layer_norm_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0137830Z copying torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0139360Z copying torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0140790Z copying torch/include/ATen/ops/linalg_cross_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0142150Z copying torch/include/ATen/ops/gelu_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0143460Z copying torch/include/ATen/ops/_weight_int8pack_mm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0144850Z copying torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0145700Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0147140Z copying torch/include/ATen/ops/permute.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0148750Z copying torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0150030Z copying torch/include/ATen/ops/_upsample_nearest_exact1d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0151120Z copying torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0152670Z copying torch/include/ATen/ops/_sparse_semi_structured_linear.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0153840Z copying torch/include/ATen/ops/native_group_norm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0155260Z copying torch/include/ATen/ops/split_with_sizes_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0156620Z copying torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0157880Z copying torch/include/ATen/ops/_functional_assert_scalar_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0159140Z copying torch/include/ATen/ops/mse_loss_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0160710Z copying torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0162050Z copying torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0163260Z copying torch/include/ATen/ops/roll.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0164650Z copying torch/include/ATen/ops/linalg_svdvals_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0165410Z copying torch/include/ATen/ops/orgqr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0166790Z copying torch/include/ATen/ops/sigmoid_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0168420Z copying torch/include/ATen/ops/conv_transpose2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0169430Z copying torch/include/ATen/ops/layer_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0170920Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0172250Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0173430Z copying torch/include/ATen/ops/std_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0174760Z copying torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0176030Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0177220Z copying torch/include/ATen/ops/take.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0178800Z copying torch/include/ATen/ops/igammac_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0180170Z copying torch/include/ATen/ops/isin_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0181420Z copying torch/include/ATen/ops/record_stream.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0182760Z copying torch/include/ATen/ops/resize_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0184090Z copying torch/include/ATen/ops/bitwise_and_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0185420Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0186720Z copying torch/include/ATen/ops/native_group_norm_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0187980Z copying torch/include/ATen/ops/view_as_complex_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0189220Z copying torch/include/ATen/ops/fill_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0190450Z copying torch/include/ATen/ops/linear_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0191930Z copying torch/include/ATen/ops/isinf_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0192990Z copying torch/include/ATen/ops/expand_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0194390Z copying torch/include/ATen/ops/_batch_norm_with_update_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0195660Z copying torch/include/ATen/ops/_nested_get_min_seqlen_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0197040Z copying torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0198360Z copying torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0199630Z copying torch/include/ATen/ops/native_dropout_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0201010Z copying torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0202210Z copying torch/include/ATen/ops/multinomial.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0203130Z copying torch/include/ATen/ops/alias_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0204460Z copying torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0205940Z copying torch/include/ATen/ops/allclose_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0207510Z copying torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0208590Z copying torch/include/ATen/ops/nuclear_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0209970Z copying torch/include/ATen/ops/_slow_conv2d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0211260Z copying torch/include/ATen/ops/multilabel_margin_loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0212650Z copying torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0213590Z copying torch/include/ATen/ops/pairwise_distance_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0215060Z copying torch/include/ATen/ops/broadcast_to_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0216380Z copying torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0217610Z copying torch/include/ATen/ops/_nested_get_lengths_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0219080Z copying torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0220320Z copying torch/include/ATen/ops/_foreach_log.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0221490Z copying torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0222750Z copying torch/include/ATen/ops/nextafter_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0224240Z copying torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0225440Z copying torch/include/ATen/ops/_aminmax.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0226810Z copying torch/include/ATen/ops/complex_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0227970Z copying torch/include/ATen/ops/hardswish_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0232870Z copying torch/include/ATen/ops/digamma.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0233440Z copying torch/include/ATen/ops/mm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0233960Z copying torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0234340Z copying torch/include/ATen/ops/empty_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0234740Z copying torch/include/ATen/ops/triangular_solve_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0235540Z copying torch/include/ATen/ops/_pdist_forward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0237080Z copying torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0238310Z copying torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0239690Z copying torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0241150Z copying torch/include/ATen/ops/adaptive_avg_pool2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0242050Z copying torch/include/ATen/ops/bitwise_or_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0243820Z copying torch/include/ATen/ops/geometric_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0244510Z copying torch/include/ATen/ops/slow_conv_transpose2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0246070Z copying torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0247300Z copying torch/include/ATen/ops/cumprod_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0248740Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0250210Z copying torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0251040Z copying torch/include/ATen/ops/ldexp_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0252470Z copying torch/include/ATen/ops/arccosh_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0253740Z copying torch/include/ATen/ops/linalg_matrix_rank.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0255090Z copying torch/include/ATen/ops/_copy_from_and_resize_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0256410Z copying torch/include/ATen/ops/_native_batch_norm_legit_no_training_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0257580Z copying torch/include/ATen/ops/all_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0258680Z copying torch/include/ATen/ops/linalg_matrix_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0260190Z copying torch/include/ATen/ops/is_set_to_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0261440Z copying torch/include/ATen/ops/bitwise_left_shift_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0262700Z copying torch/include/ATen/ops/randn_like_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0264040Z copying torch/include/ATen/ops/rnn_relu_cell.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0265340Z copying torch/include/ATen/ops/max_pool2d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0266790Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0268210Z copying torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0269740Z copying torch/include/ATen/ops/_pack_padded_sequence_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0271300Z copying torch/include/ATen/ops/nonzero_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0272720Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0274070Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0275540Z copying torch/include/ATen/ops/mse_loss_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0277070Z copying torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0278270Z copying torch/include/ATen/ops/eye_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0279570Z copying torch/include/ATen/ops/special_exp2.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0280770Z copying torch/include/ATen/ops/_fused_adamw.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0282220Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0283620Z copying torch/include/ATen/ops/grid_sampler_3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0284510Z copying torch/include/ATen/ops/index_copy_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0286080Z copying torch/include/ATen/ops/frac_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0287170Z copying torch/include/ATen/ops/gelu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0288660Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0290290Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0290950Z copying torch/include/ATen/ops/_pdist_forward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0292490Z copying torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0293610Z copying torch/include/ATen/ops/broadcast_tensors.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0295090Z copying torch/include/ATen/ops/slow_conv3d_forward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0296340Z copying torch/include/ATen/ops/lt_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0297540Z copying torch/include/ATen/ops/_chunk_cat.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0298910Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0300150Z copying torch/include/ATen/ops/is_distributed_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0301380Z copying torch/include/ATen/ops/nll_loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0302710Z copying torch/include/ATen/ops/_masked_softmax_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0304000Z copying torch/include/ATen/ops/fft_irfftn_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0305340Z copying torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0306610Z copying torch/include/ATen/ops/slice_scatter_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0308010Z copying torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0309230Z copying torch/include/ATen/ops/fft_fftn_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0310570Z copying torch/include/ATen/ops/_fused_adagrad.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0311810Z copying torch/include/ATen/ops/all_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0312820Z copying torch/include/ATen/ops/quantized_gru_cell.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0314300Z copying torch/include/ATen/ops/eye_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0315540Z copying torch/include/ATen/ops/hypot_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0316750Z copying torch/include/ATen/ops/sqrt.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0318190Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0319490Z copying torch/include/ATen/ops/set_data_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0320710Z copying torch/include/ATen/ops/linalg_vecdot_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0322040Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0322840Z copying torch/include/ATen/ops/acosh_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0324400Z copying torch/include/ATen/ops/_convolution_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0325930Z copying torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0326780Z copying torch/include/ATen/ops/sparse_csr_tensor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0328370Z copying torch/include/ATen/ops/_foreach_sinh_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0329660Z copying torch/include/ATen/ops/moveaxis_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0330480Z copying torch/include/ATen/ops/positive.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0332090Z copying torch/include/ATen/ops/sum_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0333130Z copying torch/include/ATen/ops/asin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0334450Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0335860Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0336960Z copying torch/include/ATen/ops/new_empty.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0338280Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0339480Z copying torch/include/ATen/ops/any_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0340730Z copying torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0342110Z copying torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0343320Z copying torch/include/ATen/ops/_propagate_xla_data_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0344700Z copying torch/include/ATen/ops/cudnn_convolution_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0345840Z copying torch/include/ATen/ops/_log_softmax_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0347060Z copying torch/include/ATen/ops/_foreach_round_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0348500Z copying torch/include/ATen/ops/_conj.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0349630Z copying torch/include/ATen/ops/is_coalesced_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0350810Z copying torch/include/ATen/ops/flatten.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0352040Z copying torch/include/ATen/ops/_to_dense_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0353400Z copying torch/include/ATen/ops/bitwise_or_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0354810Z copying torch/include/ATen/ops/bincount_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0355890Z copying torch/include/ATen/ops/dot_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0357200Z copying torch/include/ATen/ops/sparse_resize_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0358720Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0359900Z copying torch/include/ATen/ops/linspace_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0361120Z copying torch/include/ATen/ops/lerp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0362320Z copying torch/include/ATen/ops/nanmedian.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0363810Z copying torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0365060Z copying torch/include/ATen/ops/diagonal_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0366250Z copying torch/include/ATen/ops/sgn_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0367540Z copying torch/include/ATen/ops/_gather_sparse_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0368840Z copying torch/include/ATen/ops/topk_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0370120Z copying torch/include/ATen/ops/flip_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0371310Z copying torch/include/ATen/ops/any_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0372730Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0373990Z copying torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0375260Z copying torch/include/ATen/ops/special_entr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0376570Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0377750Z copying torch/include/ATen/ops/where_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0379200Z copying torch/include/ATen/ops/_sparse_mm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0380320Z copying torch/include/ATen/ops/igamma.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0381860Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0383030Z copying torch/include/ATen/ops/_choose_qparams_per_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0384430Z copying torch/include/ATen/ops/fft_ihfft2.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0385790Z copying torch/include/ATen/ops/kl_div.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0387400Z copying torch/include/ATen/ops/special_legendre_polynomial_p_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0388730Z copying torch/include/ATen/ops/_mps_convolution.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0390450Z copying torch/include/ATen/ops/hardsigmoid_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0391970Z copying torch/include/ATen/ops/values_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0393170Z copying torch/include/ATen/ops/resize_as_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0394540Z copying torch/include/ATen/ops/bucketize_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0395960Z copying torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0397300Z copying torch/include/ATen/ops/_linalg_svd_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0398930Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0400170Z copying torch/include/ATen/ops/argmin_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0401420Z copying torch/include/ATen/ops/any_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0402900Z copying torch/include/ATen/ops/vsplit_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0404410Z copying torch/include/ATen/ops/_softmax_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0405800Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0407530Z copying torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0409170Z copying torch/include/ATen/ops/_weight_int4pack_mm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0410570Z copying torch/include/ATen/ops/_mps_convolution_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0412270Z copying torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0413750Z copying torch/include/ATen/ops/value_selecting_reduction_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0415420Z copying torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0416800Z copying torch/include/ATen/ops/special_log1p_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0418360Z copying torch/include/ATen/ops/_log_softmax_backward_data_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0420270Z copying torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0421400Z copying torch/include/ATen/ops/put_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0423030Z copying torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0424540Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0426120Z copying torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0427570Z copying torch/include/ATen/ops/glu_jvp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0429220Z copying torch/include/ATen/ops/atan_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0430610Z copying torch/include/ATen/ops/acos_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0432270Z copying torch/include/ATen/ops/log10_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0433760Z copying torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0435400Z copying torch/include/ATen/ops/_mixed_dtypes_linear_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0437000Z copying torch/include/ATen/ops/mkldnn_max_pool3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0438340Z copying torch/include/ATen/ops/binomial.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0439950Z copying torch/include/ATen/ops/quantized_max_pool1d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0441450Z copying torch/include/ATen/ops/linalg_qr_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0442970Z copying torch/include/ATen/ops/ctc_loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0447740Z copying torch/include/ATen/ops/_propagate_xla_data_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0448320Z copying torch/include/ATen/ops/_fused_adagrad_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0448720Z copying torch/include/ATen/ops/index_add_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0449510Z copying torch/include/ATen/ops/norm_except_dim_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0450000Z copying torch/include/ATen/ops/log_normal_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0450610Z copying torch/include/ATen/ops/miopen_convolution_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0452340Z copying torch/include/ATen/ops/max_pool3d_with_indices_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0453860Z copying torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0455210Z copying torch/include/ATen/ops/transpose_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0456450Z copying torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0457930Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0458810Z copying torch/include/ATen/ops/smooth_l1_loss_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0460510Z copying torch/include/ATen/ops/cholesky_solve_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0461860Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0462960Z copying torch/include/ATen/ops/embedding_renorm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0464510Z copying torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0465770Z copying torch/include/ATen/ops/hardsigmoid.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0466780Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0468320Z copying torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0469630Z copying torch/include/ATen/ops/remainder_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0470780Z copying torch/include/ATen/ops/_weight_norm_interface_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0472080Z copying torch/include/ATen/ops/deg2rad.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0473270Z copying torch/include/ATen/ops/glu_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0474700Z copying torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0476040Z copying torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0477300Z copying torch/include/ATen/ops/zero_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0478560Z copying torch/include/ATen/ops/is_complex_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0479750Z copying torch/include/ATen/ops/floor_divide.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0480870Z copying torch/include/ATen/ops/soft_margin_loss_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0482070Z copying torch/include/ATen/ops/addr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0483630Z copying torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0484870Z copying torch/include/ATen/ops/upsample_bicubic2d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0486150Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0487540Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0488800Z copying torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0489990Z copying torch/include/ATen/ops/corrcoef.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0491440Z copying torch/include/ATen/ops/linalg_tensorsolve_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0492840Z copying torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0493640Z copying torch/include/ATen/ops/special_gammaln_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0495400Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0496640Z copying torch/include/ATen/ops/erfc_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0497550Z copying torch/include/ATen/ops/ccol_indices_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0499080Z copying torch/include/ATen/ops/reflection_pad1d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0500350Z copying torch/include/ATen/ops/_foreach_asin_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0501610Z copying torch/include/ATen/ops/_fused_adam.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0503090Z copying torch/include/ATen/ops/zeros_like.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0504620Z copying torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0505500Z copying torch/include/ATen/ops/reshape_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0506950Z copying torch/include/ATen/ops/_foreach_cosh_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0508200Z copying torch/include/ATen/ops/lt_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0509470Z copying torch/include/ATen/ops/slow_conv_transpose3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0510900Z copying torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0512210Z copying torch/include/ATen/ops/gt_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0513530Z copying torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0514990Z copying torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0515770Z copying torch/include/ATen/ops/replication_pad3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0517380Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0518800Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0519980Z copying torch/include/ATen/ops/unbind.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0521440Z copying torch/include/ATen/ops/scatter_reduce_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0522660Z copying torch/include/ATen/ops/unique_dim_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0523930Z copying torch/include/ATen/ops/triangular_solve_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0525300Z copying torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0526580Z copying torch/include/ATen/ops/baddbmm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0527780Z copying torch/include/ATen/ops/linear_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0529270Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0530180Z copying torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0531700Z copying torch/include/ATen/ops/geometric_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0532800Z copying torch/include/ATen/ops/multilabel_margin_loss_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0534130Z copying torch/include/ATen/ops/lstm_cell_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0535410Z copying torch/include/ATen/ops/_foreach_cos_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0536690Z copying torch/include/ATen/ops/max_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0537970Z copying torch/include/ATen/ops/outer_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0539330Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0540310Z copying torch/include/ATen/ops/vdot_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0542070Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0542800Z copying torch/include/ATen/ops/topk.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0544390Z copying torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0546070Z copying torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0547050Z copying torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0548480Z copying torch/include/ATen/ops/_cast_Short_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0549920Z copying torch/include/ATen/ops/batch_norm_gather_stats_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0551030Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0552650Z copying torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0553460Z copying torch/include/ATen/ops/batch_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0555040Z copying torch/include/ATen/ops/_to_sparse_bsc_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0556360Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0557420Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0558840Z copying torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0560130Z copying torch/include/ATen/ops/empty_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0561360Z copying torch/include/ATen/ops/q_scale_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0562580Z copying torch/include/ATen/ops/lgamma_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0563530Z copying torch/include/ATen/ops/stft_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0565070Z copying torch/include/ATen/ops/_sparse_mask_projection.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0566440Z copying torch/include/ATen/ops/aminmax_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0567670Z copying torch/include/ATen/ops/_trilinear_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0568800Z copying torch/include/ATen/ops/mse_loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0570210Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0571720Z copying torch/include/ATen/ops/affine_grid_generator_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0573120Z copying torch/include/ATen/ops/sinc_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0574150Z copying torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0575710Z copying torch/include/ATen/ops/unique_dim_consecutive_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0577100Z copying torch/include/ATen/ops/nll_loss_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0577980Z copying torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0579420Z copying torch/include/ATen/ops/quantize_per_tensor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0580660Z copying torch/include/ATen/ops/avg_pool2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0582070Z copying torch/include/ATen/ops/unsqueeze_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0583010Z copying torch/include/ATen/ops/random_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0584740Z copying torch/include/ATen/ops/repeat_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0585590Z copying torch/include/ATen/ops/fractional_max_pool2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0587370Z copying torch/include/ATen/ops/linalg_matrix_rank_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0588530Z copying torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0589750Z copying torch/include/ATen/ops/output_nr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0591010Z copying torch/include/ATen/ops/slow_conv3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0592340Z copying torch/include/ATen/ops/not_equal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0593430Z copying torch/include/ATen/ops/cholesky_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0594810Z copying torch/include/ATen/ops/meshgrid.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0596080Z copying torch/include/ATen/ops/_softmax_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0597500Z copying torch/include/ATen/ops/sym_storage_offset_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0598780Z copying torch/include/ATen/ops/isneginf_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0600040Z copying torch/include/ATen/ops/hardsigmoid_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0601590Z copying torch/include/ATen/ops/unsqueeze_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0602800Z copying torch/include/ATen/ops/rand_like.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0604800Z copying torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0606530Z copying torch/include/ATen/ops/mse_loss_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0608070Z copying torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0609620Z copying torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0611040Z copying torch/include/ATen/ops/grid_sampler_2d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0612020Z copying torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0613530Z copying torch/include/ATen/ops/float_power_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0614960Z copying torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0616320Z copying torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0617540Z copying torch/include/ATen/ops/slow_conv_dilated3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0618920Z copying torch/include/ATen/ops/maximum_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0620210Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0621560Z copying torch/include/ATen/ops/multi_margin_loss_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0622880Z copying torch/include/ATen/ops/_sparse_semi_structured_tile_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0624410Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0625510Z copying torch/include/ATen/ops/_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0627000Z copying torch/include/ATen/ops/cudnn_batch_norm_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0628230Z copying torch/include/ATen/ops/cosh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0629620Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0630810Z copying torch/include/ATen/ops/asinh_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0632010Z copying torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0633510Z copying torch/include/ATen/ops/tanh_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0634940Z copying torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0635780Z copying torch/include/ATen/ops/_masked_scale.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0637430Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0638770Z copying torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0639810Z copying torch/include/ATen/ops/diff_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0641310Z copying torch/include/ATen/ops/fmax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0642660Z copying torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0643570Z copying torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0644970Z copying torch/include/ATen/ops/eye_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0646250Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0647680Z copying torch/include/ATen/ops/reflection_pad2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0649030Z copying torch/include/ATen/ops/ceil_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0650460Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0651330Z copying torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0652810Z copying torch/include/ATen/ops/sym_storage_offset.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0657740Z copying torch/include/ATen/ops/_unsafe_masked_index_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0658120Z copying torch/include/ATen/ops/fmax_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0658520Z copying torch/include/ATen/ops/pixel_unshuffle_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0659030Z copying torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0659440Z copying torch/include/ATen/ops/_log_softmax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0660170Z copying torch/include/ATen/ops/_masked_softmax_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0661760Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0663260Z copying torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0664560Z copying torch/include/ATen/ops/and.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0665970Z copying torch/include/ATen/ops/slow_conv_dilated2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0666790Z copying torch/include/ATen/ops/_sparse_csr_sum_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0668530Z copying torch/include/ATen/ops/replication_pad3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0669870Z copying torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0670680Z copying torch/include/ATen/ops/gru_cell_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0672300Z copying torch/include/ATen/ops/logaddexp2_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0673810Z copying torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0674690Z copying torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0676080Z copying torch/include/ATen/ops/searchsorted_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0677520Z copying torch/include/ATen/ops/addmv_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0678910Z copying torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0680170Z copying torch/include/ATen/ops/masked_scatter_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0681480Z copying torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0682800Z copying torch/include/ATen/ops/_padded_dense_to_jagged_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0684140Z copying torch/include/ATen/ops/clamp_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0685200Z copying torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0686550Z copying torch/include/ATen/ops/hann_window.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0687970Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0689420Z copying torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0690610Z copying torch/include/ATen/ops/log1p_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0691790Z copying torch/include/ATen/ops/_cast_Int.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0693220Z copying torch/include/ATen/ops/nextafter_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0694640Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0695450Z copying torch/include/ATen/ops/erf_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0697000Z copying torch/include/ATen/ops/as_strided_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0698530Z copying torch/include/ATen/ops/_flash_attention_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0699870Z copying torch/include/ATen/ops/mkldnn_rnn_layer_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0701230Z copying torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0702590Z copying torch/include/ATen/ops/isneginf_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0703880Z copying torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0705370Z copying torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0706180Z copying torch/include/ATen/ops/concatenate_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0707700Z copying torch/include/ATen/ops/bitwise_or_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0709830Z copying torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0710410Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0711920Z copying torch/include/ATen/ops/clamp_min_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0713200Z copying torch/include/ATen/ops/argmin_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0714600Z copying torch/include/ATen/ops/_index_put_impl_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0715910Z copying torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0717100Z copying torch/include/ATen/ops/erfc_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0718150Z copying torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0719650Z copying torch/include/ATen/ops/lstm_mps_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0720970Z copying torch/include/ATen/ops/range.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0721960Z copying torch/include/ATen/ops/select_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0723390Z copying torch/include/ATen/ops/_foreach_erf_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0724740Z copying torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0725980Z copying torch/include/ATen/ops/sparse_resize_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0727260Z copying torch/include/ATen/ops/mkldnn_linear_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0728260Z copying torch/include/ATen/ops/sinc.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0729900Z copying torch/include/ATen/ops/_conj_physical.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0731120Z copying torch/include/ATen/ops/square_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0732010Z copying torch/include/ATen/ops/copysign_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0733600Z copying torch/include/ATen/ops/amin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0734950Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0736200Z copying torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0737610Z copying torch/include/ATen/ops/margin_ranking_loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0738380Z copying torch/include/ATen/ops/special_psi_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0739950Z copying torch/include/ATen/ops/special_ndtri_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0741180Z copying torch/include/ATen/ops/to_sparse.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0742700Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0743540Z copying torch/include/ATen/ops/_foreach_erfc.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0745040Z copying torch/include/ATen/ops/selu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0746340Z copying torch/include/ATen/ops/_cdist_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0747670Z copying torch/include/ATen/ops/log_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0748910Z copying torch/include/ATen/ops/range_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0750640Z copying torch/include/ATen/ops/aminmax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0751890Z copying torch/include/ATen/ops/linalg_solve_triangular.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0753340Z copying torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0754310Z copying torch/include/ATen/ops/cov.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0755990Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0757170Z copying torch/include/ATen/ops/relu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0758550Z copying torch/include/ATen/ops/unique_dim_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0759940Z copying torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0761100Z copying torch/include/ATen/ops/min.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0762740Z copying torch/include/ATen/ops/chain_matmul_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0763460Z copying torch/include/ATen/ops/tile_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0765080Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0766610Z copying torch/include/ATen/ops/_foreach_reciprocal_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0767580Z copying torch/include/ATen/ops/hardshrink_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0769160Z copying torch/include/ATen/ops/unique_dim_consecutive.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0770550Z copying torch/include/ATen/ops/is_nonzero_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0772130Z copying torch/include/ATen/ops/_prelu_kernel_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0773430Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0774730Z copying torch/include/ATen/ops/kthvalue_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0776300Z copying torch/include/ATen/ops/linspace_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0777650Z copying torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0778890Z copying torch/include/ATen/ops/slice_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0780130Z copying torch/include/ATen/ops/_test_parallel_materialize.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0781460Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0782970Z copying torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0783900Z copying torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0785270Z copying torch/include/ATen/ops/int_repr_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0786430Z copying torch/include/ATen/ops/ne_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0788050Z copying torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0789350Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0790620Z copying torch/include/ATen/ops/upsample_nearest2d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0791930Z copying torch/include/ATen/ops/_foreach_mul.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0793210Z copying torch/include/ATen/ops/upsample_linear1d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0794500Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0795520Z copying torch/include/ATen/ops/_int_mm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0796980Z copying torch/include/ATen/ops/upsample_linear1d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0798890Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0800140Z copying torch/include/ATen/ops/fill.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0801630Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0802900Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0804330Z copying torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0805610Z copying torch/include/ATen/ops/log1p_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0807010Z copying torch/include/ATen/ops/triplet_margin_loss_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0808180Z copying torch/include/ATen/ops/lcm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0809490Z copying torch/include/ATen/ops/argwhere_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0810840Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0812110Z copying torch/include/ATen/ops/_foreach_frac.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0813360Z copying torch/include/ATen/ops/orgqr_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0814740Z copying torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0816100Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0817480Z copying torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0818710Z copying torch/include/ATen/ops/sgn_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0819980Z copying torch/include/ATen/ops/nanmedian_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0821200Z copying torch/include/ATen/ops/crow_indices_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0822540Z copying torch/include/ATen/ops/fft_ihfft_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0823760Z copying torch/include/ATen/ops/put_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0825140Z copying torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0826210Z copying torch/include/ATen/ops/std_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0827720Z copying torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0829220Z copying torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0830400Z copying torch/include/ATen/ops/lerp_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0831640Z copying torch/include/ATen/ops/clamp_max.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0832880Z copying torch/include/ATen/ops/_int_mm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0834160Z copying torch/include/ATen/ops/var_mean_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0835860Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0836880Z copying torch/include/ATen/ops/arctan_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0838590Z copying torch/include/ATen/ops/_embedding_bag_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0839840Z copying torch/include/ATen/ops/div_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0841170Z copying torch/include/ATen/ops/round_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0842540Z copying torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0843890Z copying torch/include/ATen/ops/hypot_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0844710Z copying torch/include/ATen/ops/nll_loss2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0846120Z copying torch/include/ATen/ops/to_mkldnn_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0847690Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0849250Z copying torch/include/ATen/ops/empty_permuted_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0850670Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0852010Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0853460Z copying torch/include/ATen/ops/lt_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0854800Z copying torch/include/ATen/ops/linalg_householder_product_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0856100Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0857520Z copying torch/include/ATen/ops/cudnn_grid_sampler_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0859010Z copying torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0860600Z copying torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0861860Z copying torch/include/ATen/ops/slice_scatter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0862970Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0868140Z copying torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0868710Z copying torch/include/ATen/ops/_nnz.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0869190Z copying torch/include/ATen/ops/grid_sampler_2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0869690Z copying torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0870200Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0871840Z copying torch/include/ATen/ops/sparse_compressed_tensor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0873320Z copying torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0874670Z copying torch/include/ATen/ops/hamming_window_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0876190Z copying torch/include/ATen/ops/nll_loss_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0877100Z copying torch/include/ATen/ops/zeros_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0878890Z copying torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0880290Z copying torch/include/ATen/ops/special_modified_bessel_k0_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0881340Z copying torch/include/ATen/ops/_convolution.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0882720Z copying torch/include/ATen/ops/special_bessel_j1.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0883990Z copying torch/include/ATen/ops/conv3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0885440Z copying torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0886700Z copying torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0888000Z copying torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0889270Z copying torch/include/ATen/ops/chunk_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0890530Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0891870Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0893520Z copying torch/include/ATen/ops/special_modified_bessel_k1_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0894050Z copying torch/include/ATen/ops/sgn_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0895680Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0897120Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0898370Z copying torch/include/ATen/ops/split_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0899510Z copying torch/include/ATen/ops/topk_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0901020Z copying torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0902240Z copying torch/include/ATen/ops/sym_numel_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0903730Z copying torch/include/ATen/ops/leaky_relu_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0904450Z copying torch/include/ATen/ops/mish_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0906040Z copying torch/include/ATen/ops/_values_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0907580Z copying torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0908480Z copying torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0909970Z copying torch/include/ATen/ops/bitwise_or_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0911050Z copying torch/include/ATen/ops/sym_numel_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0912730Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0913700Z copying torch/include/ATen/ops/log_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0915090Z copying torch/include/ATen/ops/_to_sparse.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0916530Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0917650Z copying torch/include/ATen/ops/_logcumsumexp_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0919310Z copying torch/include/ATen/ops/pow_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0920780Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0922010Z copying torch/include/ATen/ops/_foreach_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0923500Z copying torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0924430Z copying torch/include/ATen/ops/linalg_solve_triangular_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0925860Z copying torch/include/ATen/ops/conj_physical_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0927140Z copying torch/include/ATen/ops/silu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0928560Z copying torch/include/ATen/ops/asin.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0929830Z copying torch/include/ATen/ops/multinomial_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0931240Z copying torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0932030Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0933680Z copying torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0934970Z copying torch/include/ATen/ops/sspaddmm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0936370Z copying torch/include/ATen/ops/maximum_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0937990Z copying torch/include/ATen/ops/_batch_norm_impl_index.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0939870Z copying torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0940940Z copying torch/include/ATen/ops/linalg_eigh_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0942720Z copying torch/include/ATen/ops/max_pool2d_with_indices_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0944000Z copying torch/include/ATen/ops/quantized_max_pool3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0945350Z copying torch/include/ATen/ops/_fused_sgd_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0946450Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0947890Z copying torch/include/ATen/ops/_cummax_helper_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0948950Z copying torch/include/ATen/ops/special_i1_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0950730Z copying torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0952250Z copying torch/include/ATen/ops/sparse_compressed_tensor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0953360Z copying torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0954810Z copying torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0955640Z copying torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0957190Z copying torch/include/ATen/ops/_cast_Half.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0958620Z copying torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0960190Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0961480Z copying torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0962760Z copying torch/include/ATen/ops/elu_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0964010Z copying torch/include/ATen/ops/fmax_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0965200Z copying torch/include/ATen/ops/_to_sparse_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0966550Z copying torch/include/ATen/ops/addr_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0967360Z copying torch/include/ATen/ops/threshold_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0968840Z copying torch/include/ATen/ops/not_equal_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0970120Z copying torch/include/ATen/ops/xlogy_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0971650Z copying torch/include/ATen/ops/special_exp2_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0973170Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0973980Z copying torch/include/ATen/ops/special_bessel_j0_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0975700Z copying torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0976980Z copying torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0978290Z copying torch/include/ATen/ops/view_as_complex_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0979610Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0980960Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0982370Z copying torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0983330Z copying torch/include/ATen/ops/special_bessel_j1_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0984800Z copying torch/include/ATen/ops/_unsafe_index_put.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0986280Z copying torch/include/ATen/ops/row_indices_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0987270Z copying torch/include/ATen/ops/multiply_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0988830Z copying torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0990040Z copying torch/include/ATen/ops/_dim_arange_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0991380Z copying torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0992720Z copying torch/include/ATen/ops/to_sparse_csc.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0994020Z copying torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0995310Z copying torch/include/ATen/ops/upsample_nearest2d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0996610Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0997910Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.0998880Z copying torch/include/ATen/ops/equal_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1000570Z copying torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1001480Z copying torch/include/ATen/ops/xor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1003080Z copying torch/include/ATen/ops/special_softmax.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1004460Z copying torch/include/ATen/ops/scatter_reduce.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1005710Z copying torch/include/ATen/ops/slogdet_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1007140Z copying torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1008320Z copying torch/include/ATen/ops/std_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1009730Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1010580Z copying torch/include/ATen/ops/_foreach_log1p_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1012150Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1013680Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1014620Z copying torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1016110Z copying torch/include/ATen/ops/fractional_max_pool2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1017330Z copying torch/include/ATen/ops/hspmm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1018750Z copying torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1020060Z copying torch/include/ATen/ops/take_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1021300Z copying torch/include/ATen/ops/segment_reduce_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1022530Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1023840Z copying torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1024910Z copying torch/include/ATen/ops/squeeze_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1026560Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1027790Z copying torch/include/ATen/ops/less_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1029030Z copying torch/include/ATen/ops/_shape_as_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1030260Z copying torch/include/ATen/ops/mv_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1031590Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1032880Z copying torch/include/ATen/ops/special_legendre_polynomial_p_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1034280Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1035090Z copying torch/include/ATen/ops/threshold_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1036940Z copying torch/include/ATen/ops/clamp_min_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1038320Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1039710Z copying torch/include/ATen/ops/mkldnn_max_pool3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1041200Z copying torch/include/ATen/ops/_mps_convolution_transpose_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1042280Z copying torch/include/ATen/ops/cat_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1043530Z copying torch/include/ATen/ops/swapdims_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1045240Z copying torch/include/ATen/ops/rrelu_with_noise_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1046000Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1047410Z copying torch/include/ATen/ops/_to_sparse_csc_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1048750Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1050040Z copying torch/include/ATen/ops/rnn_tanh_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1051190Z copying torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1052630Z copying torch/include/ATen/ops/special_multigammaln_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1054210Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1055000Z copying torch/include/ATen/ops/amax_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1056740Z copying torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1057950Z copying torch/include/ATen/ops/to_dense_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1059390Z copying torch/include/ATen/ops/reflection_pad3d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1060160Z copying torch/include/ATen/ops/nan_to_num_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1061680Z copying torch/include/ATen/ops/_cummin_helper_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1062910Z copying torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1064450Z copying torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1065720Z copying torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1066620Z copying torch/include/ATen/ops/log10_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1068130Z copying torch/include/ATen/ops/_test_parallel_materialize_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1069580Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1070800Z copying torch/include/ATen/ops/bitwise_left_shift.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1072120Z copying torch/include/ATen/ops/_pad_circular_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1073530Z copying torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1074860Z copying torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1079920Z copying torch/include/ATen/ops/frobenius_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1080400Z copying torch/include/ATen/ops/count_nonzero_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1080740Z copying torch/include/ATen/ops/rsub_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1081100Z copying torch/include/ATen/ops/linalg_qr_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1081490Z copying torch/include/ATen/ops/slow_conv_transpose2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1082130Z copying torch/include/ATen/ops/_linalg_det_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1083680Z copying torch/include/ATen/ops/tanh_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1085040Z copying torch/include/ATen/ops/_foreach_lgamma_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1086170Z copying torch/include/ATen/ops/isin_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1087570Z copying torch/include/ATen/ops/ne_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1088800Z copying torch/include/ATen/ops/_linalg_slogdet_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1089900Z copying torch/include/ATen/ops/multinomial_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1091250Z copying torch/include/ATen/ops/_foreach_max_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1092680Z copying torch/include/ATen/ops/tan_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1094190Z copying torch/include/ATen/ops/multinomial_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1095440Z copying torch/include/ATen/ops/new_empty_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1096830Z copying torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1097920Z copying torch/include/ATen/ops/all_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1099360Z copying torch/include/ATen/ops/rms_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1100620Z copying torch/include/ATen/ops/to_dense_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1102090Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1103530Z copying torch/include/ATen/ops/flip_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1104570Z copying torch/include/ATen/ops/svd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1105860Z copying torch/include/ATen/ops/mm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1107330Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1108910Z copying torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1109700Z copying torch/include/ATen/ops/special_polygamma_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1111120Z copying torch/include/ATen/ops/rshift_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1112400Z copying torch/include/ATen/ops/log2_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1113640Z copying torch/include/ATen/ops/special_i1e_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1115000Z copying torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1116160Z copying torch/include/ATen/ops/squeeze_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1117690Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1118710Z copying torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1120170Z copying torch/include/ATen/ops/is_leaf_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1121580Z copying torch/include/ATen/ops/maximum_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1122930Z copying torch/include/ATen/ops/asinh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1123850Z copying torch/include/ATen/ops/broadcast_to_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1125290Z copying torch/include/ATen/ops/_nested_get_lengths_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1126690Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1127910Z copying torch/include/ATen/ops/tril_indices.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1129390Z copying torch/include/ATen/ops/sqrt_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1130680Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1131900Z copying torch/include/ATen/ops/randint_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1133320Z copying torch/include/ATen/ops/slogdet.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1134320Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1135820Z copying torch/include/ATen/ops/_foreach_erf.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1137140Z copying torch/include/ATen/ops/_functional_assert_scalar.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1138480Z copying torch/include/ATen/ops/_lazy_clone.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1139740Z copying torch/include/ATen/ops/mps_convolution_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1141040Z copying torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1142390Z copying torch/include/ATen/ops/equal_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1143630Z copying torch/include/ATen/ops/empty_quantized_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1144760Z copying torch/include/ATen/ops/special_digamma.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1146130Z copying torch/include/ATen/ops/fractional_max_pool3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1147460Z copying torch/include/ATen/ops/unfold_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1148810Z copying torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1150030Z copying torch/include/ATen/ops/all_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1151920Z copying torch/include/ATen/ops/cross.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1152370Z copying torch/include/ATen/ops/_convolution_double_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1153790Z copying torch/include/ATen/ops/gelu_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1155170Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1156710Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1158080Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1159340Z copying torch/include/ATen/ops/fmin_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1160560Z copying torch/include/ATen/ops/log1p.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1161880Z copying torch/include/ATen/ops/less.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1163130Z copying torch/include/ATen/ops/tensordot.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1164530Z copying torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1165830Z copying torch/include/ATen/ops/_sample_dirichlet_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1167280Z copying torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1168430Z copying torch/include/ATen/ops/log2.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1170040Z copying torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1170940Z copying torch/include/ATen/ops/linalg_cholesky_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1172260Z copying torch/include/ATen/ops/div_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1173660Z copying torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1174990Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1176380Z copying torch/include/ATen/ops/nll_loss_forward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1177320Z copying torch/include/ATen/ops/bitwise_not_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1178690Z copying torch/include/ATen/ops/_indices_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1180220Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1181040Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1182390Z copying torch/include/ATen/ops/slow_conv_dilated2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1183820Z copying torch/include/ATen/ops/_foreach_acos_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1185130Z copying torch/include/ATen/ops/gradient_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1186360Z copying torch/include/ATen/ops/conv_transpose1d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1187560Z copying torch/include/ATen/ops/or_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1188860Z copying torch/include/ATen/ops/smooth_l1_loss_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1190350Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1191450Z copying torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1192710Z copying torch/include/ATen/ops/median_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1193950Z copying torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1195450Z copying torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1196680Z copying torch/include/ATen/ops/atleast_3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1198080Z copying torch/include/ATen/ops/_chunk_cat_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1199080Z copying torch/include/ATen/ops/_functional_sym_constrain_range_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1200390Z copying torch/include/ATen/ops/im2col.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1201780Z copying torch/include/ATen/ops/upsample_nearest3d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1203060Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1203980Z copying torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1205710Z copying torch/include/ATen/ops/_mps_convolution_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1207010Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1207830Z copying torch/include/ATen/ops/retains_grad_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1209600Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1210820Z copying torch/include/ATen/ops/sign_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1212010Z copying torch/include/ATen/ops/empty_like.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1213270Z copying torch/include/ATen/ops/gelu_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1214610Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1215870Z copying torch/include/ATen/ops/elu_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1217110Z copying torch/include/ATen/ops/output_nr_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1218460Z copying torch/include/ATen/ops/sqrt_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1219700Z copying torch/include/ATen/ops/linalg_lstsq.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1220940Z copying torch/include/ATen/ops/count_nonzero.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1222170Z copying torch/include/ATen/ops/feature_alpha_dropout.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1223410Z copying torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1224750Z copying torch/include/ATen/ops/softplus_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1226040Z copying torch/include/ATen/ops/trunc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1227260Z copying torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1228680Z copying torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1230030Z copying torch/include/ATen/ops/as_strided_scatter_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1231350Z copying torch/include/ATen/ops/special_i0e_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1232560Z copying torch/include/ATen/ops/norm_except_dim_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1233790Z copying torch/include/ATen/ops/sort_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1235000Z copying torch/include/ATen/ops/logit_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1236400Z copying torch/include/ATen/ops/_stack_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1237680Z copying torch/include/ATen/ops/fft_hfftn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1239080Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1240360Z copying torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1241800Z copying torch/include/ATen/ops/view_as_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1242420Z copying torch/include/ATen/ops/grid_sampler.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1243900Z copying torch/include/ATen/ops/linalg_lu_solve.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1245350Z copying torch/include/ATen/ops/divide.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1246160Z copying torch/include/ATen/ops/_unsafe_masked_index.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1247810Z copying torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1248790Z copying torch/include/ATen/ops/is_neg.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1250560Z copying torch/include/ATen/ops/replication_pad2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1252020Z copying torch/include/ATen/ops/_resize_output_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1253040Z copying torch/include/ATen/ops/_fused_adamw_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1254420Z copying torch/include/ATen/ops/slice_inverse_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1256200Z copying torch/include/ATen/ops/hardswish_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1257560Z copying torch/include/ATen/ops/fft_ihfft2_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1259040Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1260420Z copying torch/include/ATen/ops/values_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1261780Z copying torch/include/ATen/ops/feature_dropout.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1263130Z copying torch/include/ATen/ops/resize_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1264650Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1265980Z copying torch/include/ATen/ops/gt_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1267480Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1268810Z copying torch/include/ATen/ops/special_xlog1py_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1269980Z copying torch/include/ATen/ops/linalg_inv_ex_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1271640Z copying torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1272950Z copying torch/include/ATen/ops/tril_indices_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1274320Z copying torch/include/ATen/ops/threshold_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1275640Z copying torch/include/ATen/ops/sparse_bsr_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1277100Z copying torch/include/ATen/ops/max_pool2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1278420Z copying torch/include/ATen/ops/tensor_split_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1279640Z copying torch/include/ATen/ops/diagonal_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1280990Z copying torch/include/ATen/ops/std_mean_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1282420Z copying torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1283670Z copying torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1288430Z copying torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1288950Z copying torch/include/ATen/ops/expand_as.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1289360Z copying torch/include/ATen/ops/adaptive_max_pool2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1289730Z copying torch/include/ATen/ops/le_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1290160Z copying torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1291010Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1292610Z copying torch/include/ATen/ops/hardshrink_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1293840Z copying torch/include/ATen/ops/addmv_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1295100Z copying torch/include/ATen/ops/to_sparse_bsc.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1296470Z copying torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1297740Z copying torch/include/ATen/ops/_sobol_engine_scramble_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1298940Z copying torch/include/ATen/ops/slogdet_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1299910Z copying torch/include/ATen/ops/native_dropout_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1301490Z copying torch/include/ATen/ops/hardswish_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1302730Z copying torch/include/ATen/ops/lshift_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1303940Z copying torch/include/ATen/ops/set_data_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1305380Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1306640Z copying torch/include/ATen/ops/tril_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1308100Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1309030Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1310590Z copying torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1312010Z copying torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1313350Z copying torch/include/ATen/ops/sinh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1314480Z copying torch/include/ATen/ops/sub_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1315790Z copying torch/include/ATen/ops/glu_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1316870Z copying torch/include/ATen/ops/fmax.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1318130Z copying torch/include/ATen/ops/_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1319690Z copying torch/include/ATen/ops/cudnn_batch_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1321160Z copying torch/include/ATen/ops/lcm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1322520Z copying torch/include/ATen/ops/atan_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1323970Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1324930Z copying torch/include/ATen/ops/_unique2_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1326440Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1327720Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1328930Z copying torch/include/ATen/ops/new_full_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1330230Z copying torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1331630Z copying torch/include/ATen/ops/logspace.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1332530Z copying torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1334060Z copying torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1335530Z copying torch/include/ATen/ops/to_mkldnn_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1336780Z copying torch/include/ATen/ops/linalg_eigvalsh.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1337940Z copying torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1339390Z copying torch/include/ATen/ops/linalg_inv_ex_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1340120Z copying torch/include/ATen/ops/unsqueeze.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1341650Z copying torch/include/ATen/ops/isinf_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1343090Z copying torch/include/ATen/ops/_foreach_max.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1344380Z copying torch/include/ATen/ops/floor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1346000Z copying torch/include/ATen/ops/where_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1346940Z copying torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1348230Z copying torch/include/ATen/ops/special_log_softmax_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1349560Z copying torch/include/ATen/ops/_addmm_activation_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1350840Z copying torch/include/ATen/ops/clamp_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1352070Z copying torch/include/ATen/ops/special_hermite_polynomial_h.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1353100Z copying torch/include/ATen/ops/set_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1354600Z copying torch/include/ATen/ops/bucketize_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1355930Z copying torch/include/ATen/ops/asinh_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1357330Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1358640Z copying torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1359970Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1361050Z copying torch/include/ATen/ops/_conj_physical_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1362560Z copying torch/include/ATen/ops/_sparse_sum_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1363950Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1365240Z copying torch/include/ATen/ops/alias.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1366520Z copying torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1367860Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1369090Z copying torch/include/ATen/ops/fft_fft_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1370600Z copying torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1371810Z copying torch/include/ATen/ops/special_i1e_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1373120Z copying torch/include/ATen/ops/replication_pad2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1374360Z copying torch/include/ATen/ops/poisson.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1375710Z copying torch/include/ATen/ops/special_hermite_polynomial_h_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1377100Z copying torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1378010Z copying torch/include/ATen/ops/replication_pad1d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1379760Z copying torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1380570Z copying torch/include/ATen/ops/nan_to_num_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1382250Z copying torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1383480Z copying torch/include/ATen/ops/logspace_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1384870Z copying torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1385960Z copying torch/include/ATen/ops/conj_physical_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1387320Z copying torch/include/ATen/ops/heaviside.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1388790Z copying torch/include/ATen/ops/arccosh_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1389670Z copying torch/include/ATen/ops/_mkldnn_reshape.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1391410Z copying torch/include/ATen/ops/linalg_slogdet_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1392280Z copying torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1393850Z copying torch/include/ATen/ops/addcdiv_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1395340Z copying torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1396700Z copying torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1398090Z copying torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1398850Z copying torch/include/ATen/ops/aminmax_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1400490Z copying torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1401720Z copying torch/include/ATen/ops/_linalg_det_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1403160Z copying torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1404220Z copying torch/include/ATen/ops/_coalesce_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1405560Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1406890Z copying torch/include/ATen/ops/batch_norm_backward_elemt_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1408280Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1409130Z copying torch/include/ATen/ops/log_sigmoid_forward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1410820Z copying torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1412110Z copying torch/include/ATen/ops/special_i1_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1413000Z copying torch/include/ATen/ops/index_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1414480Z copying torch/include/ATen/ops/equal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1415780Z copying torch/include/ATen/ops/_unique2_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1416950Z copying torch/include/ATen/ops/adaptive_avg_pool2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1418290Z copying torch/include/ATen/ops/acos_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1419600Z copying torch/include/ATen/ops/heaviside_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1421010Z copying torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1422300Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1423110Z copying torch/include/ATen/ops/heaviside_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1424870Z copying torch/include/ATen/ops/_nested_view_from_jagged_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1425730Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1427180Z copying torch/include/ATen/ops/_fw_primal_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1428530Z copying torch/include/ATen/ops/_nested_tensor_from_mask.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1429770Z copying torch/include/ATen/ops/sparse_bsr_tensor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1431300Z copying torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1432150Z copying torch/include/ATen/ops/sum_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1433650Z copying torch/include/ATen/ops/searchsorted.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1435230Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1436570Z copying torch/include/ATen/ops/linalg_solve_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1437990Z copying torch/include/ATen/ops/linalg_solve_ex_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1439300Z copying torch/include/ATen/ops/bitwise_and.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1440660Z copying torch/include/ATen/ops/instance_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1441930Z copying torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1443720Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1444940Z copying torch/include/ATen/ops/_slow_conv2d_forward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1446320Z copying torch/include/ATen/ops/embedding_dense_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1447390Z copying torch/include/ATen/ops/geqrf_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1448510Z copying torch/include/ATen/ops/tile.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1450170Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1451510Z copying torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1452800Z copying torch/include/ATen/ops/_foreach_clamp_min_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1453760Z copying torch/include/ATen/ops/nanmean.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1455650Z copying torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1456490Z copying torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1457970Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1459400Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1460840Z copying torch/include/ATen/ops/reflection_pad1d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1462130Z copying torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1463530Z copying torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1464270Z copying torch/include/ATen/ops/topk_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1465970Z copying torch/include/ATen/ops/tanh_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1467360Z copying torch/include/ATen/ops/xlogy_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1468720Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1470080Z copying torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1471080Z copying torch/include/ATen/ops/softplus_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1472730Z copying torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1473740Z copying torch/include/ATen/ops/scalar_tensor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1475160Z copying torch/include/ATen/ops/embedding_bag_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1476550Z copying torch/include/ATen/ops/rnn_relu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1477660Z copying torch/include/ATen/ops/special_i1e_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1478940Z copying torch/include/ATen/ops/adaptive_avg_pool3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1480340Z copying torch/include/ATen/ops/as_strided_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1481530Z copying torch/include/ATen/ops/ones_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1482720Z copying torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1484010Z copying torch/include/ATen/ops/cholesky_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1485530Z copying torch/include/ATen/ops/triu_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1486780Z copying torch/include/ATen/ops/count_nonzero_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1488050Z copying torch/include/ATen/ops/eq_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1489310Z copying torch/include/ATen/ops/fft_rfftn_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1490620Z copying torch/include/ATen/ops/reflection_pad2d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1491920Z copying torch/include/ATen/ops/hypot_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1496320Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1496800Z copying torch/include/ATen/ops/feature_dropout_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1497140Z copying torch/include/ATen/ops/gelu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1497930Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1498330Z copying torch/include/ATen/ops/q_per_channel_zero_points.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1499800Z copying torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1501110Z copying torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1501990Z copying torch/include/ATen/ops/isclose.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1503420Z copying torch/include/ATen/ops/view_as_complex.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1504690Z copying torch/include/ATen/ops/lstm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1505950Z copying torch/include/ATen/ops/_linalg_eigvals_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1507350Z copying torch/include/ATen/ops/_mps_convolution_transpose_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1508570Z copying torch/include/ATen/ops/kthvalue.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1509700Z copying torch/include/ATen/ops/_euclidean_dist_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1511080Z copying torch/include/ATen/ops/replication_pad1d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1512520Z copying torch/include/ATen/ops/sin_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1513870Z copying torch/include/ATen/ops/unsafe_chunk_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1514620Z copying torch/include/ATen/ops/_foreach_minimum_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1516330Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1517580Z copying torch/include/ATen/ops/select_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1518770Z copying torch/include/ATen/ops/clamp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1520200Z copying torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1521020Z copying torch/include/ATen/ops/_foreach_maximum_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1522840Z copying torch/include/ATen/ops/linalg_cholesky_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1524070Z copying torch/include/ATen/ops/hamming_window.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1525370Z copying torch/include/ATen/ops/flatten_dense_tensors_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1526690Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1528050Z copying torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1529400Z copying torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1530460Z copying torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1531760Z copying torch/include/ATen/ops/max_pool2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1533400Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1534740Z copying torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1535590Z copying torch/include/ATen/ops/linalg_lu_factor_ex.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1537250Z copying torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1538540Z copying torch/include/ATen/ops/unique_consecutive_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1539700Z copying torch/include/ATen/ops/unique_dim_consecutive_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1541070Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1542400Z copying torch/include/ATen/ops/_neg_view_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1543630Z copying torch/include/ATen/ops/trapezoid_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1544730Z copying torch/include/ATen/ops/bitwise_xor_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1546180Z copying torch/include/ATen/ops/tanh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1547760Z copying torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1549200Z copying torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1550110Z copying torch/include/ATen/ops/logical_not_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1551730Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1552930Z copying torch/include/ATen/ops/avg_pool1d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1554190Z copying torch/include/ATen/ops/tril_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1555610Z copying torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1556390Z copying torch/include/ATen/ops/dsplit_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1557970Z copying torch/include/ATen/ops/is_vulkan_available_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1559180Z copying torch/include/ATen/ops/resolve_neg.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1560490Z copying torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1561670Z copying torch/include/ATen/ops/rad2deg.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1562970Z copying torch/include/ATen/ops/_mps_convolution_transpose.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1564250Z copying torch/include/ATen/ops/_segment_reduce_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1565490Z copying torch/include/ATen/ops/special_logit_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1566730Z copying torch/include/ATen/ops/_cummin_helper.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1568300Z copying torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1570050Z copying torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1571130Z copying torch/include/ATen/ops/_foreach_addcmul_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1572660Z copying torch/include/ATen/ops/split_with_sizes_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1573990Z copying torch/include/ATen/ops/nll_loss_nd_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1575470Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1576820Z copying torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1578000Z copying torch/include/ATen/ops/type_as.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1579470Z copying torch/include/ATen/ops/dot_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1580350Z copying torch/include/ATen/ops/hardswish_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1582080Z copying torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1583170Z copying torch/include/ATen/ops/leaky_relu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1584520Z copying torch/include/ATen/ops/_masked_softmax.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1585980Z copying torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1587390Z copying torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1588150Z copying torch/include/ATen/ops/sign_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1589700Z copying torch/include/ATen/ops/linalg_tensorsolve.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1590960Z copying torch/include/ATen/ops/argwhere_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1592210Z copying torch/include/ATen/ops/erfinv_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1593540Z copying torch/include/ATen/ops/resolve_neg_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1594890Z copying torch/include/ATen/ops/scatter_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1596150Z copying torch/include/ATen/ops/_triton_multi_head_attention.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1597340Z copying torch/include/ATen/ops/alpha_dropout.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1598790Z copying torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1600190Z copying torch/include/ATen/ops/_functional_sym_constrain_range_for_size.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1601040Z copying torch/include/ATen/ops/stride_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1602790Z copying torch/include/ATen/ops/soft_margin_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1604290Z copying torch/include/ATen/ops/lift.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1605710Z copying torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1606900Z copying torch/include/ATen/ops/atan2_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1608590Z copying torch/include/ATen/ops/_sparse_broadcast_to_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1609780Z copying torch/include/ATen/ops/_foreach_floor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1611260Z copying torch/include/ATen/ops/acos_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1612570Z copying torch/include/ATen/ops/_fused_dropout_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1613540Z copying torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1614950Z copying torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1616410Z copying torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1617750Z copying torch/include/ATen/ops/stride.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1618710Z copying torch/include/ATen/ops/addmv_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1620360Z copying torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1621690Z copying torch/include/ATen/ops/log_normal_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1622900Z copying torch/include/ATen/ops/align_to_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1624250Z copying torch/include/ATen/ops/relu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1625670Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1626790Z copying torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1628060Z copying torch/include/ATen/ops/_sample_dirichlet.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1629410Z copying torch/include/ATen/ops/special_ndtr_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1630310Z copying torch/include/ATen/ops/special_airy_ai_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1632060Z copying torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1632880Z copying torch/include/ATen/ops/clone_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1634440Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1635460Z copying torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1637090Z copying torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1638600Z copying torch/include/ATen/ops/_to_cpu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1639470Z copying torch/include/ATen/ops/adaptive_max_pool3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1641190Z copying torch/include/ATen/ops/_nested_view_from_jagged.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1642700Z copying torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1644050Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1645080Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1646500Z copying torch/include/ATen/ops/_unique2_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1647890Z copying torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1649180Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1650530Z copying torch/include/ATen/ops/trunc_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1651620Z copying torch/include/ATen/ops/retain_grad_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1652940Z copying torch/include/ATen/ops/max_pool1d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1654250Z copying torch/include/ATen/ops/histogramdd_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1655750Z copying torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1656500Z copying torch/include/ATen/ops/tanh_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1658050Z copying torch/include/ATen/ops/nanquantile_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1659450Z copying torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1660680Z copying torch/include/ATen/ops/cumsum_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1662000Z copying torch/include/ATen/ops/instance_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1663270Z copying torch/include/ATen/ops/scatter_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1664630Z copying torch/include/ATen/ops/_mixed_dtypes_linear_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1665630Z copying torch/include/ATen/ops/index_select_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1667410Z copying torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1668310Z copying torch/include/ATen/ops/refine_names_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1669940Z copying torch/include/ATen/ops/_remove_batch_dim_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1671380Z copying torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1672800Z copying torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1674280Z copying torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1675580Z copying torch/include/ATen/ops/acos.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1677050Z copying torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1678500Z copying torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1679860Z copying torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1681430Z copying torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1682880Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1684130Z copying torch/include/ATen/ops/chunk.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1685800Z copying torch/include/ATen/ops/_functional_assert_async.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1687550Z copying torch/include/ATen/ops/arange_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1688830Z copying torch/include/ATen/ops/log_softmax_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1690230Z copying torch/include/ATen/ops/unsqueeze_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1691600Z copying torch/include/ATen/ops/triangular_solve.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1693110Z copying torch/include/ATen/ops/view_as_real_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1694430Z copying torch/include/ATen/ops/native_layer_norm_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1695720Z copying torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1697140Z copying torch/include/ATen/ops/renorm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1698630Z copying torch/include/ATen/ops/_local_scalar_dense.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1699900Z copying torch/include/ATen/ops/absolute.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1701080Z copying torch/include/ATen/ops/_assert_async_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1702490Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1704220Z copying torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1708580Z copying torch/include/ATen/ops/mT_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1709290Z copying torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1709670Z copying torch/include/ATen/ops/_amp_update_scale.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1710220Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1710680Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1711820Z copying torch/include/ATen/ops/index_copy_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1713150Z copying torch/include/ATen/ops/_test_ambiguous_defaults_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1714520Z copying torch/include/ATen/ops/mul_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1715760Z copying torch/include/ATen/ops/conv_transpose3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1717100Z copying torch/include/ATen/ops/rrelu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1717890Z copying torch/include/ATen/ops/logical_or_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1719320Z copying torch/include/ATen/ops/unsqueeze_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1720700Z copying torch/include/ATen/ops/huber_loss_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1721890Z copying torch/include/ATen/ops/renorm_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1723280Z copying torch/include/ATen/ops/record_stream_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1724660Z copying torch/include/ATen/ops/promote_types_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1725490Z copying torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1727130Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1728190Z copying torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1729610Z copying torch/include/ATen/ops/linalg_vecdot.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1730930Z copying torch/include/ATen/ops/_sample_dirichlet_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1732240Z copying torch/include/ATen/ops/rand_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1733540Z copying torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1734910Z copying torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1735760Z copying torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1737270Z copying torch/include/ATen/ops/special_bessel_y1_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1738710Z copying torch/include/ATen/ops/masked_scatter_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1739970Z copying torch/include/ATen/ops/to_sparse_csc_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1740830Z copying torch/include/ATen/ops/upsample_nearest2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1742480Z copying torch/include/ATen/ops/_cummin_helper_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1743830Z copying torch/include/ATen/ops/replication_pad2d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1744780Z copying torch/include/ATen/ops/upsample_linear1d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1746650Z copying torch/include/ATen/ops/detach_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1747890Z copying torch/include/ATen/ops/cauchy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1749430Z copying torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1750800Z copying torch/include/ATen/ops/row_indices_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1751520Z copying torch/include/ATen/ops/add_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1753160Z copying torch/include/ATen/ops/unfold_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1754370Z copying torch/include/ATen/ops/gelu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1755710Z copying torch/include/ATen/ops/linalg_svd_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1756800Z copying torch/include/ATen/ops/_fused_sdp_choice.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1758510Z copying torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1759760Z copying torch/include/ATen/ops/log2_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1761340Z copying torch/include/ATen/ops/selu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1761970Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1763530Z copying torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1765010Z copying torch/include/ATen/ops/_foreach_frac_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1766330Z copying torch/include/ATen/ops/vander_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1767570Z copying torch/include/ATen/ops/segment_reduce_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1769460Z copying torch/include/ATen/ops/_conv_depthwise2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1771170Z copying torch/include/ATen/ops/linalg_diagonal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1772680Z copying torch/include/ATen/ops/set_data.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1773850Z copying torch/include/ATen/ops/alpha_dropout_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1775710Z copying torch/include/ATen/ops/take_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1776870Z copying torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1778750Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1779470Z copying torch/include/ATen/ops/adjoint_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1781110Z copying torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1782390Z copying torch/include/ATen/ops/convolution_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1783780Z copying torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1785120Z copying torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1786090Z copying torch/include/ATen/ops/multi_margin_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1787600Z copying torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1789160Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1790020Z copying torch/include/ATen/ops/special_sinc_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1791650Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1792710Z copying torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1794250Z copying torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1795550Z copying torch/include/ATen/ops/_foreach_maximum_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1796430Z copying torch/include/ATen/ops/_sparse_csr_prod_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1798130Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1799360Z copying torch/include/ATen/ops/special_gammaln_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1800530Z copying torch/include/ATen/ops/embedding_bag.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1802000Z copying torch/include/ATen/ops/silu_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1802780Z copying torch/include/ATen/ops/greater_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1804800Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1806120Z copying torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1807520Z copying torch/include/ATen/ops/sort_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1808260Z copying torch/include/ATen/ops/fill_diagonal_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1809770Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1811190Z copying torch/include/ATen/ops/_to_sparse_csc_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1812290Z copying torch/include/ATen/ops/zeros.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1813680Z copying torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1814950Z copying torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1816550Z copying torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1817430Z copying torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1819070Z copying torch/include/ATen/ops/fmod_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1820650Z copying torch/include/ATen/ops/sigmoid_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1821630Z copying torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1823060Z copying torch/include/ATen/ops/_sobol_engine_draw_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1824420Z copying torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1825690Z copying torch/include/ATen/ops/tril_indices_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1826720Z copying torch/include/ATen/ops/bitwise_left_shift_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1828190Z copying torch/include/ATen/ops/arctanh.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1829590Z copying torch/include/ATen/ops/triu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1830420Z copying torch/include/ATen/ops/reciprocal_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1832070Z copying torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1833260Z copying torch/include/ATen/ops/_nnz_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1834850Z copying torch/include/ATen/ops/unfold_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1835510Z copying torch/include/ATen/ops/_weight_int8pack_mm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1837420Z copying torch/include/ATen/ops/exp2_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1838030Z copying torch/include/ATen/ops/_lstm_mps.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1839650Z copying torch/include/ATen/ops/hardsigmoid_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1841050Z copying torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1842360Z copying torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1843770Z copying torch/include/ATen/ops/is_set_to_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1845090Z copying torch/include/ATen/ops/log10_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1846350Z copying torch/include/ATen/ops/flip.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1847870Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1848730Z copying torch/include/ATen/ops/_sparse_semi_structured_linear_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1850260Z copying torch/include/ATen/ops/roll_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1851830Z copying torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1852540Z copying torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1854290Z copying torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1855250Z copying torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1856810Z copying torch/include/ATen/ops/linalg_lu_factor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1858280Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1859100Z copying torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1860970Z copying torch/include/ATen/ops/round_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1862450Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1863310Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1865060Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1866380Z copying torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1867700Z copying torch/include/ATen/ops/as_strided_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1869000Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1870280Z copying torch/include/ATen/ops/_standard_gamma_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1871320Z copying torch/include/ATen/ops/neg_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1872750Z copying torch/include/ATen/ops/pinverse.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1874250Z copying torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1875000Z copying torch/include/ATen/ops/select_scatter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1876640Z copying torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1878100Z copying torch/include/ATen/ops/conv1d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1878940Z copying torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1880540Z copying torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1881850Z copying torch/include/ATen/ops/upsample_linear1d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1883060Z copying torch/include/ATen/ops/arccosh.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1884170Z copying torch/include/ATen/ops/gelu_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1885490Z copying torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1886630Z copying torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1888540Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1889590Z copying torch/include/ATen/ops/fft_fftfreq.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1891030Z copying torch/include/ATen/ops/im2col_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1892320Z copying torch/include/ATen/ops/_sparse_mm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1893770Z copying torch/include/ATen/ops/narrow_copy_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1894660Z copying torch/include/ATen/ops/not_equal_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1896070Z copying torch/include/ATen/ops/prod_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1897530Z copying torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1898990Z copying torch/include/ATen/ops/index_select.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1899760Z copying torch/include/ATen/ops/special_ndtr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1901370Z copying torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1902610Z copying torch/include/ATen/ops/mm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1904090Z copying torch/include/ATen/ops/addcmul_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1905410Z copying torch/include/ATen/ops/special_hermite_polynomial_h_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1906830Z copying torch/include/ATen/ops/_convolution_mode_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1907640Z copying torch/include/ATen/ops/embedding_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1909380Z copying torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1910750Z copying torch/include/ATen/ops/mps_convolution_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1912240Z copying torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1912990Z copying torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1914590Z copying torch/include/ATen/ops/special_erfcx.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1919400Z copying torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1920000Z copying torch/include/ATen/ops/ge_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1920350Z copying torch/include/ATen/ops/polar_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1920780Z copying torch/include/ATen/ops/_padded_dense_to_jagged_forward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1921120Z copying torch/include/ATen/ops/copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1921860Z copying torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1923470Z copying torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1924810Z copying torch/include/ATen/ops/data_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1926080Z copying torch/include/ATen/ops/adaptive_avg_pool3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1927250Z copying torch/include/ATen/ops/randn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1928730Z copying torch/include/ATen/ops/nll_loss2d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1930170Z copying torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1931240Z copying torch/include/ATen/ops/unbind_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1932870Z copying torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1934090Z copying torch/include/ATen/ops/eq_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1935640Z copying torch/include/ATen/ops/set_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1936940Z copying torch/include/ATen/ops/_native_multi_head_attention_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1938360Z copying torch/include/ATen/ops/_test_functorch_fallback.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1939760Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1941210Z copying torch/include/ATen/ops/mkldnn_rnn_layer_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1942450Z copying torch/include/ATen/ops/_cufft_clear_plan_cache.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1943830Z copying torch/include/ATen/ops/_fused_adagrad_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1945390Z copying torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1946220Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1947900Z copying torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1948860Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1950210Z copying torch/include/ATen/ops/ger_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1951780Z copying torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1952600Z copying torch/include/ATen/ops/_values_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1954130Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1955570Z copying torch/include/ATen/ops/set_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1956760Z copying torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1958060Z copying torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1959500Z copying torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1960160Z copying torch/include/ATen/ops/max_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1961700Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1963060Z copying torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1964300Z copying torch/include/ATen/ops/_linalg_det_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1965710Z copying torch/include/ATen/ops/triangular_solve_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1966660Z copying torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1968420Z copying torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1969250Z copying torch/include/ATen/ops/lshift_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1970830Z copying torch/include/ATen/ops/empty_quantized.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1971910Z copying torch/include/ATen/ops/cudnn_grid_sampler.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1973690Z copying torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1974470Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1976130Z copying torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1977110Z copying torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1978750Z copying torch/include/ATen/ops/logical_and_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1980050Z copying torch/include/ATen/ops/roll_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1981300Z copying torch/include/ATen/ops/remainder_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1982590Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1983980Z copying torch/include/ATen/ops/log10_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1985300Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1986180Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1987600Z copying torch/include/ATen/ops/convolution.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1988910Z copying torch/include/ATen/ops/kl_div_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1990250Z copying torch/include/ATen/ops/roll_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1991840Z copying torch/include/ATen/ops/upsample_bicubic2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1993420Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1994080Z copying torch/include/ATen/ops/amax_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1995730Z copying torch/include/ATen/ops/multinomial_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1996980Z copying torch/include/ATen/ops/special_log_ndtr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1998530Z copying torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.1999820Z copying torch/include/ATen/ops/batch_norm_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2001150Z copying torch/include/ATen/ops/addmv_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2002400Z copying torch/include/ATen/ops/clamp_max_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2003430Z copying torch/include/ATen/ops/_values_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2004920Z copying torch/include/ATen/ops/clone.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2006400Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2007720Z copying torch/include/ATen/ops/avg_pool2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2009170Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2010180Z copying torch/include/ATen/ops/_sparse_semi_structured_mm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2011480Z copying torch/include/ATen/ops/reciprocal_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2012950Z copying torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2014210Z copying torch/include/ATen/ops/mkldnn_rnn_layer_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2015460Z copying torch/include/ATen/ops/replication_pad3d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2017010Z copying torch/include/ATen/ops/logical_or_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2018020Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2019270Z copying torch/include/ATen/ops/values_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2020650Z copying torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2022150Z copying torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2023330Z copying torch/include/ATen/ops/swapdims.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2024750Z copying torch/include/ATen/ops/_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2026060Z copying torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2027310Z copying torch/include/ATen/ops/cauchy_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2028520Z copying torch/include/ATen/ops/reflection_pad1d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2029900Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2030950Z copying torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2032380Z copying torch/include/ATen/ops/huber_loss_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2033600Z copying torch/include/ATen/ops/permute_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2035040Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2036260Z copying torch/include/ATen/ops/sub_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2037660Z copying torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2038860Z copying torch/include/ATen/ops/mm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2040120Z copying torch/include/ATen/ops/sinh_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2041560Z copying torch/include/ATen/ops/log2_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2042830Z copying torch/include/ATen/ops/glu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2043790Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2045320Z copying torch/include/ATen/ops/linalg_solve_ex_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2046540Z copying torch/include/ATen/ops/logsumexp_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2047730Z copying torch/include/ATen/ops/all.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2049000Z copying torch/include/ATen/ops/_foobar.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2050460Z copying torch/include/ATen/ops/cudnn_grid_sampler_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2051940Z copying torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2052610Z copying torch/include/ATen/ops/log_normal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2054270Z copying torch/include/ATen/ops/quantized_lstm_cell_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2055540Z copying torch/include/ATen/ops/mvlgamma_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2056810Z copying torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2058580Z copying torch/include/ATen/ops/glu_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2059840Z copying torch/include/ATen/ops/mish_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2060700Z copying torch/include/ATen/ops/_rowwise_prune_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2062100Z copying torch/include/ATen/ops/_foreach_acos_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2063550Z copying torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2065010Z copying torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2066280Z copying torch/include/ATen/ops/size_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2067400Z copying torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2068750Z copying torch/include/ATen/ops/special_erf.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2070180Z copying torch/include/ATen/ops/amax.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2071420Z copying torch/include/ATen/ops/_foreach_lerp_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2072760Z copying torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2074180Z copying torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2075420Z copying torch/include/ATen/ops/nll_loss_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2076700Z copying torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2078060Z copying torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2079390Z copying torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2080580Z copying torch/include/ATen/ops/movedim.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2082080Z copying torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2083180Z copying torch/include/ATen/ops/arccos.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2084570Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2085760Z copying torch/include/ATen/ops/linear.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2087090Z copying torch/include/ATen/ops/bucketize_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2088310Z copying torch/include/ATen/ops/asinh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2089510Z copying torch/include/ATen/ops/_dim_arange.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2090770Z copying torch/include/ATen/ops/special_erfc_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2092420Z copying torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2093630Z copying torch/include/ATen/ops/nll_loss_nd_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2094940Z copying torch/include/ATen/ops/tan_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2096420Z copying torch/include/ATen/ops/_cdist_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2097800Z copying torch/include/ATen/ops/hardtanh_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2099230Z copying torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2100690Z copying torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2102140Z copying torch/include/ATen/ops/_prelu_kernel_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2103300Z copying torch/include/ATen/ops/gather.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2104960Z copying torch/include/ATen/ops/_reshape_alias_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2106270Z copying torch/include/ATen/ops/logaddexp2_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2107680Z copying torch/include/ATen/ops/multi_margin_loss_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2109030Z copying torch/include/ATen/ops/_foreach_sin_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2110410Z copying torch/include/ATen/ops/fft_rfft_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2112000Z copying torch/include/ATen/ops/slow_conv3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2112730Z copying torch/include/ATen/ops/leaky_relu_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2114350Z copying torch/include/ATen/ops/_padded_dense_to_jagged_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2115620Z copying torch/include/ATen/ops/acosh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2116970Z copying torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2118200Z copying torch/include/ATen/ops/addcdiv_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2119570Z copying torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2120580Z copying torch/include/ATen/ops/to_sparse_csr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2122180Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2123130Z copying torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2124770Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2129390Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2129990Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2130450Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2130990Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2131420Z copying torch/include/ATen/ops/sym_constrain_range_for_size_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2132350Z copying torch/include/ATen/ops/data.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2133790Z copying torch/include/ATen/ops/matrix_power_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2135280Z copying torch/include/ATen/ops/cudnn_convolution_transpose_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2136930Z copying torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2138490Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2139860Z copying torch/include/ATen/ops/gather_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2140620Z copying torch/include/ATen/ops/_cast_Long.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2142290Z copying torch/include/ATen/ops/_functional_sym_constrain_range_for_size_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2143670Z copying torch/include/ATen/ops/hardshrink_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2144490Z copying torch/include/ATen/ops/hstack_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2146090Z copying torch/include/ATen/ops/miopen_convolution_relu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2147480Z copying torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2148450Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2149880Z copying torch/include/ATen/ops/gelu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2151320Z copying torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2152770Z copying torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2153870Z copying torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2155080Z copying torch/include/ATen/ops/div_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2156750Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2158060Z copying torch/include/ATen/ops/deg2rad_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2159540Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2160840Z copying torch/include/ATen/ops/native_group_norm_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2162120Z copying torch/include/ATen/ops/triu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2163440Z copying torch/include/ATen/ops/rename_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2165020Z copying torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2166540Z copying torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2168250Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2169490Z copying torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2170870Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2172180Z copying torch/include/ATen/ops/tan_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2173530Z copying torch/include/ATen/ops/softshrink_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2175100Z copying torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2176330Z copying torch/include/ATen/ops/linalg_lu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2177750Z copying torch/include/ATen/ops/_rowwise_prune.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2179100Z copying torch/include/ATen/ops/rshift_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2180510Z copying torch/include/ATen/ops/miopen_depthwise_convolution_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2181880Z copying torch/include/ATen/ops/linalg_lu_factor_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2183190Z copying torch/include/ATen/ops/arctan2_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2184610Z copying torch/include/ATen/ops/dequantize_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2185890Z copying torch/include/ATen/ops/_nested_tensor_size.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2187540Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2188840Z copying torch/include/ATen/ops/_local_scalar_dense_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2190200Z copying torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2191710Z copying torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2192990Z copying torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2194320Z copying torch/include/ATen/ops/unfold_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2195680Z copying torch/include/ATen/ops/fft_rfft2_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2196990Z copying torch/include/ATen/ops/gru.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2198420Z copying torch/include/ATen/ops/sign_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2199840Z copying torch/include/ATen/ops/atleast_1d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2201310Z copying torch/include/ATen/ops/masked_fill_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2202840Z copying torch/include/ATen/ops/fft_ifft2_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2204410Z copying torch/include/ATen/ops/isneginf.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2206050Z copying torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2207010Z copying torch/include/ATen/ops/nanquantile.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2208670Z copying torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2210210Z copying torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2211460Z copying torch/include/ATen/ops/zeros_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2212800Z copying torch/include/ATen/ops/_nested_select_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2214190Z copying torch/include/ATen/ops/nested_to_padded_tensor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2215640Z copying torch/include/ATen/ops/hardtanh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2217110Z copying torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2218470Z copying torch/include/ATen/ops/linalg_lu_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2219970Z copying torch/include/ATen/ops/fft_irfft2.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2221430Z copying torch/include/ATen/ops/miopen_convolution_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2222870Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2224290Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2225640Z copying torch/include/ATen/ops/scatter_add_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2227390Z copying torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2228780Z copying torch/include/ATen/ops/_indices_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2230160Z copying torch/include/ATen/ops/adaptive_avg_pool2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2231670Z copying torch/include/ATen/ops/embedding_sparse_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2233030Z copying torch/include/ATen/ops/special_psi_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2234570Z copying torch/include/ATen/ops/hardswish_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2236030Z copying torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2237430Z copying torch/include/ATen/ops/std_mean_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2238790Z copying torch/include/ATen/ops/softplus_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2240210Z copying torch/include/ATen/ops/special_expm1_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2241680Z copying torch/include/ATen/ops/elu_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2243170Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2244530Z copying torch/include/ATen/ops/_foreach_trunc.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2245920Z copying torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2247350Z copying torch/include/ATen/ops/bitwise_not.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2248810Z copying torch/include/ATen/ops/_foreach_mul_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2250420Z copying torch/include/ATen/ops/bartlett_window_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2252060Z copying torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2253760Z copying torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2255110Z copying torch/include/ATen/ops/log_sigmoid_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2256040Z copying torch/include/ATen/ops/minimum_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2257670Z copying torch/include/ATen/ops/ccol_indices_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2258900Z copying torch/include/ATen/ops/scatter_add_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2260300Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2261100Z copying torch/include/ATen/ops/std_mean_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2262720Z copying torch/include/ATen/ops/reciprocal_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2264210Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2265030Z copying torch/include/ATen/ops/cdist_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2266570Z copying torch/include/ATen/ops/sparse_sampled_addmm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2268090Z copying torch/include/ATen/ops/_add_relu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2269750Z copying torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2271470Z copying torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2273000Z copying torch/include/ATen/ops/randperm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2274460Z copying torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2276100Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2277630Z copying torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2279250Z copying torch/include/ATen/ops/_nested_sum_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2280690Z copying torch/include/ATen/ops/i0.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2282110Z copying torch/include/ATen/ops/_foreach_sinh.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2283700Z copying torch/include/ATen/ops/native_dropout_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2286190Z copying torch/include/ATen/ops/_test_functorch_fallback_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2288000Z copying torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2289640Z copying torch/include/ATen/ops/flipud_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2291040Z copying torch/include/ATen/ops/_ctc_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2292730Z copying torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2294280Z copying torch/include/ATen/ops/_int_mm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2295690Z copying torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2296960Z copying torch/include/ATen/ops/erf_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2298190Z copying torch/include/ATen/ops/igammac_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2299630Z copying torch/include/ATen/ops/linalg_qr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2300920Z copying torch/include/ATen/ops/_foreach_erf_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2302290Z copying torch/include/ATen/ops/max_pool2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2303720Z copying torch/include/ATen/ops/_cast_Char_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2305260Z copying torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2306510Z copying torch/include/ATen/ops/diag_embed_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2307630Z copying torch/include/ATen/ops/_spdiags_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2309770Z copying torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2310870Z copying torch/include/ATen/ops/cov_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2316810Z copying torch/include/ATen/ops/q_scale_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2317720Z copying torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2318820Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2319710Z copying torch/include/ATen/ops/var.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2320500Z copying torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2321390Z copying torch/include/ATen/ops/bitwise_not_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2322200Z copying torch/include/ATen/ops/index_put.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2322980Z copying torch/include/ATen/ops/dequantize_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2323960Z copying torch/include/ATen/ops/convolution_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2325270Z copying torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2326580Z copying torch/include/ATen/ops/grid_sampler_2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2327830Z copying torch/include/ATen/ops/special_i0e.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2329290Z copying torch/include/ATen/ops/special_log1p_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2330640Z copying torch/include/ATen/ops/logaddexp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2332000Z copying torch/include/ATen/ops/arange_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2333210Z copying torch/include/ATen/ops/logaddexp2.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2334860Z copying torch/include/ATen/ops/upsample_nearest3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2335900Z copying torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2337180Z copying torch/include/ATen/ops/index_fill_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2338280Z copying torch/include/ATen/ops/remainder.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2340080Z copying torch/include/ATen/ops/batch_norm_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2341030Z copying torch/include/ATen/ops/repeat_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2342750Z copying torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2343920Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2345980Z copying torch/include/ATen/ops/avg_pool3d_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2346810Z copying torch/include/ATen/ops/_foreach_lerp_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2347830Z copying torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2349200Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2350310Z copying torch/include/ATen/ops/indices_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2352070Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2353050Z copying torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2354160Z copying torch/include/ATen/ops/_cudnn_rnn_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2355530Z copying torch/include/ATen/ops/amax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2356770Z copying torch/include/ATen/ops/nll_loss2d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2357990Z copying torch/include/ATen/ops/linalg_matrix_rank_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2359430Z copying torch/include/ATen/ops/_masked_scale_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2360450Z copying torch/include/ATen/ops/_stack.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2361870Z copying torch/include/ATen/ops/histc_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2363140Z copying torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2364380Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2365760Z copying torch/include/ATen/ops/tanh_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2366950Z copying torch/include/ATen/ops/fft_hfft.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2368480Z copying torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2369550Z copying torch/include/ATen/ops/to_padded_tensor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2370850Z copying torch/include/ATen/ops/fft_fft.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2372290Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2373430Z copying torch/include/ATen/ops/requires_grad_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2374650Z copying torch/include/ATen/ops/gradient.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2375970Z copying torch/include/ATen/ops/fft_ihfft.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2377460Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2378690Z copying torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2380210Z copying torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2381300Z copying torch/include/ATen/ops/view_as_real_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2382510Z copying torch/include/ATen/ops/copysign_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2383870Z copying torch/include/ATen/ops/values_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2384990Z copying torch/include/ATen/ops/_prelu_kernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2386450Z copying torch/include/ATen/ops/fractional_max_pool3d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2387730Z copying torch/include/ATen/ops/upsample_linear1d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2388960Z copying torch/include/ATen/ops/_add_batch_dim_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2390340Z copying torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2391480Z copying torch/include/ATen/ops/mH_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2392800Z copying torch/include/ATen/ops/lift_fresh_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2394160Z copying torch/include/ATen/ops/ne_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2395610Z copying torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2396700Z copying torch/include/ATen/ops/multinomial_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2398010Z copying torch/include/ATen/ops/special_modified_bessel_k0.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2399230Z copying torch/include/ATen/ops/atan2_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2400580Z copying torch/include/ATen/ops/_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2401990Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2403420Z copying torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2404710Z copying torch/include/ATen/ops/unsafe_chunk_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2406270Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2407600Z copying torch/include/ATen/ops/native_channel_shuffle_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2409200Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2410420Z copying torch/include/ATen/ops/addmv_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2411680Z copying torch/include/ATen/ops/rshift_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2413140Z copying torch/include/ATen/ops/special_erfinv_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2414400Z copying torch/include/ATen/ops/_fused_sdp_choice_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2415740Z copying torch/include/ATen/ops/_copy_from_and_resize_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2421520Z copying torch/include/ATen/ops/_sparse_log_softmax.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2422390Z copying torch/include/ATen/ops/select_scatter_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2423450Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2424620Z copying torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2425690Z copying torch/include/ATen/ops/huber_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2426620Z copying torch/include/ATen/ops/count_nonzero_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2427630Z copying torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2428690Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2429850Z copying torch/include/ATen/ops/true_divide_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2431090Z copying torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2432400Z copying torch/include/ATen/ops/upsample_bilinear2d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2434110Z copying torch/include/ATen/ops/ccol_indices_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2435110Z copying torch/include/ATen/ops/addcmul_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2436570Z copying torch/include/ATen/ops/_fused_adagrad_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2437780Z copying torch/include/ATen/ops/erfc_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2439330Z copying torch/include/ATen/ops/slow_conv_transpose3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2440670Z copying torch/include/ATen/ops/resolve_conj.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2442200Z copying torch/include/ATen/ops/quantized_gru_cell_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2443600Z copying torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2444820Z copying torch/include/ATen/ops/_foreach_erfc_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2446240Z copying torch/include/ATen/ops/glu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2447680Z copying torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2449570Z copying torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2450700Z copying torch/include/ATen/ops/cosh_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2452190Z copying torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2453960Z copying torch/include/ATen/ops/nll_loss_forward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2455230Z copying torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2456400Z copying torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2457730Z copying torch/include/ATen/ops/addcmul_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2459360Z copying torch/include/ATen/ops/avg_pool3d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2460550Z copying torch/include/ATen/ops/_prelu_kernel_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2461980Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2463390Z copying torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2464640Z copying torch/include/ATen/ops/fmod.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2466360Z copying torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2467520Z copying torch/include/ATen/ops/inverse.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2469120Z copying torch/include/ATen/ops/_foreach_round_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2470490Z copying torch/include/ATen/ops/to_dense_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2471650Z copying torch/include/ATen/ops/rshift_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2473380Z copying torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2474470Z copying torch/include/ATen/ops/item.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2476280Z copying torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2477570Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2478700Z copying torch/include/ATen/ops/hypot_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2480310Z copying torch/include/ATen/ops/_foreach_zero.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2481510Z copying torch/include/ATen/ops/zeros_like_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2483120Z copying torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2484380Z copying torch/include/ATen/ops/index_select_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2485690Z copying torch/include/ATen/ops/to_sparse_bsr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2487380Z copying torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2488790Z copying torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2490260Z copying torch/include/ATen/ops/nll_loss_forward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2492120Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2493420Z copying torch/include/ATen/ops/linalg_eig_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2494840Z copying torch/include/ATen/ops/sgn_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2496530Z copying torch/include/ATen/ops/replication_pad1d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2497670Z copying torch/include/ATen/ops/linalg_eigh_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2499170Z copying torch/include/ATen/ops/linalg_matrix_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2500460Z copying torch/include/ATen/ops/lu_unpack_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2501950Z copying torch/include/ATen/ops/fmax_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2503220Z copying torch/include/ATen/ops/linalg_vector_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2504650Z copying torch/include/ATen/ops/native_layer_norm_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2506200Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2507940Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2509230Z copying torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2510640Z copying torch/include/ATen/ops/quantized_batch_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2512220Z copying torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2513560Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2514990Z copying torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2516270Z copying torch/include/ATen/ops/matrix_power.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2517860Z copying torch/include/ATen/ops/sgn_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2519260Z copying torch/include/ATen/ops/ne_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2520590Z copying torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2521890Z copying torch/include/ATen/ops/split_with_sizes_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2523500Z copying torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2524690Z copying torch/include/ATen/ops/conj_physical_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2525960Z copying torch/include/ATen/ops/silu_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2527500Z copying torch/include/ATen/ops/linalg_matrix_power_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2528790Z copying torch/include/ATen/ops/unsafe_split_with_sizes.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2530230Z copying torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2531640Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2533100Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2534380Z copying torch/include/ATen/ops/frac_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2540260Z copying torch/include/ATen/ops/less_equal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2541080Z copying torch/include/ATen/ops/rrelu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2542010Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2542930Z copying torch/include/ATen/ops/rnn_tanh.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2543860Z copying torch/include/ATen/ops/upsample_nearest1d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2544990Z copying torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2545980Z copying torch/include/ATen/ops/mean_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2546860Z copying torch/include/ATen/ops/new_empty_strided.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2547870Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2549280Z copying torch/include/ATen/ops/pow_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2550860Z copying torch/include/ATen/ops/channel_shuffle_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2552000Z copying torch/include/ATen/ops/log_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2553630Z copying torch/include/ATen/ops/unique_consecutive_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2554840Z copying torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2556070Z copying torch/include/ATen/ops/alpha_dropout_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2557280Z copying torch/include/ATen/ops/_foreach_abs_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2558880Z copying torch/include/ATen/ops/replication_pad2d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2559940Z copying torch/include/ATen/ops/kaiser_window.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2561480Z copying torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2562540Z copying torch/include/ATen/ops/nansum.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2564000Z copying torch/include/ATen/ops/threshold_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2565330Z copying torch/include/ATen/ops/soft_margin_loss_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2566400Z copying torch/include/ATen/ops/det_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2567770Z copying torch/include/ATen/ops/_foreach_sin.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2569120Z copying torch/include/ATen/ops/addr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2570720Z copying torch/include/ATen/ops/_fused_adagrad_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2571760Z copying torch/include/ATen/ops/split_with_sizes_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2573410Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2574570Z copying torch/include/ATen/ops/log_sigmoid_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2575700Z copying torch/include/ATen/ops/_foreach_div_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2577120Z copying torch/include/ATen/ops/prelu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2578390Z copying torch/include/ATen/ops/maximum_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2579860Z copying torch/include/ATen/ops/grid_sampler_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2581150Z copying torch/include/ATen/ops/_cslt_compress_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2582480Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2583680Z copying torch/include/ATen/ops/_foreach_ceil_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2585100Z copying torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2586180Z copying torch/include/ATen/ops/fmod_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2587770Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2588840Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2590150Z copying torch/include/ATen/ops/_unsafe_index_put_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2591610Z copying torch/include/ATen/ops/logical_not_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2593130Z copying torch/include/ATen/ops/crow_indices_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2594650Z copying torch/include/ATen/ops/logspace_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2596030Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2597500Z copying torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2598500Z copying torch/include/ATen/ops/_fused_sgd_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2599880Z copying torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2601190Z copying torch/include/ATen/ops/lift_fresh_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2602920Z copying torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2604690Z copying torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2605790Z copying torch/include/ATen/ops/sym_stride_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2607670Z copying torch/include/ATen/ops/isreal_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2609100Z copying torch/include/ATen/ops/unbind_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2610400Z copying torch/include/ATen/ops/_spdiags_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2611840Z copying torch/include/ATen/ops/_pad_enum.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2613110Z copying torch/include/ATen/ops/equal_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2614700Z copying torch/include/ATen/ops/_autocast_to_reduced_precision.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2615960Z copying torch/include/ATen/ops/mse_loss_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2617520Z copying torch/include/ATen/ops/_addmm_activation_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2618900Z copying torch/include/ATen/ops/pin_memory_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2620180Z copying torch/include/ATen/ops/max_unpool2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2621810Z copying torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2623030Z copying torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2624490Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2625750Z copying torch/include/ATen/ops/einsum.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2627270Z copying torch/include/ATen/ops/_ctc_loss_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2628580Z copying torch/include/ATen/ops/xlogy_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2630340Z copying torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2631490Z copying torch/include/ATen/ops/is_conj.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2632820Z copying torch/include/ATen/ops/miopen_convolution_relu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2634490Z copying torch/include/ATen/ops/permute_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2635650Z copying torch/include/ATen/ops/multiply.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2636960Z copying torch/include/ATen/ops/batch_norm_stats_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2638510Z copying torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2639800Z copying torch/include/ATen/ops/silu_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2641540Z copying torch/include/ATen/ops/_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2642940Z copying torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2644170Z copying torch/include/ATen/ops/trapezoid.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2645470Z copying torch/include/ATen/ops/prelu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2647180Z copying torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2648360Z copying torch/include/ATen/ops/_nested_tensor_strides_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2649830Z copying torch/include/ATen/ops/q_zero_point.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2651570Z copying torch/include/ATen/ops/_resize_output_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2652890Z copying torch/include/ATen/ops/isfinite_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2654360Z copying torch/include/ATen/ops/masked_fill_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2655610Z copying torch/include/ATen/ops/sparse_resize_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2657400Z copying torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2658740Z copying torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2659910Z copying torch/include/ATen/ops/addcdiv_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2661660Z copying torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2662870Z copying torch/include/ATen/ops/_sparse_softmax_backward_data.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2664300Z copying torch/include/ATen/ops/mkldnn_max_pool2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2665850Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2667200Z copying torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2668760Z copying torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2669990Z copying torch/include/ATen/ops/_nested_from_padded_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2671120Z copying torch/include/ATen/ops/isin_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2672760Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2674050Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2675530Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2676790Z copying torch/include/ATen/ops/linalg_matmul.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2678510Z copying torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2679930Z copying torch/include/ATen/ops/special_bessel_y1_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2681460Z copying torch/include/ATen/ops/reciprocal_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2682800Z copying torch/include/ATen/ops/isposinf_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2684310Z copying torch/include/ATen/ops/_nested_get_max_seqlen_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2685510Z copying torch/include/ATen/ops/gcd_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2686990Z copying torch/include/ATen/ops/_convolution_double_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2694640Z copying torch/include/ATen/ops/softshrink_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2696720Z copying torch/include/ATen/ops/_sparse_mm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2697600Z copying torch/include/ATen/ops/_cudnn_ctc_loss_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2698490Z copying torch/include/ATen/ops/_foreach_neg_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2699390Z copying torch/include/ATen/ops/leaky_relu_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2700320Z copying torch/include/ATen/ops/nested_to_padded_tensor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2701290Z copying torch/include/ATen/ops/_add_relu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2702250Z copying torch/include/ATen/ops/round_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2703130Z copying torch/include/ATen/ops/resolve_conj_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2704050Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2705120Z copying torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2706080Z copying torch/include/ATen/ops/ones_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2706920Z copying torch/include/ATen/ops/_foreach_clamp_max.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2707810Z copying torch/include/ATen/ops/log_sigmoid_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2708730Z copying torch/include/ATen/ops/_slow_conv2d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2709890Z copying torch/include/ATen/ops/neg_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2710940Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2712140Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2713430Z copying torch/include/ATen/ops/replication_pad2d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2714760Z copying torch/include/ATen/ops/lerp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2716760Z copying torch/include/ATen/ops/exp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2718240Z copying torch/include/ATen/ops/is_set_to_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2719690Z copying torch/include/ATen/ops/logsumexp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2721180Z copying torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2722500Z copying torch/include/ATen/ops/_pad_packed_sequence.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2723850Z copying torch/include/ATen/ops/round.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2725540Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2726730Z copying torch/include/ATen/ops/roll_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2728130Z copying torch/include/ATen/ops/i0_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2729550Z copying torch/include/ATen/ops/alias_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2730750Z copying torch/include/ATen/ops/mish_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2732290Z copying torch/include/ATen/ops/replication_pad2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2733530Z copying torch/include/ATen/ops/addcmul_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2734980Z copying torch/include/ATen/ops/std_mean_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2736760Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2737860Z copying torch/include/ATen/ops/prod_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2739280Z copying torch/include/ATen/ops/pow_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2740580Z copying torch/include/ATen/ops/resize_as_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2742040Z copying torch/include/ATen/ops/gcd_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2743550Z copying torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2744860Z copying torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2746280Z copying torch/include/ATen/ops/_foreach_log10.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2747540Z copying torch/include/ATen/ops/select_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2748840Z copying torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2750390Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2751990Z copying torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2753290Z copying torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2754520Z copying torch/include/ATen/ops/scalar_tensor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2756060Z copying torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2757160Z copying torch/include/ATen/ops/nonzero_static.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2758440Z copying torch/include/ATen/ops/im2col_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2759810Z copying torch/include/ATen/ops/special_spherical_bessel_j0_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2761060Z copying torch/include/ATen/ops/_cslt_sparse_mm_search_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2762500Z copying torch/include/ATen/ops/sparse_dim_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2763780Z copying torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2765010Z copying torch/include/ATen/ops/copysign_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2766450Z copying torch/include/ATen/ops/_reshape_from_tensor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2767680Z copying torch/include/ATen/ops/_fw_primal_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2769130Z copying torch/include/ATen/ops/qscheme_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2770790Z copying torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2771880Z copying torch/include/ATen/ops/_print.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2773500Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2774780Z copying torch/include/ATen/ops/set_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2775960Z copying torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2777470Z copying torch/include/ATen/ops/_cudnn_init_dropout_state.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2778660Z copying torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2779870Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2781140Z copying torch/include/ATen/ops/polygamma.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2782750Z copying torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2784020Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2785220Z copying torch/include/ATen/ops/upsample_bilinear2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2786720Z copying torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2787810Z copying torch/include/ATen/ops/swapaxes_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2789320Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2790490Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2791970Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2793240Z copying torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2794430Z copying torch/include/ATen/ops/quantile.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2795940Z copying torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2797110Z copying torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2798420Z copying torch/include/ATen/ops/convolution_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2799880Z copying torch/include/ATen/ops/masked_scatter_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2800900Z copying torch/include/ATen/ops/_nnpack_available.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2806580Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2807520Z copying torch/include/ATen/ops/new_zeros.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2808510Z copying torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2809570Z copying torch/include/ATen/ops/replication_pad1d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2810570Z copying torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2811570Z copying torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2812590Z copying torch/include/ATen/ops/uniform_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2813560Z copying torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2814560Z copying torch/include/ATen/ops/_log_softmax_backward_data_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2815460Z copying torch/include/ATen/ops/_foreach_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2816500Z copying torch/include/ATen/ops/mT_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2817700Z copying torch/include/ATen/ops/nonzero_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2819240Z copying torch/include/ATen/ops/_pack_padded_sequence.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2821100Z copying torch/include/ATen/ops/_foreach_neg.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2822340Z copying torch/include/ATen/ops/linalg_multi_dot.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2824140Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2825290Z copying torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2826660Z copying torch/include/ATen/ops/arange_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2828220Z copying torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2829400Z copying torch/include/ATen/ops/ne.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2830990Z copying torch/include/ATen/ops/threshold_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2832140Z copying torch/include/ATen/ops/rrelu_with_noise_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2833690Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2835120Z copying torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2836470Z copying torch/include/ATen/ops/lu_unpack_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2837750Z copying torch/include/ATen/ops/special_erfc_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2839160Z copying torch/include/ATen/ops/_nested_sum_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2840650Z copying torch/include/ATen/ops/quantized_max_pool1d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2841820Z copying torch/include/ATen/ops/linalg_lstsq_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2843280Z copying torch/include/ATen/ops/ormqr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2844730Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2845960Z copying torch/include/ATen/ops/is_nonzero.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2847380Z copying torch/include/ATen/ops/glu_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2848690Z copying torch/include/ATen/ops/_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2850040Z copying torch/include/ATen/ops/bitwise_xor_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2851530Z copying torch/include/ATen/ops/sigmoid_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2852680Z copying torch/include/ATen/ops/_foreach_cos.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2854280Z copying torch/include/ATen/ops/randn_like_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2855470Z copying torch/include/ATen/ops/_slow_conv2d_forward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2857330Z copying torch/include/ATen/ops/subtract_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2858740Z copying torch/include/ATen/ops/sparse_compressed_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2860340Z copying torch/include/ATen/ops/_foreach_ceil_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2861580Z copying torch/include/ATen/ops/div_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2863330Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2864470Z copying torch/include/ATen/ops/_foreach_div_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2865980Z copying torch/include/ATen/ops/logical_or_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2867440Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2868770Z copying torch/include/ATen/ops/mul_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2870370Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2871460Z copying torch/include/ATen/ops/swapaxes.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2872990Z copying torch/include/ATen/ops/divide_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2874420Z copying torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2875910Z copying torch/include/ATen/ops/sub.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2877370Z copying torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2878730Z copying torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2880000Z copying torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2881320Z copying torch/include/ATen/ops/rrelu_with_noise_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2882810Z copying torch/include/ATen/ops/_fft_r2c_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2884130Z copying torch/include/ATen/ops/special_entr_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2885490Z copying torch/include/ATen/ops/conv1d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2887090Z copying torch/include/ATen/ops/view_as_real_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2888270Z copying torch/include/ATen/ops/linalg_svd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2889660Z copying torch/include/ATen/ops/native_batch_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2891310Z copying torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2892480Z copying torch/include/ATen/ops/constant_pad_nd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2893850Z copying torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2895180Z copying torch/include/ATen/ops/quantized_lstm_cell.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2896800Z copying torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2898000Z copying torch/include/ATen/ops/linalg_lu_factor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2899540Z copying torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2900740Z copying torch/include/ATen/ops/is_leaf_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2902140Z copying torch/include/ATen/ops/binomial_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2903560Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2904980Z copying torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2906250Z copying torch/include/ATen/ops/log2_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2907900Z copying torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2909110Z copying torch/include/ATen/ops/resolve_conj_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2910710Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2911870Z copying torch/include/ATen/ops/row_indices_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2913230Z copying torch/include/ATen/ops/_foreach_exp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2914970Z copying torch/include/ATen/ops/layer_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2916010Z copying torch/include/ATen/ops/sum_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2917370Z copying torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2918730Z copying torch/include/ATen/ops/_sparse_mask_projection_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2923890Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2924900Z copying torch/include/ATen/ops/special_zeta_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2925870Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2926800Z copying torch/include/ATen/ops/special_log_ndtr_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2927800Z copying torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2928860Z copying torch/include/ATen/ops/copy_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2929750Z copying torch/include/ATen/ops/linalg_lu_solve_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2930780Z copying torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2931810Z copying torch/include/ATen/ops/linalg_eigvalsh_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2932770Z copying torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2934150Z copying torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2935550Z copying torch/include/ATen/ops/argmin_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2937490Z copying torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2938770Z copying torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2940200Z copying torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2941900Z copying torch/include/ATen/ops/special_zeta_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2943140Z copying torch/include/ATen/ops/is_complex_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2944740Z copying torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2945980Z copying torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2947450Z copying torch/include/ATen/ops/add_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2948750Z copying torch/include/ATen/ops/diagonal_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2950430Z copying torch/include/ATen/ops/_linalg_check_errors.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2951550Z copying torch/include/ATen/ops/angle_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2953040Z copying torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2954490Z copying torch/include/ATen/ops/_nested_get_min_seqlen_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2955730Z copying torch/include/ATen/ops/_nested_get_values_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2957250Z copying torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2958670Z copying torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2960210Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2961430Z copying torch/include/ATen/ops/sort_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2963140Z copying torch/include/ATen/ops/_lazy_clone_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2964920Z copying torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2966160Z copying torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2967450Z copying torch/include/ATen/ops/thnn_conv2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2968860Z copying torch/include/ATen/ops/baddbmm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2970470Z copying torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2971680Z copying torch/include/ATen/ops/embedding_renorm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2973610Z copying torch/include/ATen/ops/avg_pool3d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2975050Z copying torch/include/ATen/ops/multilabel_margin_loss_forward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2976460Z copying torch/include/ATen/ops/reciprocal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2977890Z copying torch/include/ATen/ops/contiguous_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2979540Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2980710Z copying torch/include/ATen/ops/sparse_mask_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2982410Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2983800Z copying torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2985100Z copying torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2986580Z copying torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2987860Z copying torch/include/ATen/ops/tril_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2989410Z copying torch/include/ATen/ops/logical_not_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2990670Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2992140Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2993510Z copying torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2994850Z copying torch/include/ATen/ops/arcsin.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2996290Z copying torch/include/ATen/ops/qr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2997850Z copying torch/include/ATen/ops/view_as_real_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.2999030Z copying torch/include/ATen/ops/softshrink_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3000290Z copying torch/include/ATen/ops/frac_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3001840Z copying torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3003120Z copying torch/include/ATen/ops/miopen_rnn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3004710Z copying torch/include/ATen/ops/_native_multi_head_attention_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3005980Z copying torch/include/ATen/ops/_segment_reduce_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3007240Z copying torch/include/ATen/ops/_linalg_eigvals_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3008730Z copying torch/include/ATen/ops/_test_string_default_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3010110Z copying torch/include/ATen/ops/sparse_csr_tensor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3011440Z copying torch/include/ATen/ops/logaddexp_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3012850Z copying torch/include/ATen/ops/grid_sampler_2d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3014310Z copying torch/include/ATen/ops/pairwise_distance.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3015750Z copying torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3017170Z copying torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3018420Z copying torch/include/ATen/ops/_cast_Long_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3019740Z copying torch/include/ATen/ops/nll_loss2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3021180Z copying torch/include/ATen/ops/fft_ifftshift_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3022730Z copying torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3024110Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3025370Z copying torch/include/ATen/ops/cos_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3026950Z copying torch/include/ATen/ops/adaptive_max_pool1d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3028160Z copying torch/include/ATen/ops/_mkldnn_transpose_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3029690Z copying torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3031080Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3032520Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3033970Z copying torch/include/ATen/ops/cudnn_convolution.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3035340Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3036780Z copying torch/include/ATen/ops/atleast_2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3038110Z copying torch/include/ATen/ops/choose_qparams_optimized.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3039430Z copying torch/include/ATen/ops/_linalg_slogdet.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3040820Z copying torch/include/ATen/ops/_slow_conv2d_forward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3042290Z copying torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3043590Z copying torch/include/ATen/ops/special_bessel_y1.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3044970Z copying torch/include/ATen/ops/slice.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3046450Z copying torch/include/ATen/ops/_nested_tensor_size_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3047740Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3049050Z copying torch/include/ATen/ops/_spdiags.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3050490Z copying torch/include/ATen/ops/linalg_matmul_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3052160Z copying torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3053410Z copying torch/include/ATen/ops/_neg_view.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3054680Z copying torch/include/ATen/ops/unsafe_split.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3056060Z copying torch/include/ATen/ops/sign_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3057530Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3059070Z copying torch/include/ATen/ops/logaddexp2_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3059980Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3061480Z copying torch/include/ATen/ops/div_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3062860Z copying torch/include/ATen/ops/trace_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3064280Z copying torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3065080Z copying torch/include/ATen/ops/fft_hfft_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3070430Z copying torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3071000Z copying torch/include/ATen/ops/linear_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3071360Z copying torch/include/ATen/ops/nll_loss_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3071870Z copying torch/include/ATen/ops/_nested_tensor_strides_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3072350Z copying torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3073770Z copying torch/include/ATen/ops/fft_ifft_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3075230Z copying torch/include/ATen/ops/value_selecting_reduction_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3076060Z copying torch/include/ATen/ops/triplet_margin_loss_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3077480Z copying torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3079010Z copying torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3080370Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3081680Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3083040Z copying torch/include/ATen/ops/col2im_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3084440Z copying torch/include/ATen/ops/_fft_c2r_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3085220Z copying torch/include/ATen/ops/arcsinh_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3086750Z copying torch/include/ATen/ops/type_as_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3088120Z copying torch/include/ATen/ops/linalg_eigvals_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3089570Z copying torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3090470Z copying torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3092010Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3093350Z copying torch/include/ATen/ops/_safe_softmax_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3094720Z copying torch/include/ATen/ops/_copy_from_and_resize.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3095620Z copying torch/include/ATen/ops/linalg_ldl_solve_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3097080Z copying torch/include/ATen/ops/logdet.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3098290Z copying torch/include/ATen/ops/align_as_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3099660Z copying torch/include/ATen/ops/tanh_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3101080Z copying torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3102650Z copying torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3104150Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3105650Z copying torch/include/ATen/ops/tanh_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3107060Z copying torch/include/ATen/ops/_unsafe_masked_index_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3108440Z copying torch/include/ATen/ops/trunc_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3109880Z copying torch/include/ATen/ops/_cholesky_solve_helper.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3111330Z copying torch/include/ATen/ops/special_laguerre_polynomial_l.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3112570Z copying torch/include/ATen/ops/mv.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3114110Z copying torch/include/ATen/ops/logit.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3115400Z copying torch/include/ATen/ops/min_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3117410Z copying torch/include/ATen/ops/isnan_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3118250Z copying torch/include/ATen/ops/_unique2_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3120060Z copying torch/include/ATen/ops/_mkldnn_reshape_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3121510Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3122730Z copying torch/include/ATen/ops/_pack_padded_sequence_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3124230Z copying torch/include/ATen/ops/upsample_trilinear3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3125430Z copying torch/include/ATen/ops/normal_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3127020Z copying torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3128430Z copying torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3129680Z copying torch/include/ATen/ops/smm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3131140Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3132510Z copying torch/include/ATen/ops/less_equal_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3133930Z copying torch/include/ATen/ops/new_ones_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3135190Z copying torch/include/ATen/ops/nonzero_static_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3136770Z copying torch/include/ATen/ops/sinc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3138210Z copying torch/include/ATen/ops/binary_cross_entropy_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3139640Z copying torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3140910Z copying torch/include/ATen/ops/expand_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3142310Z copying torch/include/ATen/ops/complex_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3143800Z copying torch/include/ATen/ops/_weight_norm_interface_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3145050Z copying torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3146710Z copying torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3148050Z copying torch/include/ATen/ops/isin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3149420Z copying torch/include/ATen/ops/pinverse_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3150570Z copying torch/include/ATen/ops/_foreach_atan_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3152360Z copying torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3153620Z copying torch/include/ATen/ops/lstm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3155120Z copying torch/include/ATen/ops/_mps_convolution_transpose_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3156260Z copying torch/include/ATen/ops/xlogy_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3157790Z copying torch/include/ATen/ops/expm1.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3159230Z copying torch/include/ATen/ops/dist_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3160910Z copying torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3162080Z copying torch/include/ATen/ops/maximum.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3163460Z copying torch/include/ATen/ops/remainder_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3164790Z copying torch/include/ATen/ops/ones.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3166440Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3167630Z copying torch/include/ATen/ops/_foreach_maximum.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3169010Z copying torch/include/ATen/ops/slow_conv3d_forward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3170400Z copying torch/include/ATen/ops/aminmax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3171750Z copying torch/include/ATen/ops/special_modified_bessel_i1.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3173310Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3174560Z copying torch/include/ATen/ops/mse_loss_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3175850Z copying torch/include/ATen/ops/_cummax_helper.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3177170Z copying torch/include/ATen/ops/pad.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3178550Z copying torch/include/ATen/ops/linalg_cross_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3179940Z copying torch/include/ATen/ops/_resize_output_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3181260Z copying torch/include/ATen/ops/gru_cell_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3182700Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3183950Z copying torch/include/ATen/ops/std_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3185290Z copying torch/include/ATen/ops/round_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3186680Z copying torch/include/ATen/ops/_to_cpu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3188150Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3189490Z copying torch/include/ATen/ops/fft_irfft2_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3190780Z copying torch/include/ATen/ops/block_diag.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3192170Z copying torch/include/ATen/ops/_nested_get_offsets.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3193690Z copying torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3194930Z copying torch/include/ATen/ops/atanh_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3196410Z copying torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3197720Z copying torch/include/ATen/ops/to_sparse_bsc_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3199160Z copying torch/include/ATen/ops/exponential_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3200630Z copying torch/include/ATen/ops/miopen_depthwise_convolution_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3201930Z copying torch/include/ATen/ops/gather_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3203380Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3204740Z copying torch/include/ATen/ops/geqrf.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3243930Z copying torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3245570Z copying torch/include/ATen/ops/bitwise_xor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3247170Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3248920Z copying torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3250290Z copying torch/include/ATen/ops/_aminmax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3251840Z copying torch/include/ATen/ops/native_layer_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3253360Z copying torch/include/ATen/ops/sym_constrain_range_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3254870Z copying torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3256170Z copying torch/include/ATen/ops/frexp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3257890Z copying torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3259280Z copying torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3260500Z copying torch/include/ATen/ops/linalg_vander_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3262070Z copying torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3263550Z copying torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3264710Z copying torch/include/ATen/ops/split_with_sizes.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3265960Z copying torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3267180Z copying torch/include/ATen/ops/special_i1_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3268570Z copying torch/include/ATen/ops/sum_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3270080Z copying torch/include/ATen/ops/vdot_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3271840Z copying torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3273010Z copying torch/include/ATen/ops/pinverse_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3274850Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3276520Z copying torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3277590Z copying torch/include/ATen/ops/add.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3279110Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3280260Z copying torch/include/ATen/ops/_cummax_helper_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3282060Z copying torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3283660Z copying torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3284840Z copying torch/include/ATen/ops/eq_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3286100Z copying torch/include/ATen/ops/_batch_norm_impl_index_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3287380Z copying torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3288820Z copying torch/include/ATen/ops/upsample_nearest1d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3290220Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3291200Z copying torch/include/ATen/ops/sort_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3292550Z copying torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3293940Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3295260Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3296770Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3297830Z copying torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3299230Z copying torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3300400Z copying torch/include/ATen/ops/max_pool1d_with_indices_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3301790Z copying torch/include/ATen/ops/special_erf_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3303130Z copying torch/include/ATen/ops/avg_pool3d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3304570Z copying torch/include/ATen/ops/upsample_nearest1d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3305870Z copying torch/include/ATen/ops/sin_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3307140Z copying torch/include/ATen/ops/sum_to_size.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3308470Z copying torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3309590Z copying torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3311120Z copying torch/include/ATen/ops/special_hermite_polynomial_he_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3312340Z copying torch/include/ATen/ops/gradient_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3313650Z copying torch/include/ATen/ops/_cslt_compress.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3315080Z copying torch/include/ATen/ops/_copy_from_and_resize_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3316340Z copying torch/include/ATen/ops/fractional_max_pool2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3317750Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3319100Z copying torch/include/ATen/ops/_test_optional_intlist_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3319860Z copying torch/include/ATen/ops/log_normal_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3321450Z copying torch/include/ATen/ops/hypot_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3322840Z copying torch/include/ATen/ops/hypot.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3324280Z copying torch/include/ATen/ops/nll_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3329310Z copying torch/include/ATen/ops/_nested_tensor_size_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3329920Z copying torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3330420Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3330830Z copying torch/include/ATen/ops/linalg_qr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3331330Z copying torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3332380Z copying torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3333890Z copying torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3335310Z copying torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3336410Z copying torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3338090Z copying torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3339460Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3340730Z copying torch/include/ATen/ops/linalg_cross_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3342070Z copying torch/include/ATen/ops/special_bessel_j0_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3343290Z copying torch/include/ATen/ops/rsub_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3344170Z copying torch/include/ATen/ops/sort_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3345840Z copying torch/include/ATen/ops/sparse_resize_and_clear_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3347180Z copying torch/include/ATen/ops/put_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3348040Z copying torch/include/ATen/ops/eq_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3349630Z copying torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3350640Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3352210Z copying torch/include/ATen/ops/_foreach_floor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3353660Z copying torch/include/ATen/ops/signbit_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3354440Z copying torch/include/ATen/ops/erfinv_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3356010Z copying torch/include/ATen/ops/diag_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3357300Z copying torch/include/ATen/ops/_functional_sym_constrain_range_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3358760Z copying torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3360070Z copying torch/include/ATen/ops/_logcumsumexp_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3361390Z copying torch/include/ATen/ops/fractional_max_pool3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3362320Z copying torch/include/ATen/ops/logical_or.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3364050Z copying torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3365650Z copying torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3366430Z copying torch/include/ATen/ops/_pdist_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3367760Z copying torch/include/ATen/ops/empty_permuted_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3369110Z copying torch/include/ATen/ops/topk_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3370540Z copying torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3371910Z copying torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3372680Z copying torch/include/ATen/ops/bincount_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3374290Z copying torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3375550Z copying torch/include/ATen/ops/i0_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3376670Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3378200Z copying torch/include/ATen/ops/asinh.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3379190Z copying torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3380720Z copying torch/include/ATen/ops/resize_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3382110Z copying torch/include/ATen/ops/logcumsumexp_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3382940Z copying torch/include/ATen/ops/ravel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3384480Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3385850Z copying torch/include/ATen/ops/bitwise_and_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3387350Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3388050Z copying torch/include/ATen/ops/_index_put_impl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3389560Z copying torch/include/ATen/ops/isin_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3391100Z copying torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3391900Z copying torch/include/ATen/ops/_cast_Short.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3393420Z copying torch/include/ATen/ops/_sparse_broadcast_to_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3394700Z copying torch/include/ATen/ops/select_scatter_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3397310Z copying torch/include/ATen/ops/fmod_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3398760Z copying torch/include/ATen/ops/masked_scatter_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3400220Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3401220Z copying torch/include/ATen/ops/hardtanh.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3402480Z copying torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3403670Z copying torch/include/ATen/ops/index_reduce_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3405250Z copying torch/include/ATen/ops/_linalg_solve_ex_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3406830Z copying torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3408130Z copying torch/include/ATen/ops/std_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3409410Z copying torch/include/ATen/ops/vsplit_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3411130Z copying torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3412470Z copying torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3414010Z copying torch/include/ATen/ops/linalg_lu_solve_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3415500Z copying torch/include/ATen/ops/_sparse_csr_sum.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3416750Z copying torch/include/ATen/ops/view_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3417860Z copying torch/include/ATen/ops/ccol_indices_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3419640Z copying torch/include/ATen/ops/resize_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3421020Z copying torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3422270Z copying torch/include/ATen/ops/constant_pad_nd_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3423740Z copying torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3424810Z copying torch/include/ATen/ops/silu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3426270Z copying torch/include/ATen/ops/choose_qparams_optimized_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3428000Z copying torch/include/ATen/ops/log_softmax.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3429720Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3431080Z copying torch/include/ATen/ops/_foreach_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3432460Z copying torch/include/ATen/ops/_version_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3433940Z copying torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3435340Z copying torch/include/ATen/ops/mse_loss_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3436640Z copying torch/include/ATen/ops/corrcoef_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3438160Z copying torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3439500Z copying torch/include/ATen/ops/_to_sparse_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3440650Z copying torch/include/ATen/ops/sin_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3442070Z copying torch/include/ATen/ops/_cast_Half_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3443830Z copying torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3445100Z copying torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3446460Z copying torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3447890Z copying torch/include/ATen/ops/hardswish_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3449350Z copying torch/include/ATen/ops/_jagged_to_padded_dense_forward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3450740Z copying torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3451970Z copying torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3453660Z copying torch/include/ATen/ops/_flash_attention_forward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3455070Z copying torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3455960Z copying torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3457400Z copying torch/include/ATen/ops/hardsigmoid_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3458860Z copying torch/include/ATen/ops/linalg_matmul_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3460200Z copying torch/include/ATen/ops/_to_sparse_bsr_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3461660Z copying torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3462900Z copying torch/include/ATen/ops/_pad_circular.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3464390Z copying torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3465280Z copying torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3466720Z copying torch/include/ATen/ops/_foreach_div.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3468280Z copying torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3469590Z copying torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3470930Z copying torch/include/ATen/ops/to_sparse_bsr_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3472200Z copying torch/include/ATen/ops/bmm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3473270Z copying torch/include/ATen/ops/conv3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3474700Z copying torch/include/ATen/ops/addcdiv_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3476020Z copying torch/include/ATen/ops/add_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3476880Z copying torch/include/ATen/ops/multi_margin_loss_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3478450Z copying torch/include/ATen/ops/bitwise_xor_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3479720Z copying torch/include/ATen/ops/exp2_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3481060Z copying torch/include/ATen/ops/_nested_from_padded.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3482400Z copying torch/include/ATen/ops/sparse_bsr_tensor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3483760Z copying torch/include/ATen/ops/combinations_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3484530Z copying torch/include/ATen/ops/fmod_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3486150Z copying torch/include/ATen/ops/broadcast_to.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3487650Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3488520Z copying torch/include/ATen/ops/hardswish_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3490060Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3491180Z copying torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3492680Z copying torch/include/ATen/ops/linalg_lu_solve_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3494050Z copying torch/include/ATen/ops/bitwise_or_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3494950Z copying torch/include/ATen/ops/special_i0e_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3496510Z copying torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3497820Z copying torch/include/ATen/ops/vdot_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3499220Z copying torch/include/ATen/ops/_conj_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3500390Z copying torch/include/ATen/ops/gt_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3501750Z copying torch/include/ATen/ops/diag_embed.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3504220Z copying torch/include/ATen/ops/sqrt_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3504630Z copying torch/include/ATen/ops/nan_to_num_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3505210Z copying torch/include/ATen/ops/conv2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3506860Z copying torch/include/ATen/ops/_batch_norm_with_update.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3508100Z copying torch/include/ATen/ops/_foreach_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3509510Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3510670Z copying torch/include/ATen/ops/hardshrink_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3511920Z copying torch/include/ATen/ops/heaviside_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3512830Z copying torch/include/ATen/ops/pdist.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3514520Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3515410Z copying torch/include/ATen/ops/cholesky_solve_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3516960Z copying torch/include/ATen/ops/is_signed.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3518500Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3519830Z copying torch/include/ATen/ops/ne_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3521030Z copying torch/include/ATen/ops/index_reduce.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3522000Z copying torch/include/ATen/ops/logit_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3523630Z copying torch/include/ATen/ops/linalg_multi_dot_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3525040Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3525810Z copying torch/include/ATen/ops/linalg_eig_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3527370Z copying torch/include/ATen/ops/special_i1e_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3528700Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3529780Z copying torch/include/ATen/ops/_conj_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3531240Z copying torch/include/ATen/ops/randperm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3532750Z copying torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3534200Z copying torch/include/ATen/ops/_fused_adamw_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3534980Z copying torch/include/ATen/ops/rand_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3536550Z copying torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3537950Z copying torch/include/ATen/ops/_foreach_cosh_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3543910Z copying torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3544880Z copying torch/include/ATen/ops/rename_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3545430Z copying torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3545870Z copying torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3546300Z copying torch/include/ATen/ops/bitwise_right_shift_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3546840Z copying torch/include/ATen/ops/upsample_nearest1d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3548500Z copying torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3549930Z copying torch/include/ATen/ops/_is_zerotensor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3551370Z copying torch/include/ATen/ops/exp_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3553010Z copying torch/include/ATen/ops/multilabel_margin_loss_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3554520Z copying torch/include/ATen/ops/_test_check_tensor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3555990Z copying torch/include/ATen/ops/embedding_dense_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3557250Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3558670Z copying torch/include/ATen/ops/_cast_Float.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3560140Z copying torch/include/ATen/ops/_neg_view_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3561550Z copying torch/include/ATen/ops/acosh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3660000Z copying torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.3661100Z copying torch/include/ATen/ops/_assert_tensor_metadata_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4557910Z copying torch/include/ATen/ops/sigmoid_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4559290Z copying torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4560550Z copying torch/include/ATen/ops/index_fill_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4561960Z copying torch/include/ATen/ops/pad_sequence_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4563490Z copying torch/include/ATen/ops/unsafe_split_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4565350Z copying torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4566760Z copying torch/include/ATen/ops/mish_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4568530Z copying torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4569560Z copying torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4571010Z copying torch/include/ATen/ops/addmm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4572470Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4573800Z copying torch/include/ATen/ops/_convolution_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4575280Z copying torch/include/ATen/ops/atan2_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4576560Z copying torch/include/ATen/ops/bucketize_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4577850Z copying torch/include/ATen/ops/native_layer_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4579210Z copying torch/include/ATen/ops/tan.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4581260Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4581750Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4583200Z copying torch/include/ATen/ops/ge_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4584750Z copying torch/include/ATen/ops/hardsigmoid_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4586010Z copying torch/include/ATen/ops/lu_solve_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4587270Z copying torch/include/ATen/ops/conv_tbc_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4588830Z copying torch/include/ATen/ops/_log_softmax_backward_data_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4590190Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4591400Z copying torch/include/ATen/ops/_sobol_engine_draw_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4592680Z copying torch/include/ATen/ops/hardtanh_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4593950Z copying torch/include/ATen/ops/bitwise_and_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4595320Z copying torch/include/ATen/ops/masked_select_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4596650Z copying torch/include/ATen/ops/lerp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4597930Z copying torch/include/ATen/ops/matrix_exp_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4599130Z copying torch/include/ATen/ops/special_erfc.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4600920Z copying torch/include/ATen/ops/cosh_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4602240Z copying torch/include/ATen/ops/linalg_cross_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4603350Z copying torch/include/ATen/ops/index_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4605140Z copying torch/include/ATen/ops/linalg_multi_dot_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4606670Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4607480Z copying torch/include/ATen/ops/_cslt_sparse_mm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4609190Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4610530Z copying torch/include/ATen/ops/index_add.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4611410Z copying torch/include/ATen/ops/lt_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4612880Z copying torch/include/ATen/ops/max_pool2d_with_indices.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4614520Z copying torch/include/ATen/ops/nonzero_static_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4615820Z copying torch/include/ATen/ops/exponential_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4617230Z copying torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4618740Z copying torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4619440Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4620840Z copying torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4622330Z copying torch/include/ATen/ops/cummin_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4623600Z copying torch/include/ATen/ops/quantize_per_channel_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4624700Z copying torch/include/ATen/ops/cauchy_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4626240Z copying torch/include/ATen/ops/rsqrt_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4627480Z copying torch/include/ATen/ops/linspace_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4628530Z copying torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4630150Z copying torch/include/ATen/ops/special_modified_bessel_i1_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4631470Z copying torch/include/ATen/ops/frac_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4632880Z copying torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4633780Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4635080Z copying torch/include/ATen/ops/select_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4636570Z copying torch/include/ATen/ops/_nested_sum_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4637850Z copying torch/include/ATen/ops/_foreach_log_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4639410Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4640830Z copying torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4641740Z copying torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4643330Z copying torch/include/ATen/ops/inner_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4644500Z copying torch/include/ATen/ops/_triton_scaled_dot_attention.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4645980Z copying torch/include/ATen/ops/is_coalesced.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4647230Z copying torch/include/ATen/ops/native_group_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4648650Z copying torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4650000Z copying torch/include/ATen/ops/fft_fftfreq_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4651310Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4652590Z copying torch/include/ATen/ops/max_pool2d_with_indices_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4653680Z copying torch/include/ATen/ops/_standard_gamma_grad_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4655220Z copying torch/include/ATen/ops/linalg_inv_ex_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4656670Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4657590Z copying torch/include/ATen/ops/_sparse_semi_structured_addmm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4659260Z copying torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4660100Z copying torch/include/ATen/ops/hinge_embedding_loss_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4661460Z copying torch/include/ATen/ops/nanmedian_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4662980Z copying torch/include/ATen/ops/dot_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4664660Z copying torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4665950Z copying torch/include/ATen/ops/stack_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4667180Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4668710Z copying torch/include/ATen/ops/smooth_l1_loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4669990Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4671450Z copying torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4672540Z copying torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4673860Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4675210Z copying torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4676570Z copying torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4677770Z copying torch/include/ATen/ops/index_put_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4679120Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4680410Z copying torch/include/ATen/ops/glu_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4681620Z copying torch/include/ATen/ops/view_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4682900Z copying torch/include/ATen/ops/_foreach_sign_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4684290Z copying torch/include/ATen/ops/index_add_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4685480Z copying torch/include/ATen/ops/native_layer_norm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4686770Z copying torch/include/ATen/ops/to_padded_tensor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4688060Z copying torch/include/ATen/ops/is_set_to_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4689780Z copying torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4690570Z copying torch/include/ATen/ops/_sparse_semi_structured_mm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4691880Z copying torch/include/ATen/ops/concatenate.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4693190Z copying torch/include/ATen/ops/logaddexp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4694550Z copying torch/include/ATen/ops/batch_norm_backward_reduce.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4695990Z copying torch/include/ATen/ops/_linalg_eigvals.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4697200Z copying torch/include/ATen/ops/qscheme.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4698490Z copying torch/include/ATen/ops/silu_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4699740Z copying torch/include/ATen/ops/movedim_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4701250Z copying torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4702640Z copying torch/include/ATen/ops/lu_unpack_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4703710Z copying torch/include/ATen/ops/thnn_conv2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4705150Z copying torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4706500Z copying torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4707800Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4709010Z copying torch/include/ATen/ops/sparse_sampled_addmm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4710300Z copying torch/include/ATen/ops/igammac_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4711770Z copying torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4713020Z copying torch/include/ATen/ops/quantized_max_pool1d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4714220Z copying torch/include/ATen/ops/special_airy_ai_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4715560Z copying torch/include/ATen/ops/addcdiv_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4716920Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4718220Z copying torch/include/ATen/ops/_nested_get_max_seqlen_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4720150Z copying torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4721150Z copying torch/include/ATen/ops/addcdiv_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4722490Z copying torch/include/ATen/ops/rsqrt.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4723890Z copying torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4725150Z copying torch/include/ATen/ops/_foreach_lgamma.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4726430Z copying torch/include/ATen/ops/argmax_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4727870Z copying torch/include/ATen/ops/_functional_sym_constrain_range_for_size_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4729170Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4730440Z copying torch/include/ATen/ops/erfc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4731740Z copying torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4733160Z copying torch/include/ATen/ops/threshold_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4734270Z copying torch/include/ATen/ops/svd_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4735680Z copying torch/include/ATen/ops/addmm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4736810Z copying torch/include/ATen/ops/lift_fresh.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4738140Z copying torch/include/ATen/ops/_foreach_zero_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4739400Z copying torch/include/ATen/ops/flatten_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4740690Z copying torch/include/ATen/ops/linalg_lu_factor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4742040Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4743290Z copying torch/include/ATen/ops/where_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4744720Z copying torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4750440Z copying torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4750970Z copying torch/include/ATen/ops/_pad_enum_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4751510Z copying torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4751980Z copying torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4752340Z copying torch/include/ATen/ops/from_file.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4753650Z copying torch/include/ATen/ops/row_stack_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4754970Z copying torch/include/ATen/ops/clamp_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4756430Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4757670Z copying torch/include/ATen/ops/celu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4758940Z copying torch/include/ATen/ops/matrix_exp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4760310Z copying torch/include/ATen/ops/special_logit_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4761600Z copying torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4762940Z copying torch/include/ATen/ops/lstm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4764130Z copying torch/include/ATen/ops/atan2_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4766050Z copying torch/include/ATen/ops/cummaxmin_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4767280Z copying torch/include/ATen/ops/_functional_sym_constrain_range.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4768720Z copying torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4770000Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4771300Z copying torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4772580Z copying torch/include/ATen/ops/zero_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4773900Z copying torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4775180Z copying torch/include/ATen/ops/row_stack.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4776550Z copying torch/include/ATen/ops/slow_conv_transpose3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4777870Z copying torch/include/ATen/ops/miopen_convolution_add_relu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4779100Z copying torch/include/ATen/ops/max_pool2d_with_indices_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4780360Z copying torch/include/ATen/ops/real.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4781860Z copying torch/include/ATen/ops/replication_pad1d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4783040Z copying torch/include/ATen/ops/pairwise_distance_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4784700Z copying torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4786130Z copying torch/include/ATen/ops/nll_loss2d_forward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4787380Z copying torch/include/ATen/ops/_make_dual.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4788790Z copying torch/include/ATen/ops/_make_dual_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4790090Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4791410Z copying torch/include/ATen/ops/renorm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4792680Z copying torch/include/ATen/ops/relu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4794180Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4795610Z copying torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4796870Z copying torch/include/ATen/ops/avg_pool2d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4798360Z copying torch/include/ATen/ops/_foreach_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4799810Z copying torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4801170Z copying torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4802570Z copying torch/include/ATen/ops/ceil.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4803900Z copying torch/include/ATen/ops/sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4805250Z copying torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4806380Z copying torch/include/ATen/ops/sqrt_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4807850Z copying torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4809060Z copying torch/include/ATen/ops/min_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4810570Z copying torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4811890Z copying torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4813320Z copying torch/include/ATen/ops/_nnpack_available_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4814730Z copying torch/include/ATen/ops/bitwise_right_shift.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4816250Z copying torch/include/ATen/ops/threshold_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4817650Z copying torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4819260Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4820460Z copying torch/include/ATen/ops/_autocast_to_full_precision.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4821930Z copying torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4823250Z copying torch/include/ATen/ops/_nested_get_min_seqlen.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4824760Z copying torch/include/ATen/ops/remainder_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4826020Z copying torch/include/ATen/ops/linalg_det_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4827510Z copying torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4828960Z copying torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4830470Z copying torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4831950Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4833180Z copying torch/include/ATen/ops/randint_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4834630Z copying torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4835970Z copying torch/include/ATen/ops/nested_to_padded_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4837580Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4838770Z copying torch/include/ATen/ops/resize_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4840290Z copying torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4841660Z copying torch/include/ATen/ops/isclose_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4843080Z copying torch/include/ATen/ops/resize_as_sparse_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4844510Z copying torch/include/ATen/ops/view_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4846000Z copying torch/include/ATen/ops/replication_pad1d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4847460Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4848780Z copying torch/include/ATen/ops/triu_indices_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4850320Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4851780Z copying torch/include/ATen/ops/mish_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4853220Z copying torch/include/ATen/ops/atleast_2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4854630Z copying torch/include/ATen/ops/_nested_get_lengths.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4855990Z copying torch/include/ATen/ops/renorm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4857570Z copying torch/include/ATen/ops/native_group_norm_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4859310Z copying torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4860800Z copying torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4862180Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4863620Z copying torch/include/ATen/ops/take_along_dim_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4865250Z copying torch/include/ATen/ops/_reshape_from_tensor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4866550Z copying torch/include/ATen/ops/hsplit_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4868120Z copying torch/include/ATen/ops/gather_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4869690Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4871050Z copying torch/include/ATen/ops/threshold_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4872400Z copying torch/include/ATen/ops/t_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4873860Z copying torch/include/ATen/ops/triu_indices_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4875530Z copying torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4876710Z copying torch/include/ATen/ops/absolute_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4878230Z copying torch/include/ATen/ops/isnan_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4879500Z copying torch/include/ATen/ops/fft_hfft2_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4880990Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4882320Z copying torch/include/ATen/ops/atanh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4883820Z copying torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4885260Z copying torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4886550Z copying torch/include/ATen/ops/fill_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4887990Z copying torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4889280Z copying torch/include/ATen/ops/batch_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4890790Z copying torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4892050Z copying torch/include/ATen/ops/sparse_mask_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4893530Z copying torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4894930Z copying torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4896230Z copying torch/include/ATen/ops/rsub_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4897810Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4899120Z copying torch/include/ATen/ops/sinc_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4900610Z copying torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4902050Z copying torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4903450Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4904710Z copying torch/include/ATen/ops/randint_like_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4906220Z copying torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4907590Z copying torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4909160Z copying torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4910280Z copying torch/include/ATen/ops/abs.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4911700Z copying torch/include/ATen/ops/isin_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4913130Z copying torch/include/ATen/ops/huber_loss_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4914460Z copying torch/include/ATen/ops/retain_grad.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4915880Z copying torch/include/ATen/ops/sparse_resize_and_clear.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4917230Z copying torch/include/ATen/ops/kron_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4919210Z copying torch/include/ATen/ops/log1p_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4920470Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4921800Z copying torch/include/ATen/ops/_batch_norm_no_update_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4923180Z copying torch/include/ATen/ops/bucketize.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4924900Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4926180Z copying torch/include/ATen/ops/logaddexp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4927450Z copying torch/include/ATen/ops/gather_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4929190Z copying torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4930510Z copying torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4932090Z copying torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4933230Z copying torch/include/ATen/ops/clip_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4934710Z copying torch/include/ATen/ops/bernoulli_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4936050Z copying torch/include/ATen/ops/_local_scalar_dense_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4937450Z copying torch/include/ATen/ops/_cslt_sparse_mm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4938980Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4940510Z copying torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4941930Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4943230Z copying torch/include/ATen/ops/max_pool3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4944960Z copying torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4946080Z copying torch/include/ATen/ops/special_erf_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4947550Z copying torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4948950Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4950270Z copying torch/include/ATen/ops/pow_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4951680Z copying torch/include/ATen/ops/_cast_Double.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4952990Z copying torch/include/ATen/ops/frobenius_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4954240Z copying torch/include/ATen/ops/sinc_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4955630Z copying torch/include/ATen/ops/softplus.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4956920Z copying torch/include/ATen/ops/_foreach_pow_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4958240Z copying torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4959490Z copying torch/include/ATen/ops/kthvalue_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4960830Z copying torch/include/ATen/ops/_is_any_true.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4962190Z copying torch/include/ATen/ops/reshape_as_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4963570Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4964900Z copying torch/include/ATen/ops/special_bessel_y0_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4966250Z copying torch/include/ATen/ops/crow_indices_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4967590Z copying torch/include/ATen/ops/_weight_int8pack_mm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4968890Z copying torch/include/ATen/ops/uniform_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4974370Z copying torch/include/ATen/ops/_embedding_bag_dense_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4974910Z copying torch/include/ATen/ops/to_sparse_csc_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4975300Z copying torch/include/ATen/ops/reshape_as_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4975740Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4976180Z copying torch/include/ATen/ops/replication_pad1d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4977600Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4978870Z copying torch/include/ATen/ops/_safe_softmax.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4980290Z copying torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4981750Z copying torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4984030Z copying torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4984630Z copying torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4985400Z copying torch/include/ATen/ops/set_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4986950Z copying torch/include/ATen/ops/numpy_T.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4988430Z copying torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4989650Z copying torch/include/ATen/ops/miopen_batch_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4990960Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4992490Z copying torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4993620Z copying torch/include/ATen/ops/float_power.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4994890Z copying torch/include/ATen/ops/narrow_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4996320Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4997510Z copying torch/include/ATen/ops/unique_consecutive_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.4998880Z copying torch/include/ATen/ops/rot90.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5000220Z copying torch/include/ATen/ops/t.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5001660Z copying torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5002890Z copying torch/include/ATen/ops/squeeze_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5004030Z copying torch/include/ATen/ops/clamp_min_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5005440Z copying torch/include/ATen/ops/greater.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5007350Z copying torch/include/ATen/ops/swapaxes_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5008370Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5009850Z copying torch/include/ATen/ops/avg_pool3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5011370Z copying torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5012300Z copying torch/include/ATen/ops/_foreach_sign.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5013840Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5015330Z copying torch/include/ATen/ops/_linalg_svd_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5016580Z copying torch/include/ATen/ops/from_blob.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5017960Z copying torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5019400Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5020630Z copying torch/include/ATen/ops/exp_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5022000Z copying torch/include/ATen/ops/index_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5023250Z copying torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5024790Z copying torch/include/ATen/ops/linspace_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5026200Z copying torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5027340Z copying torch/include/ATen/ops/special_ndtri_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5028560Z copying torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5029810Z copying torch/include/ATen/ops/put_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5031460Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5032750Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5034080Z copying torch/include/ATen/ops/linalg_lu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5035460Z copying torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5036340Z copying torch/include/ATen/ops/log1p_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5037960Z copying torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5039140Z copying torch/include/ATen/ops/tril_indices_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5040830Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5042120Z copying torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5043470Z copying torch/include/ATen/ops/_compute_linear_combination_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5044580Z copying torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5046040Z copying torch/include/ATen/ops/put.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5047200Z copying torch/include/ATen/ops/special_airy_ai_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5048560Z copying torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5049820Z copying torch/include/ATen/ops/reflection_pad1d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5051000Z copying torch/include/ATen/ops/eq_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5052300Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5053820Z copying torch/include/ATen/ops/im2col_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5054660Z copying torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5056130Z copying torch/include/ATen/ops/cumprod_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5057360Z copying torch/include/ATen/ops/fill_diagonal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5058710Z copying torch/include/ATen/ops/lgamma_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5059940Z copying torch/include/ATen/ops/equal_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5060980Z copying torch/include/ATen/ops/linalg_eigvals_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5062420Z copying torch/include/ATen/ops/_flash_attention_forward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5063800Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5065130Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5066700Z copying torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5067540Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5069260Z copying torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5070100Z copying torch/include/ATen/ops/value_selecting_reduction_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5071680Z copying torch/include/ATen/ops/_unpack_dual.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5072970Z copying torch/include/ATen/ops/special_log_ndtr_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5074590Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5075190Z copying torch/include/ATen/ops/sparse_csc_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5076960Z copying torch/include/ATen/ops/log1p_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5078270Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5079590Z copying torch/include/ATen/ops/flatten_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5080770Z copying torch/include/ATen/ops/sym_numel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5082080Z copying torch/include/ATen/ops/linalg_svdvals_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5083510Z copying torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5084720Z copying torch/include/ATen/ops/masked_select.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5086200Z copying torch/include/ATen/ops/unfold_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5087160Z copying torch/include/ATen/ops/special_airy_ai.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5088720Z copying torch/include/ATen/ops/min_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5090020Z copying torch/include/ATen/ops/fmin_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5091250Z copying torch/include/ATen/ops/logit_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5092630Z copying torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5093970Z copying torch/include/ATen/ops/view.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5095270Z copying torch/include/ATen/ops/threshold_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5096210Z copying torch/include/ATen/ops/mkldnn_rnn_layer_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5097880Z copying torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5099040Z copying torch/include/ATen/ops/_efficient_attention_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5100600Z copying torch/include/ATen/ops/slice_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5102040Z copying torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5103290Z copying torch/include/ATen/ops/polar_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5104410Z copying torch/include/ATen/ops/linspace.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5106010Z copying torch/include/ATen/ops/linalg_matrix_power_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5107470Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5108200Z copying torch/include/ATen/ops/softplus_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5109740Z copying torch/include/ATen/ops/arccos_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5110830Z copying torch/include/ATen/ops/silu_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5112410Z copying torch/include/ATen/ops/digamma_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5113670Z copying torch/include/ATen/ops/cudnn_is_acceptable_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5115060Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5116480Z copying torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5117480Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5119030Z copying torch/include/ATen/ops/special_erfcx_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5120130Z copying torch/include/ATen/ops/_cdist_forward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5121690Z copying torch/include/ATen/ops/mean_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5123390Z copying torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5124100Z copying torch/include/ATen/ops/_foreach_mul_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5126100Z copying torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5126760Z copying torch/include/ATen/ops/round_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5128260Z copying torch/include/ATen/ops/moveaxis.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5129710Z copying torch/include/ATen/ops/_efficient_attention_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5130480Z copying torch/include/ATen/ops/mul_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5132340Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5133750Z copying torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5134470Z copying torch/include/ATen/ops/select_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5135960Z copying torch/include/ATen/ops/acos_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5137430Z copying torch/include/ATen/ops/nansum_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5138790Z copying torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5139780Z copying torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5141510Z copying torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5142270Z copying torch/include/ATen/ops/diag_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5144040Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5145280Z copying torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5146490Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5147790Z copying torch/include/ATen/ops/_embedding_bag_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5149130Z copying torch/include/ATen/ops/mean_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5150610Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5151640Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5153020Z copying torch/include/ATen/ops/_cudnn_ctc_loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5154500Z copying torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5155720Z copying torch/include/ATen/ops/trunc_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5157070Z copying torch/include/ATen/ops/_jagged_to_padded_dense_forward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5158190Z copying torch/include/ATen/ops/detach.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5159850Z copying torch/include/ATen/ops/special_hermite_polynomial_he.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5161070Z copying torch/include/ATen/ops/logaddexp2_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5162780Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5163860Z copying torch/include/ATen/ops/random_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5165320Z copying torch/include/ATen/ops/_aminmax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5166050Z copying torch/include/ATen/ops/gelu_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5167770Z copying torch/include/ATen/ops/masked_select_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5168680Z copying torch/include/ATen/ops/row_indices_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5170170Z copying torch/include/ATen/ops/expand.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5171550Z copying torch/include/ATen/ops/asinh_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5172440Z copying torch/include/ATen/ops/atanh_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5174150Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5175330Z copying torch/include/ATen/ops/sub_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5176840Z copying torch/include/ATen/ops/affine_grid_generator_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5178270Z copying torch/include/ATen/ops/rnn_tanh_cell_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5179530Z copying torch/include/ATen/ops/ger_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5181030Z copying torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5186480Z copying torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5187070Z copying torch/include/ATen/ops/upsample_linear1d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5187540Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5187910Z copying torch/include/ATen/ops/result_type_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5188410Z copying torch/include/ATen/ops/_prelu_kernel_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5188790Z copying torch/include/ATen/ops/ormqr_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5190360Z copying torch/include/ATen/ops/floor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5191770Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5193230Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5194030Z copying torch/include/ATen/ops/slice_inverse_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5195820Z copying torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5197160Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5197930Z copying torch/include/ATen/ops/threshold.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5199650Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5201190Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5201950Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5203550Z copying torch/include/ATen/ops/special_ndtri_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5204560Z copying torch/include/ATen/ops/_sparse_addmm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5205930Z copying torch/include/ATen/ops/special_xlogy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5207290Z copying torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5208520Z copying torch/include/ATen/ops/is_floating_point_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5209870Z copying torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5211070Z copying torch/include/ATen/ops/_foreach_pow.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5212340Z copying torch/include/ATen/ops/fft_irfftn_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5213750Z copying torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5215160Z copying torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5216050Z copying torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5217540Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5218940Z copying torch/include/ATen/ops/median_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5220150Z copying torch/include/ATen/ops/fft_ifft.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5221520Z copying torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5222480Z copying torch/include/ATen/ops/ceil_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5224080Z copying torch/include/ATen/ops/leaky_relu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5225280Z copying torch/include/ATen/ops/full_like.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5226630Z copying torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5227880Z copying torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5229130Z copying torch/include/ATen/ops/rad2deg_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5230490Z copying torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5231710Z copying torch/include/ATen/ops/fmax_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5232960Z copying torch/include/ATen/ops/refine_names.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5234210Z copying torch/include/ATen/ops/linalg_cond_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5235640Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5236610Z copying torch/include/ATen/ops/embedding_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5238230Z copying torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5239590Z copying torch/include/ATen/ops/tensordot_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5240900Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5242110Z copying torch/include/ATen/ops/clamp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5243230Z copying torch/include/ATen/ops/_foreach_sqrt_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5244690Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5246030Z copying torch/include/ATen/ops/glu_jvp_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5247300Z copying torch/include/ATen/ops/batch_norm_elemt.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5248760Z copying torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5249640Z copying torch/include/ATen/ops/reflection_pad1d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5251090Z copying torch/include/ATen/ops/special_erfcx_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5252470Z copying torch/include/ATen/ops/nextafter_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5253780Z copying torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5254850Z copying torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5256240Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5258110Z copying torch/include/ATen/ops/batch_norm_stats_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5259730Z copying torch/include/ATen/ops/conv_tbc_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5261150Z copying torch/include/ATen/ops/mkldnn_linear_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5264050Z copying torch/include/ATen/ops/_assert_tensor_metadata.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5265120Z copying torch/include/ATen/ops/slice_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5266780Z copying torch/include/ATen/ops/add_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5267970Z copying torch/include/ATen/ops/rnn_tanh_cell.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5269880Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5271080Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5272430Z copying torch/include/ATen/ops/expand_as_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5273920Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5275460Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5276720Z copying torch/include/ATen/ops/masked_scatter_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5278180Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5279490Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5280820Z copying torch/include/ATen/ops/_aminmax_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5282100Z copying torch/include/ATen/ops/istft_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5288460Z copying torch/include/ATen/ops/_weight_norm_interface_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5289890Z copying torch/include/ATen/ops/max_pool3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5291360Z copying torch/include/ATen/ops/special_expit_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5292690Z copying torch/include/ATen/ops/_stack_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5293880Z copying torch/include/ATen/ops/fliplr_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5295160Z copying torch/include/ATen/ops/acos_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5296060Z copying torch/include/ATen/ops/log10_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5297630Z copying torch/include/ATen/ops/argmax_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5298830Z copying torch/include/ATen/ops/triu_indices.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5299870Z copying torch/include/ATen/ops/sparse_dim_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5301490Z copying torch/include/ATen/ops/bitwise_and_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5302700Z copying torch/include/ATen/ops/atan_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5303810Z copying torch/include/ATen/ops/binary_cross_entropy_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5305260Z copying torch/include/ATen/ops/prod.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5306560Z copying torch/include/ATen/ops/mul_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5307730Z copying torch/include/ATen/ops/is_pinned.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5309110Z copying torch/include/ATen/ops/index_add_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5310420Z copying torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5311830Z copying torch/include/ATen/ops/_sparse_semi_structured_tile_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5313000Z copying torch/include/ATen/ops/unfold.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5314580Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5316090Z copying torch/include/ATen/ops/rrelu_with_noise_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5316890Z copying torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5318420Z copying torch/include/ATen/ops/upsample_trilinear3d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5321500Z copying torch/include/ATen/ops/linalg_householder_product.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5322850Z copying torch/include/ATen/ops/_weight_int4pack_mm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5324270Z copying torch/include/ATen/ops/aminmax_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5325450Z copying torch/include/ATen/ops/view_as_real.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5327180Z copying torch/include/ATen/ops/_softmax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5328000Z copying torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5329460Z copying torch/include/ATen/ops/huber_loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5330790Z copying torch/include/ATen/ops/_native_batch_norm_legit_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5332220Z copying torch/include/ATen/ops/_native_batch_norm_legit_no_training_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5333720Z copying torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5334570Z copying torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5336300Z copying torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5337340Z copying torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5339500Z copying torch/include/ATen/ops/diagflat.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5340890Z copying torch/include/ATen/ops/amax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5341910Z copying torch/include/ATen/ops/addr_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5343740Z copying torch/include/ATen/ops/special_i1e.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5344340Z copying torch/include/ATen/ops/_embedding_bag_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5346070Z copying torch/include/ATen/ops/_fill_mem_eff_dropout_mask_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5347120Z copying torch/include/ATen/ops/zero_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5348630Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5350220Z copying torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5351100Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5352580Z copying torch/include/ATen/ops/arange_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5353990Z copying torch/include/ATen/ops/mish_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5355420Z copying torch/include/ATen/ops/chalf_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5356170Z copying torch/include/ATen/ops/linalg_svdvals.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5358420Z copying torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5359910Z copying torch/include/ATen/ops/special_spherical_bessel_j0.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5361180Z copying torch/include/ATen/ops/_weight_int4pack_mm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5362460Z copying torch/include/ATen/ops/expm1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5363920Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5364690Z copying torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5366400Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5367670Z copying torch/include/ATen/ops/std_mean.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5368950Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5370180Z copying torch/include/ATen/ops/_linalg_eigh_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5371630Z copying torch/include/ATen/ops/smooth_l1_loss_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5372880Z copying torch/include/ATen/ops/igamma_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5373880Z copying torch/include/ATen/ops/_embedding_bag_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5375330Z copying torch/include/ATen/ops/remainder_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5376780Z copying torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5378030Z copying torch/include/ATen/ops/masked_select_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5380620Z copying torch/include/ATen/ops/_sparse_sum_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5382210Z copying torch/include/ATen/ops/empty.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5383670Z copying torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5385160Z copying torch/include/ATen/ops/baddbmm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5386040Z copying torch/include/ATen/ops/poisson_nll_loss_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5387390Z copying torch/include/ATen/ops/baddbmm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5388960Z copying torch/include/ATen/ops/ger.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5390140Z copying torch/include/ATen/ops/_conv_depthwise2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5391700Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5393240Z copying torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5394230Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5395770Z copying torch/include/ATen/ops/lift_fresh_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5397250Z copying torch/include/ATen/ops/nll_loss2d_forward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5398100Z copying torch/include/ATen/ops/imag_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5399540Z copying torch/include/ATen/ops/full_like_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5401030Z copying torch/include/ATen/ops/_cast_Float_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5402340Z copying torch/include/ATen/ops/upsample_nearest3d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5403390Z copying torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5409060Z copying torch/include/ATen/ops/lt_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5409610Z copying torch/include/ATen/ops/copysign.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5410000Z copying torch/include/ATen/ops/_indices_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5411090Z copying torch/include/ATen/ops/replication_pad3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5413410Z copying torch/include/ATen/ops/index_fill_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5414590Z copying torch/include/ATen/ops/conv_tbc_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5416230Z copying torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5417430Z copying torch/include/ATen/ops/logical_xor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5418900Z copying torch/include/ATen/ops/logit_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5420340Z copying torch/include/ATen/ops/softplus_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5421100Z copying torch/include/ATen/ops/upsample_nearest3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5422750Z copying torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5424000Z copying torch/include/ATen/ops/ceil_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5425420Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5426630Z copying torch/include/ATen/ops/nanquantile_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5427950Z copying torch/include/ATen/ops/_make_dep_token_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5429450Z copying torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5430440Z copying torch/include/ATen/ops/batch_norm_backward_elemt_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5431820Z copying torch/include/ATen/ops/special_round_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5433250Z copying torch/include/ATen/ops/_reshape_alias.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5434630Z copying torch/include/ATen/ops/le_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5436420Z copying torch/include/ATen/ops/softshrink_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5437640Z copying torch/include/ATen/ops/resolve_neg_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5439010Z copying torch/include/ATen/ops/binomial_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5440240Z copying torch/include/ATen/ops/mvlgamma_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5441800Z copying torch/include/ATen/ops/lshift_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5444350Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5446020Z copying torch/include/ATen/ops/_efficient_attention_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5465100Z copying torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5472790Z copying torch/include/ATen/ops/special_gammaincc_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5474480Z copying torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5475250Z copying torch/include/ATen/ops/cosh.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5476970Z copying torch/include/ATen/ops/clamp_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5478310Z copying torch/include/ATen/ops/binary_cross_entropy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5479390Z copying torch/include/ATen/ops/concat.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5480790Z copying torch/include/ATen/ops/mul_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5481960Z copying torch/include/ATen/ops/_sparse_semi_structured_addmm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5483460Z copying torch/include/ATen/ops/special_multigammaln.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5484910Z copying torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5485760Z copying torch/include/ATen/ops/fft_ifftn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5487470Z copying torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5488420Z copying torch/include/ATen/ops/nonzero_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5489940Z copying torch/include/ATen/ops/nonzero.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5491370Z copying torch/include/ATen/ops/fliplr_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5492360Z copying torch/include/ATen/ops/negative_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5493850Z copying torch/include/ATen/ops/fft_fftn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5495280Z copying torch/include/ATen/ops/native_batch_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5496940Z copying torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5497910Z copying torch/include/ATen/ops/new_empty_strided_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5499590Z copying torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5500530Z copying torch/include/ATen/ops/scatter_add_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5502300Z copying torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5503130Z copying torch/include/ATen/ops/eye_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5504630Z copying torch/include/ATen/ops/cartesian_prod_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5505820Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5507360Z copying torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5508760Z copying torch/include/ATen/ops/conv_transpose2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5509930Z copying torch/include/ATen/ops/as_strided.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5511370Z copying torch/include/ATen/ops/geometric_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5512560Z copying torch/include/ATen/ops/cosh_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5513750Z copying torch/include/ATen/ops/copysign_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5515010Z copying torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5516210Z copying torch/include/ATen/ops/output_nr_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5517960Z copying torch/include/ATen/ops/argsort_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5518870Z copying torch/include/ATen/ops/fft_hfft_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5520180Z copying torch/include/ATen/ops/sinh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5521730Z copying torch/include/ATen/ops/_foreach_sin_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5523080Z copying torch/include/ATen/ops/_unique_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5523840Z copying torch/include/ATen/ops/sin_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5525560Z copying torch/include/ATen/ops/range_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5526790Z copying torch/include/ATen/ops/special_log_softmax.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5528350Z copying torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5529130Z copying torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5530760Z copying torch/include/ATen/ops/argmax_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5531980Z copying torch/include/ATen/ops/detach_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5533490Z copying torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5534160Z copying torch/include/ATen/ops/isnan.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5535790Z copying torch/include/ATen/ops/special_xlogy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5537350Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5538030Z copying torch/include/ATen/ops/all_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5540030Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5540930Z copying torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5542260Z copying torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5543680Z copying torch/include/ATen/ops/cumsum_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5545050Z copying torch/include/ATen/ops/as_strided_scatter_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5546150Z copying torch/include/ATen/ops/scatter_reduce_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5547430Z copying torch/include/ATen/ops/_indices.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5548920Z copying torch/include/ATen/ops/_linalg_det_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5550220Z copying torch/include/ATen/ops/sin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5551490Z copying torch/include/ATen/ops/random_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5552700Z copying torch/include/ATen/ops/_pdist_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5554550Z copying torch/include/ATen/ops/nll_loss_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5555440Z copying torch/include/ATen/ops/tanh.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5556840Z copying torch/include/ATen/ops/cumprod.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5558060Z copying torch/include/ATen/ops/special_entr_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5559870Z copying torch/include/ATen/ops/_foreach_lgamma_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5560530Z copying torch/include/ATen/ops/any_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5562180Z copying torch/include/ATen/ops/_add_batch_dim_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5563480Z copying torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5564830Z copying torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5565680Z copying torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5567170Z copying torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5568650Z copying torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5570080Z copying torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5570920Z copying torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5572440Z copying torch/include/ATen/ops/linalg_cholesky_ex.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5574000Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5575350Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5576310Z copying torch/include/ATen/ops/geqrf_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5577910Z copying torch/include/ATen/ops/fft_rfftn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5579320Z copying torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5580570Z copying torch/include/ATen/ops/slow_conv3d_forward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5581600Z copying torch/include/ATen/ops/qr_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5583200Z copying torch/include/ATen/ops/linalg_cholesky.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5584440Z copying torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5585630Z copying torch/include/ATen/ops/lerp_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5587350Z copying torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5588570Z copying torch/include/ATen/ops/masked_scatter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5589890Z copying torch/include/ATen/ops/flip_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5590750Z copying torch/include/ATen/ops/topk_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5592210Z copying torch/include/ATen/ops/_neg_view_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5593480Z copying torch/include/ATen/ops/silu_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5594930Z copying torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5596180Z copying torch/include/ATen/ops/col_indices_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5597630Z copying torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5598670Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5599950Z copying torch/include/ATen/ops/rand_like_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5601270Z copying torch/include/ATen/ops/_foobar_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5602950Z copying torch/include/ATen/ops/histogram_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5604390Z copying torch/include/ATen/ops/all_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5605720Z copying torch/include/ATen/ops/native_channel_shuffle.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5607020Z copying torch/include/ATen/ops/vdot.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5608390Z copying torch/include/ATen/ops/slow_conv_dilated3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5609750Z copying torch/include/ATen/ops/any_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5611340Z copying torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5612110Z copying torch/include/ATen/ops/_sparse_log_softmax_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5613860Z copying torch/include/ATen/ops/avg_pool2d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5614760Z copying torch/include/ATen/ops/_dirichlet_grad_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5616340Z copying torch/include/ATen/ops/_coalesced_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5617360Z copying torch/include/ATen/ops/baddbmm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5619490Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5620290Z copying torch/include/ATen/ops/trace_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5621810Z copying torch/include/ATen/ops/nextafter_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5623130Z copying torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5624510Z copying torch/include/ATen/ops/softshrink_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5626040Z copying torch/include/ATen/ops/native_dropout_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5627360Z copying torch/include/ATen/ops/_native_multi_head_attention.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5628740Z copying torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5630130Z copying torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5631040Z copying torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5632580Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5634130Z copying torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5635390Z copying torch/include/ATen/ops/renorm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5636740Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5637940Z copying torch/include/ATen/ops/t_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5639230Z copying torch/include/ATen/ops/unsafe_split_with_sizes_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5640530Z copying torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5641820Z copying torch/include/ATen/ops/fmin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5643150Z copying torch/include/ATen/ops/_sparse_sum_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5648820Z copying torch/include/ATen/ops/special_sinc_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5650250Z copying torch/include/ATen/ops/nll_loss_nd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5650760Z copying torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5651120Z copying torch/include/ATen/ops/_softmax_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5651530Z copying torch/include/ATen/ops/miopen_batch_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5652020Z copying torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5652410Z copying torch/include/ATen/ops/gather_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5653320Z copying torch/include/ATen/ops/reflection_pad3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5654780Z copying torch/include/ATen/ops/relu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5655980Z copying torch/include/ATen/ops/poisson_nll_loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5657630Z copying torch/include/ATen/ops/bitwise_not_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5659200Z copying torch/include/ATen/ops/item_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5660520Z copying torch/include/ATen/ops/_native_batch_norm_legit_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5661480Z copying torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5663060Z copying torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5664380Z copying torch/include/ATen/ops/special_legendre_polynomial_p.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5665790Z copying torch/include/ATen/ops/cudnn_batch_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5667350Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5668110Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5670120Z copying torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5671740Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5673070Z copying torch/include/ATen/ops/pixel_shuffle_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5674340Z copying torch/include/ATen/ops/rshift.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5675640Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5676910Z copying torch/include/ATen/ops/batch_norm_update_stats_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5678150Z copying torch/include/ATen/ops/squeeze_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5679560Z copying torch/include/ATen/ops/special_i0e_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5680560Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5681880Z copying torch/include/ATen/ops/mish.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5683280Z copying torch/include/ATen/ops/subtract.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5684720Z copying torch/include/ATen/ops/trunc_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5686060Z copying torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5687330Z copying torch/include/ATen/ops/amin_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5688610Z copying torch/include/ATen/ops/amin_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5690140Z copying torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5691450Z copying torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5692440Z copying torch/include/ATen/ops/miopen_convolution_relu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5693730Z copying torch/include/ATen/ops/indices_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5695210Z copying torch/include/ATen/ops/_reshape_from_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5696680Z copying torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5697640Z copying torch/include/ATen/ops/blackman_window_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5699190Z copying torch/include/ATen/ops/batch_norm_elemt_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5700620Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5702040Z copying torch/include/ATen/ops/_sobol_engine_ff_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5703030Z copying torch/include/ATen/ops/sort_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5704420Z copying torch/include/ATen/ops/logit_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5705190Z copying torch/include/ATen/ops/cat_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5706780Z copying torch/include/ATen/ops/le_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5708090Z copying torch/include/ATen/ops/mean_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5709140Z copying torch/include/ATen/ops/is_inference.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5710580Z copying torch/include/ATen/ops/fft_ihfftn_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5711840Z copying torch/include/ATen/ops/mode_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5713110Z copying torch/include/ATen/ops/segment_reduce_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5714540Z copying torch/include/ATen/ops/detach_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5715960Z copying torch/include/ATen/ops/_triton_multi_head_attention_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5717490Z copying torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5718420Z copying torch/include/ATen/ops/corrcoef_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5719790Z copying torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5721310Z copying torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5722130Z copying torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5723740Z copying torch/include/ATen/ops/unflatten_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5724610Z copying torch/include/ATen/ops/avg_pool3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5726080Z copying torch/include/ATen/ops/ldexp_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5727420Z copying torch/include/ATen/ops/special_log1p.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5728860Z copying torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5729960Z copying torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5731290Z copying torch/include/ATen/ops/le_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5732640Z copying torch/include/ATen/ops/threshold_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5733830Z copying torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5735190Z copying torch/include/ATen/ops/align_as.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5736510Z copying torch/include/ATen/ops/linspace_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5737920Z copying torch/include/ATen/ops/_nested_get_ragged_idx_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5739500Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5740170Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5741700Z copying torch/include/ATen/ops/narrow.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5743160Z copying torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5744960Z copying torch/include/ATen/ops/hspmm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5746110Z copying torch/include/ATen/ops/_saturate_weight_to_fp16.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5747800Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5749150Z copying torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5750510Z copying torch/include/ATen/ops/var_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5751510Z copying torch/include/ATen/ops/erfinv_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5752950Z copying torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5754390Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_dense_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5755390Z copying torch/include/ATen/ops/dot_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5756970Z copying torch/include/ATen/ops/sparse_dim_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5758320Z copying torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5759500Z copying torch/include/ATen/ops/resize.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5760830Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5762150Z copying torch/include/ATen/ops/_local_scalar_dense_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5763370Z copying torch/include/ATen/ops/erfc.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5764860Z copying torch/include/ATen/ops/logical_not_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5766120Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5767390Z copying torch/include/ATen/ops/to_sparse_bsr_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5768850Z copying torch/include/ATen/ops/digamma_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5770280Z copying torch/include/ATen/ops/lstm_cell.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5771670Z copying torch/include/ATen/ops/digamma_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5773560Z copying torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5775170Z copying torch/include/ATen/ops/col_indices.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5776570Z copying torch/include/ATen/ops/tile_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5777860Z copying torch/include/ATen/ops/mm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5779140Z copying torch/include/ATen/ops/movedim_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5780490Z copying torch/include/ATen/ops/bincount_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5781980Z copying torch/include/ATen/ops/tril_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5783250Z copying torch/include/ATen/ops/logical_xor_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5784650Z copying torch/include/ATen/ops/_nested_view_from_jagged_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5785380Z copying torch/include/ATen/ops/matrix_H_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5787290Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5788570Z copying torch/include/ATen/ops/bitwise_not_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5789820Z copying torch/include/ATen/ops/_indices_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5790890Z copying torch/include/ATen/ops/addbmm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5792450Z copying torch/include/ATen/ops/sym_storage_offset_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5793780Z copying torch/include/ATen/ops/ctc_loss_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5794840Z copying torch/include/ATen/ops/quantized_max_pool3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5796500Z copying torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5797780Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5798980Z copying torch/include/ATen/ops/eq_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5800170Z copying torch/include/ATen/ops/angle_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5801490Z copying torch/include/ATen/ops/take_along_dim_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5802710Z copying torch/include/ATen/ops/_dimI_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5803960Z copying torch/include/ATen/ops/atan_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5806550Z copying torch/include/ATen/ops/unfold_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5806960Z copying torch/include/ATen/ops/_sparse_sparse_matmul_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5807570Z copying torch/include/ATen/ops/_debug_has_internal_overlap.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5811310Z copying torch/include/ATen/ops/special_ndtri_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5813120Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5814900Z copying torch/include/ATen/ops/resize_as_sparse_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5818830Z copying torch/include/ATen/ops/to_mkldnn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5823140Z copying torch/include/ATen/ops/le.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5824710Z copying torch/include/ATen/ops/fft_ihfftn_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5828650Z copying torch/include/ATen/ops/lstm_mps_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5831640Z copying torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5835510Z copying torch/include/ATen/ops/transpose_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5844600Z copying torch/include/ATen/ops/meshgrid_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5846530Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5848660Z copying torch/include/ATen/ops/_cudnn_rnn_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5853930Z copying torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5855630Z copying torch/include/ATen/ops/_fused_adam_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5858810Z copying torch/include/ATen/ops/copy_sparse_to_sparse_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5861250Z copying torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5866010Z copying torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5868110Z copying torch/include/ATen/ops/special_gammainc_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5873300Z copying torch/include/ATen/ops/embedding_sparse_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5876010Z copying torch/include/ATen/ops/adaptive_max_pool1d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5880860Z copying torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5883280Z copying torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5887240Z copying torch/include/ATen/ops/fft_hfft2.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5889670Z copying torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5896510Z copying torch/include/ATen/ops/split_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5899140Z copying torch/include/ATen/ops/empty_permuted.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5903440Z copying torch/include/ATen/ops/smm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5905850Z copying torch/include/ATen/ops/_foreach_expm1_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5908300Z copying torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5912570Z copying torch/include/ATen/ops/is_conj_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5916160Z copying torch/include/ATen/ops/fft_fftshift_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5919970Z copying torch/include/ATen/ops/_convolution_mode.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5921560Z copying torch/include/ATen/ops/diagonal_scatter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5926510Z copying torch/include/ATen/ops/sym_constrain_range_for_size_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5934280Z copying torch/include/ATen/ops/_unique_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5934790Z copying torch/include/ATen/ops/cdist_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5935160Z copying torch/include/ATen/ops/conv_tbc_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5938820Z copying torch/include/ATen/ops/triangular_solve_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5941220Z copying torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5945040Z copying torch/include/ATen/ops/unique_dim_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5951630Z copying torch/include/ATen/ops/searchsorted_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5956890Z copying torch/include/ATen/ops/logspace_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5959050Z copying torch/include/ATen/ops/record_stream_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5962580Z copying torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5965010Z copying torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5967770Z copying torch/include/ATen/ops/frac.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5972190Z copying torch/include/ATen/ops/binomial_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5974740Z copying torch/include/ATen/ops/fft_ihfft_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5979510Z copying torch/include/ATen/ops/amin_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5981190Z copying torch/include/ATen/ops/hamming_window_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5985920Z copying torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5989760Z copying torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5992350Z copying torch/include/ATen/ops/indices.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5994130Z copying torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.5998910Z copying torch/include/ATen/ops/bitwise_and_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6002670Z copying torch/include/ATen/ops/searchsorted_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6006480Z copying torch/include/ATen/ops/histc_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6008700Z copying torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6011850Z copying torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6036280Z copying torch/include/ATen/ops/is_pinned_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6050450Z copying torch/include/ATen/ops/empty_quantized_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6052200Z copying torch/include/ATen/ops/cholesky_inverse_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6053350Z copying torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6054910Z copying torch/include/ATen/ops/split_with_sizes_copy_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6055810Z copying torch/include/ATen/ops/arctanh_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6057390Z copying torch/include/ATen/ops/alias_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6058710Z copying torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6059750Z copying torch/include/ATen/ops/linalg_pinv.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6061340Z copying torch/include/ATen/ops/instance_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6062710Z copying torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6063580Z copying torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6064910Z copying torch/include/ATen/ops/scatter_add_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6066680Z copying torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6067900Z copying torch/include/ATen/ops/kron_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6069090Z copying torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6070570Z copying torch/include/ATen/ops/arctan2_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6072040Z copying torch/include/ATen/ops/eye.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6073420Z copying torch/include/ATen/ops/_foreach_log1p_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6074240Z copying torch/include/ATen/ops/_histogramdd_bin_edges_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6075910Z copying torch/include/ATen/ops/_foreach_sqrt.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6077450Z copying torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6078180Z copying torch/include/ATen/ops/silu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6079900Z copying torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6089850Z copying torch/include/ATen/ops/nll_loss2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6093250Z copying torch/include/ATen/ops/rnn_relu_cell_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6095570Z copying torch/include/ATen/ops/bitwise_or_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6100550Z copying torch/include/ATen/ops/bartlett_window.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6105870Z copying torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6109850Z copying torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6112500Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6117390Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6119270Z copying torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6129700Z copying torch/include/ATen/ops/empty_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6131320Z copying torch/include/ATen/ops/_linalg_check_errors_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6132660Z copying torch/include/ATen/ops/cudnn_batch_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6137060Z copying torch/include/ATen/ops/_gather_sparse_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6138330Z copying torch/include/ATen/ops/empty_strided_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6139990Z copying torch/include/ATen/ops/view_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6142800Z copying torch/include/ATen/ops/special_entr_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6146250Z copying torch/include/ATen/ops/sinh_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6149120Z copying torch/include/ATen/ops/_nested_from_padded_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6154230Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6157040Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6159910Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6162270Z copying torch/include/ATen/ops/frac_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6167510Z copying torch/include/ATen/ops/special_i1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6169140Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6172240Z copying torch/include/ATen/ops/_foreach_tan_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6176740Z copying torch/include/ATen/ops/tan_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6177850Z copying torch/include/ATen/ops/frobenius_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6180830Z copying torch/include/ATen/ops/linalg_matrix_exp_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6183770Z copying torch/include/ATen/ops/sgn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6188350Z copying torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6193120Z copying torch/include/ATen/ops/_trilinear.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6194600Z copying torch/include/ATen/ops/glu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6197900Z copying torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6202820Z copying torch/include/ATen/ops/cudnn_convolution_add_relu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6207940Z copying torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6209830Z copying torch/include/ATen/ops/as_strided_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6212500Z copying torch/include/ATen/ops/_test_optional_floatlist_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6216060Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6220680Z copying torch/include/ATen/ops/sum.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6225600Z copying torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6229000Z copying torch/include/ATen/ops/special_xlog1py.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6232860Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6236980Z copying torch/include/ATen/ops/inner_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6238240Z copying torch/include/ATen/ops/elu_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6246690Z copying torch/include/ATen/ops/_foreach_round_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6249830Z copying torch/include/ATen/ops/equal_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6252770Z copying torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6254050Z copying torch/include/ATen/ops/linalg_lu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6255590Z copying torch/include/ATen/ops/unbind_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6259430Z copying torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6264640Z copying torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6266400Z copying torch/include/ATen/ops/_pin_memory_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6272200Z copying torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6275910Z copying torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6278260Z copying torch/include/ATen/ops/linalg_det.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6284520Z copying torch/include/ATen/ops/chalf_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6285860Z copying torch/include/ATen/ops/_sobol_engine_scramble_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6289880Z copying torch/include/ATen/ops/floor_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6292660Z copying torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6295560Z copying torch/include/ATen/ops/special_polygamma_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6299560Z copying torch/include/ATen/ops/values.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6303880Z copying torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6305280Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6308280Z copying torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6313930Z copying torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6315720Z copying torch/include/ATen/ops/gelu_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6320550Z copying torch/include/ATen/ops/adaptive_avg_pool1d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6322720Z copying torch/include/ATen/ops/cumsum_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6325370Z copying torch/include/ATen/ops/bernoulli_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6328620Z copying torch/include/ATen/ops/_assert_async_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6331140Z copying torch/include/ATen/ops/isposinf_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6334470Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6339370Z copying torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6342430Z copying torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6348250Z copying torch/include/ATen/ops/special_i0_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6354460Z copying torch/include/ATen/ops/linalg_cond_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6358300Z copying torch/include/ATen/ops/to.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6362280Z copying torch/include/ATen/ops/_linalg_svd_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6366300Z copying torch/include/ATen/ops/angle.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6370510Z copying torch/include/ATen/ops/softplus_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6372850Z copying torch/include/ATen/ops/allclose.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6376000Z copying torch/include/ATen/ops/special_i1_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6377850Z copying torch/include/ATen/ops/_embedding_bag.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6382330Z copying torch/include/ATen/ops/kaiser_window_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6385170Z copying torch/include/ATen/ops/_unpack_dual_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6388710Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6392060Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6394210Z copying torch/include/ATen/ops/_batch_norm_with_update_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6397670Z copying torch/include/ATen/ops/clamp_min_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6401490Z copying torch/include/ATen/ops/expand_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6402910Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6408600Z copying torch/include/ATen/ops/binary_cross_entropy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6412770Z copying torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6414400Z copying torch/include/ATen/ops/_debug_has_internal_overlap_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6418420Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6421820Z copying torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6428890Z copying torch/include/ATen/ops/soft_margin_loss_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6432360Z copying torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6438420Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6441000Z copying torch/include/ATen/ops/special_modified_bessel_k1.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6447890Z copying torch/include/ATen/ops/rsqrt_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6449120Z copying torch/include/ATen/ops/to_dense.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6454080Z copying torch/include/ATen/ops/fmin.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6456110Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6460400Z copying torch/include/ATen/ops/scatter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6463670Z copying torch/include/ATen/ops/scaled_dot_product_attention.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6465560Z copying torch/include/ATen/ops/mode_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6468860Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6470540Z copying torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6476560Z copying torch/include/ATen/ops/masked_select_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6478150Z copying torch/include/ATen/ops/_test_ambiguous_defaults.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6483050Z copying torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6488480Z copying torch/include/ATen/ops/mul.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6489080Z copying torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6491040Z copying torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6495090Z copying torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6499140Z copying torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6501170Z copying torch/include/ATen/ops/upsample_nearest2d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6505990Z copying torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6509920Z copying torch/include/ATen/ops/sparse_csc_tensor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6512720Z copying torch/include/ATen/ops/gcd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6514880Z copying torch/include/ATen/ops/_dimV.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6517890Z copying torch/include/ATen/ops/batch_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6521580Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6525370Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6528660Z copying torch/include/ATen/ops/native_layer_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6531770Z copying torch/include/ATen/ops/special_ndtr_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6535210Z copying torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6538420Z copying torch/include/ATen/ops/retain_grad_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6541960Z copying torch/include/ATen/ops/asin_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6545730Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6548260Z copying torch/include/ATen/ops/column_stack_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6551300Z copying torch/include/ATen/ops/_weight_int8pack_mm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6555370Z copying torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6559810Z copying torch/include/ATen/ops/_flash_attention_forward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6561680Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6564550Z copying torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6569090Z copying torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6572870Z copying torch/include/ATen/ops/logit_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6576950Z copying torch/include/ATen/ops/log_normal_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6579490Z copying torch/include/ATen/ops/qr_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6580910Z copying torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6583970Z copying torch/include/ATen/ops/trunc_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6588350Z copying torch/include/ATen/ops/miopen_rnn_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6592380Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6595180Z copying torch/include/ATen/ops/_foreach_sub_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6598380Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6602310Z copying torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6607070Z copying torch/include/ATen/ops/clamp_min_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6608900Z copying torch/include/ATen/ops/is_leaf.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6615630Z copying torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6621670Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6626170Z copying torch/include/ATen/ops/ldexp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6628070Z copying torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6634050Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6636750Z copying torch/include/ATen/ops/upsample_nearest3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6641540Z copying torch/include/ATen/ops/bmm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6647260Z copying torch/include/ATen/ops/linalg_inv.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6650320Z copying torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6654400Z copying torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6655840Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6658850Z copying torch/include/ATen/ops/_pack_padded_sequence_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6660910Z copying torch/include/ATen/ops/randperm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6665450Z copying torch/include/ATen/ops/index_reduce_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6668130Z copying torch/include/ATen/ops/lu_solve_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6671190Z copying torch/include/ATen/ops/dense_dim_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6676310Z copying torch/include/ATen/ops/_softmax_backward_data_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6678040Z copying torch/include/ATen/ops/exp2_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6683000Z copying torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6686040Z copying torch/include/ATen/ops/margin_ranking_loss_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6689540Z copying torch/include/ATen/ops/bitwise_right_shift_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6690840Z copying torch/include/ATen/ops/sparse_csr_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6693670Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6702420Z copying torch/include/ATen/ops/sqrt_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6703560Z copying torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6708890Z copying torch/include/ATen/ops/index_fill_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6710310Z copying torch/include/ATen/ops/maximum_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6712320Z copying torch/include/ATen/ops/asinh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6714530Z copying torch/include/ATen/ops/bitwise_not_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6717870Z copying torch/include/ATen/ops/random_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6722320Z copying torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6725310Z copying torch/include/ATen/ops/_foreach_expm1_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6729390Z copying torch/include/ATen/ops/special_spherical_bessel_j0_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6731940Z copying torch/include/ATen/ops/special_entr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6735830Z copying torch/include/ATen/ops/upsample_bilinear2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6738210Z copying torch/include/ATen/ops/erf_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6742410Z copying torch/include/ATen/ops/_cast_Char.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6745540Z copying torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6749100Z copying torch/include/ATen/ops/trace_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6751120Z copying torch/include/ATen/ops/hinge_embedding_loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6755570Z copying torch/include/ATen/ops/bartlett_window_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6759670Z copying torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6762350Z copying torch/include/ATen/ops/indices_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6764950Z copying torch/include/ATen/ops/_nested_view_from_jagged_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6768020Z copying torch/include/ATen/ops/unsafe_chunk.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6775510Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6780290Z copying torch/include/ATen/ops/_dirichlet_grad.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6782380Z copying torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6785090Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6788320Z copying torch/include/ATen/ops/glu_backward_jvp_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6791530Z copying torch/include/ATen/ops/igammac_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6799240Z copying torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6800740Z copying torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6802090Z copying torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6805570Z copying torch/include/ATen/ops/reflection_pad3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6809220Z copying torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6812770Z copying torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6814930Z copying torch/include/ATen/ops/gt.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6819070Z copying torch/include/ATen/ops/_nnpack_available_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6823620Z copying torch/include/ATen/ops/fft_fft_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6826030Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6828890Z copying torch/include/ATen/ops/relu_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6833330Z copying torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6837650Z copying torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6840470Z copying torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6846200Z copying torch/include/ATen/ops/_shape_as_tensor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6851000Z copying torch/include/ATen/ops/logical_and.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6853350Z copying torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6856410Z copying torch/include/ATen/ops/diff.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6857770Z copying torch/include/ATen/ops/round_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6862680Z copying torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6864900Z copying torch/include/ATen/ops/softplus_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6870360Z copying torch/include/ATen/ops/bincount_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6871800Z copying torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6878730Z copying torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6879980Z copying torch/include/ATen/ops/_mkldnn_transpose.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6885200Z copying torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6886360Z copying torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6889050Z copying torch/include/ATen/ops/grid_sampler_2d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6891500Z copying torch/include/ATen/ops/special_digamma_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6896000Z copying torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6898180Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6903240Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6906010Z copying torch/include/ATen/ops/isposinf_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6909900Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6913430Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6915720Z copying torch/include/ATen/ops/floor_divide_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6918390Z copying torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6921300Z copying torch/include/ATen/ops/_sparse_compressed_tensor_with_dims.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6924180Z copying torch/include/ATen/ops/_cast_Char_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6929000Z copying torch/include/ATen/ops/embedding_renorm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6931550Z copying torch/include/ATen/ops/promote_types_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6935600Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6941960Z copying torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6946090Z copying torch/include/ATen/ops/_to_sparse_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6948990Z copying torch/include/ATen/ops/cov_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6950700Z copying torch/include/ATen/ops/greater_equal_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6953250Z copying torch/include/ATen/ops/gather_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6957540Z copying torch/include/ATen/ops/scaled_dot_product_attention_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6961660Z copying torch/include/ATen/ops/_is_all_true_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6963690Z copying torch/include/ATen/ops/nonzero_numpy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6967250Z copying torch/include/ATen/ops/masked_scatter_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6971590Z copying torch/include/ATen/ops/hardsigmoid_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6975090Z copying torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6977540Z copying torch/include/ATen/ops/msort.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6981630Z copying torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6984790Z copying torch/include/ATen/ops/hstack.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6987550Z copying torch/include/ATen/ops/_unique2_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6988750Z copying torch/include/ATen/ops/divide_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6991120Z copying torch/include/ATen/ops/randn_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6993510Z copying torch/include/ATen/ops/var_mean.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.6998720Z copying torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7001180Z copying torch/include/ATen/ops/hardsigmoid_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7007010Z copying torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7009200Z copying torch/include/ATen/ops/_linalg_svd_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7013410Z copying torch/include/ATen/ops/_sparse_softmax_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7017700Z copying torch/include/ATen/ops/q_per_channel_axis.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7019210Z copying torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7023030Z copying torch/include/ATen/ops/_fused_adamw_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7024720Z copying torch/include/ATen/ops/complex_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7029780Z copying torch/include/ATen/ops/fix_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7031430Z copying torch/include/ATen/ops/upsample_bicubic2d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7039180Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7039810Z copying torch/include/ATen/ops/cat_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7041200Z copying torch/include/ATen/ops/_empty_affine_quantized.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7044500Z copying torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7045840Z copying torch/include/ATen/ops/to_sparse_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7054140Z copying torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7061640Z copying torch/include/ATen/ops/_foreach_div_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7064270Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7069650Z copying torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7071110Z copying torch/include/ATen/ops/segment_reduce.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7072360Z copying torch/include/ATen/ops/cos_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7075010Z copying torch/include/ATen/ops/linalg_tensorinv_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7077740Z copying torch/include/ATen/ops/fft_ifft2_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7081770Z copying torch/include/ATen/ops/_cslt_sparse_mm_search_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7313310Z copying torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7314730Z copying torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7316080Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7317450Z copying torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7318670Z copying torch/include/ATen/ops/sym_stride.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7320030Z copying torch/include/ATen/ops/special_hermite_polynomial_h_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7321260Z copying torch/include/ATen/ops/tan_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7322870Z copying torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7337130Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7338540Z copying torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7339880Z copying torch/include/ATen/ops/triu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7341180Z copying torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7342540Z copying torch/include/ATen/ops/hardshrink_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7343790Z copying torch/include/ATen/ops/argmax_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7345380Z copying torch/include/ATen/ops/softshrink_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7355060Z copying torch/include/ATen/ops/randn_like.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7356440Z copying torch/include/ATen/ops/histogram_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7357650Z copying torch/include/ATen/ops/dstack.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7359040Z copying torch/include/ATen/ops/_to_sparse_csc.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7360520Z copying torch/include/ATen/ops/binary_cross_entropy_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7389810Z copying torch/include/ATen/ops/_int_mm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7391520Z copying torch/include/ATen/ops/_lu_with_info_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7392720Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7394720Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7396020Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7406740Z copying torch/include/ATen/ops/trace.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7407860Z copying torch/include/ATen/ops/matrix_exp_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7409550Z copying torch/include/ATen/ops/indices_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7410650Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7432440Z copying torch/include/ATen/ops/gru_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7433540Z copying torch/include/ATen/ops/elu_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7435290Z copying torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7436320Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7441200Z copying torch/include/ATen/ops/_test_warn_in_autograd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7442170Z copying torch/include/ATen/ops/arcsin_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7444120Z copying torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7445170Z copying torch/include/ATen/ops/adaptive_max_pool2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7446380Z copying torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7447740Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7448950Z copying torch/include/ATen/ops/atleast_3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7450620Z copying torch/include/ATen/ops/kthvalue_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7451730Z copying torch/include/ATen/ops/_foreach_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7453120Z copying torch/include/ATen/ops/smooth_l1_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7454920Z copying torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7502910Z copying torch/include/ATen/ops/to_sparse_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7504020Z copying torch/include/ATen/ops/mkldnn_max_pool3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7505850Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7506840Z copying torch/include/ATen/ops/trapz.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7508420Z copying torch/include/ATen/ops/_trilinear_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7509560Z copying torch/include/ATen/ops/native_batch_norm_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7510700Z copying torch/include/ATen/ops/linear_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7512330Z copying torch/include/ATen/ops/_ctc_loss_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7513190Z copying torch/include/ATen/ops/dropout.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7515130Z copying torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7560630Z copying torch/include/ATen/ops/randperm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7561840Z copying torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7563010Z copying torch/include/ATen/ops/less_equal_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7564710Z copying torch/include/ATen/ops/mse_loss_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7566110Z copying torch/include/ATen/ops/nll_loss2d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7567030Z copying torch/include/ATen/ops/qscheme_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7568370Z copying torch/include/ATen/ops/cumprod_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7569600Z copying torch/include/ATen/ops/bmm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7591060Z copying torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7592170Z copying torch/include/ATen/ops/blackman_window.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7593500Z copying torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7594690Z copying torch/include/ATen/ops/elu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7596320Z copying torch/include/ATen/ops/triu_indices_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7597330Z copying torch/include/ATen/ops/conv_transpose3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7614260Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7621430Z copying torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7622380Z copying torch/include/ATen/ops/gelu_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7623270Z copying torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7624250Z copying torch/include/ATen/ops/index_select_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7625060Z copying torch/include/ATen/ops/dropout_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7625820Z copying torch/include/ATen/ops/lstm_mps_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7626590Z copying torch/include/ATen/ops/cartesian_prod.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7650450Z copying torch/include/ATen/ops/_sparse_semi_structured_mm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7651570Z copying torch/include/ATen/ops/_indices_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7653340Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7654430Z copying torch/include/ATen/ops/ormqr_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7656260Z copying torch/include/ATen/ops/hardshrink_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7657840Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7659270Z copying torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7661190Z copying torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7689650Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7690970Z copying torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7692170Z copying torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7693250Z copying torch/include/ATen/ops/channel_shuffle.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7695020Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7696050Z copying torch/include/ATen/ops/indices_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7697240Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7698500Z copying torch/include/ATen/ops/ge_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7700200Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7701160Z copying torch/include/ATen/ops/minimum_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7732410Z copying torch/include/ATen/ops/_dimI_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7733410Z copying torch/include/ATen/ops/resize_as.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7735180Z copying torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7736600Z copying torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7738250Z copying torch/include/ATen/ops/or.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7739240Z copying torch/include/ATen/ops/is_same_size_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7740940Z copying torch/include/ATen/ops/cumsum.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7749950Z copying torch/include/ATen/ops/upsample_nearest1d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7750940Z copying torch/include/ATen/ops/set_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7752670Z copying torch/include/ATen/ops/exponential_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7753680Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7754920Z copying torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7756270Z copying torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7757580Z copying torch/include/ATen/ops/copysign_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7759200Z copying torch/include/ATen/ops/asin_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7760300Z copying torch/include/ATen/ops/upsample_nearest3d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7761530Z copying torch/include/ATen/ops/mode.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7763300Z copying torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7764480Z copying torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7765800Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7767680Z copying torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7768670Z copying torch/include/ATen/ops/_foreach_sigmoid_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7769850Z copying torch/include/ATen/ops/alias_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7771000Z copying torch/include/ATen/ops/ormqr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7772740Z copying torch/include/ATen/ops/hsplit_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7773680Z copying torch/include/ATen/ops/heaviside_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7775350Z copying torch/include/ATen/ops/kaiser_window_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7842580Z copying torch/include/ATen/ops/fft_fftfreq_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7843580Z copying torch/include/ATen/ops/greater_equal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7845110Z copying torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7846770Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7847840Z copying torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7849370Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7850650Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7851830Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7853210Z copying torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7854820Z copying torch/include/ATen/ops/special_modified_bessel_k0_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7855690Z copying torch/include/ATen/ops/vsplit.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7857020Z copying torch/include/ATen/ops/_linalg_eigh_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7858470Z copying torch/include/ATen/ops/special_modified_bessel_i1_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7860260Z copying torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7861230Z copying torch/include/ATen/ops/addmm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7862870Z copying torch/include/ATen/ops/atan.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7864020Z copying torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7865190Z copying torch/include/ATen/ops/channel_shuffle_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7866850Z copying torch/include/ATen/ops/glu_jvp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7867820Z copying torch/include/ATen/ops/_nested_tensor_storage_offsets.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7869070Z copying torch/include/ATen/ops/mkldnn_convolution_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7870750Z copying torch/include/ATen/ops/_is_all_true.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7871600Z copying torch/include/ATen/ops/le_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7873430Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7874430Z copying torch/include/ATen/ops/polygamma_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7936360Z copying torch/include/ATen/ops/_efficientzerotensor_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7937480Z copying torch/include/ATen/ops/index_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7939120Z copying torch/include/ATen/ops/max_pool2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7940760Z copying torch/include/ATen/ops/special_hermite_polynomial_he_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7941900Z copying torch/include/ATen/ops/_nested_get_values_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7943230Z copying torch/include/ATen/ops/addmv_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7944970Z copying torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7946040Z copying torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7948560Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7949760Z copying torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7951010Z copying torch/include/ATen/ops/as_strided_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7952790Z copying torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7991080Z copying torch/include/ATen/ops/embedding_bag_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7992020Z copying torch/include/ATen/ops/flatten_dense_tensors.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7993700Z copying torch/include/ATen/ops/fft_hfftn_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7994700Z copying torch/include/ATen/ops/mvlgamma_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7995900Z copying torch/include/ATen/ops/_cudnn_rnn_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7997630Z copying torch/include/ATen/ops/isreal_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7998610Z copying torch/include/ATen/ops/cumprod_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.7999990Z copying torch/include/ATen/ops/logical_xor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8001230Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8002470Z copying torch/include/ATen/ops/_unsafe_index_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8004110Z copying torch/include/ATen/ops/cos_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8004970Z copying torch/include/ATen/ops/fft_fftn_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8006790Z copying torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8007890Z copying torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8009070Z copying torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8010350Z copying torch/include/ATen/ops/rnn_tanh_cell_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8012120Z copying torch/include/ATen/ops/_embedding_bag_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8013070Z copying torch/include/ATen/ops/_weight_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8014090Z copying torch/include/ATen/ops/eq.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8015690Z copying torch/include/ATen/ops/_efficient_attention_forward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8016980Z copying torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8018080Z copying torch/include/ATen/ops/cumprod_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8019740Z copying torch/include/ATen/ops/fmod_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8020860Z copying torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8021980Z copying torch/include/ATen/ops/_fft_c2c.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8023460Z copying torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8024640Z copying torch/include/ATen/ops/_to_sparse_bsc.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8026530Z copying torch/include/ATen/ops/pad_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8027470Z copying torch/include/ATen/ops/special_modified_bessel_i0.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8028740Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8030140Z copying torch/include/ATen/ops/arcsinh.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8031310Z copying torch/include/ATen/ops/addr_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8032970Z copying torch/include/ATen/ops/_prelu_kernel_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8033950Z copying torch/include/ATen/ops/cudnn_convolution_relu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8035230Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8036670Z copying torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8037840Z copying torch/include/ATen/ops/huber_loss_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8039050Z copying torch/include/ATen/ops/lu_unpack_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8040380Z copying torch/include/ATen/ops/_coalesced_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8042200Z copying torch/include/ATen/ops/special_erfcx_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8047790Z copying torch/include/ATen/ops/var_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8048600Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8049500Z copying torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8050360Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8051300Z copying torch/include/ATen/ops/_triton_multi_head_attention_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8052310Z copying torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8053250Z copying torch/include/ATen/ops/var_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8054030Z copying torch/include/ATen/ops/tanh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8054890Z copying torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8055840Z copying torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8056720Z copying torch/include/ATen/ops/lgamma_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8057520Z copying torch/include/ATen/ops/_scaled_mm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8058580Z copying torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8059630Z copying torch/include/ATen/ops/to_mkldnn_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8060960Z copying torch/include/ATen/ops/replication_pad1d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8062260Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8063510Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8064810Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8066100Z copying torch/include/ATen/ops/replication_pad3d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8067310Z copying torch/include/ATen/ops/bmm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8068970Z copying torch/include/ATen/ops/_to_dense.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8069880Z copying torch/include/ATen/ops/batch_norm_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8071070Z copying torch/include/ATen/ops/log.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8072350Z copying torch/include/ATen/ops/igamma_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8074240Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8075120Z copying torch/include/ATen/ops/new_full.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8076320Z copying torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8077520Z copying torch/include/ATen/ops/embedding_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8078960Z copying torch/include/ATen/ops/linalg_slogdet.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8080100Z copying torch/include/ATen/ops/fft_rfft2_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8081740Z copying torch/include/ATen/ops/_foreach_atan_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8082600Z copying torch/include/ATen/ops/clip.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8083880Z copying torch/include/ATen/ops/reshape.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8085590Z copying torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8086640Z copying torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8088000Z copying torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8089260Z copying torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8090590Z copying torch/include/ATen/ops/_cslt_sparse_mm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8092640Z copying torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8093950Z copying torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8095170Z copying torch/include/ATen/ops/view_as_complex_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8096450Z copying torch/include/ATen/ops/mvlgamma.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8098200Z copying torch/include/ATen/ops/permute_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8099080Z copying torch/include/ATen/ops/sign_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8100980Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8102010Z copying torch/include/ATen/ops/reflection_pad2d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8103890Z copying torch/include/ATen/ops/_foreach_minimum.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8104920Z copying torch/include/ATen/ops/int_repr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8106540Z copying torch/include/ATen/ops/heaviside_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8107770Z copying torch/include/ATen/ops/column_stack.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8109430Z copying torch/include/ATen/ops/scatter_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8110480Z copying torch/include/ATen/ops/minimum.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8112120Z copying torch/include/ATen/ops/to_sparse_bsc_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8113170Z copying torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8117310Z copying torch/include/ATen/ops/from_file_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8119320Z copying torch/include/ATen/ops/miopen_convolution_transpose.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8127410Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8128850Z copying torch/include/ATen/ops/sinc_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8131350Z copying torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8134940Z copying torch/include/ATen/ops/real_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8136140Z copying torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8140320Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8143650Z copying torch/include/ATen/ops/align_tensors_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8147250Z copying torch/include/ATen/ops/acos_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8160360Z copying torch/include/ATen/ops/minimum_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8162130Z copying torch/include/ATen/ops/special_bessel_y0.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8166420Z copying torch/include/ATen/ops/sspaddmm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8168540Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8169580Z copying torch/include/ATen/ops/logdet_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8171470Z copying torch/include/ATen/ops/cauchy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8172430Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8173640Z copying torch/include/ATen/ops/is_vulkan_available_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8175450Z copying torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8178410Z copying torch/include/ATen/ops/gt_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8183620Z copying torch/include/ATen/ops/ccol_indices.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8186150Z copying torch/include/ATen/ops/normal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8190150Z copying torch/include/ATen/ops/cudnn_convolution_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8192230Z copying torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8196310Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8198900Z copying torch/include/ATen/ops/_to_sparse_bsc_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8202220Z copying torch/include/ATen/ops/linalg_eigh.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8204010Z copying torch/include/ATen/ops/upsample_bilinear2d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8209630Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8215220Z copying torch/include/ATen/ops/rnn_relu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8217990Z copying torch/include/ATen/ops/reflection_pad2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8220680Z copying torch/include/ATen/ops/replication_pad1d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8224650Z copying torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8226770Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8231220Z copying torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8234340Z copying torch/include/ATen/ops/sym_constrain_range_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8238430Z copying torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8242670Z copying torch/include/ATen/ops/leaky_relu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8243890Z copying torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8248390Z copying torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8250580Z copying torch/include/ATen/ops/linalg_ldl_factor_ex.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8254600Z copying torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8257360Z copying torch/include/ATen/ops/heaviside_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8261730Z copying torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8265510Z copying torch/include/ATen/ops/histc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8268130Z copying torch/include/ATen/ops/_pad_packed_sequence_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8273870Z copying torch/include/ATen/ops/q_per_channel_zero_points_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8275060Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8283160Z copying torch/include/ATen/ops/square.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8286870Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8290210Z copying torch/include/ATen/ops/diagflat_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8292230Z copying torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8295490Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8297760Z copying torch/include/ATen/ops/prod_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8303780Z copying torch/include/ATen/ops/cdist.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8305040Z copying torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8311210Z copying torch/include/ATen/ops/special_expm1_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8312590Z copying torch/include/ATen/ops/atleast_1d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8315370Z copying torch/include/ATen/ops/nll_loss_forward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8318670Z copying torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8322440Z copying torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8324600Z copying torch/include/ATen/ops/conv_transpose1d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8328550Z copying torch/include/ATen/ops/_assert_async_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8331920Z copying torch/include/ATen/ops/fft_rfftfreq.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8334950Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8338160Z copying torch/include/ATen/ops/cummax.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8340990Z copying torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8345020Z copying torch/include/ATen/ops/normal_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8347980Z copying torch/include/ATen/ops/leaky_relu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8352240Z copying torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8355720Z copying torch/include/ATen/ops/cumsum_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8360240Z copying torch/include/ATen/ops/reflection_pad2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8361230Z copying torch/include/ATen/ops/adaptive_max_pool2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8366290Z copying torch/include/ATen/ops/histogram_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8370760Z copying torch/include/ATen/ops/_foreach_acos.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8375880Z copying torch/include/ATen/ops/softshrink_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8377920Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8381800Z copying torch/include/ATen/ops/amin_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8383810Z copying torch/include/ATen/ops/_foreach_log_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8385480Z copying torch/include/ATen/ops/linalg_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8389720Z copying torch/include/ATen/ops/_nested_view_from_jagged_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8391840Z copying torch/include/ATen/ops/linalg_matrix_power.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8395750Z copying torch/include/ATen/ops/avg_pool1d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8399610Z copying torch/include/ATen/ops/unfold_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8402040Z copying torch/include/ATen/ops/_batch_norm_no_update_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8404960Z copying torch/include/ATen/ops/sigmoid_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8408240Z copying torch/include/ATen/ops/clamp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8411610Z copying torch/include/ATen/ops/norm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8414480Z copying torch/include/ATen/ops/trunc.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8417420Z copying torch/include/ATen/ops/linalg_qr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8422230Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8426250Z copying torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8429610Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8431140Z copying torch/include/ATen/ops/avg_pool2d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8434340Z copying torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8442680Z copying torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8445670Z copying torch/include/ATen/ops/lt_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8453310Z copying torch/include/ATen/ops/scatter_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8456340Z copying torch/include/ATen/ops/crow_indices.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8459630Z copying torch/include/ATen/ops/to_dense_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8463240Z copying torch/include/ATen/ops/minimum_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8465200Z copying torch/include/ATen/ops/pixel_shuffle_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8468590Z copying torch/include/ATen/ops/_native_batch_norm_legit_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8470640Z copying torch/include/ATen/ops/view_as_complex_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8474630Z copying torch/include/ATen/ops/_foreach_clamp_min_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8479560Z copying torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8482150Z copying torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8486000Z copying torch/include/ATen/ops/special_expit.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8488680Z copying torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8490770Z copying torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8494740Z copying torch/include/ATen/ops/lstm_cell_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8498280Z copying torch/include/ATen/ops/binary_cross_entropy_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8505730Z copying torch/include/ATen/ops/elu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8506810Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8507910Z copying torch/include/ATen/ops/rename.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8512650Z copying torch/include/ATen/ops/addbmm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8515740Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8520790Z copying torch/include/ATen/ops/_fill_mem_eff_dropout_mask_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8521850Z copying torch/include/ATen/ops/xor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8525960Z copying torch/include/ATen/ops/_batch_norm_with_update_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8529580Z copying torch/include/ATen/ops/max_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8533540Z copying torch/include/ATen/ops/log2_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8535540Z copying torch/include/ATen/ops/sub_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8539220Z copying torch/include/ATen/ops/view_as_real_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8540460Z copying torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8545820Z copying torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8549690Z copying torch/include/ATen/ops/norm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8553040Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8555180Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8558600Z copying torch/include/ATen/ops/empty_like_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8562270Z copying torch/include/ATen/ops/_to_sparse_semi_structured_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8565380Z copying torch/include/ATen/ops/native_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8568820Z copying torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8572350Z copying torch/include/ATen/ops/_is_zerotensor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8575990Z copying torch/include/ATen/ops/_log_softmax_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8578740Z copying torch/include/ATen/ops/col_indices_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8583320Z copying torch/include/ATen/ops/diagonal_scatter_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8585820Z copying torch/include/ATen/ops/index_select_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8589420Z copying torch/include/ATen/ops/gt_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8592490Z copying torch/include/ATen/ops/vander.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8594730Z copying torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8596960Z copying torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8601600Z copying torch/include/ATen/ops/_unsafe_masked_index_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8605960Z copying torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8607970Z copying torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8611220Z copying torch/include/ATen/ops/signbit_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8620250Z copying torch/include/ATen/ops/_foreach_add_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8622930Z copying torch/include/ATen/ops/add_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8625470Z copying torch/include/ATen/ops/_addmm_activation_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8629110Z copying torch/include/ATen/ops/maximum_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8633290Z copying torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8634490Z copying torch/include/ATen/ops/elu_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8639500Z copying torch/include/ATen/ops/quantized_max_pool2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8643010Z copying torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8644080Z copying torch/include/ATen/ops/tril_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8652290Z copying torch/include/ATen/ops/special_bessel_j0_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8655310Z copying torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8658750Z copying torch/include/ATen/ops/_test_optional_floatlist_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8662360Z copying torch/include/ATen/ops/_lazy_clone_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8665120Z copying torch/include/ATen/ops/silu_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8670620Z copying torch/include/ATen/ops/_slow_conv2d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8672510Z copying torch/include/ATen/ops/avg_pool2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8675770Z copying torch/include/ATen/ops/result_type_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8678590Z copying torch/include/ATen/ops/lcm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8681490Z copying torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8683770Z copying torch/include/ATen/ops/q_per_channel_zero_points_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8687310Z copying torch/include/ATen/ops/special_softmax_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8690950Z copying torch/include/ATen/ops/_make_dep_token_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8695170Z copying torch/include/ATen/ops/poisson_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8716950Z copying torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8725350Z copying torch/include/ATen/ops/_pad_packed_sequence_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8726620Z copying torch/include/ATen/ops/fft_irfft.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8728430Z copying torch/include/ATen/ops/softshrink_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8729400Z copying torch/include/ATen/ops/sum_to_size_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8731940Z copying torch/include/ATen/ops/transpose_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8732960Z copying torch/include/ATen/ops/trace_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8736050Z copying torch/include/ATen/ops/fft_rfft.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8738250Z copying torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8739450Z copying torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8740450Z copying torch/include/ATen/ops/one_hot.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8742250Z copying torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8746920Z copying torch/include/ATen/ops/_to_sparse_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8749190Z copying torch/include/ATen/ops/atleast_2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8751810Z copying torch/include/ATen/ops/argmin_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8753770Z copying torch/include/ATen/ops/randint.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8755960Z copying torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8757280Z copying torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8758830Z copying torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8763330Z copying torch/include/ATen/ops/smooth_l1_loss_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8764740Z copying torch/include/ATen/ops/broadcast_tensors_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8773120Z copying torch/include/ATen/ops/mkldnn_max_pool2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8775200Z copying torch/include/ATen/ops/sym_constrain_range.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8779130Z copying torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8782890Z copying torch/include/ATen/ops/fft_fftshift_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8786000Z copying torch/include/ATen/ops/glu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8788810Z copying torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8791820Z copying torch/include/ATen/ops/diag.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8795430Z copying torch/include/ATen/ops/mse_loss_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8798420Z copying torch/include/ATen/ops/gather_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8800860Z copying torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8804990Z copying torch/include/ATen/ops/median.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8808690Z copying torch/include/ATen/ops/rnn_relu_cell_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8811910Z copying torch/include/ATen/ops/cummin_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8815930Z copying torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8819300Z copying torch/include/ATen/ops/cummax_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8823620Z copying torch/include/ATen/ops/native_layer_norm_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8824880Z copying torch/include/ATen/ops/view_as_complex_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8827390Z copying torch/include/ATen/ops/igammac_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8832950Z copying torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8835410Z copying torch/include/ATen/ops/linalg_qr_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8842280Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8845220Z copying torch/include/ATen/ops/celu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8846210Z copying torch/include/ATen/ops/_functional_assert_scalar_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8849690Z copying torch/include/ATen/ops/addr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8851820Z copying torch/include/ATen/ops/where.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8854700Z copying torch/include/ATen/ops/empty_strided_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8855970Z copying torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8862550Z copying torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8869740Z copying torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8872800Z copying torch/include/ATen/ops/_weight_norm_interface_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8873820Z copying torch/include/ATen/ops/embedding.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8877930Z copying torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8880940Z copying torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8884410Z copying torch/include/ATen/ops/sym_size_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8886720Z copying torch/include/ATen/ops/fill_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8891010Z copying torch/include/ATen/ops/relu6.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8895270Z copying torch/include/ATen/ops/_coalesce.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8900160Z copying torch/include/ATen/ops/bitwise_right_shift_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8902680Z copying torch/include/ATen/ops/nextafter_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8904820Z copying torch/include/ATen/ops/reflection_pad3d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8909010Z copying torch/include/ATen/ops/nonzero_static_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8912800Z copying torch/include/ATen/ops/_sobol_engine_initialize_state.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8915220Z copying torch/include/ATen/ops/range_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8918390Z copying torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8922560Z copying torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8926420Z copying torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8930730Z copying torch/include/ATen/ops/bmm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8932040Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8938480Z copying torch/include/ATen/ops/_add_relu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8940900Z copying torch/include/ATen/ops/triu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8944610Z copying torch/include/ATen/ops/negative.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8968760Z copying torch/include/ATen/ops/linalg_lstsq_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8971220Z copying torch/include/ATen/ops/empty_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8975880Z copying torch/include/ATen/ops/argmax_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8978300Z copying torch/include/ATen/ops/_to_cpu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8979510Z copying torch/include/ATen/ops/native_group_norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8981160Z copying torch/include/ATen/ops/upsample_bicubic2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8982430Z copying torch/include/ATen/ops/arcsinh_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8983730Z copying torch/include/ATen/ops/q_per_channel_scales.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8985420Z copying torch/include/ATen/ops/tanh_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8986410Z copying torch/include/ATen/ops/_test_optional_intlist_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8987750Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8989120Z copying torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8990320Z copying torch/include/ATen/ops/pdist_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8993240Z copying torch/include/ATen/ops/_test_string_default.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.8995810Z copying torch/include/ATen/ops/nll_loss2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9000780Z copying torch/include/ATen/ops/narrow_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9002940Z copying torch/include/ATen/ops/_sparse_semi_structured_tile.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9005380Z copying torch/include/ATen/ops/argmax.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9010370Z copying torch/include/ATen/ops/_fused_sdp_choice_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9012460Z copying torch/include/ATen/ops/is_signed_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9017320Z copying torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9019320Z copying torch/include/ATen/ops/_test_optional_intlist.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9021320Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9025390Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9028560Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9032930Z copying torch/include/ATen/ops/_weight_norm_interface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9036520Z copying torch/include/ATen/ops/atanh_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9039740Z copying torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9042040Z copying torch/include/ATen/ops/var_mean_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9043630Z copying torch/include/ATen/ops/polar_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9045870Z copying torch/include/ATen/ops/square_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9047730Z copying torch/include/ATen/ops/argsort.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9051150Z copying torch/include/ATen/ops/slice_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9053670Z copying torch/include/ATen/ops/erf_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9059270Z copying torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9063350Z copying torch/include/ATen/ops/linalg_cholesky_ex_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9066310Z copying torch/include/ATen/ops/_sparse_log_softmax_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9068760Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9074420Z copying torch/include/ATen/ops/norm_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9077960Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9083030Z copying torch/include/ATen/ops/mean.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9085720Z copying torch/include/ATen/ops/_assert_tensor_metadata_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9090070Z copying torch/include/ATen/ops/_sparse_addmm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9095880Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9099000Z copying torch/include/ATen/ops/empty_strided_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9101350Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9105880Z copying torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9109440Z copying torch/include/ATen/ops/chalf.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9113730Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9134990Z copying torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9136320Z copying torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9140450Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9142580Z copying torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9143570Z copying torch/include/ATen/ops/_amp_update_scale_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9145540Z copying torch/include/ATen/ops/hardswish_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9146320Z copying torch/include/ATen/ops/pow_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9147820Z copying torch/include/ATen/ops/frexp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9148970Z copying torch/include/ATen/ops/cholesky_solve.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9150460Z copying torch/include/ATen/ops/_dim_arange_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9151870Z copying torch/include/ATen/ops/median_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9153130Z copying torch/include/ATen/ops/sigmoid.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9154720Z copying torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9158140Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9160850Z copying torch/include/ATen/ops/bernoulli_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9165030Z copying torch/include/ATen/ops/_nested_get_values_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9167240Z copying torch/include/ATen/ops/masked_select_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9171350Z copying torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9175520Z copying torch/include/ATen/ops/_foreach_sigmoid.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9181080Z copying torch/include/ATen/ops/logical_and_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9183560Z copying torch/include/ATen/ops/_batch_norm_no_update_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9184330Z copying torch/include/ATen/ops/cudnn_is_acceptable_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9187270Z copying torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9190490Z copying torch/include/ATen/ops/conv1d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9193550Z copying torch/include/ATen/ops/lcm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9198590Z copying torch/include/ATen/ops/rrelu_with_noise_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9201070Z copying torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9205540Z copying torch/include/ATen/ops/special_modified_bessel_i0_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9207600Z copying torch/include/ATen/ops/empty_strided_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9213870Z copying torch/include/ATen/ops/_make_dep_token.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9216910Z copying torch/include/ATen/ops/complex_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9222270Z copying torch/include/ATen/ops/max_pool1d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9223550Z copying torch/include/ATen/ops/count_nonzero_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9225790Z copying torch/include/ATen/ops/logaddexp_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9230140Z copying torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9234680Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9583490Z copying torch/include/ATen/ops/adaptive_avg_pool2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9584130Z copying torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9584600Z copying torch/include/ATen/ops/special_modified_bessel_i1_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9584990Z copying torch/include/ATen/ops/nansum_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9585380Z copying torch/include/ATen/ops/cholesky_inverse_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9585910Z copying torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9586350Z copying torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9586890Z copying torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9587360Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9587770Z copying torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9588280Z copying torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9588680Z copying torch/include/ATen/ops/scatter_reduce_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9589080Z copying torch/include/ATen/ops/floor_divide_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9589530Z copying torch/include/ATen/ops/_efficientzerotensor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9589920Z copying torch/include/ATen/ops/_softmax_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9590480Z copying torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9591050Z copying torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9591450Z copying torch/include/ATen/ops/polygamma_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9591800Z copying torch/include/ATen/ops/lgamma_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9592270Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9592770Z copying torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9593150Z copying torch/include/ATen/ops/cholesky_inverse.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9593610Z copying torch/include/ATen/ops/max_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9593990Z copying torch/include/ATen/ops/rsqrt_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9594470Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9594820Z copying torch/include/ATen/ops/row_stack_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9595260Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9595890Z copying torch/include/ATen/ops/segment_reduce_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9596440Z copying torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9596800Z copying torch/include/ATen/ops/empty_strided.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9597200Z copying torch/include/ATen/ops/_embedding_bag_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9597640Z copying torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9598090Z copying torch/include/ATen/ops/abs_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9598460Z copying torch/include/ATen/ops/moveaxis_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9598900Z copying torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9599440Z copying torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9599970Z copying torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9600330Z copying torch/include/ATen/ops/conj_physical.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9600700Z copying torch/include/ATen/ops/_foreach_asin_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9601190Z copying torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9601700Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9602070Z copying torch/include/ATen/ops/deg2rad_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9602460Z copying torch/include/ATen/ops/median_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9602910Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9603370Z copying torch/include/ATen/ops/reflection_pad3d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9603770Z copying torch/include/ATen/ops/polygamma_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9604170Z copying torch/include/ATen/ops/_linalg_solve_ex_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9604620Z copying torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9605000Z copying torch/include/ATen/ops/batch_norm_stats.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9605480Z copying torch/include/ATen/ops/baddbmm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9605930Z copying torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9606410Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9606800Z copying torch/include/ATen/ops/_linalg_solve_ex_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9607260Z copying torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9607900Z copying torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9608270Z copying torch/include/ATen/ops/unfold_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9662690Z copying torch/include/ATen/ops/view_as_complex_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9664050Z copying torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9666060Z copying torch/include/ATen/ops/huber_loss_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9667580Z copying torch/include/ATen/ops/_ctc_loss_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9668940Z copying torch/include/ATen/ops/pin_memory.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9670510Z copying torch/include/ATen/ops/_safe_softmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9671990Z copying torch/include/ATen/ops/logaddexp2_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9673020Z copying torch/include/ATen/ops/stft.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9674550Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9675990Z copying torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9677400Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9678840Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9679910Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9681430Z copying torch/include/ATen/ops/linalg_slogdet_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9724040Z copying torch/include/ATen/ops/_embedding_bag_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9725830Z copying torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9727170Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9728430Z copying torch/include/ATen/ops/special_ndtri_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9729740Z copying torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9740590Z copying torch/include/ATen/ops/logit_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9742120Z copying torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9743560Z copying torch/include/ATen/ops/nanmean_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9745020Z copying torch/include/ATen/ops/to_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9746640Z copying torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9748060Z copying torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9750010Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9751370Z copying torch/include/ATen/ops/polygamma_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9752570Z copying torch/include/ATen/ops/normal_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9753990Z copying torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9755810Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9790860Z copying torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9792110Z copying torch/include/ATen/ops/add_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9793610Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9795000Z copying torch/include/ATen/ops/special_gammainc.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9796220Z copying torch/include/ATen/ops/batch_norm_gather_stats.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9819440Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9820380Z copying torch/include/ATen/ops/sspaddmm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9821750Z copying torch/include/ATen/ops/stack.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9823110Z copying torch/include/ATen/ops/isin.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9824430Z copying torch/include/ATen/ops/multi_margin_loss_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9825860Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9827440Z copying torch/include/ATen/ops/svd_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9853340Z copying torch/include/ATen/ops/sparse_bsc_tensor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9854780Z copying torch/include/ATen/ops/hspmm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9856070Z copying torch/include/ATen/ops/conj_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9857530Z copying torch/include/ATen/ops/linalg_lu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9858880Z copying torch/include/ATen/ops/addmm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9876830Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9878600Z copying torch/include/ATen/ops/clone_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9879870Z copying torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9881480Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9882550Z copying torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9884000Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9885790Z copying torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9887460Z copying torch/include/ATen/ops/linalg_eigvals.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9922490Z copying torch/include/ATen/ops/linalg_vander_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9924010Z copying torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9925390Z copying torch/include/ATen/ops/hardtanh_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9926710Z copying torch/include/ATen/ops/conv_tbc_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9928290Z copying torch/include/ATen/ops/isposinf_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9929940Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9943200Z copying torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9944550Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9946020Z copying torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9947440Z copying torch/include/ATen/ops/triu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9966500Z copying torch/include/ATen/ops/scatter_add.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9967880Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9969230Z copying torch/include/ATen/ops/miopen_batch_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9970500Z copying torch/include/ATen/ops/fill_diagonal_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9971590Z copying torch/include/ATen/ops/special_digamma_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9973670Z copying torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9974970Z copying torch/include/ATen/ops/_test_serialization_subcmul.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9976390Z copying torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9977870Z copying torch/include/ATen/ops/_nested_get_values.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9979250Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9980580Z copying torch/include/ATen/ops/neg_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9982030Z copying torch/include/ATen/ops/linalg_tensorinv_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9983550Z copying torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9984900Z copying torch/include/ATen/ops/sparse_dim.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9986470Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9988070Z copying torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9988920Z copying torch/include/ATen/ops/linalg_matrix_exp_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9995830Z copying torch/include/ATen/ops/_copy_from_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9996480Z copying torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9997020Z copying torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9997420Z copying torch/include/ATen/ops/linalg_vector_norm_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9997870Z copying torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9998360Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:48.9998950Z copying torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0000260Z copying torch/include/ATen/ops/dequantize_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0001790Z copying torch/include/ATen/ops/erfinv_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0003240Z copying torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0004460Z copying torch/include/ATen/ops/sign_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0006090Z copying torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0007300Z copying torch/include/ATen/ops/_dimV_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0008720Z copying torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0010140Z copying torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0086570Z copying torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0088080Z copying torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0089180Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0091040Z copying torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0092140Z copying torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0093480Z copying torch/include/ATen/ops/_prelu_kernel_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0095170Z copying torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0096150Z copying torch/include/ATen/ops/relu6_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0097840Z copying torch/include/ATen/ops/special_modified_bessel_k1_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0099330Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0100540Z copying torch/include/ATen/ops/expm1_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0101970Z copying torch/include/ATen/ops/kron.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0103360Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0104880Z copying torch/include/ATen/ops/cat_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0106250Z copying torch/include/ATen/ops/_linalg_check_errors_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0107800Z copying torch/include/ATen/ops/triplet_margin_loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0109020Z copying torch/include/ATen/ops/tril.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0110770Z copying torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0167770Z copying torch/include/ATen/ops/fft_rfft_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0169370Z copying torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0170990Z copying torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0172280Z copying torch/include/ATen/ops/_remove_batch_dim_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0173910Z copying torch/include/ATen/ops/linalg_cholesky_ex_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0175300Z copying torch/include/ATen/ops/quantized_rnn_relu_cell.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0176740Z copying torch/include/ATen/ops/silu_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0178280Z copying torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0210000Z copying torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0211330Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0212700Z copying torch/include/ATen/ops/_to_sparse_semi_structured_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0214220Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0215550Z copying torch/include/ATen/ops/sym_stride_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0216960Z copying torch/include/ATen/ops/_make_dual_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0218560Z copying torch/include/ATen/ops/hardswish_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0219850Z copying torch/include/ATen/ops/elu_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0221310Z copying torch/include/ATen/ops/miopen_batch_norm_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0222860Z copying torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0224230Z copying torch/include/ATen/ops/abs_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0225670Z copying torch/include/ATen/ops/conv_transpose1d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0227010Z copying torch/include/ATen/ops/isneginf_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0228640Z copying torch/include/ATen/ops/adaptive_max_pool3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0229750Z copying torch/include/ATen/ops/poisson_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0231420Z copying torch/include/ATen/ops/embedding_renorm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0232760Z copying torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0234310Z copying torch/include/ATen/ops/max_pool2d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0235850Z copying torch/include/ATen/ops/minimum_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0237100Z copying torch/include/ATen/ops/log_sigmoid_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0238580Z copying torch/include/ATen/ops/_sobol_engine_ff.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0239940Z copying torch/include/ATen/ops/native_batch_norm_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0241250Z copying torch/include/ATen/ops/block_diag_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0242860Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0244060Z copying torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0245680Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0246910Z copying torch/include/ATen/ops/smooth_l1_loss_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0248510Z copying torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0249310Z copying torch/include/ATen/ops/acosh_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0250790Z copying torch/include/ATen/ops/roll_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0252250Z copying torch/include/ATen/ops/_copy_from_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0253650Z copying torch/include/ATen/ops/_foreach_log2.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0254970Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0256050Z copying torch/include/ATen/ops/linear_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0257530Z copying torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0258960Z copying torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0260250Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0261720Z copying torch/include/ATen/ops/native_batch_norm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0263030Z copying torch/include/ATen/ops/digamma_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0264150Z copying torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0265780Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0267120Z copying torch/include/ATen/ops/native_dropout_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0268360Z copying torch/include/ATen/ops/conj_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0269740Z copying torch/include/ATen/ops/native_dropout.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0270960Z copying torch/include/ATen/ops/_unsafe_index.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0272330Z copying torch/include/ATen/ops/cosh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0273650Z copying torch/include/ATen/ops/_nested_get_jagged_dummy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0275100Z copying torch/include/ATen/ops/record_stream_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0276400Z copying torch/include/ATen/ops/cudnn_convolution_transpose.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0277820Z copying torch/include/ATen/ops/_unique2.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0279260Z copying torch/include/ATen/ops/special_i1e_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0399640Z copying torch/include/ATen/ops/_foreach_log2_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0401130Z copying torch/include/ATen/ops/native_dropout_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0402230Z copying torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0403780Z copying torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0405190Z copying torch/include/ATen/ops/_to_dense_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0406280Z copying torch/include/ATen/ops/empty_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0407860Z copying torch/include/ATen/ops/_test_parallel_materialize_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0409150Z copying torch/include/ATen/ops/bernoulli.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0410460Z copying torch/include/ATen/ops/_pad_circular_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0411680Z copying torch/include/ATen/ops/diagonal_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0413090Z copying torch/include/ATen/ops/index_select_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0414600Z copying torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0415560Z copying torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0417090Z copying torch/include/ATen/ops/size_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0418350Z copying torch/include/ATen/ops/_log_softmax_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0419810Z copying torch/include/ATen/ops/replication_pad3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0420710Z copying torch/include/ATen/ops/special_psi.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0422300Z copying torch/include/ATen/ops/_log_softmax_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0423520Z copying torch/include/ATen/ops/addcmul.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0424930Z copying torch/include/ATen/ops/sigmoid_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0426230Z copying torch/include/ATen/ops/select_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0427570Z copying torch/include/ATen/ops/special_multigammaln_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0428890Z copying torch/include/ATen/ops/exp2_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0430350Z copying torch/include/ATen/ops/_foreach_addcmul.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0431420Z copying torch/include/ATen/ops/addmv_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0433110Z copying torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0434330Z copying torch/include/ATen/ops/type_as_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0435310Z copying torch/include/ATen/ops/linalg_tensorsolve_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0436760Z copying torch/include/ATen/ops/range_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0438400Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0439670Z copying torch/include/ATen/ops/glu_backward_jvp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0440540Z copying torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0442070Z copying torch/include/ATen/ops/upsample_nearest1d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0443610Z copying torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0444940Z copying torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0446170Z copying torch/include/ATen/ops/bincount.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0447550Z copying torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0448790Z copying torch/include/ATen/ops/hann_window_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0450360Z copying torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0451360Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0452730Z copying torch/include/ATen/ops/elu_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0453970Z copying torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0455420Z copying torch/include/ATen/ops/cummaxmin_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0456830Z copying torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0458090Z copying torch/include/ATen/ops/affine_grid_generator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0459390Z copying torch/include/ATen/ops/logical_and_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0460620Z copying torch/include/ATen/ops/split_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0461980Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0463110Z copying torch/include/ATen/ops/native_channel_shuffle_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0464590Z copying torch/include/ATen/ops/greater_equal_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0465780Z copying torch/include/ATen/ops/imag.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0467210Z copying torch/include/ATen/ops/argmin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0468490Z copying torch/include/ATen/ops/special_i0e_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0469740Z copying torch/include/ATen/ops/max_unpool3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0471070Z copying torch/include/ATen/ops/erf.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0472430Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0473510Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0474900Z copying torch/include/ATen/ops/matrix_H.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0476350Z copying torch/include/ATen/ops/transpose_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0477960Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0479260Z copying torch/include/ATen/ops/fill_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0480990Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0628600Z copying torch/include/ATen/ops/copysign_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0629800Z copying torch/include/ATen/ops/amin_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0631290Z copying torch/include/ATen/ops/rms_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0632670Z copying torch/include/ATen/ops/asin_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0634190Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0644120Z copying torch/include/ATen/ops/fliplr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0644670Z copying torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0645110Z copying torch/include/ATen/ops/sigmoid_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0645530Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0646170Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0646630Z copying torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0647120Z copying torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0647510Z copying torch/include/ATen/ops/sparse_sampled_addmm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0647840Z copying torch/include/ATen/ops/log10.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0648290Z copying torch/include/ATen/ops/aminmax_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0648730Z copying torch/include/ATen/ops/quantized_max_pool2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0650080Z copying torch/include/ATen/ops/masked_scatter_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0651590Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0652770Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0654080Z copying torch/include/ATen/ops/log_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0655430Z copying torch/include/ATen/ops/scatter_add_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0656560Z copying torch/include/ATen/ops/_reshape_alias_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0710620Z copying torch/include/ATen/ops/_nested_view_from_jagged_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0711440Z copying torch/include/ATen/ops/lcm_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0713160Z copying torch/include/ATen/ops/grid_sampler_2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0714730Z copying torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0715550Z copying torch/include/ATen/ops/softplus_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0717320Z copying torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0718310Z copying torch/include/ATen/ops/_padded_dense_to_jagged_forward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0720100Z copying torch/include/ATen/ops/hardshrink_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0720970Z copying torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0722530Z copying torch/include/ATen/ops/conj_physical_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0724130Z copying torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0725060Z copying torch/include/ATen/ops/erfinv.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0726720Z copying torch/include/ATen/ops/avg_pool1d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0728120Z copying torch/include/ATen/ops/_gather_sparse_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0729430Z copying torch/include/ATen/ops/addbmm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0730790Z copying torch/include/ATen/ops/upsample_trilinear3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0731740Z copying torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0733400Z copying torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0734650Z copying torch/include/ATen/ops/matmul_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0735550Z copying torch/include/ATen/ops/coalesce.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0737260Z copying torch/include/ATen/ops/_foreach_log10_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0738510Z copying torch/include/ATen/ops/_lu_with_info_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0739850Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0741080Z copying torch/include/ATen/ops/expm1_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0742570Z copying torch/include/ATen/ops/native_batch_norm_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0743940Z copying torch/include/ATen/ops/_sparse_semi_structured_linear_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0744920Z copying torch/include/ATen/ops/_weight_norm_interface_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0746380Z copying torch/include/ATen/ops/scatter_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0747880Z copying torch/include/ATen/ops/ne_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0749130Z copying torch/include/ATen/ops/addcmul_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0750420Z copying torch/include/ATen/ops/special_logsumexp_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0751650Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_dense_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0753180Z copying torch/include/ATen/ops/to_sparse_csr_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0754440Z copying torch/include/ATen/ops/_foreach_round.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0755690Z copying torch/include/ATen/ops/floor_divide_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0757220Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0758580Z copying torch/include/ATen/ops/margin_ranking_loss_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0759520Z copying torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0761360Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0762630Z copying torch/include/ATen/ops/triangular_solve_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0764040Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0765320Z copying torch/include/ATen/ops/dstack_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0766780Z copying torch/include/ATen/ops/log_sigmoid_forward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0768070Z copying torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0769430Z copying torch/include/ATen/ops/special_xlog1py_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0770750Z copying torch/include/ATen/ops/maximum_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0772200Z copying torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0773560Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0775010Z copying torch/include/ATen/ops/contiguous.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0776350Z copying torch/include/ATen/ops/view_as.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0777900Z copying torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0779170Z copying torch/include/ATen/ops/group_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0780460Z copying torch/include/ATen/ops/_fused_dropout_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0781560Z copying torch/include/ATen/ops/sgn_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0783170Z copying torch/include/ATen/ops/max_pool2d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0784610Z copying torch/include/ATen/ops/multiply_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0785600Z copying torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0787050Z copying torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0788550Z copying torch/include/ATen/ops/cudnn_affine_grid_generator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0789840Z copying torch/include/ATen/ops/is_signed_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0791080Z copying torch/include/ATen/ops/special_ndtri.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0792530Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0793860Z copying torch/include/ATen/ops/lt_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0795200Z copying torch/include/ATen/ops/requires_grad_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0796560Z copying torch/include/ATen/ops/hypot_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0797950Z copying torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0799370Z copying torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0800820Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0801590Z copying torch/include/ATen/ops/round_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0803160Z copying torch/include/ATen/ops/reflection_pad1d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0804480Z copying torch/include/ATen/ops/norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0805800Z copying torch/include/ATen/ops/_prelu_kernel_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0807150Z copying torch/include/ATen/ops/nonzero_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0808470Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0809740Z copying torch/include/ATen/ops/batch_norm_backward_reduce_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0811060Z copying torch/include/ATen/ops/fmin_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0812830Z copying torch/include/ATen/ops/index_copy_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0814400Z copying torch/include/ATen/ops/rand.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0815990Z copying torch/include/ATen/ops/searchsorted_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0817330Z copying torch/include/ATen/ops/prod_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0818800Z copying torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0819890Z copying torch/include/ATen/ops/q_per_channel_scales_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0821350Z copying torch/include/ATen/ops/special_softmax_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0822540Z copying torch/include/ATen/ops/erfc_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0824030Z copying torch/include/ATen/ops/i0_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0825590Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0826980Z copying torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0827900Z copying torch/include/ATen/ops/quantize_per_tensor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0829540Z copying torch/include/ATen/ops/_nested_get_values_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0831010Z copying torch/include/ATen/ops/special_hermite_polynomial_he_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0832370Z copying torch/include/ATen/ops/upsample_linear1d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0833410Z copying torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0834900Z copying torch/include/ATen/ops/_cslt_sparse_mm_search.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0836320Z copying torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0837680Z copying torch/include/ATen/ops/_sparse_csr_prod_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0839080Z copying torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0840480Z copying torch/include/ATen/ops/replication_pad3d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0842480Z copying torch/include/ATen/ops/avg_pool3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0844390Z copying torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0850430Z copying torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0851700Z copying torch/include/ATen/ops/_pin_memory_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0857920Z copying torch/include/ATen/ops/nuclear_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0859320Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0865490Z copying torch/include/ATen/ops/ceil_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0867170Z copying torch/include/ATen/ops/_empty_affine_quantized_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0868700Z copying torch/include/ATen/ops/zero_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0873240Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0876860Z copying torch/include/ATen/ops/gelu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0878260Z copying torch/include/ATen/ops/isnan_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0882790Z copying torch/include/ATen/ops/frac_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0885760Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0889010Z copying torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0892240Z copying torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0896870Z copying torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0898210Z copying torch/include/ATen/ops/quantized_max_pool2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0902110Z copying torch/include/ATen/ops/replication_pad3d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0906040Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0909640Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0912970Z copying torch/include/ATen/ops/erf_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0916290Z copying torch/include/ATen/ops/eye_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0919800Z copying torch/include/ATen/ops/argsort_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0921990Z copying torch/include/ATen/ops/column_stack_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0927330Z copying torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0928990Z copying torch/include/ATen/ops/uniform_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0932880Z copying torch/include/ATen/ops/_fw_primal_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0935980Z copying torch/include/ATen/ops/sum_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0938560Z copying torch/include/ATen/ops/asin_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0945850Z copying torch/include/ATen/ops/cross_entropy_loss_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0949170Z copying torch/include/ATen/ops/fft_irfft_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0952400Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0955950Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0958670Z copying torch/include/ATen/ops/permute_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0964020Z copying torch/include/ATen/ops/_cdist_forward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0965810Z copying torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0968870Z copying torch/include/ATen/ops/tanh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0972050Z copying torch/include/ATen/ops/row_indices.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0979830Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0984470Z copying torch/include/ATen/ops/matrix_exp_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0985870Z copying torch/include/ATen/ops/quantize_per_channel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0987440Z copying torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0988200Z copying torch/include/ATen/ops/slow_conv_dilated2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.0991470Z copying torch/include/ATen/ops/histogram.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1000800Z copying torch/include/ATen/ops/_conv_depthwise2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1001480Z copying torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1002380Z copying torch/include/ATen/ops/as_strided_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1009720Z copying torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1031030Z copying torch/include/ATen/ops/special_xlog1py_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1039770Z copying torch/include/ATen/ops/_functional_assert_async_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1041370Z copying torch/include/ATen/ops/amax_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1042260Z copying torch/include/ATen/ops/retains_grad_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1043950Z copying torch/include/ATen/ops/mean_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1045490Z copying torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1046710Z copying torch/include/ATen/ops/smooth_l1_loss_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1048240Z copying torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1049150Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1050840Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1052180Z copying torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1053430Z copying torch/include/ATen/ops/view_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1054880Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1056490Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1057840Z copying torch/include/ATen/ops/numpy_T_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1062610Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1064030Z copying torch/include/ATen/ops/fft_rfftfreq_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1069110Z copying torch/include/ATen/ops/cauchy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1073190Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1076220Z copying torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1077950Z copying torch/include/ATen/ops/unflatten_dense_tensors_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1080030Z copying torch/include/ATen/ops/atanh_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1085010Z copying torch/include/ATen/ops/miopen_convolution_add_relu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1088630Z copying torch/include/ATen/ops/native_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1092240Z copying torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1093770Z copying torch/include/ATen/ops/_masked_softmax_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1099570Z copying torch/include/ATen/ops/floor_divide_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1101280Z copying torch/include/ATen/ops/_foreach_expm1.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1110570Z copying torch/include/ATen/ops/fft_fftshift.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1119500Z copying torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1120760Z copying torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1122350Z copying torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1123680Z copying torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1125470Z copying torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1128580Z copying torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1132530Z copying torch/include/ATen/ops/_cast_Short_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1134980Z copying torch/include/ATen/ops/linspace_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1139970Z copying torch/include/ATen/ops/logit_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1142390Z copying torch/include/ATen/ops/remainder_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1146750Z copying torch/include/ATen/ops/bilinear.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1151560Z copying torch/include/ATen/ops/reflection_pad2d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1153190Z copying torch/include/ATen/ops/_sparse_softmax_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1156550Z copying torch/include/ATen/ops/_foreach_asin.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1158100Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1160740Z copying torch/include/ATen/ops/split_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1166070Z copying torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1168700Z copying torch/include/ATen/ops/any_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1172220Z copying torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1176670Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1178050Z copying torch/include/ATen/ops/softplus_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1179500Z copying torch/include/ATen/ops/softmax_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1202860Z copying torch/include/ATen/ops/ccol_indices_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1205050Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1209960Z copying torch/include/ATen/ops/_fft_r2c.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1211900Z copying torch/include/ATen/ops/outer_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1213870Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1214630Z copying torch/include/ATen/ops/hypot_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1216540Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1217810Z copying torch/include/ATen/ops/adjoint.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1219210Z copying torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1220420Z copying torch/include/ATen/ops/flip_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1223800Z copying torch/include/ATen/ops/flipud.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1225430Z copying torch/include/ATen/ops/argmin_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1228070Z copying torch/include/ATen/ops/_foreach_exp_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1232070Z copying torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1236830Z copying torch/include/ATen/ops/addbmm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1241430Z copying torch/include/ATen/ops/masked_fill_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1243030Z copying torch/include/ATen/ops/exp_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1246210Z copying torch/include/ATen/ops/_ctc_loss_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1250520Z copying torch/include/ATen/ops/flipud_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1254320Z copying torch/include/ATen/ops/log_sigmoid_forward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1256400Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1260580Z copying torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1263480Z copying torch/include/ATen/ops/_dimV_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1266360Z copying torch/include/ATen/ops/reflection_pad2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1277270Z copying torch/include/ATen/ops/mvlgamma_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1279130Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1284620Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1285820Z copying torch/include/ATen/ops/_batch_norm_with_update_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1287460Z copying torch/include/ATen/ops/log_normal_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1290070Z copying torch/include/ATen/ops/_sparse_sum_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1291980Z copying torch/include/ATen/ops/_aminmax_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1295750Z copying torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1298350Z copying torch/include/ATen/ops/miopen_convolution_transpose_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1302560Z copying torch/include/ATen/ops/miopen_rnn_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1303920Z copying torch/include/ATen/ops/normal_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1310380Z copying torch/include/ATen/ops/dot.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1312300Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1330850Z copying torch/include/ATen/ops/view_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1332320Z copying torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1347580Z copying torch/include/ATen/ops/angle_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1348980Z copying torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1350260Z copying torch/include/ATen/ops/_unsafe_masked_index_put_accumulate.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1351650Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1352920Z copying torch/include/ATen/ops/_make_dual_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1354260Z copying torch/include/ATen/ops/_rowwise_prune_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1355620Z copying torch/include/ATen/ops/special_erfcx_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1359970Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1360850Z copying torch/include/ATen/ops/cosine_embedding_loss_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1362480Z copying torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1363850Z copying torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1366930Z copying torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1367750Z copying torch/include/ATen/ops/_unsafe_view.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1369240Z copying torch/include/ATen/ops/_conj_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1375450Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1376830Z copying torch/include/ATen/ops/special_log_ndtr_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1378130Z copying torch/include/ATen/ops/asinh_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1379760Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1384380Z copying torch/include/ATen/ops/cumulative_trapezoid_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1386570Z copying torch/include/ATen/ops/grid_sampler_2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1390080Z copying torch/include/ATen/ops/_padded_dense_to_jagged_forward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1391450Z copying torch/include/ATen/ops/_fused_sgd_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1395320Z copying torch/include/ATen/ops/_fused_adam_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1398750Z copying torch/include/ATen/ops/mish_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1400320Z copying torch/include/ATen/ops/can_cast_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1404250Z copying torch/include/ATen/ops/ge_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1408550Z copying torch/include/ATen/ops/unique_consecutive.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1411870Z copying torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1418590Z copying torch/include/ATen/ops/max.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1420580Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1427560Z copying torch/include/ATen/ops/_euclidean_dist_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1429520Z copying torch/include/ATen/ops/avg_pool3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1433680Z copying torch/include/ATen/ops/logical_and_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1436090Z copying torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1437530Z copying torch/include/ATen/ops/as_strided_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1441010Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1444290Z copying torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1449510Z copying torch/include/ATen/ops/sym_constrain_range_for_size.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1455160Z copying torch/include/ATen/ops/soft_margin_loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1459050Z copying torch/include/ATen/ops/isinf.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1461920Z copying torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1474880Z copying torch/include/ATen/ops/clamp_max_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1482470Z copying torch/include/ATen/ops/mkldnn_max_pool2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1484110Z copying torch/include/ATen/ops/linear_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1484980Z copying torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1486550Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1488080Z copying torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1489380Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1490910Z copying torch/include/ATen/ops/exp_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1492880Z copying torch/include/ATen/ops/upsample_bicubic2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1496360Z copying torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1497460Z copying torch/include/ATen/ops/select_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1502280Z copying torch/include/ATen/ops/miopen_convolution_transpose_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1506590Z copying torch/include/ATen/ops/zeros_like_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1511610Z copying torch/include/ATen/ops/triangular_solve_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1516900Z copying torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1518600Z copying torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1520250Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1523860Z copying torch/include/ATen/ops/_foreach_sinh_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1525390Z copying torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1527350Z copying torch/include/ATen/ops/_to_sparse_semi_structured.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1533060Z copying torch/include/ATen/ops/_foreach_log2_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1536160Z copying torch/include/ATen/ops/logspace_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1539230Z copying torch/include/ATen/ops/softshrink_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1541710Z copying torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1544410Z copying torch/include/ATen/ops/cholesky.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1561990Z copying torch/include/ATen/ops/_masked_scale_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1563240Z copying torch/include/ATen/ops/fft_ihfftn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1565980Z copying torch/include/ATen/ops/or_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1568870Z copying torch/include/ATen/ops/sparse_coo_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1570400Z copying torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1571670Z copying torch/include/ATen/ops/upsample_nearest3d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1572940Z copying torch/include/ATen/ops/max_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1574200Z copying torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1575710Z copying torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1579360Z copying torch/include/ATen/ops/clamp_min.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1582760Z copying torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1586690Z copying torch/include/ATen/ops/repeat_interleave.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1588440Z copying torch/include/ATen/ops/upsample_nearest2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1592520Z copying torch/include/ATen/ops/item_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1595230Z copying torch/include/ATen/ops/cudnn_convolution_relu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1598400Z copying torch/include/ATen/ops/nextafter_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1605450Z copying torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1607100Z copying torch/include/ATen/ops/fft_fft2_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1612020Z copying torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1613900Z copying torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1618960Z copying torch/include/ATen/ops/mkldnn_convolution.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1620910Z copying torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1629880Z copying torch/include/ATen/ops/_fft_r2c_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1631190Z copying torch/include/ATen/ops/glu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1637160Z copying torch/include/ATen/ops/_test_optional_filled_intlist_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1638410Z copying torch/include/ATen/ops/cat_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1644010Z copying torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1645560Z copying torch/include/ATen/ops/_test_warn_in_autograd_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1651310Z copying torch/include/ATen/ops/_coalesced_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1652730Z copying torch/include/ATen/ops/cudnn_convolution_relu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1654890Z copying torch/include/ATen/ops/upsample_nearest2d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1658880Z copying torch/include/ATen/ops/special_gammaln.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1662490Z copying torch/include/ATen/ops/_ctc_loss_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1666270Z copying torch/include/ATen/ops/fill_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1668480Z copying torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1671980Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1674820Z copying torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1679100Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1682930Z copying torch/include/ATen/ops/sparse_bsc_tensor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1686570Z copying torch/include/ATen/ops/gcd_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1688340Z copying torch/include/ATen/ops/index_add_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1691150Z copying torch/include/ATen/ops/logit_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1706340Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1713670Z copying torch/include/ATen/ops/fft_hfftn_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1715110Z copying torch/include/ATen/ops/_flash_attention_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1716510Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1717830Z copying torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1719350Z copying torch/include/ATen/ops/_foreach_trunc_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1720660Z copying torch/include/ATen/ops/arccos_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1722260Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1723060Z copying torch/include/ATen/ops/unfold_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1724630Z copying torch/include/ATen/ops/conv_tbc.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1729720Z copying torch/include/ATen/ops/_foreach_frac_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1732290Z copying torch/include/ATen/ops/new_empty_strided_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1737070Z copying torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1739360Z copying torch/include/ATen/ops/sparse_mask.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1743540Z copying torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1745680Z copying torch/include/ATen/ops/atanh.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1751470Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1752700Z copying torch/include/ATen/ops/exponential_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1757020Z copying torch/include/ATen/ops/_sparse_semi_structured_apply.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1758240Z copying torch/include/ATen/ops/lift_fresh_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1763270Z copying torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1764670Z copying torch/include/ATen/ops/_foreach_sign_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1767300Z copying torch/include/ATen/ops/adjoint_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1775090Z copying torch/include/ATen/ops/addcdiv_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1779910Z copying torch/include/ATen/ops/_native_batch_norm_legit_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1781550Z copying torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1786940Z copying torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1792150Z copying torch/include/ATen/ops/mish_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1794180Z copying torch/include/ATen/ops/full.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1795850Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1798760Z copying torch/include/ATen/ops/view_as_real_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1802190Z copying torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1805270Z copying torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1806530Z copying torch/include/ATen/ops/linear_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1811860Z copying torch/include/ATen/ops/addmm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1814510Z copying torch/include/ATen/ops/reshape_as.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1818720Z copying torch/include/ATen/ops/upsample_nearest1d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1819980Z copying torch/include/ATen/ops/prod_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1827220Z copying torch/include/ATen/ops/abs_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1828910Z copying torch/include/ATen/ops/lift_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1835760Z copying torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1838280Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1841740Z copying torch/include/ATen/ops/erfc_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1845700Z copying torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1847070Z copying torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1850040Z copying torch/include/ATen/ops/_linalg_slogdet_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1856790Z copying torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1858090Z copying torch/include/ATen/ops/pad_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1861400Z copying torch/include/ATen/ops/signbit_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1865220Z copying torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1870280Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1872840Z copying torch/include/ATen/ops/convolution_backward_overrideable_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1875770Z copying torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1880060Z copying torch/include/ATen/ops/clamp_max_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1884080Z copying torch/include/ATen/ops/sort_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1886210Z copying torch/include/ATen/ops/triu_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1888910Z copying torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1893580Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1895760Z copying torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1898750Z copying torch/include/ATen/ops/special_i0.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1903270Z copying torch/include/ATen/ops/atleast_3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1904900Z copying torch/include/ATen/ops/_nested_select_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1909090Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1910670Z copying torch/include/ATen/ops/special_airy_ai_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1915240Z copying torch/include/ATen/ops/addmm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1918650Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1922160Z copying torch/include/ATen/ops/special_gammaincc.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1925160Z copying torch/include/ATen/ops/mish_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1928440Z copying torch/include/ATen/ops/min_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1931210Z copying torch/include/ATen/ops/acosh.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1935860Z copying torch/include/ATen/ops/_pad_enum_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1938380Z copying torch/include/ATen/ops/inverse_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1943280Z copying torch/include/ATen/ops/_safe_softmax_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1944970Z copying torch/include/ATen/ops/mm_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1948020Z copying torch/include/ATen/ops/broadcast_tensors_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1952250Z copying torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1956350Z copying torch/include/ATen/ops/zero_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1959860Z copying torch/include/ATen/ops/_foreach_tanh_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1961510Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1967090Z copying torch/include/ATen/ops/reflection_pad1d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1968400Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1972770Z copying torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1976320Z copying torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1978930Z copying torch/include/ATen/ops/renorm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1980580Z copying torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1985370Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1991390Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.1994980Z copying torch/include/ATen/ops/conv_depthwise3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2000340Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2002770Z copying torch/include/ATen/ops/_foreach_reciprocal_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2005670Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2007860Z copying torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2011700Z copying torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2016030Z copying torch/include/ATen/ops/rsub_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2018010Z copying torch/include/ATen/ops/fractional_max_pool3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2023900Z copying torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2043350Z copying torch/include/ATen/ops/isneginf_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2052040Z copying torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2052840Z copying torch/include/ATen/ops/cat.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2054410Z copying torch/include/ATen/ops/_thnn_fused_gru_cell.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2055780Z copying torch/include/ATen/ops/_cudnn_rnn_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2057080Z copying torch/include/ATen/ops/rand_like_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2058470Z copying torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2059820Z copying torch/include/ATen/ops/trapezoid_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2061090Z copying torch/include/ATen/ops/relu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2062490Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2064010Z copying torch/include/ATen/ops/_nested_get_jagged_dummy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2065400Z copying torch/include/ATen/ops/clamp_max_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2069730Z copying torch/include/ATen/ops/_unpack_dual_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2072960Z copying torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2076480Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2077860Z copying torch/include/ATen/ops/var_mean_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2080620Z copying torch/include/ATen/ops/polar_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2085340Z copying torch/include/ATen/ops/narrow_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2089110Z copying torch/include/ATen/ops/vstack.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2092650Z copying torch/include/ATen/ops/convolution_overrideable_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2095530Z copying torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2097390Z copying torch/include/ATen/ops/transpose_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2105260Z copying torch/include/ATen/ops/threshold_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2107240Z copying torch/include/ATen/ops/tanh_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2111320Z copying torch/include/ATen/ops/bucketize_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2114420Z copying torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2118530Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2120140Z copying torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2124860Z copying torch/include/ATen/ops/_cdist_forward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2128580Z copying torch/include/ATen/ops/view_as_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2133270Z copying torch/include/ATen/ops/reflection_pad2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2134550Z copying torch/include/ATen/ops/log_sigmoid_forward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2136710Z copying torch/include/ATen/ops/_cudnn_ctc_loss_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2142700Z copying torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2144810Z copying torch/include/ATen/ops/view_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2150060Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2153650Z copying torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2172510Z copying torch/include/ATen/ops/eye_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2173370Z copying torch/include/ATen/ops/exp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2184470Z copying torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2191000Z copying torch/include/ATen/ops/expm1_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2192980Z copying torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2195020Z copying torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2196130Z copying torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2197660Z copying torch/include/ATen/ops/rsqrt_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2199240Z copying torch/include/ATen/ops/triu_indices_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2200400Z copying torch/include/ATen/ops/convolution_overrideable.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2202240Z copying torch/include/ATen/ops/diag_embed_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2203890Z copying torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2205310Z copying torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2206820Z copying torch/include/ATen/ops/lift_fresh_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2208210Z copying torch/include/ATen/ops/atanh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2209580Z copying torch/include/ATen/ops/reciprocal_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2210920Z copying torch/include/ATen/ops/im2col_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2212330Z copying torch/include/ATen/ops/linalg_solve_triangular_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2214960Z copying torch/include/ATen/ops/_nested_view_from_buffer_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2218380Z copying torch/include/ATen/ops/sum_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2221090Z copying torch/include/ATen/ops/fft_ifft_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2223860Z copying torch/include/ATen/ops/combinations.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2230970Z copying torch/include/ATen/ops/_to_sparse_csr_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2237320Z copying torch/include/ATen/ops/_fft_r2c_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2238610Z copying torch/include/ATen/ops/hardtanh_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2239930Z copying torch/include/ATen/ops/promote_types.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2242370Z copying torch/include/ATen/ops/cross_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2245000Z copying torch/include/ATen/ops/nansum_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2248260Z copying torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2253020Z copying torch/include/ATen/ops/log1p_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2260670Z copying torch/include/ATen/ops/_foreach_sub.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2262160Z copying torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2267210Z copying torch/include/ATen/ops/_cast_Int_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2268750Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2271110Z copying torch/include/ATen/ops/lshift_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2275440Z copying torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2282020Z copying torch/include/ATen/ops/negative_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2283460Z copying torch/include/ATen/ops/_cast_Byte.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2287140Z copying torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2293740Z copying torch/include/ATen/ops/logaddexp2_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2294990Z copying torch/include/ATen/ops/mish_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2300850Z copying torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2302270Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2308220Z copying torch/include/ATen/ops/linalg_cross_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2309630Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2311800Z copying torch/include/ATen/ops/view_as_complex_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2314470Z copying torch/include/ATen/ops/cos.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2318610Z copying torch/include/ATen/ops/bernoulli_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2320460Z copying torch/include/ATen/ops/rrelu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2335810Z copying torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2341950Z copying torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2347320Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2348730Z copying torch/include/ATen/ops/to_sparse_csr_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2350270Z copying torch/include/ATen/ops/median_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2351800Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2352810Z copying torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2354220Z copying torch/include/ATen/ops/uniform_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2355720Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2357010Z copying torch/include/ATen/ops/linalg_diagonal_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2358570Z copying torch/include/ATen/ops/index_reduce_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2361180Z copying torch/include/ATen/ops/_foobar_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2364200Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2367140Z copying torch/include/ATen/ops/randn_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2373530Z copying torch/include/ATen/ops/logical_or_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2375290Z copying torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2381900Z copying torch/include/ATen/ops/neg.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2383450Z copying torch/include/ATen/ops/igamma_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2386470Z copying torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2387970Z copying torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2391400Z copying torch/include/ATen/ops/norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2396400Z copying torch/include/ATen/ops/trace_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2397920Z copying torch/include/ATen/ops/log_sigmoid.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2403640Z copying torch/include/ATen/ops/linalg_ldl_factor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2406070Z copying torch/include/ATen/ops/eq_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2410180Z copying torch/include/ATen/ops/put_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2412590Z copying torch/include/ATen/ops/hinge_embedding_loss_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2414960Z copying torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2417490Z copying torch/include/ATen/ops/softshrink_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2421360Z copying torch/include/ATen/ops/native_dropout_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2424960Z copying torch/include/ATen/ops/argmin_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2428400Z copying torch/include/ATen/ops/vstack_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2435130Z copying torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2437010Z copying torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2440350Z copying torch/include/ATen/ops/can_cast_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2445720Z copying torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2448070Z copying torch/include/ATen/ops/lstm_mps_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2453840Z copying torch/include/ATen/ops/topk_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2454970Z copying torch/include/ATen/ops/_foreach_tan_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2458300Z copying torch/include/ATen/ops/expm1_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2465640Z copying torch/include/ATen/ops/_nested_get_values_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2470500Z copying torch/include/ATen/ops/_masked_softmax_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2472430Z copying torch/include/ATen/ops/_foreach_lerp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2478230Z copying torch/include/ATen/ops/matmul_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2479080Z copying torch/include/ATen/ops/special_zeta_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2481190Z copying torch/include/ATen/ops/huber_loss_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2485060Z copying torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2488510Z copying torch/include/ATen/ops/conv_transpose2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2500360Z copying torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2501810Z copying torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2503000Z copying torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2504110Z copying torch/include/ATen/ops/signbit_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2506850Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2508130Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2509290Z copying torch/include/ATen/ops/logsumexp_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2512860Z copying torch/include/ATen/ops/_foreach_neg_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2514680Z copying torch/include/ATen/ops/_embedding_bag_forward_only_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2518770Z copying torch/include/ATen/ops/_log_softmax_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2522610Z copying torch/include/ATen/ops/neg_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2525670Z copying torch/include/ATen/ops/take_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2529150Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2530940Z copying torch/include/ATen/ops/i0_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2547170Z copying torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2555770Z copying torch/include/ATen/ops/special_gammainc_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2569370Z copying torch/include/ATen/ops/squeeze_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2570580Z copying torch/include/ATen/ops/_sparse_broadcast_to.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2572330Z copying torch/include/ATen/ops/hardtanh_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2573480Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2574970Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2576390Z copying torch/include/ATen/ops/leaky_relu_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2577790Z copying torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2579100Z copying torch/include/ATen/ops/_reshape_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2580650Z copying torch/include/ATen/ops/index_reduce_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2581650Z copying torch/include/ATen/ops/diagonal_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2583320Z copying torch/include/ATen/ops/dsplit.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2584350Z copying torch/include/ATen/ops/gather_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2586160Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2587380Z copying torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2588520Z copying torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2591580Z copying torch/include/ATen/ops/_debug_has_internal_overlap_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2595800Z copying torch/include/ATen/ops/_assert_scalar_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2599060Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2601260Z copying torch/include/ATen/ops/_unique.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2606100Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2614430Z copying torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2615450Z copying torch/include/ATen/ops/silu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2621080Z copying torch/include/ATen/ops/resize_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2622170Z copying torch/include/ATen/ops/range_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2624840Z copying torch/include/ATen/ops/max_pool1d_with_indices.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2628580Z copying torch/include/ATen/ops/replication_pad1d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2632800Z copying torch/include/ATen/ops/int_repr_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2634040Z copying torch/include/ATen/ops/upsample_linear1d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2637740Z copying torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2641610Z copying torch/include/ATen/ops/hardsigmoid_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2644040Z copying torch/include/ATen/ops/_lstm_mps_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2648010Z copying torch/include/ATen/ops/mul_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2652990Z copying torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2654280Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2659390Z copying torch/include/ATen/ops/cos_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2660430Z copying torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2663740Z copying torch/include/ATen/ops/exp2_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2677710Z copying torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2679750Z copying torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2688930Z copying torch/include/ATen/ops/coalesce_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2690330Z copying torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2691640Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2693320Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2697750Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2698900Z copying torch/include/ATen/ops/add_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2700120Z copying torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2717210Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2718270Z copying torch/include/ATen/ops/bmm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2724810Z copying torch/include/ATen/ops/to_mkldnn_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2726170Z copying torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2727220Z copying torch/include/ATen/ops/special_bessel_y0_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2729030Z copying torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2730040Z copying torch/include/ATen/ops/real_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2731450Z copying torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2732880Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2734010Z copying torch/include/ATen/ops/max_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2735730Z copying torch/include/ATen/ops/_reshape_alias_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2740360Z copying torch/include/ATen/ops/col_indices_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2741540Z copying torch/include/ATen/ops/logcumsumexp_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2747100Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2748110Z copying torch/include/ATen/ops/fmod_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2752270Z copying torch/include/ATen/ops/_foreach_clamp_max_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2759470Z copying torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2760700Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2761710Z copying torch/include/ATen/ops/_foreach_max_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2765620Z copying torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2767930Z copying torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2772750Z copying torch/include/ATen/ops/_batch_norm_with_update_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2778970Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2781440Z copying torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2785550Z copying torch/include/ATen/ops/copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2788840Z copying torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2790920Z copying torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2796060Z copying torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2797250Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2802680Z copying torch/include/ATen/ops/linalg_solve_triangular_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2804500Z copying torch/include/ATen/ops/max_unpool2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2808860Z copying torch/include/ATen/ops/bitwise_xor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2811150Z copying torch/include/ATen/ops/feature_alpha_dropout_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2816360Z copying torch/include/ATen/ops/_empty_affine_quantized_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2817740Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2823570Z copying torch/include/ATen/ops/_standard_gamma.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2825800Z copying torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2831180Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2832270Z copying torch/include/ATen/ops/batch_norm_update_stats_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2834590Z copying torch/include/ATen/ops/special_i1e_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2838040Z copying torch/include/ATen/ops/baddbmm_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2841510Z copying torch/include/ATen/ops/cummax_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.2845510Z copying torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3059040Z copying torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3060140Z copying torch/include/ATen/ops/norm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3075950Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3077110Z copying torch/include/ATen/ops/concat_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3096410Z copying torch/include/ATen/ops/uniform_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3097350Z copying torch/include/ATen/ops/gcd_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3099070Z copying torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3116020Z copying torch/include/ATen/ops/new_zeros_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3117370Z copying torch/include/ATen/ops/sigmoid_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3118480Z copying torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3140930Z copying torch/include/ATen/ops/_cast_Int_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3142080Z copying torch/include/ATen/ops/_unsafe_index_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3143260Z copying torch/include/ATen/ops/lerp_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3152700Z copying torch/include/ATen/ops/_foreach_add.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3153750Z copying torch/include/ATen/ops/unfold_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3166370Z copying torch/include/ATen/ops/max_pool1d_with_indices_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3167490Z copying torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3180810Z copying torch/include/ATen/ops/masked_fill.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3181820Z copying torch/include/ATen/ops/_log_softmax_backward_data.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3183400Z copying torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3213540Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3215020Z copying torch/include/ATen/ops/unflatten_dense_tensors.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3216040Z copying torch/include/ATen/ops/new_ones_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3217180Z copying torch/include/ATen/ops/addcdiv.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3218930Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3220270Z copying torch/include/ATen/ops/_to_sparse_bsr_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3221530Z copying torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3222730Z copying torch/include/ATen/ops/ravel_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3224360Z copying torch/include/ATen/ops/_foreach_addcdiv.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3225530Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3226730Z copying torch/include/ATen/ops/linalg_pinv_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3228550Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3229610Z copying torch/include/ATen/ops/view_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3230660Z copying torch/include/ATen/ops/max_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3232410Z copying torch/include/ATen/ops/msort_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3296600Z copying torch/include/ATen/ops/q_per_channel_scales_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3297860Z copying torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3299070Z copying torch/include/ATen/ops/random_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3300840Z copying torch/include/ATen/ops/scatter_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3301910Z copying torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3303430Z copying torch/include/ATen/ops/linalg_cross_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3304580Z copying torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3305750Z copying torch/include/ATen/ops/mkldnn_linear.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3307420Z copying torch/include/ATen/ops/index_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3308430Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3309880Z copying torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3311170Z copying torch/include/ATen/ops/lerp_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3312480Z copying torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3313730Z copying torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3315070Z copying torch/include/ATen/ops/_native_batch_norm_legit_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3316440Z copying torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3317600Z copying torch/include/ATen/ops/_add_relu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3319330Z copying torch/include/ATen/ops/fft_ihfft2_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3320360Z copying torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3321540Z copying torch/include/ATen/ops/sin_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3323210Z copying torch/include/ATen/ops/hardsigmoid_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3324210Z copying torch/include/ATen/ops/fmin_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3329000Z copying torch/include/ATen/ops/hardshrink_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3329770Z copying torch/include/ATen/ops/hsplit.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3330580Z copying torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3331630Z copying torch/include/ATen/ops/signbit_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3332550Z copying torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3333420Z copying torch/include/ATen/ops/hardtanh_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3334250Z copying torch/include/ATen/ops/special_modified_bessel_i0_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3335150Z copying torch/include/ATen/ops/_mps_convolution_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3336070Z copying torch/include/ATen/ops/repeat_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3337050Z copying torch/include/ATen/ops/_reshape_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3338840Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3340030Z copying torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3341160Z copying torch/include/ATen/ops/less_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3342750Z copying torch/include/ATen/ops/one_hot_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3343790Z copying torch/include/ATen/ops/gcd_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3345070Z copying torch/include/ATen/ops/_fft_c2c_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3346840Z copying torch/include/ATen/ops/max_pool2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3347950Z copying torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3349050Z copying torch/include/ATen/ops/_foreach_log1p.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3350770Z copying torch/include/ATen/ops/cauchy_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3351700Z copying torch/include/ATen/ops/rsqrt_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3353210Z copying torch/include/ATen/ops/_foreach_trunc_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3354370Z copying torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3355550Z copying torch/include/ATen/ops/expand_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3357100Z copying torch/include/ATen/ops/mps_convolution_transpose_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3358130Z copying torch/include/ATen/ops/linalg_matrix_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3359670Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3360750Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3362790Z copying torch/include/ATen/ops/mul_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3364010Z copying torch/include/ATen/ops/miopen_batch_norm_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3365840Z copying torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3366940Z copying torch/include/ATen/ops/unfold_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3368090Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3369320Z copying torch/include/ATen/ops/linalg_svd_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3370840Z copying torch/include/ATen/ops/bitwise_and_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3372090Z copying torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3374150Z copying torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3374990Z copying torch/include/ATen/ops/fft_fft2.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3376060Z copying torch/include/ATen/ops/var_mean_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3377730Z copying torch/include/ATen/ops/normal_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3378860Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3380070Z copying torch/include/ATen/ops/max_pool2d_with_indices_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3381540Z copying torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3382760Z copying torch/include/ATen/ops/fft_ifft2.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3384280Z copying torch/include/ATen/ops/argmax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3385400Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3386750Z copying torch/include/ATen/ops/adaptive_max_pool3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3388730Z copying torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3389700Z copying torch/include/ATen/ops/amax_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3390920Z copying torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3392260Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3393660Z copying torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3394850Z copying torch/include/ATen/ops/_unsafe_view_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3396590Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_dense.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3397700Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3398940Z copying torch/include/ATen/ops/_compute_linear_combination_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3400300Z copying torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3401560Z copying torch/include/ATen/ops/masked_fill_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3402860Z copying torch/include/ATen/ops/polygamma_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3404480Z copying torch/include/ATen/ops/l1_loss_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3405520Z copying torch/include/ATen/ops/trace_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3407290Z copying torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3408360Z copying torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3409560Z copying torch/include/ATen/ops/sort.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3410830Z copying torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3412410Z copying torch/include/ATen/ops/mish_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3413420Z copying torch/include/ATen/ops/is_set_to.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3415040Z copying torch/include/ATen/ops/unflatten_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3416090Z copying torch/include/ATen/ops/_fused_adam_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3417780Z copying torch/include/ATen/ops/_dirichlet_grad_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3418740Z copying torch/include/ATen/ops/einsum_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3420430Z copying torch/include/ATen/ops/nan_to_num.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3421490Z copying torch/include/ATen/ops/q_zero_point_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3423230Z copying torch/include/ATen/ops/as_strided_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3424290Z copying torch/include/ATen/ops/t_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3425500Z copying torch/include/ATen/ops/logical_and_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3427310Z copying torch/include/ATen/ops/split_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3428270Z copying torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3429480Z copying torch/include/ATen/ops/_addmm_activation_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3430890Z copying torch/include/ATen/ops/lerp_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3432050Z copying torch/include/ATen/ops/nansum_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3440100Z copying torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3443670Z copying torch/include/ATen/ops/_fft_c2r_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3448330Z copying torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3449370Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3450470Z copying torch/include/ATen/ops/cosine_similarity_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3455620Z copying torch/include/ATen/ops/fix_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3533730Z copying torch/include/ATen/ops/_reshape_alias_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3534850Z copying torch/include/ATen/ops/flatten_dense_tensors_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3536750Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3537880Z copying torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3538940Z copying torch/include/ATen/ops/igamma_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3540220Z copying torch/include/ATen/ops/poisson_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3541860Z copying torch/include/ATen/ops/full_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3542800Z copying torch/include/ATen/ops/convolution_backward_overrideable_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3543990Z copying torch/include/ATen/ops/_conj_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3545890Z copying torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3546850Z copying torch/include/ATen/ops/linalg_eig_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3669940Z copying torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3671070Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3672270Z copying torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3673600Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3675190Z copying torch/include/ATen/ops/expm1_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3707430Z copying torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3708510Z copying torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3709750Z copying torch/include/ATen/ops/sinh_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3711620Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3712560Z copying torch/include/ATen/ops/baddbmm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3713640Z copying torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3714920Z copying torch/include/ATen/ops/group_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3716700Z copying torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3717700Z copying torch/include/ATen/ops/_autocast_to_full_precision_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3718830Z copying torch/include/ATen/ops/exp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3720710Z copying torch/include/ATen/ops/_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3721740Z copying torch/include/ATen/ops/upsample_bilinear2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3723080Z copying torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3724650Z copying torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3725940Z copying torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3727430Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3728640Z copying torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3729950Z copying torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3731260Z copying torch/include/ATen/ops/clamp_max_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3732630Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3733880Z copying torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3735050Z copying torch/include/ATen/ops/arange.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3736740Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3737790Z copying torch/include/ATen/ops/hardshrink.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3739050Z copying torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3740200Z copying torch/include/ATen/ops/special_round_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3741600Z copying torch/include/ATen/ops/_reshape_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3743260Z copying torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3744150Z copying torch/include/ATen/ops/index_fill.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3745900Z copying torch/include/ATen/ops/ceil_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3746870Z copying torch/include/ATen/ops/convolution_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3748050Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3749750Z copying torch/include/ATen/ops/linalg_diagonal_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3750780Z copying torch/include/ATen/ops/nonzero_numpy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3751830Z copying torch/include/ATen/ops/_index_put_impl_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3753010Z copying torch/include/ATen/ops/istft.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3754610Z copying torch/include/ATen/ops/_foreach_erfc_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3755570Z copying torch/include/ATen/ops/logit_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3756790Z copying torch/include/ATen/ops/chain_matmul_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3758450Z copying torch/include/ATen/ops/_conj_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3759400Z copying torch/include/ATen/ops/softplus_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3760900Z copying torch/include/ATen/ops/_foreach_addcmul_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3761860Z copying torch/include/ATen/ops/slice_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3763200Z copying torch/include/ATen/ops/_compute_linear_combination.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3764890Z copying torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3766340Z copying torch/include/ATen/ops/_nnz_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3767480Z copying torch/include/ATen/ops/cummaxmin_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3769120Z copying torch/include/ATen/ops/fft_rfft2.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3770190Z copying torch/include/ATen/ops/_stack_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3771460Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3772710Z copying torch/include/ATen/ops/cartesian_prod_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3774540Z copying torch/include/ATen/ops/_test_optional_filled_intlist.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3775460Z copying torch/include/ATen/ops/huber_loss_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3804630Z copying torch/include/ATen/ops/index_select_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3805650Z copying torch/include/ATen/ops/grid_sampler_3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3806890Z copying torch/include/ATen/ops/view_as_real_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3808840Z copying torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3809750Z copying torch/include/ATen/ops/index_add_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3810880Z copying torch/include/ATen/ops/_to_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3812090Z copying torch/include/ATen/ops/max_unpool3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3917330Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3918350Z copying torch/include/ATen/ops/native_batch_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3919950Z copying torch/include/ATen/ops/avg_pool2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3924820Z copying torch/include/ATen/ops/_fw_primal_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3925660Z copying torch/include/ATen/ops/isnan_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3926460Z copying torch/include/ATen/ops/full_like_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3927330Z copying torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3928200Z copying torch/include/ATen/ops/fmax_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3929340Z copying torch/include/ATen/ops/randint_like.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3930400Z copying torch/include/ATen/ops/_neg_view_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3932290Z copying torch/include/ATen/ops/lshift_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3933250Z copying torch/include/ATen/ops/unfold_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3934370Z copying torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3935650Z copying torch/include/ATen/ops/istft_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3937300Z copying torch/include/ATen/ops/_unique_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3938250Z copying torch/include/ATen/ops/fmin_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3939630Z copying torch/include/ATen/ops/constant_pad_nd_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3941060Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3942230Z copying torch/include/ATen/ops/rsqrt_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3943980Z copying torch/include/ATen/ops/searchsorted_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3945030Z copying torch/include/ATen/ops/ones_like_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3946190Z copying torch/include/ATen/ops/tanh_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3947750Z copying torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3948770Z copying torch/include/ATen/ops/_softmax_backward_data.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3950090Z copying torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3951790Z copying torch/include/ATen/ops/_to_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3952870Z copying torch/include/ATen/ops/sinh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3954110Z copying torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3955390Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3957130Z copying torch/include/ATen/ops/unsafe_split_with_sizes_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3958150Z copying torch/include/ATen/ops/geometric_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3959400Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3960640Z copying torch/include/ATen/ops/erf_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3962270Z copying torch/include/ATen/ops/align_as_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3963230Z copying torch/include/ATen/ops/zero.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3964850Z copying torch/include/ATen/ops/xlogy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3965860Z copying torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3966990Z copying torch/include/ATen/ops/mT.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3968610Z copying torch/include/ATen/ops/uniform_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3969720Z copying torch/include/ATen/ops/embedding_dense_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3971420Z copying torch/include/ATen/ops/orgqr_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3972380Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3973710Z copying torch/include/ATen/ops/cumprod_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3975340Z copying torch/include/ATen/ops/range_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3976430Z copying torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3977710Z copying torch/include/ATen/ops/_adaptive_avg_pool3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.3979390Z copying torch/include/ATen/ops/_masked_softmax_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4106420Z copying torch/include/ATen/ops/linalg_ldl_solve.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4108020Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4110130Z copying torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4111190Z copying torch/include/ATen/ops/slice_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4112930Z copying torch/include/ATen/ops/random_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4114100Z copying torch/include/ATen/ops/_sparse_semi_structured_addmm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4122700Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4124030Z copying torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4125250Z copying torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4126480Z copying torch/include/ATen/ops/floor_divide_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4128220Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4140180Z copying torch/include/ATen/ops/_linalg_det_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4141210Z copying torch/include/ATen/ops/sin_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4142820Z copying torch/include/ATen/ops/can_cast.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4143780Z copying torch/include/ATen/ops/cumsum_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4160080Z copying torch/include/ATen/ops/atanh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4161370Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4162650Z copying torch/include/ATen/ops/kl_div_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4164180Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4165440Z copying torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4166750Z copying torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4167940Z copying torch/include/ATen/ops/linalg_vector_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4169620Z copying torch/include/ATen/ops/embedding_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4170830Z copying torch/include/ATen/ops/igamma_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4172510Z copying torch/include/ATen/ops/sparse_bsc_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4173500Z copying torch/include/ATen/ops/special_i0e_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4175020Z copying torch/include/ATen/ops/is_floating_point.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4176060Z copying torch/include/ATen/ops/fft_fft2_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4177320Z copying torch/include/ATen/ops/xlogy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4179110Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4180260Z copying torch/include/ATen/ops/ceil_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4181420Z copying torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4182700Z copying torch/include/ATen/ops/masked_scatter_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4183980Z copying torch/include/ATen/ops/ge_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4185590Z copying torch/include/ATen/ops/_test_check_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4186830Z copying torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4188040Z copying torch/include/ATen/ops/squeeze.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4189390Z copying torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4190780Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4196770Z copying torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4197680Z copying torch/include/ATen/ops/permute_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4198470Z copying torch/include/ATen/ops/is_distributed_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4199270Z copying torch/include/ATen/ops/_histogramdd_bin_edges.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4200120Z copying torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4200910Z copying torch/include/ATen/ops/relu6_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4201670Z copying torch/include/ATen/ops/sigmoid_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4202640Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4203700Z copying torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4204610Z copying torch/include/ATen/ops/fft_hfft2_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4205440Z copying torch/include/ATen/ops/rad2deg_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4207050Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4208060Z copying torch/include/ATen/ops/leaky_relu_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4209510Z copying torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4210750Z copying torch/include/ATen/ops/upsample_nearest2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4212620Z copying torch/include/ATen/ops/silu_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4213800Z copying torch/include/ATen/ops/linalg_solve.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4215460Z copying torch/include/ATen/ops/special_zeta_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4216510Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4217790Z copying torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4219300Z copying torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4220380Z copying torch/include/ATen/ops/_foreach_sigmoid_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4222010Z copying torch/include/ATen/ops/lshift.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4223020Z copying torch/include/ATen/ops/outer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4224180Z copying torch/include/ATen/ops/bilinear_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4225430Z copying torch/include/ATen/ops/rms_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4227160Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4228220Z copying torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4229470Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4230870Z copying torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4232090Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4233970Z copying torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4235030Z copying torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4236080Z copying torch/include/ATen/ops/stft_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4237530Z copying torch/include/ATen/ops/linalg_lu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4238740Z copying torch/include/ATen/ops/smooth_l1_loss_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4240080Z copying torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4241340Z copying torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4242580Z copying torch/include/ATen/ops/_linalg_det.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4244220Z copying torch/include/ATen/ops/cholesky_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4245260Z copying torch/include/ATen/ops/asin_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4246890Z copying torch/include/ATen/ops/from_file_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4247980Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4249750Z copying torch/include/ATen/ops/_test_serialization_subcmul_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4250900Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4251980Z copying torch/include/ATen/ops/_assert_async_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4253270Z copying torch/include/ATen/ops/nansum_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4254830Z copying torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4256180Z copying torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4257510Z copying torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4258970Z copying torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4260490Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4261730Z copying torch/include/ATen/ops/norm_except_dim.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4263470Z copying torch/include/ATen/ops/fft_irfft2_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4264510Z copying torch/include/ATen/ops/_make_dual_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4265710Z copying torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4266970Z copying torch/include/ATen/ops/linalg_solve_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4268620Z copying torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4269630Z copying torch/include/ATen/ops/log1p_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4271340Z copying torch/include/ATen/ops/view_as_complex_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4272370Z copying torch/include/ATen/ops/repeat_interleave_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4273520Z copying torch/include/ATen/ops/is_complex.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4275220Z copying torch/include/ATen/ops/softplus_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4276440Z copying torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4277920Z copying torch/include/ATen/ops/_weight_int4pack_mm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4279110Z copying torch/include/ATen/ops/_version.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4282520Z copying torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4285890Z copying torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4291390Z copying torch/include/ATen/ops/softplus_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4296400Z copying torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4298020Z copying torch/include/ATen/ops/scatter_add_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4299290Z copying torch/include/ATen/ops/tril_indices_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4303820Z copying torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4306610Z copying torch/include/ATen/ops/clip_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4308680Z copying torch/include/ATen/ops/matmul_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4312820Z copying torch/include/ATen/ops/linalg_solve_ex.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4314250Z copying torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4318410Z copying torch/include/ATen/ops/_mkldnn_transpose_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4321020Z copying torch/include/ATen/ops/special_ndtri_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4325090Z copying torch/include/ATen/ops/tensor_split_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4327710Z copying torch/include/ATen/ops/align_to_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4331680Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4334000Z copying torch/include/ATen/ops/convolution_backward_overrideable.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4338810Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4340410Z copying torch/include/ATen/ops/geometric.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4345720Z copying torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4348560Z copying torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4352280Z copying torch/include/ATen/ops/i0_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4355280Z copying torch/include/ATen/ops/hardshrink_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4358490Z copying torch/include/ATen/ops/requires_grad.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4361950Z copying torch/include/ATen/ops/elu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4364740Z copying torch/include/ATen/ops/threshold_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4369830Z copying torch/include/ATen/ops/special_entr_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4372010Z copying torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4376540Z copying torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4378220Z copying torch/include/ATen/ops/bitwise_xor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4384180Z copying torch/include/ATen/ops/special_xlogy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4388170Z copying torch/include/ATen/ops/acos_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4389600Z copying torch/include/ATen/ops/cumprod_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4392670Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4401390Z copying torch/include/ATen/ops/lgamma_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4402050Z copying torch/include/ATen/ops/_amp_update_scale_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4402440Z copying torch/include/ATen/ops/expm1_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4404450Z copying torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4407880Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4412510Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_dense_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4415190Z copying torch/include/ATen/ops/_index_put_impl_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4435510Z copying torch/include/ATen/ops/unfold_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4444430Z copying torch/include/ATen/ops/reflection_pad3d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4445510Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4446950Z copying torch/include/ATen/ops/addbmm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4448250Z copying torch/include/ATen/ops/matrix_power_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4449790Z copying torch/include/ATen/ops/upsample_nearest1d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4450760Z copying torch/include/ATen/ops/matmul_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4452280Z copying torch/include/ATen/ops/max_pool3d_with_indices_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4453690Z copying torch/include/ATen/ops/_lstm_mps_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4454960Z copying torch/include/ATen/ops/_softmax_backward_data_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4459570Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4461920Z copying torch/include/ATen/ops/mps_convolution_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4466670Z copying torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4468010Z copying torch/include/ATen/ops/_coalesce_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4472920Z copying torch/include/ATen/ops/special_exp2_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4475800Z copying torch/include/ATen/ops/special_erfcx_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4479530Z copying torch/include/ATen/ops/min_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4482120Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4485770Z copying torch/include/ATen/ops/logit_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4488910Z copying torch/include/ATen/ops/scalar_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4493490Z copying torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4494810Z copying torch/include/ATen/ops/_cholesky_solve_helper_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4496610Z copying torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4503630Z copying torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4504810Z copying torch/include/ATen/ops/special_legendre_polynomial_p_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4509360Z copying torch/include/ATen/ops/mps_convolution_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4510690Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4515220Z copying torch/include/ATen/ops/_softmax_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4517900Z copying torch/include/ATen/ops/_foreach_reciprocal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4521350Z copying torch/include/ATen/ops/softplus_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4526000Z copying torch/include/ATen/ops/is_inference_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4528880Z copying torch/include/ATen/ops/any_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4532920Z copying torch/include/ATen/ops/digamma_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4535010Z copying torch/include/ATen/ops/abs_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4538810Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4542320Z copying torch/include/ATen/ops/elu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4545600Z copying torch/include/ATen/ops/mH_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4547920Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4552250Z copying torch/include/ATen/ops/linalg_cross.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4554910Z copying torch/include/ATen/ops/inner.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4558870Z copying torch/include/ATen/ops/nanmedian_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4562560Z copying torch/include/ATen/ops/fractional_max_pool2d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4565000Z copying torch/include/ATen/ops/kthvalue_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4567940Z copying torch/include/ATen/ops/conj.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4571010Z copying torch/include/ATen/ops/native_group_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4574810Z copying torch/include/ATen/ops/mkldnn_linear_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4576050Z copying torch/include/ATen/ops/select_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4581970Z copying torch/include/ATen/ops/special_log_softmax_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4584410Z copying torch/include/ATen/ops/reshape_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4589360Z copying torch/include/ATen/ops/addcmul_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4592410Z copying torch/include/ATen/ops/atan_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4598620Z copying torch/include/ATen/ops/_test_serialization_subcmul_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4601360Z copying torch/include/ATen/ops/_scaled_mm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4605550Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4607610Z copying torch/include/ATen/ops/neg_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4612060Z copying torch/include/ATen/ops/_weight_int4pack_mm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4615550Z copying torch/include/ATen/ops/addmm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4620280Z copying torch/include/ATen/ops/hardshrink_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4621920Z copying torch/include/ATen/ops/softmax_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4626210Z copying torch/include/ATen/ops/silu_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4628400Z copying torch/include/ATen/ops/copy_sparse_to_sparse_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4632020Z copying torch/include/ATen/ops/mse_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4636730Z copying torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4640420Z copying torch/include/ATen/ops/vander_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4642210Z copying torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4644490Z copying torch/include/ATen/ops/cumprod_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4650550Z copying torch/include/ATen/ops/_upsample_nearest_exact3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4651780Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4658700Z copying torch/include/ATen/ops/matrix_H_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4661610Z copying torch/include/ATen/ops/_resize_output.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4665620Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4669740Z copying torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4672290Z copying torch/include/ATen/ops/linalg_cond.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4673700Z copying torch/include/ATen/ops/special_polygamma.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4679380Z copying torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4681640Z copying torch/include/ATen/ops/replication_pad2d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4685290Z copying torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4689760Z copying torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4693460Z copying torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4696110Z copying torch/include/ATen/ops/smm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4699240Z copying torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4705560Z copying torch/include/ATen/ops/_addmm_activation.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4706890Z copying torch/include/ATen/ops/ormqr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4708750Z copying torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4710360Z copying torch/include/ATen/ops/floor_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4714430Z copying torch/include/ATen/ops/sin.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4720240Z copying torch/include/ATen/ops/_spdiags_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4722910Z copying torch/include/ATen/ops/float_power_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4725550Z copying torch/include/ATen/ops/imag_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4728060Z copying torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4730990Z copying torch/include/ATen/ops/_foreach_pow_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4734380Z copying torch/include/ATen/ops/sinh.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4738840Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4742190Z copying torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4746700Z copying torch/include/ATen/ops/crow_indices_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4748380Z copying torch/include/ATen/ops/fft_ifftn_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4751690Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4756760Z copying torch/include/ATen/ops/sum_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4759250Z copying torch/include/ATen/ops/exp2_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4764780Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4766170Z copying torch/include/ATen/ops/_assert_scalar_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4773280Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4775630Z copying torch/include/ATen/ops/view_as_complex_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4777940Z copying torch/include/ATen/ops/_log_softmax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4858000Z copying torch/include/ATen/ops/sigmoid_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4860090Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4985470Z copying torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4986420Z copying torch/include/ATen/ops/empty_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4988030Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.4989470Z copying torch/include/ATen/ops/is_neg_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5010800Z copying torch/include/ATen/ops/floor_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5012090Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5013490Z copying torch/include/ATen/ops/prelu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5014640Z copying torch/include/ATen/ops/take_along_dim.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5016230Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5017660Z copying torch/include/ATen/ops/glu_backward_jvp_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5019240Z copying torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5020560Z copying torch/include/ATen/ops/_unsafe_index_put_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5021840Z copying torch/include/ATen/ops/softshrink_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5022790Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5024150Z copying torch/include/ATen/ops/_cudnn_rnn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5025800Z copying torch/include/ATen/ops/replication_pad1d_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5027210Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5028430Z copying torch/include/ATen/ops/_linalg_det_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5029810Z copying torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5031100Z copying torch/include/ATen/ops/_cdist_forward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5032650Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5034070Z copying torch/include/ATen/ops/reflection_pad3d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5035360Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5036740Z copying torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5038070Z copying torch/include/ATen/ops/_cdist_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5039310Z copying torch/include/ATen/ops/multi_margin_loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5040720Z copying torch/include/ATen/ops/_foreach_add_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5042170Z copying torch/include/ATen/ops/group_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5043570Z copying torch/include/ATen/ops/special_erfcx_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5044830Z copying torch/include/ATen/ops/_foreach_minimum_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5046340Z copying torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5047790Z copying torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5048910Z copying torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5050580Z copying torch/include/ATen/ops/_coalesced.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5051870Z copying torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5053300Z copying torch/include/ATen/ops/_nested_get_ragged_idx.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5054910Z copying torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5055690Z copying torch/include/ATen/ops/conv2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5057310Z copying torch/include/ATen/ops/special_logsumexp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5058610Z copying torch/include/ATen/ops/linalg_eigvalsh_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5059940Z copying torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5061220Z copying torch/include/ATen/ops/log_sigmoid_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5062450Z copying torch/include/ATen/ops/dsplit_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5063690Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5065140Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5066030Z copying torch/include/ATen/ops/igammac.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5067680Z copying torch/include/ATen/ops/_efficientzerotensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5069220Z copying torch/include/ATen/ops/arange_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5075060Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5075580Z copying torch/include/ATen/ops/clamp_min_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5076190Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5076650Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5076980Z copying torch/include/ATen/ops/celu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5077540Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5079170Z copying torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5080110Z copying torch/include/ATen/ops/_batch_norm_with_update_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5081620Z copying torch/include/ATen/ops/_foreach_addcdiv_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5083120Z copying torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5084360Z copying torch/include/ATen/ops/_chunk_cat_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5085690Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5087090Z copying torch/include/ATen/ops/fmin_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5088470Z copying torch/include/ATen/ops/upsample_nearest2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5089700Z copying torch/include/ATen/ops/fft_ifftshift_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5091190Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5092540Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5093860Z copying torch/include/ATen/ops/softplus_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5095240Z copying torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5096480Z copying torch/include/ATen/ops/index_fill_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5097920Z copying torch/include/ATen/ops/quantized_max_pool3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5099210Z copying torch/include/ATen/ops/logaddexp_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5100460Z copying torch/include/ATen/ops/arange_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5101820Z copying torch/include/ATen/ops/_nnpack_spatial_convolution.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5103670Z copying torch/include/ATen/ops/bitwise_not_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5105250Z copying torch/include/ATen/ops/conv_depthwise3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5106760Z copying torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5108320Z copying torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5109780Z copying torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5110990Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5112630Z copying torch/include/ATen/ops/_batch_norm_impl_index_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5113700Z copying torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5115300Z copying torch/include/ATen/ops/binary_cross_entropy_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5116530Z copying torch/include/ATen/ops/_foreach_sub_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5117930Z copying torch/include/ATen/ops/sub_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5119280Z copying torch/include/ATen/ops/_to_sparse_semi_structured_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5120620Z copying torch/include/ATen/ops/unbind_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5122180Z copying torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5123400Z copying torch/include/ATen/ops/signbit_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5124840Z copying torch/include/ATen/ops/gelu_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5126250Z copying torch/include/ATen/ops/is_neg_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5127470Z copying torch/include/ATen/ops/numpy_T_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5128980Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5130250Z copying torch/include/ATen/ops/to_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5131620Z copying torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5132870Z copying torch/include/ATen/ops/replication_pad2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5134200Z copying torch/include/ATen/ops/is_floating_point_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5135620Z copying torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5143340Z copying torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5144680Z copying torch/include/ATen/ops/_nested_tensor_strides.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5150420Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5151760Z copying torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5158210Z copying torch/include/ATen/ops/all_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5159570Z copying torch/include/ATen/ops/tanh_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5160910Z copying torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5162250Z copying torch/include/ATen/ops/linalg_vector_norm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5163570Z copying torch/include/ATen/ops/masked_select_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5165010Z copying torch/include/ATen/ops/_flash_attention_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5166400Z copying torch/include/ATen/ops/logit_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5169540Z copying torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5171990Z copying torch/include/ATen/ops/chunk_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5176810Z copying torch/include/ATen/ops/_foobar_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5178740Z copying torch/include/ATen/ops/atan2_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5181330Z copying torch/include/ATen/ops/nextafter_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5185910Z copying torch/include/ATen/ops/amin.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5188940Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5194260Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5195610Z copying torch/include/ATen/ops/_sparse_csr_prod.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5201460Z copying torch/include/ATen/ops/_cholesky_solve_helper_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5216740Z copying torch/include/ATen/ops/frexp_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5217970Z copying torch/include/ATen/ops/alias_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5226880Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5228310Z copying torch/include/ATen/ops/gru_cell.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5229530Z copying torch/include/ATen/ops/isclose_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5231190Z copying torch/include/ATen/ops/batch_norm_gather_stats_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5232300Z copying torch/include/ATen/ops/gather_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5233730Z copying torch/include/ATen/ops/mkldnn_linear_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5235150Z copying torch/include/ATen/ops/grid_sampler_3d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5236400Z copying torch/include/ATen/ops/diagonal_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5237420Z copying torch/include/ATen/ops/sspaddmm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5239050Z copying torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5242910Z copying torch/include/ATen/ops/_test_string_default_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5245930Z copying torch/include/ATen/ops/_logcumsumexp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5251340Z copying torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5253040Z copying torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5267250Z copying torch/include/ATen/ops/_unique_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5268590Z copying torch/include/ATen/ops/_sobol_engine_draw.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5275500Z copying torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5277740Z copying torch/include/ATen/ops/feature_dropout_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5279050Z copying torch/include/ATen/ops/diagflat_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5280820Z copying torch/include/ATen/ops/_values.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5282610Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5283810Z copying torch/include/ATen/ops/index_add_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5285640Z copying torch/include/ATen/ops/glu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5287070Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5288730Z copying torch/include/ATen/ops/combinations_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5299680Z copying torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5309610Z copying torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5313710Z copying torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5315370Z copying torch/include/ATen/ops/swapdims_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5316880Z copying torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5318440Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5319270Z copying torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5320750Z copying torch/include/ATen/ops/isreal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5323910Z copying torch/include/ATen/ops/addcmul_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5326250Z copying torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5328640Z copying torch/include/ATen/ops/cumulative_trapezoid_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5333320Z copying torch/include/ATen/ops/arctan.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5335640Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5340100Z copying torch/include/ATen/ops/_sparse_sum.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5341790Z copying torch/include/ATen/ops/sinh_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5345140Z copying torch/include/ATen/ops/reflection_pad1d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5350270Z copying torch/include/ATen/ops/arctanh_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5355260Z copying torch/include/ATen/ops/col2im.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5359170Z copying torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5364200Z copying torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5365760Z copying torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5370280Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5373070Z copying torch/include/ATen/ops/upsample_linear1d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5375090Z copying torch/include/ATen/ops/_cudnn_rnn_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5378630Z copying torch/include/ATen/ops/_sparse_semi_structured_mm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5381150Z copying torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5385890Z copying torch/include/ATen/ops/histc_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5390570Z copying torch/include/ATen/ops/unique_dim_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5391930Z copying torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5395800Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5399050Z copying torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5402740Z copying torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5405300Z copying torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5407620Z copying torch/include/ATen/ops/geometric_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5413450Z copying torch/include/ATen/ops/logit_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5414800Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5419890Z copying torch/include/ATen/ops/mH.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5422900Z copying torch/include/ATen/ops/count_nonzero_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5427020Z copying torch/include/ATen/ops/fmax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5428950Z copying torch/include/ATen/ops/_nested_view_from_buffer_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5431720Z copying torch/include/ATen/ops/avg_pool3d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5435160Z copying torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5437600Z copying torch/include/ATen/ops/trace_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5440740Z copying torch/include/ATen/ops/_weight_norm_interface_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5447960Z copying torch/include/ATen/ops/addbmm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5452430Z copying torch/include/ATen/ops/empty_strided_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5455210Z copying torch/include/ATen/ops/mv_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5457690Z copying torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5460260Z copying torch/include/ATen/ops/tensor_split.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5463340Z copying torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5468100Z copying torch/include/ATen/ops/var_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5470770Z copying torch/include/ATen/ops/slice_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5475810Z copying torch/include/ATen/ops/feature_alpha_dropout_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5478740Z copying torch/include/ATen/ops/softshrink.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5481350Z copying torch/include/ATen/ops/bitwise_left_shift_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5484680Z copying torch/include/ATen/ops/lgamma.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5488430Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5492250Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5495110Z copying torch/include/ATen/ops/polar_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5501180Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5503060Z copying torch/include/ATen/ops/mean_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5504830Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5508590Z copying torch/include/ATen/ops/_adaptive_avg_pool2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5511100Z copying torch/include/ATen/ops/pow.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5625850Z copying torch/include/ATen/ops/_foreach_zero_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5626360Z copying torch/include/ATen/ops/lt.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5626730Z copying torch/include/ATen/ops/_foreach_cosh.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5627220Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5627690Z copying torch/include/ATen/ops/repeat_interleave_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5628250Z copying torch/include/ATen/ops/gelu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5629860Z copying torch/include/ATen/ops/adaptive_max_pool1d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5631250Z copying torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5632460Z copying torch/include/ATen/ops/logical_not.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5633780Z copying torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5662460Z copying torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5663550Z copying torch/include/ATen/ops/max_pool1d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5664860Z copying torch/include/ATen/ops/clamp_max_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5666190Z copying torch/include/ATen/ops/cross_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5667510Z copying torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5669030Z copying torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5670240Z copying torch/include/ATen/ops/unbind_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5671460Z copying torch/include/ATen/ops/frac_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5673080Z copying torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5674460Z copying torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5675320Z copying torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5676860Z copying torch/include/ATen/ops/slice_inverse.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5677950Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5679320Z copying torch/include/ATen/ops/ravel_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5680670Z copying torch/include/ATen/ops/_nested_select_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5681820Z copying torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5683370Z copying torch/include/ATen/ops/floor_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5684330Z copying torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5686060Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5687410Z copying torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5688300Z copying torch/include/ATen/ops/renorm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5690110Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5690940Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5692500Z copying torch/include/ATen/ops/bernoulli_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5693590Z copying torch/include/ATen/ops/cumsum_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5695130Z copying torch/include/ATen/ops/from_file_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5696460Z copying torch/include/ATen/ops/layer_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5697840Z copying torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5698970Z copying torch/include/ATen/ops/gelu_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5700390Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5701810Z copying torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5737360Z copying torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5738770Z copying torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5867830Z copying torch/include/ATen/ops/allclose_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5869070Z copying torch/include/ATen/ops/special_bessel_j0.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5870180Z copying torch/include/ATen/ops/tensordot_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5871720Z copying torch/include/ATen/ops/_foreach_tanh.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5872870Z copying torch/include/ATen/ops/linalg_ldl_factor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5874240Z copying torch/include/ATen/ops/thnn_conv2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5875510Z copying torch/include/ATen/ops/_reshape_alias_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5877080Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5878220Z copying torch/include/ATen/ops/_embedding_bag_forward_only_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5879650Z copying torch/include/ATen/ops/_lu_with_info.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5880930Z copying torch/include/ATen/ops/bincount_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5882420Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5883630Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5884940Z copying torch/include/ATen/ops/mm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5886190Z copying torch/include/ATen/ops/digamma_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5887540Z copying torch/include/ATen/ops/positive_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5888410Z copying torch/include/ATen/ops/log10_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5890100Z copying torch/include/ATen/ops/remainder_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5890980Z copying torch/include/ATen/ops/bitwise_not_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5892530Z copying torch/include/ATen/ops/_euclidean_dist.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5893810Z copying torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5895120Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5896670Z copying torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5897390Z copying torch/include/ATen/ops/logical_xor_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5899040Z copying torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5900000Z copying torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5901470Z copying torch/include/ATen/ops/resize_as_sparse.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5902790Z copying torch/include/ATen/ops/col2im_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5904170Z copying torch/include/ATen/ops/clamp_max_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5905420Z copying torch/include/ATen/ops/einsum_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5927530Z copying torch/include/ATen/ops/align_tensors.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5929550Z copying torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5929950Z copying torch/include/ATen/ops/mode_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5931560Z copying torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5932810Z copying torch/include/ATen/ops/rnn_tanh_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5934340Z copying torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5935730Z copying torch/include/ATen/ops/is_set_to_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5938430Z copying torch/include/ATen/ops/linalg_householder_product_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5940330Z copying torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5941800Z copying torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5943110Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5944060Z copying torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5946290Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5947630Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5949180Z copying torch/include/ATen/ops/_cast_Byte_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5950420Z copying torch/include/ATen/ops/dstack_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5952180Z copying torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5953020Z copying torch/include/ATen/ops/sign.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5954540Z copying torch/include/ATen/ops/triu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5956080Z copying torch/include/ATen/ops/is_distributed.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5957490Z copying torch/include/ATen/ops/_sparse_softmax.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5958720Z copying torch/include/ATen/ops/unflatten.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5960080Z copying torch/include/ATen/ops/_segment_reduce_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5961150Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5962720Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5964160Z copying torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5965490Z copying torch/include/ATen/ops/dense_dim_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5966960Z copying torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5968580Z copying torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5969570Z copying torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5970730Z copying torch/include/ATen/ops/_nested_get_offsets_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5972350Z copying torch/include/ATen/ops/mm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5973830Z copying torch/include/ATen/ops/gru_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5975070Z copying torch/include/ATen/ops/log2_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5976410Z copying torch/include/ATen/ops/_fused_adam_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5977720Z copying torch/include/ATen/ops/one_hot_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5979050Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5980360Z copying torch/include/ATen/ops/as_strided_scatter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5981830Z copying torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5983310Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5984250Z copying torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5985700Z copying torch/include/ATen/ops/new_zeros_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5987260Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5988120Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5989650Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5990870Z copying torch/include/ATen/ops/tan_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5992200Z copying torch/include/ATen/ops/lu_solve.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5993630Z copying torch/include/ATen/ops/quantized_batch_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5994700Z copying torch/include/ATen/ops/sgn_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5996230Z copying torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5997660Z copying torch/include/ATen/ops/_test_functorch_fallback_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.5998690Z copying torch/include/ATen/ops/_fw_primal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6000290Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6001570Z copying torch/include/ATen/ops/scatter_reduce_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6002860Z copying torch/include/ATen/ops/fft_irfftn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6003740Z copying torch/include/ATen/ops/addmm_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6005430Z copying torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6006800Z copying torch/include/ATen/ops/blackman_window_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6008110Z copying torch/include/ATen/ops/_fill_mem_eff_dropout_mask_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6009260Z copying torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6010630Z copying torch/include/ATen/ops/quantize_per_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6011900Z copying torch/include/ATen/ops/transpose.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6013250Z copying torch/include/ATen/ops/_fused_sgd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6014400Z copying torch/include/ATen/ops/amin_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6015750Z copying torch/include/ATen/ops/acosh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6017020Z copying torch/include/ATen/ops/sum_to_size_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6018330Z copying torch/include/ATen/ops/var_mean_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6019650Z copying torch/include/ATen/ops/histc_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6020940Z copying torch/include/ATen/ops/align_tensors_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6022240Z copying torch/include/ATen/ops/diagonal_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6025650Z copying torch/include/ATen/ops/sym_size_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6047190Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6053320Z copying torch/include/ATen/ops/tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6054850Z copying torch/include/ATen/ops/quantile_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6055820Z copying torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6057580Z copying torch/include/ATen/ops/ge_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6059210Z copying torch/include/ATen/ops/triangular_solve_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6060480Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6062170Z copying torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6063410Z copying torch/include/ATen/ops/amax_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6064710Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6066190Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6067450Z copying torch/include/ATen/ops/fft_ifftn_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6068890Z copying torch/include/ATen/ops/log_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6070430Z copying torch/include/ATen/ops/pow_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6075270Z copying torch/include/ATen/ops/_histogramdd_bin_edges_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6081640Z copying torch/include/ATen/ops/q_scale.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6082420Z copying torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6163110Z copying torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6164320Z copying torch/include/ATen/ops/rot90_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6165640Z copying torch/include/ATen/ops/linalg_eig.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6167170Z copying torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6168500Z copying torch/include/ATen/ops/pixel_unshuffle_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6169950Z copying torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6171420Z copying torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6172930Z copying torch/include/ATen/ops/stride_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6292440Z copying torch/include/ATen/ops/cudnn_is_acceptable.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6294050Z copying torch/include/ATen/ops/special_zeta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6295300Z copying torch/include/ATen/ops/avg_pool2d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6296440Z copying torch/include/ATen/ops/renorm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6298110Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6299530Z copying torch/include/ATen/ops/is_coalesced_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6301000Z copying torch/include/ATen/ops/affine_grid_generator_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6302510Z copying torch/include/ATen/ops/_nested_view_from_buffer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6303890Z copying torch/include/ATen/ops/true_divide_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6325150Z copying torch/include/ATen/ops/_linalg_solve_ex.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6326440Z copying torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6327950Z copying torch/include/ATen/ops/histogram_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6329520Z copying torch/include/ATen/ops/linalg_lu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6330360Z copying torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6331840Z copying torch/include/ATen/ops/poisson_nll_loss_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6333310Z copying torch/include/ATen/ops/unique_dim.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6334610Z copying torch/include/ATen/ops/rshift_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6335570Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6337000Z copying torch/include/ATen/ops/unsafe_split_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6338330Z copying torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6339760Z copying torch/include/ATen/ops/dense_dim_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6341010Z copying torch/include/ATen/ops/bitwise_right_shift_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6342270Z copying torch/include/ATen/ops/masked_fill_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6343520Z copying torch/include/ATen/ops/masked_fill_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6344870Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6346270Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6347510Z copying torch/include/ATen/ops/_cast_Byte_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6348920Z copying torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6350120Z copying torch/include/ATen/ops/any.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6351540Z copying torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6352840Z copying torch/include/ATen/ops/convolution_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6354420Z copying torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6355700Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6357010Z copying torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6358410Z copying torch/include/ATen/ops/_reshape_alias_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6359840Z copying torch/include/ATen/ops/_upsample_nearest_exact2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6361260Z copying torch/include/ATen/ops/nll_loss_forward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6362640Z copying torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6363910Z copying torch/include/ATen/ops/linalg_vector_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6365400Z copying torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6366750Z copying torch/include/ATen/ops/contiguous_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6367960Z copying torch/include/ATen/ops/le_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6369470Z copying torch/include/ATen/ops/convolution_overrideable_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6370740Z copying torch/include/ATen/ops/hardtanh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6372250Z copying torch/include/ATen/ops/elu_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6373130Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6374620Z copying torch/include/ATen/ops/elu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6375990Z copying torch/include/ATen/ops/angle_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6377450Z copying torch/include/ATen/ops/cross_entropy_loss_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6378730Z copying torch/include/ATen/ops/special_gammaincc_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6379830Z copying torch/include/ATen/ops/subtract_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6381630Z copying torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6382410Z copying torch/include/ATen/ops/poisson_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6383930Z copying torch/include/ATen/ops/floor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6385170Z copying torch/include/ATen/ops/retains_grad.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6386520Z copying torch/include/ATen/ops/sspaddmm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6387890Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6389270Z copying torch/include/ATen/ops/index_reduce_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6390530Z copying torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6391850Z copying torch/include/ATen/ops/scatter_add_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6393070Z copying torch/include/ATen/ops/_copy_from.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6394340Z copying torch/include/ATen/ops/narrow_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6395580Z copying torch/include/ATen/ops/flip_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6396960Z copying torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6398160Z copying torch/include/ATen/ops/logical_not_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6399600Z copying torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6400840Z copying torch/include/ATen/ops/mse_loss_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6402140Z copying torch/include/ATen/ops/fractional_max_pool3d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6403440Z copying torch/include/ATen/ops/mkldnn_linear_backward_input.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6404720Z copying torch/include/ATen/ops/special_logsumexp_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6406140Z copying torch/include/ATen/ops/adaptive_avg_pool1d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6407490Z copying torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6408930Z copying torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6410200Z copying torch/include/ATen/ops/bitwise_or_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6411290Z copying torch/include/ATen/ops/l1_loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6412670Z copying torch/include/ATen/ops/geqrf_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6413940Z copying torch/include/ATen/ops/log2_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6415080Z copying torch/include/ATen/ops/isposinf_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6416470Z copying torch/include/ATen/ops/_masked_scale_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6418200Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6419000Z copying torch/include/ATen/ops/reciprocal_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6420290Z copying torch/include/ATen/ops/lcm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6421740Z copying torch/include/ATen/ops/frexp_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6423110Z copying torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6424530Z copying torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6426050Z copying torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6426810Z copying torch/include/ATen/ops/special_xlog1py_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6428300Z copying torch/include/ATen/ops/exp2_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6429660Z copying torch/include/ATen/ops/mean_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6431090Z copying torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6432410Z copying torch/include/ATen/ops/le_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6433410Z copying torch/include/ATen/ops/conv3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6434890Z copying torch/include/ATen/ops/stack_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6441620Z copying torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6443170Z copying torch/include/ATen/ops/special_erfinv.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6447650Z copying torch/include/ATen/ops/var_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6449080Z copying torch/include/ATen/ops/rsqrt_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6452780Z copying torch/include/ATen/ops/_convolution_double_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6455440Z copying torch/include/ATen/ops/polar.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6457660Z copying torch/include/ATen/ops/_softmax_backward_data_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6461640Z copying torch/include/ATen/ops/_make_dual_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6465410Z copying torch/include/ATen/ops/trunc_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6466990Z copying torch/include/ATen/ops/meshgrid_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6472020Z copying torch/include/ATen/ops/slow_conv_transpose2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6483670Z copying torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6485060Z copying torch/include/ATen/ops/silu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6486640Z copying torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6488360Z copying torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6491480Z copying torch/include/ATen/ops/special_logit.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6496050Z copying torch/include/ATen/ops/affine_grid_generator_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6497300Z copying torch/include/ATen/ops/full_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6502290Z copying torch/include/ATen/ops/lgamma_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6505310Z copying torch/include/ATen/ops/isneginf_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6509300Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6511830Z copying torch/include/ATen/ops/linalg_inv_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6516430Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6520630Z copying torch/include/ATen/ops/index_put_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6521840Z copying torch/include/ATen/ops/data_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6526410Z copying torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6527950Z copying torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6532470Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6533770Z copying torch/include/ATen/ops/div_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6538690Z copying torch/include/ATen/ops/logaddexp_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6542500Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6544630Z copying torch/include/ATen/ops/permute_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6547730Z copying torch/include/ATen/ops/dense_dim.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6550340Z copying torch/include/ATen/ops/xor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6554550Z copying torch/include/ATen/ops/max_unpool2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6559150Z copying torch/include/ATen/ops/linalg_inv_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6560510Z copying torch/include/ATen/ops/_sparse_sparse_matmul.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6567990Z copying torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6569530Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6574940Z copying torch/include/ATen/ops/ge.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6576620Z copying torch/include/ATen/ops/_foreach_clamp_min.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6577850Z copying torch/include/ATen/ops/index_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6582780Z copying torch/include/ATen/ops/tanh_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6584030Z copying torch/include/ATen/ops/cos_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6589050Z copying torch/include/ATen/ops/grid_sampler_3d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6590580Z copying torch/include/ATen/ops/split.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6595580Z copying torch/include/ATen/ops/div.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6597690Z copying torch/include/ATen/ops/msort_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6605260Z copying torch/include/ATen/ops/refine_names_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6611630Z copying torch/include/ATen/ops/t_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6613200Z copying torch/include/ATen/ops/isneginf_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6614660Z copying torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6616950Z copying torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6620320Z copying torch/include/ATen/ops/_sparse_semi_structured_addmm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6623450Z copying torch/include/ATen/ops/_sparse_mask_projection_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6628370Z copying torch/include/ATen/ops/complex.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6632120Z copying torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6638280Z copying torch/include/ATen/ops/copy_sparse_to_sparse.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6638840Z copying torch/include/ATen/ops/bmm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6640710Z copying torch/include/ATen/ops/_foreach_log_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6643180Z copying torch/include/ATen/ops/_foreach_max_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6647500Z copying torch/include/ATen/ops/logaddexp2_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6652080Z copying torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6653670Z copying torch/include/ATen/ops/softplus_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6657560Z copying torch/include/ATen/ops/log_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6660500Z copying torch/include/ATen/ops/trapz_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6664590Z copying torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6667920Z copying torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6671620Z copying torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6676970Z copying torch/include/ATen/ops/arcsin_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6678430Z copying torch/include/ATen/ops/batch_norm_update_stats.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6680530Z copying torch/include/ATen/ops/exp2.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6685330Z copying torch/include/ATen/ops/cosine_embedding_loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6686750Z copying torch/include/ATen/ops/_sparse_sparse_matmul_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6690500Z copying torch/include/ATen/ops/fractional_max_pool2d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6697390Z copying torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6702950Z copying torch/include/ATen/ops/col_indices_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6704690Z copying torch/include/ATen/ops/lgamma_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6710180Z copying torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6711410Z copying torch/include/ATen/ops/pin_memory_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6715280Z copying torch/include/ATen/ops/_foreach_addcdiv_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6718470Z copying torch/include/ATen/ops/linalg_lu_factor_ex_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6720370Z copying torch/include/ATen/ops/special_bessel_j1_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6724590Z copying torch/include/ATen/ops/div_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6727170Z copying torch/include/ATen/ops/_copy_from_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6730630Z copying torch/include/ATen/ops/_neg_view_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6733460Z copying torch/include/ATen/ops/concat_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6737540Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6741330Z copying torch/include/ATen/ops/histogramdd_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6744310Z copying torch/include/ATen/ops/_native_batch_norm_legit.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6747060Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6750710Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6755060Z copying torch/include/ATen/ops/igamma_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6757230Z copying torch/include/ATen/ops/_nested_get_offsets_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6760510Z copying torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6764540Z copying torch/include/ATen/ops/_standard_gamma_grad.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6768650Z copying torch/include/ATen/ops/zero_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6773650Z copying torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6776730Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6779640Z copying torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6784910Z copying torch/include/ATen/ops/_foreach_clamp_max_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6788730Z copying torch/include/ATen/ops/pixel_unshuffle.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6790620Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6793630Z copying torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6797490Z copying torch/include/ATen/ops/logcumsumexp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6801160Z copying torch/include/ATen/ops/leaky_relu_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6804120Z copying torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6808380Z copying torch/include/ATen/ops/to_mkldnn_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6811160Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6815190Z copying torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6817700Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6823390Z copying torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6824650Z copying torch/include/ATen/ops/_is_any_true_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6828880Z copying torch/include/ATen/ops/linalg_tensorinv.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6831980Z copying torch/include/ATen/ops/random.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6835640Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6838000Z copying torch/include/ATen/ops/exponential.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6841570Z copying torch/include/ATen/ops/gt_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6844960Z copying torch/include/ATen/ops/linalg_det_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6849150Z copying torch/include/ATen/ops/masked_select_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6850830Z copying torch/include/ATen/ops/xlogy_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6854940Z copying torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6858120Z copying torch/include/ATen/ops/cudnn_convolution_transpose_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6862400Z copying torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6864860Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6900730Z copying torch/include/ATen/ops/_foreach_sqrt_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6902000Z copying torch/include/ATen/ops/atleast_1d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6903080Z copying torch/include/ATen/ops/isin_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6904680Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6906120Z copying torch/include/ATen/ops/_to_sparse_csr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6907400Z copying torch/include/ATen/ops/sinc_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6908770Z copying torch/include/ATen/ops/dist_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6910010Z copying torch/include/ATen/ops/norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6911480Z copying torch/include/ATen/ops/hardtanh_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6912930Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6914360Z copying torch/include/ATen/ops/copysign_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6915910Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6916680Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6918240Z copying torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6919690Z copying torch/include/ATen/ops/_reshape_alias_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.6921070Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7072930Z copying torch/include/ATen/ops/histogramdd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7074650Z copying torch/include/ATen/ops/aminmax_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7075430Z copying torch/include/ATen/ops/index_reduce_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7077220Z copying torch/include/ATen/ops/_nested_get_ragged_idx_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7078600Z copying torch/include/ATen/ops/leaky_relu_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7079380Z copying torch/include/ATen/ops/lshift_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7080840Z copying torch/include/ATen/ops/fft_irfft_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7082160Z copying torch/include/ATen/ops/digamma_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7083320Z copying torch/include/ATen/ops/grid_sampler_3d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7084740Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7085960Z copying torch/include/ATen/ops/_sparse_addmm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7087320Z copying torch/include/ATen/ops/gather_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7088350Z copying torch/include/ATen/ops/_has_same_storage_numel_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7089740Z copying torch/include/ATen/ops/_dimI.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7091140Z copying torch/include/ATen/ops/exponential_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7092400Z copying torch/include/ATen/ops/_weight_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7093610Z copying torch/include/ATen/ops/lu_unpack.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7095140Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7096400Z copying torch/include/ATen/ops/_foreach_ceil.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7097330Z copying torch/include/ATen/ops/_convert_weight_to_int4pack.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7099100Z copying torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7100650Z copying torch/include/ATen/ops/matmul_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7101300Z copying torch/include/ATen/ops/_print_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7102880Z copying torch/include/ATen/ops/to_dense_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7104270Z copying torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7105540Z copying torch/include/ATen/ops/nanmedian_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7106870Z copying torch/include/ATen/ops/quantize_per_channel_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7107980Z copying torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7109540Z copying torch/include/ATen/ops/replication_pad3d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7110920Z copying torch/include/ATen/ops/ctc_loss_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7111910Z copying torch/include/ATen/ops/argwhere.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7113480Z copying torch/include/ATen/ops/_foreach_tan.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7114680Z copying torch/include/ATen/ops/asin_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7116080Z copying torch/include/ATen/ops/index_add_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7117410Z copying torch/include/ATen/ops/avg_pool2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7118640Z copying torch/include/ATen/ops/bitwise_or.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7120090Z copying torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7121500Z copying torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7122720Z copying torch/include/ATen/ops/diff_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7123720Z copying torch/include/ATen/ops/fix.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7125150Z copying torch/include/ATen/ops/_standard_gamma_grad_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7126610Z copying torch/include/ATen/ops/special_expit_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7127920Z copying torch/include/ATen/ops/rsub.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7129640Z copying torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7130590Z copying torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7132010Z copying torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7140070Z copying torch/include/ATen/ops/std.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7141330Z copying torch/include/ATen/ops/_is_all_true_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7142660Z copying torch/include/ATen/ops/_jagged_to_padded_dense_forward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7143950Z copying torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7145220Z copying torch/include/ATen/ops/polygamma_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7146190Z copying torch/include/ATen/ops/index_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7147710Z copying torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7148950Z copying torch/include/ATen/ops/_test_optional_floatlist.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7150350Z copying torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7151790Z copying torch/include/ATen/ops/_embedding_bag_forward_only.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7152850Z copying torch/include/ATen/ops/index_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7154160Z copying torch/include/ATen/ops/aminmax.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7155470Z copying torch/include/ATen/ops/_log_softmax_backward_data_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7156760Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7158050Z copying torch/include/ATen/ops/tril_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7307540Z copying torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7309210Z copying torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7310450Z copying torch/include/ATen/ops/fmod_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7312200Z copying torch/include/ATen/ops/randint_like_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7313510Z copying torch/include/ATen/ops/linalg_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7314970Z copying torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7316290Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7317580Z copying torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7318820Z copying torch/include/ATen/ops/special_expm1.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7319930Z copying torch/include/ATen/ops/special_erfinv_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7321280Z copying torch/include/ATen/ops/linalg_ldl_solve_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7322660Z copying torch/include/ATen/ops/linalg_qr_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7323890Z copying torch/include/ATen/ops/pad_sequence.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7325130Z copying torch/include/ATen/ops/hardswish.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7326400Z copying torch/include/ATen/ops/geqrf_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7346480Z copying torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7351570Z copying torch/include/ATen/ops/grid_sampler_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7351990Z copying torch/include/ATen/ops/logit_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7352340Z copying torch/include/ATen/ops/ones_like.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7352770Z copying torch/include/ATen/ops/_test_optional_filled_intlist_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7353180Z copying torch/include/ATen/ops/split_with_sizes_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7354000Z copying torch/include/ATen/ops/_test_warn_in_autograd_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7355420Z copying torch/include/ATen/ops/neg_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7356700Z copying torch/include/ATen/ops/isfinite.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7358090Z copying torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7359120Z copying torch/include/ATen/ops/q_per_channel_axis_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7360600Z copying torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7362030Z copying torch/include/ATen/ops/_batch_norm_no_update.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7363550Z copying torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7364590Z copying torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7403860Z copying torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7405340Z copying torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7406360Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7407820Z copying torch/include/ATen/ops/sparse_coo_tensor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7409170Z copying torch/include/ATen/ops/_is_zerotensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7410400Z copying torch/include/ATen/ops/xlogy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7411660Z copying torch/include/ATen/ops/is_conj_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7413010Z copying torch/include/ATen/ops/log10_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7414240Z copying torch/include/ATen/ops/_standard_gamma_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7415490Z copying torch/include/ATen/ops/conv2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7416770Z copying torch/include/ATen/ops/dequantize_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7417950Z copying torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7419480Z copying torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7420710Z copying torch/include/ATen/ops/_pin_memory.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7422100Z copying torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7455710Z copying torch/include/ATen/ops/gcd_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7457250Z copying torch/include/ATen/ops/_convolution_mode_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7458520Z copying torch/include/ATen/ops/convolution_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7459910Z copying torch/include/ATen/ops/cosine_similarity_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7461230Z copying torch/include/ATen/ops/_shape_as_tensor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7462360Z copying torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7463930Z copying torch/include/ATen/ops/isposinf_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7465200Z copying torch/include/ATen/ops/conv_transpose3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7466520Z copying torch/include/ATen/ops/_nested_tensor_from_mask_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7467800Z copying torch/include/ATen/ops/reflection_pad3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7469120Z copying torch/include/ATen/ops/unflatten_dense_tensors_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7470480Z copying torch/include/ATen/ops/_version_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7471720Z copying torch/include/ATen/ops/_pdist_forward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7473050Z copying torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7474330Z copying torch/include/ATen/ops/empty_like_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7513240Z copying torch/include/ATen/ops/uniform.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7514630Z copying torch/include/ATen/ops/grid_sampler_3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7515990Z copying torch/include/ATen/ops/masked_scatter_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7517670Z copying torch/include/ATen/ops/rshift_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7519220Z copying torch/include/ATen/ops/cumprod_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7520410Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7521790Z copying torch/include/ATen/ops/mse_loss_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7523280Z copying torch/include/ATen/ops/diagonal_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7525690Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7526620Z copying torch/include/ATen/ops/avg_pool2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7527670Z copying torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7528730Z copying torch/include/ATen/ops/sparse_coo_tensor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7530520Z copying torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7531510Z copying torch/include/ATen/ops/bmm_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7532610Z copying torch/include/ATen/ops/detach_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7566840Z copying torch/include/ATen/ops/set.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7568020Z copying torch/include/ATen/ops/upsample_bilinear2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7570160Z copying torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7571280Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7572390Z copying torch/include/ATen/ops/silu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7574060Z copying torch/include/ATen/ops/native_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7575110Z copying torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7576330Z copying torch/include/ATen/ops/_add_relu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7578150Z copying torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7579430Z copying torch/include/ATen/ops/replication_pad2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7580430Z copying torch/include/ATen/ops/randperm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7582280Z copying torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7583230Z copying torch/include/ATen/ops/det.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7584440Z copying torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7585660Z copying torch/include/ATen/ops/exp_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7587360Z copying torch/include/ATen/ops/special_modified_bessel_k0_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7588320Z copying torch/include/ATen/ops/_fft_c2r_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7589520Z copying torch/include/ATen/ops/_add_batch_dim.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7591250Z copying torch/include/ATen/ops/_jagged_to_padded_dense_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7592240Z copying torch/include/ATen/ops/threshold_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7593460Z copying torch/include/ATen/ops/_foreach_tanh_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7594800Z copying torch/include/ATen/ops/linalg_vander.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7596490Z copying torch/include/ATen/ops/sigmoid_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7597530Z copying torch/include/ATen/ops/mish_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7598870Z copying torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7600040Z copying torch/include/ATen/ops/_has_same_storage_numel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7601740Z copying torch/include/ATen/ops/embedding_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7602990Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7608140Z copying torch/include/ATen/ops/_cast_Double_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7609020Z copying torch/include/ATen/ops/nll_loss_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7609800Z copying torch/include/ATen/ops/_softmax.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7610590Z copying torch/include/ATen/ops/diagonal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7611340Z copying torch/include/ATen/ops/new_full_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7612100Z copying torch/include/ATen/ops/isposinf.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7612860Z copying torch/include/ATen/ops/new_empty_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7613630Z copying torch/include/ATen/ops/_weight_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7614510Z copying torch/include/ATen/ops/upsample_nearest1d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7615610Z copying torch/include/ATen/ops/special_round.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7616910Z copying torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7618170Z copying torch/include/ATen/ops/_has_same_storage_numel_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7619820Z copying torch/include/ATen/ops/quantile_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7620870Z copying torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7622030Z copying torch/include/ATen/ops/index_select_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7623570Z copying torch/include/ATen/ops/pad_sequence_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7624670Z copying torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7625950Z copying torch/include/ATen/ops/_native_batch_norm_legit_no_training.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7627160Z copying torch/include/ATen/ops/elu_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7628870Z copying torch/include/ATen/ops/glu_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7630050Z copying torch/include/ATen/ops/_native_batch_norm_legit_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7631360Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7632920Z copying torch/include/ATen/ops/_fw_primal_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7633930Z copying torch/include/ATen/ops/sym_size.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7635750Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7636920Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7638650Z copying torch/include/ATen/ops/hardsigmoid_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7639820Z copying torch/include/ATen/ops/reflection_pad3d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7641560Z copying torch/include/ATen/ops/batch_norm_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7642580Z copying torch/include/ATen/ops/row_indices_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7644260Z copying torch/include/ATen/ops/batch_norm_backward_elemt.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7645450Z copying torch/include/ATen/ops/slow_conv3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7647270Z copying torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7648420Z copying torch/include/ATen/ops/special_bessel_j1_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7650110Z copying torch/include/ATen/ops/t_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7651270Z copying torch/include/ATen/ops/det_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7653010Z copying torch/include/ATen/ops/_to_sparse_bsr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7654170Z copying torch/include/ATen/ops/randperm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7655810Z copying torch/include/ATen/ops/expand_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7657120Z copying torch/include/ATen/ops/_fft_c2r.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7658260Z copying torch/include/ATen/ops/sqrt_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7660020Z copying torch/include/ATen/ops/cosine_similarity.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7660990Z copying torch/include/ATen/ops/_foreach_add_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7662620Z copying torch/include/ATen/ops/nonzero_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7664120Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7665260Z copying torch/include/ATen/ops/sparse_csc_tensor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7667700Z copying torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7668960Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7675820Z copying torch/include/ATen/ops/q_per_channel_axis_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7676960Z copying torch/include/ATen/ops/logdet_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7680780Z copying torch/include/ATen/ops/take_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7681830Z copying torch/include/ATen/ops/miopen_rnn_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7685840Z copying torch/include/ATen/ops/minimum_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7688360Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7690460Z copying torch/include/ATen/ops/greater_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7693700Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7698040Z copying torch/include/ATen/ops/sparse_resize_and_clear_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7701930Z copying torch/include/ATen/ops/prod_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7704420Z copying torch/include/ATen/ops/tril_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7708900Z copying torch/include/ATen/ops/miopen_depthwise_convolution.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7711850Z copying torch/include/ATen/ops/_functional_assert_async_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7716650Z copying torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7718830Z copying torch/include/ATen/ops/_is_any_true_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7722240Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7725300Z copying torch/include/ATen/ops/_fused_adam_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7729850Z copying torch/include/ATen/ops/max_unpool3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7733210Z copying torch/include/ATen/ops/linalg_pinv_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7734300Z copying torch/include/ATen/ops/_cast_Half_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7738850Z copying torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7740010Z copying torch/include/ATen/ops/native_batch_norm_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7744300Z copying torch/include/ATen/ops/unique_dim_consecutive_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7749650Z copying torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7750940Z copying torch/include/ATen/ops/col2im_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7755030Z copying torch/include/ATen/ops/replication_pad2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7774500Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7779920Z copying torch/include/ATen/ops/crow_indices_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7781610Z copying torch/include/ATen/ops/cosh_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7783010Z copying torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7784670Z copying torch/include/ATen/ops/threshold_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7785970Z copying torch/include/ATen/ops/_sparse_semi_structured_tile_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7791930Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7793080Z copying torch/include/ATen/ops/_foreach_exp_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7794750Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7795770Z copying torch/include/ATen/ops/binary_cross_entropy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7800430Z copying torch/include/ATen/ops/_softmax_backward_data_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7801820Z copying torch/include/ATen/ops/log_softmax_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7804650Z copying torch/include/ATen/ops/special_modified_bessel_i0_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7808000Z copying torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7812550Z copying torch/include/ATen/ops/_to_sparse_csr_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7814910Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7819130Z copying torch/include/ATen/ops/lu_unpack_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7821240Z copying torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7825740Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7827840Z copying torch/include/ATen/ops/is_pinned_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7832990Z copying torch/include/ATen/ops/mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7836740Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7840040Z copying torch/include/ATen/ops/_cslt_compress_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7841620Z copying torch/include/ATen/ops/slow_conv_dilated3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7844510Z copying torch/include/ATen/ops/_foreach_abs.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7846750Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7851670Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7855600Z copying torch/include/ATen/ops/histc.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7856980Z copying torch/include/ATen/ops/upsample_trilinear3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7861470Z copying torch/include/ATen/ops/_sparse_sum_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7864820Z copying torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7868550Z copying torch/include/ATen/ops/relu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7872060Z copying torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7875290Z copying torch/include/ATen/ops/linalg_matrix_exp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7877610Z copying torch/include/ATen/ops/_index_put_impl_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7881020Z copying torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7885010Z copying torch/include/ATen/ops/_scaled_mm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7887140Z copying torch/include/ATen/ops/_weight_norm_interface_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7892420Z copying torch/include/ATen/ops/trapz_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7893570Z copying torch/include/ATen/ops/block_diag_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7898540Z copying torch/include/ATen/ops/logical_or_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7902520Z copying torch/include/ATen/ops/copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7903820Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7910080Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7911170Z copying torch/include/ATen/ops/cumsum_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7915540Z copying torch/include/ATen/ops/special_entr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7917490Z copying torch/include/ATen/ops/fft_ifftshift.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7922530Z copying torch/include/ATen/ops/batch_norm_elemt_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7925050Z copying torch/include/ATen/ops/_assert_async.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7928040Z copying torch/include/ATen/ops/q_zero_point_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7932630Z copying torch/include/ATen/ops/special_zeta_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7934330Z copying torch/include/ATen/ops/_values_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7941040Z copying torch/include/ATen/ops/is_same_size.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7947800Z copying torch/include/ATen/ops/atan2.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7949020Z copying torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7950370Z copying torch/include/ATen/ops/diagonal_scatter_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7953770Z copying torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7957810Z copying torch/include/ATen/ops/isnan_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7961430Z copying torch/include/ATen/ops/scaled_dot_product_attention_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7964970Z copying torch/include/ATen/ops/bitwise_left_shift_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7967980Z copying torch/include/ATen/ops/l1_loss_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7971710Z copying torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7975970Z copying torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7981220Z copying torch/include/ATen/ops/cholesky_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7982320Z copying torch/include/ATen/ops/nuclear_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.7984940Z copying torch/include/ATen/ops/lift_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8198990Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8200250Z copying torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8201380Z copying torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8202740Z copying torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8203830Z copying torch/include/ATen/ops/and_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8205270Z copying torch/include/ATen/ops/select.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8207060Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8208040Z copying torch/include/ATen/ops/true_divide.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8209190Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8210430Z copying torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8212310Z copying torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8213400Z copying torch/include/ATen/ops/nonzero_numpy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8214490Z copying torch/include/ATen/ops/special_sinc.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8216200Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8217150Z copying torch/include/ATen/ops/_foreach_cos_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8218520Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8219820Z copying torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8221660Z copying torch/include/ATen/ops/_pdist_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8222700Z copying torch/include/ATen/ops/cos_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8224590Z copying torch/include/ATen/ops/pixel_shuffle_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8225580Z copying torch/include/ATen/ops/tan_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8227210Z copying torch/include/ATen/ops/ones_like_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8228120Z copying torch/include/ATen/ops/_conj_physical_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8229800Z copying torch/include/ATen/ops/nll_loss2d_forward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8230900Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8232630Z copying torch/include/ATen/ops/_to_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8233530Z copying torch/include/ATen/ops/cos_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8238700Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8239660Z copying torch/include/ATen/ops/mkldnn_convolution_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8240520Z copying torch/include/ATen/ops/_linalg_eigh.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8241260Z copying torch/include/ATen/ops/_print_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8242070Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8242990Z copying torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8243830Z copying torch/include/ATen/ops/cat_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8244590Z copying torch/include/ATen/ops/ne_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8245620Z copying torch/include/ATen/ops/expand_as_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8247480Z copying torch/include/ATen/ops/scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8248540Z copying torch/include/ATen/ops/complex_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8249600Z copying torch/include/ATen/ops/linalg_ldl_solve_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8251310Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-08T20:18:49.8252400Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/hip 2024-08-08T20:18:49.8252910Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/hip/impl 2024-08-08T20:18:49.8253950Z copying torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/hip/impl 2024-08-08T20:18:49.8255200Z copying torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/hip/impl 2024-08-08T20:18:49.8256990Z copying torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/hip/impl 2024-08-08T20:18:49.8258110Z copying torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/hip/impl 2024-08-08T20:18:49.8259060Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps 2024-08-08T20:18:49.8259720Z copying torch/include/ATen/mps/MPSProfiler.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps 2024-08-08T20:18:49.8261630Z copying torch/include/ATen/mps/EmptyTensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps 2024-08-08T20:18:49.8262860Z copying torch/include/ATen/mps/MPSAllocator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps 2024-08-08T20:18:49.8264480Z copying torch/include/ATen/mps/MPSGuardImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps 2024-08-08T20:18:49.8266130Z copying torch/include/ATen/mps/MPSHooks.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps 2024-08-08T20:18:49.8267260Z copying torch/include/ATen/mps/MPSEvent.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps 2024-08-08T20:18:49.8288050Z copying torch/include/ATen/mps/MPSDevice.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps 2024-08-08T20:18:49.8289510Z copying torch/include/ATen/mps/MPSStream.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps 2024-08-08T20:18:49.8290520Z copying torch/include/ATen/mps/IndexKernels.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps 2024-08-08T20:18:49.8292390Z copying torch/include/ATen/mps/MPSAllocatorInterface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps 2024-08-08T20:18:49.8293590Z copying torch/include/ATen/mps/MPSGeneratorImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps 2024-08-08T20:18:49.8295140Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/miopen 2024-08-08T20:18:49.8295790Z copying torch/include/ATen/miopen/Utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/miopen 2024-08-08T20:18:49.8296660Z copying torch/include/ATen/miopen/Types.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/miopen 2024-08-08T20:18:49.8298040Z copying torch/include/ATen/miopen/Descriptors.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/miopen 2024-08-08T20:18:49.8299270Z copying torch/include/ATen/miopen/miopen-wrapper.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/miopen 2024-08-08T20:18:49.8300470Z copying torch/include/ATen/miopen/Exceptions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/miopen 2024-08-08T20:18:49.8302290Z copying torch/include/ATen/miopen/Handle.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/miopen 2024-08-08T20:18:49.8303030Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail 2024-08-08T20:18:49.8303780Z copying torch/include/ATen/detail/PrivateUse1HooksInterface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail 2024-08-08T20:18:49.8305180Z copying torch/include/ATen/detail/AcceleratorHooksInterface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail 2024-08-08T20:18:49.8306530Z copying torch/include/ATen/detail/CUDAHooksInterface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail 2024-08-08T20:18:49.8307800Z copying torch/include/ATen/detail/MAIAHooksInterface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail 2024-08-08T20:18:49.8376760Z copying torch/include/ATen/detail/XPUHooksInterface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail 2024-08-08T20:18:49.8377980Z copying torch/include/ATen/detail/FunctionTraits.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail 2024-08-08T20:18:49.8379540Z copying torch/include/ATen/detail/HIPHooksInterface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail 2024-08-08T20:18:49.8380560Z copying torch/include/ATen/detail/MPSHooksInterface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail 2024-08-08T20:18:49.8381860Z copying torch/include/ATen/detail/MTIAHooksInterface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail 2024-08-08T20:18:49.8383200Z copying torch/include/ATen/detail/IPUHooksInterface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail 2024-08-08T20:18:49.8384710Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8385440Z copying torch/include/ATen/native/CompositeRandomAccessor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8386500Z copying torch/include/ATen/native/MathBitsFallback.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8387760Z copying torch/include/ATen/native/TensorTransformations.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8388970Z copying torch/include/ATen/native/ComplexHelper.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8390770Z copying torch/include/ATen/native/ConvUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8391770Z copying torch/include/ATen/native/Normalization.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8393500Z copying torch/include/ATen/native/ReductionType.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8436230Z copying torch/include/ATen/native/Repeat.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8437450Z copying torch/include/ATen/native/layer_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8439330Z copying torch/include/ATen/native/GridSampler.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8440380Z copying torch/include/ATen/native/TriangularOpsUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8441730Z copying torch/include/ATen/native/UnfoldBackward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8443740Z copying torch/include/ATen/native/batch_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8444940Z copying torch/include/ATen/native/Unfold3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8446640Z copying torch/include/ATen/native/Fill.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8447930Z copying torch/include/ATen/native/LinearAlgebra.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8449030Z copying torch/include/ATen/native/RangeFactories.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8450670Z copying torch/include/ATen/native/RNN.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8452480Z copying torch/include/ATen/native/IndexKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8453530Z copying torch/include/ATen/native/Pool.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8455230Z copying torch/include/ATen/native/Cross.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8456210Z copying torch/include/ATen/native/im2col.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8457720Z copying torch/include/ATen/native/TransposeType.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8459570Z copying torch/include/ATen/native/DispatchStub.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8460670Z copying torch/include/ATen/native/Unfold2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8461830Z copying torch/include/ATen/native/Distance.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8463090Z copying torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8464690Z copying torch/include/ATen/native/Distributions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8465860Z copying torch/include/ATen/native/MaxPooling.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8467730Z copying torch/include/ATen/native/SparseTensorUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8468750Z copying torch/include/ATen/native/CPUFallback.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8469960Z copying torch/include/ATen/native/FusedAdagrad.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8471530Z copying torch/include/ATen/native/GridSamplerUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8472680Z copying torch/include/ATen/native/TopKImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8477490Z copying torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8478460Z copying torch/include/ATen/native/DilatedConvolutionUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8479340Z copying torch/include/ATen/native/ForeachUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8480210Z copying torch/include/ATen/native/SobolEngineOpsUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8481060Z copying torch/include/ATen/native/ReduceAllOps.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8481850Z copying torch/include/ATen/native/Lerp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8482630Z copying torch/include/ATen/native/ReduceOps.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8483570Z copying torch/include/ATen/native/TensorAdvancedIndexing.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8484600Z copying torch/include/ATen/native/UnaryOps.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8485850Z copying torch/include/ATen/native/SortingUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8487110Z copying torch/include/ATen/native/MathBitFallThroughLists.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8488350Z copying torch/include/ATen/native/StridedRandomAccessor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8489720Z copying torch/include/ATen/native/TensorShape.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8490930Z copying torch/include/ATen/native/IndexingUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8492100Z copying torch/include/ATen/native/UpSample.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8493850Z copying torch/include/ATen/native/ResizeCommon.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8494980Z copying torch/include/ATen/native/SharedReduceOps.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8496540Z copying torch/include/ATen/native/Resize.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8497520Z copying torch/include/ATen/native/SpectralOpsUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8498770Z copying torch/include/ATen/native/Sorting.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8500420Z copying torch/include/ATen/native/NonSymbolicBC.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8501650Z copying torch/include/ATen/native/TensorProperties.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8503470Z copying torch/include/ATen/native/BucketizationUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8504440Z copying torch/include/ATen/native/vol2col.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8505610Z copying torch/include/ATen/native/LossMulti.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8507030Z copying torch/include/ATen/native/NonEmptyUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8508290Z copying torch/include/ATen/native/TensorDimApply.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8510010Z copying torch/include/ATen/native/verbose_wrapper.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8510980Z copying torch/include/ATen/native/AdaptivePooling.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8512440Z copying torch/include/ATen/native/ConvolutionMM3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8513490Z copying torch/include/ATen/native/group_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8514790Z copying torch/include/ATen/native/Histogram.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8516470Z copying torch/include/ATen/native/Activation.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8517480Z copying torch/include/ATen/native/Math.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8519990Z copying torch/include/ATen/native/FusedAdam.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8520970Z copying torch/include/ATen/native/ScatterGatherChecks.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8522230Z copying torch/include/ATen/native/CPUBlas.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8523670Z copying torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8524900Z copying torch/include/ATen/native/BatchLinearAlgebra.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8526720Z copying torch/include/ATen/native/AmpKernels.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8527780Z copying torch/include/ATen/native/DistributionTemplates.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8528970Z copying torch/include/ATen/native/TensorIterator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8530410Z copying torch/include/ATen/native/TensorConversions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8531640Z copying torch/include/ATen/native/FractionalMaxPooling.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8532920Z copying torch/include/ATen/native/ReduceOpsUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8534700Z copying torch/include/ATen/native/TensorFactories.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8535670Z copying torch/include/ATen/native/PointwiseOps.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8537340Z copying torch/include/ATen/native/BinaryOps.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8538280Z copying torch/include/ATen/native/Pow.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8540000Z copying torch/include/ATen/native/EmbeddingBag.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8540950Z copying torch/include/ATen/native/im2col_shape_check.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8542340Z copying torch/include/ATen/native/SegmentReduce.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8544040Z copying torch/include/ATen/native/FusedSGD.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8544970Z copying torch/include/ATen/native/Padding.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8546460Z copying torch/include/ATen/native/TensorCompare.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8547570Z copying torch/include/ATen/native/PixelShuffle.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8548810Z copying torch/include/ATen/native/LinearAlgebraUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8550630Z copying torch/include/ATen/native/TypeProperties.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8551710Z copying torch/include/ATen/native/Copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8553520Z copying torch/include/ATen/native/CanUse32BitIndexMath.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8554510Z copying torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-08T20:18:49.8555680Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-08T20:18:49.8556450Z copying torch/include/ATen/native/cpu/IsContiguous.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-08T20:18:49.8557670Z copying torch/include/ATen/native/cpu/zmath.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-08T20:18:49.8559390Z copying torch/include/ATen/native/cpu/ReduceUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-08T20:18:49.8560730Z copying torch/include/ATen/native/cpu/mixed_data_type.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-08T20:18:49.8561950Z copying torch/include/ATen/native/cpu/utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-08T20:18:49.8563040Z copying torch/include/ATen/native/cpu/int_mm_kernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-08T20:18:49.8564840Z copying torch/include/ATen/native/cpu/SampledAddmmKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-08T20:18:49.8565880Z copying torch/include/ATen/native/cpu/moments_utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-08T20:18:49.8567120Z copying torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-08T20:18:49.8568530Z copying torch/include/ATen/native/cpu/SpmmReduceKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-08T20:18:49.8569800Z copying torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-08T20:18:49.8571320Z copying torch/include/ATen/native/cpu/SerialStackImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-08T20:18:49.8572460Z copying torch/include/ATen/native/cpu/Intrinsics.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-08T20:18:49.8573790Z copying torch/include/ATen/native/cpu/LogAddExp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-08T20:18:49.8575680Z copying torch/include/ATen/native/cpu/WeightNormKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-08T20:18:49.8576780Z copying torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-08T20:18:49.8577920Z copying torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-08T20:18:49.8579210Z copying torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-08T20:18:49.8580500Z copying torch/include/ATen/native/cpu/Reduce.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-08T20:18:49.8581780Z copying torch/include/ATen/native/cpu/CatKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-08T20:18:49.8583190Z copying torch/include/ATen/native/cpu/StackKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-08T20:18:49.8588530Z copying torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-08T20:18:49.8589600Z copying torch/include/ATen/native/cpu/DistributionTemplates.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-08T20:18:49.8590580Z copying torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-08T20:18:49.8591620Z copying torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-08T20:18:49.8615160Z copying torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-08T20:18:49.8621990Z copying torch/include/ATen/native/cpu/avx_mathfun.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-08T20:18:49.8623860Z copying torch/include/ATen/native/cpu/CopyKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-08T20:18:49.8624850Z copying torch/include/ATen/native/cpu/Loops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-08T20:18:49.8626570Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8627390Z copying torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8628650Z copying torch/include/ATen/native/cuda/MiscUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8630160Z copying torch/include/ATen/native/cuda/GridSampler.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8631240Z copying torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8632420Z copying torch/include/ATen/native/cuda/RowwiseScaledMM.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8634010Z copying torch/include/ATen/native/cuda/ScanKernels.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8635210Z copying torch/include/ATen/native/cuda/IndexKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8636470Z copying torch/include/ATen/native/cuda/Distributions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8638450Z copying torch/include/ATen/native/cuda/BinaryInternal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8640670Z copying torch/include/ATen/native/cuda/CuFFTUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8642930Z copying torch/include/ATen/native/cuda/ReduceOps.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8645170Z copying torch/include/ATen/native/cuda/TensorTopK.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8648770Z copying torch/include/ATen/native/cuda/TensorModeKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8650840Z copying torch/include/ATen/native/cuda/thread_constants.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8651850Z copying torch/include/ATen/native/cuda/Resize.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8653040Z copying torch/include/ATen/native/cuda/Sorting.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8654350Z copying torch/include/ATen/native/cuda/Activation.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8655720Z copying torch/include/ATen/native/cuda/Sort.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8657040Z copying torch/include/ATen/native/cuda/DistributionTemplates.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8658900Z copying torch/include/ATen/native/cuda/jit_utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8659920Z copying torch/include/ATen/native/cuda/SortStable.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8661110Z copying torch/include/ATen/native/cuda/LaunchUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8662400Z copying torch/include/ATen/native/cuda/Copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8663740Z copying torch/include/ATen/native/cuda/Normalization.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8665930Z copying torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8667050Z copying torch/include/ATen/native/cuda/block_reduce.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8668300Z copying torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8669570Z copying torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8670870Z copying torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8672460Z copying torch/include/ATen/native/cuda/im2col.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8673630Z copying torch/include/ATen/native/cuda/SortUtils.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8674880Z copying torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8676050Z copying torch/include/ATen/native/cuda/UpSample.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8677380Z copying torch/include/ATen/native/cuda/Randperm.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8678870Z copying torch/include/ATen/native/cuda/vol2col.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8679940Z copying torch/include/ATen/native/cuda/Pow.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8681300Z copying torch/include/ATen/native/cuda/reduction_template.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8682810Z copying torch/include/ATen/native/cuda/fused_adamw_impl.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8684080Z copying torch/include/ATen/native/cuda/Math.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8686730Z copying torch/include/ATen/native/cuda/SortingCommon.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8687980Z copying torch/include/ATen/native/cuda/ScanUtils.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8689320Z copying torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8690920Z copying torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8692070Z copying torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8693350Z copying torch/include/ATen/native/cuda/fused_adam_utils.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8694440Z copying torch/include/ATen/native/cuda/JitLoops.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8695760Z copying torch/include/ATen/native/cuda/KernelUtils.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8697120Z copying torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8699380Z copying torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8700500Z copying torch/include/ATen/native/cuda/Loops.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8701810Z copying torch/include/ATen/native/cuda/UniqueCub.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8703120Z copying torch/include/ATen/native/cuda/CUDALoops.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8704510Z copying torch/include/ATen/native/cuda/GridSampler.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8705780Z copying torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8707690Z copying torch/include/ATen/native/cuda/Reduce.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8708960Z copying torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8710250Z copying torch/include/ATen/native/cuda/fused_adam_impl.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-08T20:18:49.8711740Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/mps 2024-08-08T20:18:49.8712470Z copying torch/include/ATen/native/mps/TensorFactory.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/mps 2024-08-08T20:18:49.8713610Z copying torch/include/ATen/native/mps/MPSGraphSonomaOps.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/mps 2024-08-08T20:18:49.8715020Z copying torch/include/ATen/native/mps/MPSGraphVenturaOps.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/mps 2024-08-08T20:18:49.8716390Z copying torch/include/ATen/native/mps/UnaryConstants.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/mps 2024-08-08T20:18:49.8717520Z copying torch/include/ATen/native/mps/OperationUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/mps 2024-08-08T20:18:49.8719500Z copying torch/include/ATen/native/mps/Copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/mps 2024-08-08T20:18:49.8720310Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/nested 2024-08-08T20:18:49.8721130Z copying torch/include/ATen/native/nested/NestedTensorUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/nested 2024-08-08T20:18:49.8722530Z copying torch/include/ATen/native/nested/NestedTensorTransformerUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/nested 2024-08-08T20:18:49.8723810Z copying torch/include/ATen/native/nested/NestedTensorMath.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/nested 2024-08-08T20:18:49.8725170Z copying torch/include/ATen/native/nested/NestedTensorBinaryOps.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/nested 2024-08-08T20:18:49.8726600Z copying torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/nested 2024-08-08T20:18:49.8793320Z copying torch/include/ATen/native/nested/NestedTensorFactories.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/nested 2024-08-08T20:18:49.8794450Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized 2024-08-08T20:18:49.8795250Z copying torch/include/ATen/native/quantized/ConvUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized 2024-08-08T20:18:49.8796640Z copying torch/include/ATen/native/quantized/AffineQuantizer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized 2024-08-08T20:18:49.8801690Z copying torch/include/ATen/native/quantized/IndexKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized 2024-08-08T20:18:49.8802780Z copying torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized 2024-08-08T20:18:49.8803840Z copying torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized 2024-08-08T20:18:49.8804870Z copying torch/include/ATen/native/quantized/PackedParams.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized 2024-08-08T20:18:49.8805840Z copying torch/include/ATen/native/quantized/Copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized 2024-08-08T20:18:49.8806620Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu 2024-08-08T20:18:49.8807480Z copying torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu 2024-08-08T20:18:49.8808550Z copying torch/include/ATen/native/quantized/cpu/fbgemm_utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu 2024-08-08T20:18:49.8809730Z copying torch/include/ATen/native/quantized/cpu/init_qnnpack.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu 2024-08-08T20:18:49.8810850Z copying torch/include/ATen/native/quantized/cpu/conv_serialization.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu 2024-08-08T20:18:49.8811970Z copying torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu 2024-08-08T20:18:49.8875410Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu 2024-08-08T20:18:49.8876720Z copying torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu 2024-08-08T20:18:49.8878350Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu 2024-08-08T20:18:49.8879670Z copying torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu 2024-08-08T20:18:49.8880860Z copying torch/include/ATen/native/quantized/cpu/QuantUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu 2024-08-08T20:18:49.8882180Z copying torch/include/ATen/native/quantized/cpu/RuyUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu 2024-08-08T20:18:49.8883530Z copying torch/include/ATen/native/quantized/cpu/BinaryOps.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu 2024-08-08T20:18:49.8884760Z copying torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu 2024-08-08T20:18:49.8885960Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/transformers 2024-08-08T20:18:49.8886890Z copying torch/include/ATen/native/transformers/attention.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/transformers 2024-08-08T20:18:49.8888050Z copying torch/include/ATen/native/transformers/sdp_utils_cpp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/transformers 2024-08-08T20:18:49.8889120Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/utils 2024-08-08T20:18:49.8889920Z copying torch/include/ATen/native/utils/ParamUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/utils 2024-08-08T20:18:49.8891200Z copying torch/include/ATen/native/utils/ParamsHash.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/utils 2024-08-08T20:18:49.8892460Z copying torch/include/ATen/native/utils/Factory.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/utils 2024-08-08T20:18:49.8893770Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/quantized 2024-08-08T20:18:49.8894620Z copying torch/include/ATen/quantized/QTensorImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/quantized 2024-08-08T20:18:49.8895800Z copying torch/include/ATen/quantized/Quantizer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/quantized 2024-08-08T20:18:49.8897010Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/xpu 2024-08-08T20:18:49.8897710Z copying torch/include/ATen/xpu/XPUEvent.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/xpu 2024-08-08T20:18:49.8898930Z copying torch/include/ATen/xpu/XPUDevice.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/xpu 2024-08-08T20:18:49.8900270Z copying torch/include/ATen/xpu/PinnedMemoryAllocator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/xpu 2024-08-08T20:18:49.8901520Z copying torch/include/ATen/xpu/CachingHostAllocator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/xpu 2024-08-08T20:18:49.8902820Z copying torch/include/ATen/xpu/XPUGeneratorImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/xpu 2024-08-08T20:18:49.8903990Z copying torch/include/ATen/xpu/XPUContext.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/xpu 2024-08-08T20:18:49.8905720Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/xpu/detail 2024-08-08T20:18:49.8906490Z copying torch/include/ATen/xpu/detail/XPUHooks.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/xpu/detail 2024-08-08T20:18:49.8907280Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/caffe2 2024-08-08T20:18:49.8907780Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/caffe2/serialize 2024-08-08T20:18:49.8908520Z copying torch/include/caffe2/serialize/in_memory_adapter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/caffe2/serialize 2024-08-08T20:18:49.8909770Z copying torch/include/caffe2/serialize/read_adapter_interface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/caffe2/serialize 2024-08-08T20:18:49.8911170Z copying torch/include/caffe2/serialize/crc_alt.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/caffe2/serialize 2024-08-08T20:18:49.8913110Z copying torch/include/caffe2/serialize/versions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/caffe2/serialize 2024-08-08T20:18:49.8914450Z copying torch/include/caffe2/serialize/inline_container.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/caffe2/serialize 2024-08-08T20:18:49.8915910Z copying torch/include/caffe2/serialize/file_adapter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/caffe2/serialize 2024-08-08T20:18:49.8917330Z copying torch/include/caffe2/serialize/istream_adapter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/caffe2/serialize 2024-08-08T20:18:49.8918610Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/c10 2024-08-08T20:18:49.8918870Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/c10/macros 2024-08-08T20:18:49.8919340Z copying torch/include/c10/macros/cmake_macros.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/macros 2024-08-08T20:18:49.8920900Z copying torch/include/c10/macros/Export.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/macros 2024-08-08T20:18:49.8922300Z copying torch/include/c10/macros/Macros.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/macros 2024-08-08T20:18:49.8923750Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8924160Z copying torch/include/c10/core/RefcountedDeleter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8925770Z copying torch/include/c10/core/QEngine.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8927120Z copying torch/include/c10/core/TensorOptions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8928670Z copying torch/include/c10/core/SymFloat.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8929850Z copying torch/include/c10/core/GradMode.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8931090Z copying torch/include/c10/core/Device.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8932830Z copying torch/include/c10/core/CPUAllocator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8933890Z copying torch/include/c10/core/DefaultDtype.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8935400Z copying torch/include/c10/core/DefaultTensorOptions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8936610Z copying torch/include/c10/core/alignment.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8937990Z copying torch/include/c10/core/Event.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8939040Z copying torch/include/c10/core/Backend.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8940550Z copying torch/include/c10/core/CompileTimeFunctionPointer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8941920Z copying torch/include/c10/core/DeviceArray.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8943170Z copying torch/include/c10/core/PyHandleCache.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8944600Z copying torch/include/c10/core/ConstantSymNodeImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8945620Z copying torch/include/c10/core/WrapDimMinimal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8946960Z copying torch/include/c10/core/QScheme.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8948170Z copying torch/include/c10/core/SafePyObject.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8949640Z copying torch/include/c10/core/Stream.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8950890Z copying torch/include/c10/core/UndefinedTensorImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8952080Z copying torch/include/c10/core/Scalar.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8953560Z copying torch/include/c10/core/AutogradState.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8954370Z copying torch/include/c10/core/SymIntArrayRef.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8955830Z copying torch/include/c10/core/thread_pool.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8957130Z copying torch/include/c10/core/CopyBytes.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8958420Z copying torch/include/c10/core/SymNodeImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8959500Z copying torch/include/c10/core/StreamGuard.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8960930Z copying torch/include/c10/core/DynamicCast.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8962190Z copying torch/include/c10/core/Layout.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8963580Z copying torch/include/c10/core/GeneratorImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8964880Z copying torch/include/c10/core/DispatchKeySet.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8966380Z copying torch/include/c10/core/Allocator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8967640Z copying torch/include/c10/core/TensorImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8969640Z copying torch/include/c10/core/Contiguity.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8971020Z copying torch/include/c10/core/ScalarType.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8972350Z copying torch/include/c10/core/Storage.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8973450Z copying torch/include/c10/core/DeviceType.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8974850Z copying torch/include/c10/core/DeviceGuard.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8976160Z copying torch/include/c10/core/StorageImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8977480Z copying torch/include/c10/core/SymbolicShapeMeta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8978910Z copying torch/include/c10/core/MemoryFormat.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8980200Z copying torch/include/c10/core/SymBool.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8981860Z copying torch/include/c10/core/DispatchKey.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8983470Z copying torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8984930Z copying torch/include/c10/core/InferenceMode.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8986270Z copying torch/include/c10/core/SymInt.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8987580Z copying torch/include/c10/core/OptionalRef.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-08T20:18:49.8989040Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing 2024-08-08T20:18:49.8989510Z copying torch/include/ATen/core/boxing/KernelFunction.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing 2024-08-08T20:18:49.8990860Z copying torch/include/ATen/core/boxing/OperatorKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing 2024-08-08T20:18:49.8992330Z copying torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing 2024-08-08T20:18:49.8993280Z copying torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing 2024-08-08T20:18:49.8994700Z copying torch/include/ATen/core/boxing/BoxedKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing 2024-08-08T20:18:49.8995970Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing/impl 2024-08-08T20:18:49.8996610Z copying torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing/impl 2024-08-08T20:18:49.8998570Z copying torch/include/ATen/core/boxing/impl/boxing.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing/impl 2024-08-08T20:18:49.8999540Z copying torch/include/ATen/core/boxing/impl/test_helpers.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing/impl 2024-08-08T20:18:49.9001160Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing/impl 2024-08-08T20:18:49.9002800Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing/impl 2024-08-08T20:18:49.9003490Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/dispatch 2024-08-08T20:18:49.9004190Z copying torch/include/ATen/core/dispatch/OperatorOptions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/dispatch 2024-08-08T20:18:49.9005930Z copying torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/dispatch 2024-08-08T20:18:49.9073740Z copying torch/include/ATen/core/dispatch/ObservedOperators.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/dispatch 2024-08-08T20:18:49.9075290Z copying torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/dispatch 2024-08-08T20:18:49.9076770Z copying torch/include/ATen/core/dispatch/Dispatcher.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/dispatch 2024-08-08T20:18:49.9078600Z copying torch/include/ATen/core/dispatch/CppSignature.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/dispatch 2024-08-08T20:18:49.9080090Z copying torch/include/ATen/core/dispatch/OperatorEntry.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/dispatch 2024-08-08T20:18:49.9081630Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/op_registration 2024-08-08T20:18:49.9082160Z copying torch/include/ATen/core/op_registration/adaption.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/op_registration 2024-08-08T20:18:49.9087790Z copying torch/include/ATen/core/op_registration/op_allowlist.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/op_registration 2024-08-08T20:18:49.9088350Z copying torch/include/ATen/core/op_registration/op_registration.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/op_registration 2024-08-08T20:18:49.9088880Z copying torch/include/ATen/core/op_registration/infer_schema.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/op_registration 2024-08-08T20:18:49.9089130Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl 2024-08-08T20:18:49.9089630Z copying torch/include/c10/core/impl/InlineStreamGuard.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl 2024-08-08T20:18:49.9090060Z copying torch/include/c10/core/impl/SizesAndStrides.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl 2024-08-08T20:18:49.9090910Z copying torch/include/c10/core/impl/InlineDeviceGuard.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl 2024-08-08T20:18:49.9092740Z copying torch/include/c10/core/impl/GPUTrace.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl 2024-08-08T20:18:49.9094130Z copying torch/include/c10/core/impl/COWDeleter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl 2024-08-08T20:18:49.9095670Z copying torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl 2024-08-08T20:18:49.9097070Z copying torch/include/c10/core/impl/alloc_cpu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl 2024-08-08T20:18:49.9098800Z copying torch/include/c10/core/impl/VirtualGuardImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl 2024-08-08T20:18:49.9099580Z copying torch/include/c10/core/impl/HermeticPyObjectTLS.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl 2024-08-08T20:18:49.9101390Z copying torch/include/c10/core/impl/PyObjectSlot.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl 2024-08-08T20:18:49.9102430Z copying torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl 2024-08-08T20:18:49.9103870Z copying torch/include/c10/core/impl/PyInterpreter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl 2024-08-08T20:18:49.9105210Z copying torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl 2024-08-08T20:18:49.9106610Z copying torch/include/c10/core/impl/COW.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl 2024-08-08T20:18:49.9107930Z copying torch/include/c10/core/impl/InlineEvent.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl 2024-08-08T20:18:49.9109350Z copying torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl 2024-08-08T20:18:49.9110730Z copying torch/include/c10/core/impl/FakeGuardImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl 2024-08-08T20:18:49.9112180Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9112530Z copying torch/include/c10/util/Type.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9113930Z copying torch/include/c10/util/order_preserving_flat_hash_map.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9115620Z copying torch/include/c10/util/Float8_e4m3fn-inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9116770Z copying torch/include/c10/util/quint4x2.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9118190Z copying torch/include/c10/util/FbcodeMaps.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9119420Z copying torch/include/c10/util/signal_handler.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9120700Z copying torch/include/c10/util/safe_numerics.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9121970Z copying torch/include/c10/util/Half.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9123410Z copying torch/include/c10/util/flat_hash_map.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9125020Z copying torch/include/c10/util/env.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9126350Z copying torch/include/c10/util/llvmMathExtras.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9127760Z copying torch/include/c10/util/Synchronized.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9129030Z copying torch/include/c10/util/Bitset.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9130310Z copying torch/include/c10/util/typeid.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9131850Z copying torch/include/c10/util/Float8_e4m3fnuz-inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9133420Z copying torch/include/c10/util/TypeSafeSignMath.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9134720Z copying torch/include/c10/util/intrusive_ptr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9136290Z copying torch/include/c10/util/string_utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9137770Z copying torch/include/c10/util/win32-headers.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9139000Z copying torch/include/c10/util/AlignOf.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9140220Z copying torch/include/c10/util/static_tracepoint.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9141480Z copying torch/include/c10/util/ssize.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9142820Z copying torch/include/c10/util/numa.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9143960Z copying torch/include/c10/util/qint32.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9145320Z copying torch/include/c10/util/CallOnce.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9147230Z copying torch/include/c10/util/Float8_e5m2fnuz.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9148900Z copying torch/include/c10/util/MaybeOwned.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9150020Z copying torch/include/c10/util/Half-inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9151840Z copying torch/include/c10/util/TypeTraits.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9153400Z copying torch/include/c10/util/DeadlockDetection.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9154870Z copying torch/include/c10/util/FunctionRef.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9156230Z copying torch/include/c10/util/Backtrace.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9157230Z copying torch/include/c10/util/ExclusivelyOwned.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9158660Z copying torch/include/c10/util/Load.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9160150Z copying torch/include/c10/util/BFloat16-inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9161440Z copying torch/include/c10/util/static_tracepoint_elfx86.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9162500Z copying torch/include/c10/util/ConstexprCrc.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9163980Z copying torch/include/c10/util/ThreadLocal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9165250Z copying torch/include/c10/util/IdWrapper.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9166640Z copying torch/include/c10/util/Flags.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9167840Z copying torch/include/c10/util/overloaded.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9169150Z copying torch/include/c10/util/Float8_e4m3fnuz.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9170190Z copying torch/include/c10/util/quint8.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9171870Z copying torch/include/c10/util/Float8_e5m2-inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9173270Z copying torch/include/c10/util/StringUtil.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9174460Z copying torch/include/c10/util/Logging.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9175830Z copying torch/include/c10/util/MathConstants.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9177030Z copying torch/include/c10/util/Registry.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9178310Z copying torch/include/c10/util/Optional.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9179830Z copying torch/include/c10/util/Float8_e5m2.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9180680Z copying torch/include/c10/util/tempfile.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9182320Z copying torch/include/c10/util/copysign.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9183350Z copying torch/include/c10/util/ArrayRef.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9184880Z copying torch/include/c10/util/thread_name.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9186260Z copying torch/include/c10/util/strides.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9187230Z copying torch/include/c10/util/Unicode.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9188840Z copying torch/include/c10/util/TypeCast.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9190240Z copying torch/include/c10/util/sparse_bitset.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9191410Z copying torch/include/c10/util/OptionalArrayRef.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9192850Z copying torch/include/c10/util/BFloat16.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9194560Z copying torch/include/c10/util/TypeList.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9196100Z copying torch/include/c10/util/TypeIndex.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9197540Z copying torch/include/c10/util/Array.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9198790Z copying torch/include/c10/util/logging_is_google_glog.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9200080Z copying torch/include/c10/util/Metaprogramming.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9201020Z copying torch/include/c10/util/WaitCounter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9202480Z copying torch/include/c10/util/quint2x4.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9203630Z copying torch/include/c10/util/floating_point_utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9205090Z copying torch/include/c10/util/ParallelGuard.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9206330Z copying torch/include/c10/util/BFloat16-math.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9207620Z copying torch/include/c10/util/int128.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9208840Z copying torch/include/c10/util/Lazy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9210140Z copying torch/include/c10/util/Deprecated.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9211410Z copying torch/include/c10/util/irange.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9212700Z copying torch/include/c10/util/SmallBuffer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9213890Z copying torch/include/c10/util/ScopeExit.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9215170Z copying torch/include/c10/util/Unroll.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9216450Z copying torch/include/c10/util/LeftRight.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9217670Z copying torch/include/c10/util/bit_cast.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9218890Z copying torch/include/c10/util/qint8.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9220300Z copying torch/include/c10/util/complex_math.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9221600Z copying torch/include/c10/util/logging_is_not_google_glog.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9222840Z copying torch/include/c10/util/DynamicCounter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9224050Z copying torch/include/c10/util/Exception.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9225430Z copying torch/include/c10/util/UniqueVoidPtr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9226790Z copying torch/include/c10/util/ThreadLocalDebugInfo.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9228020Z copying torch/include/c10/util/Float8_e4m3fn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9229310Z copying torch/include/c10/util/AbortHandler.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9230620Z copying torch/include/c10/util/DimVector.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9231880Z copying torch/include/c10/util/accumulate.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9232680Z copying torch/include/c10/util/C++17.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9234350Z copying torch/include/c10/util/strong_type.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9235680Z copying torch/include/c10/util/ApproximateClock.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9236960Z copying torch/include/c10/util/SmallVector.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9238510Z copying torch/include/c10/util/Float8_e5m2fnuz-inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9239880Z copying torch/include/c10/util/hash.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9241080Z copying torch/include/c10/util/python_stub.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9242060Z copying torch/include/c10/util/complex.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9243720Z copying torch/include/c10/util/bits.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9244850Z copying torch/include/c10/util/string_view.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9246670Z copying torch/include/c10/util/Float8_fnuz_cvt.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9248130Z copying torch/include/c10/util/complex_utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9249590Z copying torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9250680Z copying torch/include/c10/util/generic_math.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-08T20:18:49.9252250Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda 2024-08-08T20:18:49.9252700Z copying torch/include/c10/cuda/CUDADeviceAssertion.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda 2024-08-08T20:18:49.9254020Z copying torch/include/c10/cuda/driver_api.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda 2024-08-08T20:18:49.9255360Z copying torch/include/c10/cuda/CUDAMathCompat.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda 2024-08-08T20:18:49.9256510Z copying torch/include/c10/cuda/CUDAAlgorithm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda 2024-08-08T20:18:49.9257880Z copying torch/include/c10/cuda/CUDAStream.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda 2024-08-08T20:18:49.9259390Z copying torch/include/c10/cuda/CUDAGuard.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda 2024-08-08T20:18:49.9260740Z copying torch/include/c10/cuda/CUDAMiscFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda 2024-08-08T20:18:49.9262150Z copying torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda 2024-08-08T20:18:49.9262950Z copying torch/include/c10/cuda/CUDAMacros.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda 2024-08-08T20:18:49.9264630Z copying torch/include/c10/cuda/CUDAAllocatorConfig.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda 2024-08-08T20:18:49.9266250Z copying torch/include/c10/cuda/CUDAFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda 2024-08-08T20:18:49.9267250Z copying torch/include/c10/cuda/CUDAException.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda 2024-08-08T20:18:49.9269050Z copying torch/include/c10/cuda/CUDACachingAllocator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda 2024-08-08T20:18:49.9270470Z copying torch/include/c10/cuda/CUDADeviceAssertionHost.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda 2024-08-08T20:18:49.9271750Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/impl 2024-08-08T20:18:49.9272150Z copying torch/include/c10/cuda/impl/CUDATest.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/impl 2024-08-08T20:18:49.9273780Z copying torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/impl 2024-08-08T20:18:49.9274870Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/c10/xpu 2024-08-08T20:18:49.9275300Z copying torch/include/c10/xpu/XPUStream.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/xpu 2024-08-08T20:18:49.9276830Z copying torch/include/c10/xpu/XPUDeviceProp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/xpu 2024-08-08T20:18:49.9278410Z copying torch/include/c10/xpu/XPUCachingAllocator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/xpu 2024-08-08T20:18:49.9279700Z copying torch/include/c10/xpu/XPUMacros.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/xpu 2024-08-08T20:18:49.9281040Z copying torch/include/c10/xpu/XPUException.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/xpu 2024-08-08T20:18:49.9281820Z copying torch/include/c10/xpu/XPUFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/xpu 2024-08-08T20:18:49.9283530Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/c10/xpu/impl 2024-08-08T20:18:49.9283950Z copying torch/include/c10/xpu/impl/XPUGuardImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/xpu/impl 2024-08-08T20:18:49.9285480Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch 2024-08-08T20:18:49.9285800Z copying torch/include/torch/script.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch 2024-08-08T20:18:49.9287320Z copying torch/include/torch/library.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch 2024-08-08T20:18:49.9288850Z copying torch/include/torch/custom_class_detail.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch 2024-08-08T20:18:49.9290140Z copying torch/include/torch/custom_class.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch 2024-08-08T20:18:49.9291970Z copying torch/include/torch/extension.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch 2024-08-08T20:18:49.9293150Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-08T20:18:49.9297470Z copying torch/include/torch/csrc/Size.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-08T20:18:49.9297900Z copying torch/include/torch/csrc/utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-08T20:18:49.9298260Z copying torch/include/torch/csrc/Export.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-08T20:18:49.9298600Z copying torch/include/torch/csrc/Device.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-08T20:18:49.9298970Z copying torch/include/torch/csrc/THConcat.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-08T20:18:49.9300410Z copying torch/include/torch/csrc/Event.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-08T20:18:49.9301490Z copying torch/include/torch/csrc/Types.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-08T20:18:49.9302970Z copying torch/include/torch/csrc/serialization.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-08T20:18:49.9304000Z copying torch/include/torch/csrc/Exceptions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-08T20:18:49.9305540Z copying torch/include/torch/csrc/itt_wrapper.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-08T20:18:49.9306850Z copying torch/include/torch/csrc/QScheme.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-08T20:18:49.9308140Z copying torch/include/torch/csrc/Stream.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-08T20:18:49.9309240Z copying torch/include/torch/csrc/DataLoader.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-08T20:18:49.9310700Z copying torch/include/torch/csrc/THP.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-08T20:18:49.9312020Z copying torch/include/torch/csrc/python_headers.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-08T20:18:49.9313240Z copying torch/include/torch/csrc/Layout.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-08T20:18:49.9314730Z copying torch/include/torch/csrc/DynamicTypes.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-08T20:18:49.9316020Z copying torch/include/torch/csrc/copy_utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-08T20:18:49.9317540Z copying torch/include/torch/csrc/Storage.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-08T20:18:49.9318780Z copying torch/include/torch/csrc/MemoryFormat.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-08T20:18:49.9320100Z copying torch/include/torch/csrc/StorageSharing.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-08T20:18:49.9321470Z copying torch/include/torch/csrc/PyInterpreter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-08T20:18:49.9322840Z copying torch/include/torch/csrc/Dtype.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-08T20:18:49.9323590Z copying torch/include/torch/csrc/Module.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-08T20:18:49.9325200Z copying torch/include/torch/csrc/python_dimname.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-08T20:18:49.9326270Z copying torch/include/torch/csrc/CudaIPCTypes.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-08T20:18:49.9327660Z copying torch/include/torch/csrc/Generator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-08T20:18:49.9329090Z copying torch/include/torch/csrc/TypeInfo.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-08T20:18:49.9330200Z copying torch/include/torch/csrc/StorageMethods.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-08T20:18:49.9331360Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api 2024-08-08T20:18:49.9331800Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include 2024-08-08T20:18:49.9332300Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:49.9333290Z copying torch/include/torch/csrc/api/include/torch/fft.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:49.9334810Z copying torch/include/torch/csrc/api/include/torch/nested.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:49.9335610Z copying torch/include/torch/csrc/api/include/torch/utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:49.9337290Z copying torch/include/torch/csrc/api/include/torch/version.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:49.9338290Z copying torch/include/torch/csrc/api/include/torch/enum.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:49.9339960Z copying torch/include/torch/csrc/api/include/torch/types.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:49.9341140Z copying torch/include/torch/csrc/api/include/torch/all.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:49.9342700Z copying torch/include/torch/csrc/api/include/torch/data.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:49.9343600Z copying torch/include/torch/csrc/api/include/torch/arg.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:49.9345210Z copying torch/include/torch/csrc/api/include/torch/xpu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:49.9346570Z copying torch/include/torch/csrc/api/include/torch/torch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:49.9347700Z copying torch/include/torch/csrc/api/include/torch/optim.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:49.9349090Z copying torch/include/torch/csrc/api/include/torch/jit.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:49.9350180Z copying torch/include/torch/csrc/api/include/torch/nn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:49.9351370Z copying torch/include/torch/csrc/api/include/torch/imethod.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:49.9353010Z copying torch/include/torch/csrc/api/include/torch/ordered_dict.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:49.9354390Z copying torch/include/torch/csrc/api/include/torch/cuda.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:49.9355390Z copying torch/include/torch/csrc/api/include/torch/autograd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:49.9357000Z copying torch/include/torch/csrc/api/include/torch/linalg.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:49.9358510Z copying torch/include/torch/csrc/api/include/torch/special.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:49.9360140Z copying torch/include/torch/csrc/api/include/torch/sparse.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:49.9361580Z copying torch/include/torch/csrc/api/include/torch/mps.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:49.9363050Z copying torch/include/torch/csrc/api/include/torch/python.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:49.9364510Z copying torch/include/torch/csrc/api/include/torch/serialize.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:49.9365530Z copying torch/include/torch/csrc/api/include/torch/expanding_array.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:49.9367060Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data 2024-08-08T20:18:49.9367650Z copying torch/include/torch/csrc/api/include/torch/data/example.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data 2024-08-08T20:18:49.9369320Z copying torch/include/torch/csrc/api/include/torch/data/dataloader_options.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data 2024-08-08T20:18:49.9370990Z copying torch/include/torch/csrc/api/include/torch/data/worker_exception.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data 2024-08-08T20:18:49.9371890Z copying torch/include/torch/csrc/api/include/torch/data/dataloader.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data 2024-08-08T20:18:49.9373600Z copying torch/include/torch/csrc/api/include/torch/data/samplers.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data 2024-08-08T20:18:49.9375060Z copying torch/include/torch/csrc/api/include/torch/data/datasets.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data 2024-08-08T20:18:49.9376030Z copying torch/include/torch/csrc/api/include/torch/data/transforms.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data 2024-08-08T20:18:49.9377770Z copying torch/include/torch/csrc/api/include/torch/data/iterator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data 2024-08-08T20:18:49.9379190Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-08-08T20:18:49.9379960Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-08-08T20:18:49.9381220Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-08-08T20:18:49.9383090Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/base.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-08-08T20:18:49.9384460Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/datasets 2024-08-08T20:18:49.9385190Z copying torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/datasets 2024-08-08T20:18:49.9386760Z copying torch/include/torch/csrc/api/include/torch/data/datasets/shared.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/datasets 2024-08-08T20:18:49.9388200Z copying torch/include/torch/csrc/api/include/torch/data/datasets/map.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/datasets 2024-08-08T20:18:49.9389660Z copying torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/datasets 2024-08-08T20:18:49.9391200Z copying torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/datasets 2024-08-08T20:18:49.9392180Z copying torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/datasets 2024-08-08T20:18:49.9393720Z copying torch/include/torch/csrc/api/include/torch/data/datasets/base.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/datasets 2024-08-08T20:18:49.9394710Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/detail 2024-08-08T20:18:49.9395550Z copying torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/detail 2024-08-08T20:18:49.9397400Z copying torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/detail 2024-08-08T20:18:49.9398440Z copying torch/include/torch/csrc/api/include/torch/data/detail/queue.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/detail 2024-08-08T20:18:49.9399900Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/samplers 2024-08-08T20:18:49.9400660Z copying torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/samplers 2024-08-08T20:18:49.9401820Z copying torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/samplers 2024-08-08T20:18:49.9403400Z copying torch/include/torch/csrc/api/include/torch/data/samplers/stream.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/samplers 2024-08-08T20:18:49.9404410Z copying torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/samplers 2024-08-08T20:18:49.9406030Z copying torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/samplers 2024-08-08T20:18:49.9407030Z copying torch/include/torch/csrc/api/include/torch/data/samplers/random.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/samplers 2024-08-08T20:18:49.9408700Z copying torch/include/torch/csrc/api/include/torch/data/samplers/base.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/samplers 2024-08-08T20:18:49.9409520Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/transforms 2024-08-08T20:18:49.9410310Z copying torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/transforms 2024-08-08T20:18:49.9412010Z copying torch/include/torch/csrc/api/include/torch/data/transforms/stack.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/transforms 2024-08-08T20:18:49.9413080Z copying torch/include/torch/csrc/api/include/torch/data/transforms/collate.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/transforms 2024-08-08T20:18:49.9414840Z copying torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/transforms 2024-08-08T20:18:49.9415740Z copying torch/include/torch/csrc/api/include/torch/data/transforms/base.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/transforms 2024-08-08T20:18:49.9417220Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/detail 2024-08-08T20:18:49.9417830Z copying torch/include/torch/csrc/api/include/torch/detail/static.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/detail 2024-08-08T20:18:49.9418950Z copying torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/detail 2024-08-08T20:18:49.9420340Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn 2024-08-08T20:18:49.9420950Z copying torch/include/torch/csrc/api/include/torch/nn/utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn 2024-08-08T20:18:49.9422180Z copying torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn 2024-08-08T20:18:49.9423740Z copying torch/include/torch/csrc/api/include/torch/nn/options.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn 2024-08-08T20:18:49.9424670Z copying torch/include/torch/csrc/api/include/torch/nn/functional.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn 2024-08-08T20:18:49.9426150Z copying torch/include/torch/csrc/api/include/torch/nn/modules.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn 2024-08-08T20:18:49.9427740Z copying torch/include/torch/csrc/api/include/torch/nn/pimpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn 2024-08-08T20:18:49.9428510Z copying torch/include/torch/csrc/api/include/torch/nn/module.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn 2024-08-08T20:18:49.9430290Z copying torch/include/torch/csrc/api/include/torch/nn/init.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn 2024-08-08T20:18:49.9431490Z copying torch/include/torch/csrc/api/include/torch/nn/cloneable.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn 2024-08-08T20:18:49.9433000Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-08T20:18:49.9433710Z copying torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-08T20:18:49.9434810Z copying torch/include/torch/csrc/api/include/torch/nn/functional/distance.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-08T20:18:49.9436140Z copying torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-08T20:18:49.9437680Z copying torch/include/torch/csrc/api/include/torch/nn/functional/linear.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-08T20:18:49.9438680Z copying torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-08T20:18:49.9440200Z copying torch/include/torch/csrc/api/include/torch/nn/functional/vision.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-08T20:18:49.9441330Z copying torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-08T20:18:49.9442950Z copying torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-08T20:18:49.9444540Z copying torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-08T20:18:49.9449750Z copying torch/include/torch/csrc/api/include/torch/nn/functional/fold.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-08T20:18:49.9454290Z copying torch/include/torch/csrc/api/include/torch/nn/functional/activation.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-08T20:18:49.9457680Z copying torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-08T20:18:49.9459380Z copying torch/include/torch/csrc/api/include/torch/nn/functional/conv.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-08T20:18:49.9460490Z copying torch/include/torch/csrc/api/include/torch/nn/functional/padding.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-08T20:18:49.9464630Z copying torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-08T20:18:49.9471250Z copying torch/include/torch/csrc/api/include/torch/nn/functional/loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-08T20:18:49.9473190Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:49.9473960Z copying torch/include/torch/csrc/api/include/torch/nn/options/normalization.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:49.9477610Z copying torch/include/torch/csrc/api/include/torch/nn/options/rnn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:49.9481420Z copying torch/include/torch/csrc/api/include/torch/nn/options/distance.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:49.9482420Z copying torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:49.9486090Z copying torch/include/torch/csrc/api/include/torch/nn/options/linear.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:49.9490990Z copying torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:49.9495960Z copying torch/include/torch/csrc/api/include/torch/nn/options/vision.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:49.9496900Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:49.9498590Z copying torch/include/torch/csrc/api/include/torch/nn/options/dropout.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:49.9499740Z copying torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:49.9501300Z copying torch/include/torch/csrc/api/include/torch/nn/options/embedding.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:49.9502400Z copying torch/include/torch/csrc/api/include/torch/nn/options/fold.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:49.9503910Z copying torch/include/torch/csrc/api/include/torch/nn/options/activation.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:49.9505640Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:49.9506530Z copying torch/include/torch/csrc/api/include/torch/nn/options/pooling.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:49.9508310Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:49.9509380Z copying torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:49.9510910Z copying torch/include/torch/csrc/api/include/torch/nn/options/conv.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:49.9512000Z copying torch/include/torch/csrc/api/include/torch/nn/options/padding.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:49.9534850Z copying torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:49.9536460Z copying torch/include/torch/csrc/api/include/torch/nn/options/loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:49.9537860Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:49.9550830Z copying torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:49.9552500Z copying torch/include/torch/csrc/api/include/torch/nn/modules/utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:49.9553330Z copying torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:49.9554920Z copying torch/include/torch/csrc/api/include/torch/nn/modules/distance.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:49.9556070Z copying torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:49.9557790Z copying torch/include/torch/csrc/api/include/torch/nn/modules/linear.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:49.9558710Z copying torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:49.9585470Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:49.9586550Z copying torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:49.9591930Z copying torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:49.9592810Z copying torch/include/torch/csrc/api/include/torch/nn/modules/common.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:49.9593460Z copying torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:49.9605100Z copying torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:49.9606300Z copying torch/include/torch/csrc/api/include/torch/nn/modules/fold.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:49.9607900Z copying torch/include/torch/csrc/api/include/torch/nn/modules/activation.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:49.9609240Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:49.9610790Z copying torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:49.9612490Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:49.9613460Z copying torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:49.9614830Z copying torch/include/torch/csrc/api/include/torch/nn/modules/conv.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:49.9616340Z copying torch/include/torch/csrc/api/include/torch/nn/modules/padding.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:49.9618060Z copying torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:49.9619010Z copying torch/include/torch/csrc/api/include/torch/nn/modules/loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:49.9620800Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-08T20:18:49.9621600Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-08T20:18:49.9622640Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-08T20:18:49.9624290Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-08T20:18:49.9625410Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-08T20:18:49.9627010Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-08T20:18:49.9628070Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-08T20:18:49.9629450Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-08T20:18:49.9631260Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-08T20:18:49.9632080Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-08T20:18:49.9633890Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-08T20:18:49.9634650Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/parallel 2024-08-08T20:18:49.9635440Z copying torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/parallel 2024-08-08T20:18:49.9636930Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/utils 2024-08-08T20:18:49.9637590Z copying torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/utils 2024-08-08T20:18:49.9638740Z copying torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/utils 2024-08-08T20:18:49.9640380Z copying torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/utils 2024-08-08T20:18:49.9641570Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim 2024-08-08T20:18:49.9642210Z copying torch/include/torch/csrc/api/include/torch/optim/rmsprop.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim 2024-08-08T20:18:49.9643420Z copying torch/include/torch/csrc/api/include/torch/optim/lbfgs.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim 2024-08-08T20:18:49.9644580Z copying torch/include/torch/csrc/api/include/torch/optim/optimizer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim 2024-08-08T20:18:49.9646120Z copying torch/include/torch/csrc/api/include/torch/optim/adagrad.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim 2024-08-08T20:18:49.9647170Z copying torch/include/torch/csrc/api/include/torch/optim/sgd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim 2024-08-08T20:18:49.9648610Z copying torch/include/torch/csrc/api/include/torch/optim/serialize.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim 2024-08-08T20:18:49.9650320Z copying torch/include/torch/csrc/api/include/torch/optim/adamw.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim 2024-08-08T20:18:49.9651920Z copying torch/include/torch/csrc/api/include/torch/optim/adam.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim 2024-08-08T20:18:49.9652710Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-08-08T20:18:49.9653580Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-08-08T20:18:49.9655270Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-08-08T20:18:49.9656480Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-08-08T20:18:49.9657370Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/serialize 2024-08-08T20:18:49.9658100Z copying torch/include/torch/csrc/api/include/torch/serialize/archive.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/serialize 2024-08-08T20:18:49.9659850Z copying torch/include/torch/csrc/api/include/torch/serialize/input-archive.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/serialize 2024-08-08T20:18:49.9660890Z copying torch/include/torch/csrc/api/include/torch/serialize/output-archive.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/serialize 2024-08-08T20:18:49.9662400Z copying torch/include/torch/csrc/api/include/torch/serialize/tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/serialize 2024-08-08T20:18:49.9663450Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9664180Z copying torch/include/torch/csrc/autograd/python_function.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9665990Z copying torch/include/torch/csrc/autograd/custom_function.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9667410Z copying torch/include/torch/csrc/autograd/python_linalg_functions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9668990Z copying torch/include/torch/csrc/autograd/saved_variable_hooks.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9669750Z copying torch/include/torch/csrc/autograd/record_function_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9671650Z copying torch/include/torch/csrc/autograd/engine.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9672700Z copying torch/include/torch/csrc/autograd/python_enum_tag.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9673880Z copying torch/include/torch/csrc/autograd/graph_task.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9675530Z copying torch/include/torch/csrc/autograd/edge.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9676780Z copying torch/include/torch/csrc/autograd/python_nested_functions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9678220Z copying torch/include/torch/csrc/autograd/variable_info.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9679080Z copying torch/include/torch/csrc/autograd/saved_variable.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9680660Z copying torch/include/torch/csrc/autograd/python_engine.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9682090Z copying torch/include/torch/csrc/autograd/python_legacy_variable.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9683420Z copying torch/include/torch/csrc/autograd/profiler_python.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9684480Z copying torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9685950Z copying torch/include/torch/csrc/autograd/python_saved_variable_hooks.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9686940Z copying torch/include/torch/csrc/autograd/python_cpp_function.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9688380Z copying torch/include/torch/csrc/autograd/python_hook.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9689780Z copying torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9691150Z copying torch/include/torch/csrc/autograd/python_autograd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9692090Z copying torch/include/torch/csrc/autograd/profiler_kineto.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9693560Z copying torch/include/torch/csrc/autograd/variable.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9695190Z copying torch/include/torch/csrc/autograd/python_fft_functions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9696540Z copying torch/include/torch/csrc/autograd/python_variable.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9697990Z copying torch/include/torch/csrc/autograd/python_torch_functions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9698850Z copying torch/include/torch/csrc/autograd/function_hook.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9700550Z copying torch/include/torch/csrc/autograd/input_metadata.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9701720Z copying torch/include/torch/csrc/autograd/grad_mode.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9703310Z copying torch/include/torch/csrc/autograd/jit_decomp_interface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9704690Z copying torch/include/torch/csrc/autograd/python_sparse_functions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9705560Z copying torch/include/torch/csrc/autograd/symbolic.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9707220Z copying torch/include/torch/csrc/autograd/input_buffer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9708190Z copying torch/include/torch/csrc/autograd/profiler_legacy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9709940Z copying torch/include/torch/csrc/autograd/autograd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9711150Z copying torch/include/torch/csrc/autograd/cpp_hook.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9712520Z copying torch/include/torch/csrc/autograd/python_special_functions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9713610Z copying torch/include/torch/csrc/autograd/FunctionsManual.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9715170Z copying torch/include/torch/csrc/autograd/forward_grad.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9716530Z copying torch/include/torch/csrc/autograd/python_anomaly_mode.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9717920Z copying torch/include/torch/csrc/autograd/python_nn_functions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9718940Z copying torch/include/torch/csrc/autograd/InferenceMode.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9720730Z copying torch/include/torch/csrc/autograd/python_variable_indexing.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9722100Z copying torch/include/torch/csrc/autograd/profiler.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9722960Z copying torch/include/torch/csrc/autograd/function.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9724700Z copying torch/include/torch/csrc/autograd/anomaly_mode.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-08T20:18:49.9726000Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/functions 2024-08-08T20:18:49.9726580Z copying torch/include/torch/csrc/autograd/functions/utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/functions 2024-08-08T20:18:49.9727970Z copying torch/include/torch/csrc/autograd/functions/pybind.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/functions 2024-08-08T20:18:49.9729530Z copying torch/include/torch/csrc/autograd/functions/comm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/functions 2024-08-08T20:18:49.9730520Z copying torch/include/torch/csrc/autograd/functions/basic_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/functions 2024-08-08T20:18:49.9732260Z copying torch/include/torch/csrc/autograd/functions/accumulate_grad.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/functions 2024-08-08T20:18:49.9733070Z copying torch/include/torch/csrc/autograd/functions/tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/functions 2024-08-08T20:18:49.9734880Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/generated 2024-08-08T20:18:49.9735690Z copying torch/include/torch/csrc/autograd/generated/python_return_types.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/generated 2024-08-08T20:18:49.9736930Z copying torch/include/torch/csrc/autograd/generated/ViewFuncs.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/generated 2024-08-08T20:18:49.9738730Z copying torch/include/torch/csrc/autograd/generated/python_functions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/generated 2024-08-08T20:18:49.9740340Z copying torch/include/torch/csrc/autograd/generated/VariableType.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/generated 2024-08-08T20:18:49.9741920Z copying torch/include/torch/csrc/autograd/generated/Functions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/generated 2024-08-08T20:18:49.9745930Z copying torch/include/torch/csrc/autograd/generated/variable_factories.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/generated 2024-08-08T20:18:49.9747270Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/utils 2024-08-08T20:18:49.9747780Z copying torch/include/torch/csrc/autograd/utils/warnings.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/utils 2024-08-08T20:18:49.9749470Z copying torch/include/torch/csrc/autograd/utils/wrap_outputs.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/utils 2024-08-08T20:18:49.9750450Z copying torch/include/torch/csrc/autograd/utils/python_arg_parsing.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/utils 2024-08-08T20:18:49.9752100Z copying torch/include/torch/csrc/autograd/utils/grad_layout_contract.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/utils 2024-08-08T20:18:49.9753470Z copying torch/include/torch/csrc/autograd/utils/lambda_post_hook.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/utils 2024-08-08T20:18:49.9754930Z copying torch/include/torch/csrc/autograd/utils/error_messages.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/utils 2024-08-08T20:18:49.9755700Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda 2024-08-08T20:18:49.9756500Z copying torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda 2024-08-08T20:18:49.9758190Z copying torch/include/torch/csrc/cuda/THCP.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda 2024-08-08T20:18:49.9759020Z copying torch/include/torch/csrc/cuda/nccl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda 2024-08-08T20:18:49.9760750Z copying torch/include/torch/csrc/cuda/memory_snapshot.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda 2024-08-08T20:18:49.9762150Z copying torch/include/torch/csrc/cuda/python_nccl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda 2024-08-08T20:18:49.9763540Z copying torch/include/torch/csrc/cuda/device_set.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda 2024-08-08T20:18:49.9764770Z copying torch/include/torch/csrc/cuda/Event.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda 2024-08-08T20:18:49.9766510Z copying torch/include/torch/csrc/cuda/python_comm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda 2024-08-08T20:18:49.9767970Z copying torch/include/torch/csrc/cuda/comm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda 2024-08-08T20:18:49.9769500Z copying torch/include/torch/csrc/cuda/Stream.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda 2024-08-08T20:18:49.9770850Z copying torch/include/torch/csrc/cuda/Module.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda 2024-08-08T20:18:49.9772160Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed 2024-08-08T20:18:49.9772450Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:49.9773100Z copying torch/include/torch/csrc/distributed/c10d/error.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:49.9775020Z copying torch/include/torch/csrc/distributed/c10d/debug.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:49.9775900Z copying torch/include/torch/csrc/distributed/c10d/logging.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:49.9777470Z copying torch/include/torch/csrc/distributed/c10d/python_comm_hook.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:49.9778730Z copying torch/include/torch/csrc/distributed/c10d/c10d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:49.9779950Z copying torch/include/torch/csrc/distributed/c10d/TraceUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:49.9781600Z copying torch/include/torch/csrc/distributed/c10d/exception.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:49.9782450Z copying torch/include/torch/csrc/distributed/c10d/socket.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:49.9784150Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:49.9785940Z copying torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:49.9786880Z copying torch/include/torch/csrc/distributed/c10d/logger.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:49.9788370Z copying torch/include/torch/csrc/distributed/c10d/Work.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:49.9789930Z copying torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:49.9790930Z copying torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:49.9792390Z copying torch/include/torch/csrc/distributed/c10d/Store.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:49.9793450Z copying torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:49.9795080Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:49.9796570Z copying torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:49.9797620Z copying torch/include/torch/csrc/distributed/c10d/RankLocal.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:49.9865130Z copying torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:49.9866580Z copying torch/include/torch/csrc/distributed/c10d/FileStore.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:49.9867990Z copying torch/include/torch/csrc/distributed/c10d/reducer.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:50.3327950Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:50.3335540Z copying torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:50.3342940Z copying torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:50.3350630Z copying torch/include/torch/csrc/distributed/c10d/comm.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:50.3359780Z copying torch/include/torch/csrc/distributed/c10d/Functional.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:50.3371940Z copying torch/include/torch/csrc/distributed/c10d/Backoff.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:50.3380800Z copying torch/include/torch/csrc/distributed/c10d/TCPStore.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:50.3391210Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:50.3400940Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:50.3408330Z copying torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:50.3414890Z copying torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:50.3422450Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:50.3428530Z copying torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:50.3435640Z copying torch/include/torch/csrc/distributed/c10d/HashStore.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:50.3442110Z copying torch/include/torch/csrc/distributed/c10d/sequence_num.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:50.3448270Z copying torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:50.3453540Z copying torch/include/torch/csrc/distributed/c10d/SymmetricMemory.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:50.3459170Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:50.3466480Z copying torch/include/torch/csrc/distributed/c10d/Backend.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:50.3471870Z copying torch/include/torch/csrc/distributed/c10d/Utils.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:50.3477550Z copying torch/include/torch/csrc/distributed/c10d/Types.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:50.3483020Z copying torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:50.3488220Z copying torch/include/torch/csrc/distributed/c10d/intra_node_comm.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:50.3493970Z copying torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:50.3499150Z copying torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:50.3504050Z copying torch/include/torch/csrc/distributed/c10d/DMAConnectivity.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:50.3508590Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:50.3511730Z copying torch/include/torch/csrc/distributed/rpc/utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:50.3516310Z copying torch/include/torch/csrc/distributed/rpc/rref_context.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:50.3521530Z copying torch/include/torch/csrc/distributed/rpc/request_callback_impl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:50.3526170Z copying torch/include/torch/csrc/distributed/rpc/python_resp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:50.3531170Z copying torch/include/torch/csrc/distributed/rpc/rref_impl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:50.3537090Z copying torch/include/torch/csrc/distributed/rpc/request_callback.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:50.3541480Z copying torch/include/torch/csrc/distributed/rpc/types.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:50.3545620Z copying torch/include/torch/csrc/distributed/rpc/rref_proto.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:50.3546850Z copying torch/include/torch/csrc/distributed/rpc/py_rref.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:50.3548500Z copying torch/include/torch/csrc/distributed/rpc/rpc_agent.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:50.3550230Z copying torch/include/torch/csrc/distributed/rpc/python_functions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:50.3551460Z copying torch/include/torch/csrc/distributed/rpc/message.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:50.3552710Z copying torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:50.3554090Z copying torch/include/torch/csrc/distributed/rpc/python_remote_call.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:50.3555430Z copying torch/include/torch/csrc/distributed/rpc/python_call.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:50.3556840Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:50.3559080Z copying torch/include/torch/csrc/distributed/rpc/script_remote_call.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:50.3560200Z copying torch/include/torch/csrc/distributed/rpc/script_resp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:50.3561470Z copying torch/include/torch/csrc/distributed/rpc/rpc.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:50.3562750Z copying torch/include/torch/csrc/distributed/rpc/rpc_command_base.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:50.3564040Z copying torch/include/torch/csrc/distributed/rpc/script_call.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:50.3566380Z copying torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:50.3567740Z copying torch/include/torch/csrc/distributed/rpc/torchscript_functions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:50.3569130Z copying torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:50.3570550Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:50.3572390Z copying torch/include/torch/csrc/distributed/rpc/agent_utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:50.3573660Z copying torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:50.3580320Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd 2024-08-08T20:18:50.3581060Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/context 2024-08-08T20:18:50.3582180Z copying torch/include/torch/csrc/distributed/autograd/context/container.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/context 2024-08-08T20:18:50.3583510Z copying torch/include/torch/csrc/distributed/autograd/context/context.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/context 2024-08-08T20:18:50.3584530Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/functions 2024-08-08T20:18:50.3585620Z copying torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/functions 2024-08-08T20:18:50.3587050Z copying torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/functions 2024-08-08T20:18:50.3588120Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-08T20:18:50.3589280Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-08T20:18:50.3590740Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-08T20:18:50.3592220Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-08T20:18:50.3593650Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-08T20:18:50.3595180Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-08T20:18:50.3596650Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-08T20:18:50.3598110Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-08T20:18:50.3599630Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-08T20:18:50.3601050Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-08T20:18:50.3602520Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-08T20:18:50.3603510Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo 2024-08-08T20:18:50.3604290Z copying torch/include/torch/csrc/dynamo/cache_entry.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo 2024-08-08T20:18:50.3605250Z copying torch/include/torch/csrc/dynamo/utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo 2024-08-08T20:18:50.3606160Z copying torch/include/torch/csrc/dynamo/cpython_defs.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo 2024-08-08T20:18:50.3607070Z copying torch/include/torch/csrc/dynamo/cpp_shim.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo 2024-08-08T20:18:50.3607990Z copying torch/include/torch/csrc/dynamo/framelocals_mapping.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo 2024-08-08T20:18:50.3608970Z copying torch/include/torch/csrc/dynamo/cpython_includes.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo 2024-08-08T20:18:50.3610140Z copying torch/include/torch/csrc/dynamo/extra_state.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo 2024-08-08T20:18:50.3611150Z copying torch/include/torch/csrc/dynamo/compiled_autograd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo 2024-08-08T20:18:50.3612100Z copying torch/include/torch/csrc/dynamo/eval_frame.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo 2024-08-08T20:18:50.3613120Z copying torch/include/torch/csrc/dynamo/debug_macros.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo 2024-08-08T20:18:50.3614160Z copying torch/include/torch/csrc/dynamo/python_compiled_autograd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo 2024-08-08T20:18:50.3615100Z copying torch/include/torch/csrc/dynamo/init.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo 2024-08-08T20:18:50.3615980Z copying torch/include/torch/csrc/dynamo/guards.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo 2024-08-08T20:18:50.3616860Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor 2024-08-08T20:18:50.3617650Z copying torch/include/torch/csrc/inductor/inductor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor 2024-08-08T20:18:50.3618800Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runner 2024-08-08T20:18:50.3619700Z copying torch/include/torch/csrc/inductor/aoti_runner/pybind.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runner 2024-08-08T20:18:50.3621060Z copying torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runner 2024-08-08T20:18:50.3622530Z copying torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runner 2024-08-08T20:18:50.3623940Z copying torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runner 2024-08-08T20:18:50.3625180Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-08T20:18:50.3626130Z copying torch/include/torch/csrc/inductor/aoti_runtime/utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-08T20:18:50.3627420Z copying torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-08T20:18:50.3628850Z copying torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-08T20:18:50.3630150Z copying torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-08T20:18:50.3631640Z copying torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-08T20:18:50.3632920Z copying torch/include/torch/csrc/inductor/aoti_runtime/interface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-08T20:18:50.3634290Z copying torch/include/torch/csrc/inductor/aoti_runtime/model.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-08T20:18:50.3636080Z copying torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-08T20:18:50.3637330Z copying torch/include/torch/csrc/inductor/aoti_runtime/model_container.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-08T20:18:50.3638420Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch 2024-08-08T20:18:50.3639360Z copying torch/include/torch/csrc/inductor/aoti_torch/utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch 2024-08-08T20:18:50.3640640Z copying torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch 2024-08-08T20:18:50.3642120Z copying torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch 2024-08-08T20:18:50.3643450Z copying torch/include/torch/csrc/inductor/aoti_torch/mkldnn_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch 2024-08-08T20:18:50.3644860Z copying torch/include/torch/csrc/inductor/aoti_torch/oss_proxy_executor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch 2024-08-08T20:18:50.3646070Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch/c 2024-08-08T20:18:50.3647180Z copying torch/include/torch/csrc/inductor/aoti_torch/c/shim.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch/c 2024-08-08T20:18:50.3648320Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch/generated 2024-08-08T20:18:50.3649800Z copying torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch/generated 2024-08-08T20:18:50.3651090Z copying torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch/generated 2024-08-08T20:18:50.3652250Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit 2024-08-08T20:18:50.3653060Z copying torch/include/torch/csrc/jit/jit_opt_limit.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit 2024-08-08T20:18:50.3654680Z copying torch/include/torch/csrc/jit/jit_log.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit 2024-08-08T20:18:50.3655850Z copying torch/include/torch/csrc/jit/resource_guard.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit 2024-08-08T20:18:50.3658060Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends 2024-08-08T20:18:50.3659100Z copying torch/include/torch/csrc/jit/backends/backend_debug_handler.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends 2024-08-08T20:18:50.3660400Z copying torch/include/torch/csrc/jit/backends/backend_interface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends 2024-08-08T20:18:50.3661830Z copying torch/include/torch/csrc/jit/backends/backend.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends 2024-08-08T20:18:50.3663970Z copying torch/include/torch/csrc/jit/backends/backend_exception.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends 2024-08-08T20:18:50.3665410Z copying torch/include/torch/csrc/jit/backends/backend_debug_info.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends 2024-08-08T20:18:50.3667470Z copying torch/include/torch/csrc/jit/backends/backend_resolver.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends 2024-08-08T20:18:50.3668700Z copying torch/include/torch/csrc/jit/backends/backend_preprocess.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends 2024-08-08T20:18:50.3670670Z copying torch/include/torch/csrc/jit/backends/backend_detail.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends 2024-08-08T20:18:50.3671900Z copying torch/include/torch/csrc/jit/backends/backend_init.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends 2024-08-08T20:18:50.3673630Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3674440Z copying torch/include/torch/csrc/jit/passes/remove_expands.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3675640Z copying torch/include/torch/csrc/jit/passes/restore_mutation.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3677440Z copying torch/include/torch/csrc/jit/passes/peephole_list_idioms.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3679370Z copying torch/include/torch/csrc/jit/passes/subgraph_rewrite.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3680490Z copying torch/include/torch/csrc/jit/passes/fuse_relu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3682400Z copying torch/include/torch/csrc/jit/passes/guard_elimination.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3683570Z copying torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3685620Z copying torch/include/torch/csrc/jit/passes/freeze_module.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3691670Z copying torch/include/torch/csrc/jit/passes/clear_undefinedness.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3692750Z copying torch/include/torch/csrc/jit/passes/dtype_analysis.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3693750Z copying torch/include/torch/csrc/jit/passes/peephole.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3694730Z copying torch/include/torch/csrc/jit/passes/remove_dropout.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3695840Z copying torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3697010Z copying torch/include/torch/csrc/jit/passes/value_refinement_utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3698050Z copying torch/include/torch/csrc/jit/passes/metal_rewrite.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3699050Z copying torch/include/torch/csrc/jit/passes/liveness.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3700060Z copying torch/include/torch/csrc/jit/passes/remove_mutation.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3701080Z copying torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3702180Z copying torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3703220Z copying torch/include/torch/csrc/jit/passes/batch_mm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3704220Z copying torch/include/torch/csrc/jit/passes/frozen_concat_linear.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3705280Z copying torch/include/torch/csrc/jit/passes/constant_pooling.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3706330Z copying torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3707430Z copying torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3708720Z copying torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3710130Z copying torch/include/torch/csrc/jit/passes/fuse_linear.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3711630Z copying torch/include/torch/csrc/jit/passes/annotate_warns.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3712910Z copying torch/include/torch/csrc/jit/passes/specialize_autogradzero.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3714370Z copying torch/include/torch/csrc/jit/passes/frozen_linear_folding.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3715690Z copying torch/include/torch/csrc/jit/passes/prepack_folding.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3717050Z copying torch/include/torch/csrc/jit/passes/frozen_conv_folding.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3718370Z copying torch/include/torch/csrc/jit/passes/constant_propagation.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3719780Z copying torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3721000Z copying torch/include/torch/csrc/jit/passes/insert_guards.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3723030Z copying torch/include/torch/csrc/jit/passes/variadic_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3724080Z copying torch/include/torch/csrc/jit/passes/refine_tuple_types.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3725120Z copying torch/include/torch/csrc/jit/passes/inliner.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3726460Z copying torch/include/torch/csrc/jit/passes/lower_grad_of.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3728080Z copying torch/include/torch/csrc/jit/passes/normalize_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3729960Z copying torch/include/torch/csrc/jit/passes/device_type_analysis.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3731130Z copying torch/include/torch/csrc/jit/passes/vulkan_rewrite.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3732370Z copying torch/include/torch/csrc/jit/passes/erase_number_types.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3733560Z copying torch/include/torch/csrc/jit/passes/integer_value_refinement.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3734930Z copying torch/include/torch/csrc/jit/passes/fold_linear_bn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3736210Z copying torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3737400Z copying torch/include/torch/csrc/jit/passes/graph_fuser.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3738670Z copying torch/include/torch/csrc/jit/passes/fold_conv_bn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3740010Z copying torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3741420Z copying torch/include/torch/csrc/jit/passes/inline_forked_closures.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3743430Z copying torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3744790Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3746110Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3747350Z copying torch/include/torch/csrc/jit/passes/add_if_then_else.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3748650Z copying torch/include/torch/csrc/jit/passes/decompose_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3749990Z copying torch/include/torch/csrc/jit/passes/peephole_non_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3751370Z copying torch/include/torch/csrc/jit/passes/remove_inplace_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3752670Z copying torch/include/torch/csrc/jit/passes/inline_fork_wait.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3753960Z copying torch/include/torch/csrc/jit/passes/check_strict_fusion.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3755250Z copying torch/include/torch/csrc/jit/passes/concat_opt.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3756650Z copying torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3757910Z copying torch/include/torch/csrc/jit/passes/eliminate_no_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3759260Z copying torch/include/torch/csrc/jit/passes/requires_grad_analysis.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3760590Z copying torch/include/torch/csrc/jit/passes/dead_code_elimination.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3761930Z copying torch/include/torch/csrc/jit/passes/clear_profiling.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3764090Z copying torch/include/torch/csrc/jit/passes/create_functional_graphs.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3765420Z copying torch/include/torch/csrc/jit/passes/bailout_graph.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3766620Z copying torch/include/torch/csrc/jit/passes/lower_tuples.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3767960Z copying torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3769240Z copying torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3770770Z copying torch/include/torch/csrc/jit/passes/canonicalize.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3772030Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3773410Z copying torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3774700Z copying torch/include/torch/csrc/jit/passes/loop_unrolling.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3775910Z copying torch/include/torch/csrc/jit/passes/shape_analysis.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3777220Z copying torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3778490Z copying torch/include/torch/csrc/jit/passes/remove_exceptions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3780070Z copying torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3781260Z copying torch/include/torch/csrc/jit/passes/inplace_check.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3782560Z copying torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3783840Z copying torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3785120Z copying torch/include/torch/csrc/jit/passes/pass_manager.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3786610Z copying torch/include/torch/csrc/jit/passes/onnx.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3787990Z copying torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3789340Z copying torch/include/torch/csrc/jit/passes/lift_closures.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3790590Z copying torch/include/torch/csrc/jit/passes/autocast.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3791800Z copying torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3793160Z copying torch/include/torch/csrc/jit/passes/lower_graph.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:50.3794780Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization 2024-08-08T20:18:50.3795770Z copying torch/include/torch/csrc/jit/passes/quantization/helper.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization 2024-08-08T20:18:50.3797030Z copying torch/include/torch/csrc/jit/passes/quantization/quantization_type.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization 2024-08-08T20:18:50.3798310Z copying torch/include/torch/csrc/jit/passes/quantization/insert_observers.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization 2024-08-08T20:18:50.3803370Z copying torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization 2024-08-08T20:18:50.3804690Z copying torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization 2024-08-08T20:18:50.3805960Z copying torch/include/torch/csrc/jit/passes/quantization/finalize.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization 2024-08-08T20:18:50.3807240Z copying torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization 2024-08-08T20:18:50.3808620Z copying torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization 2024-08-08T20:18:50.3809900Z copying torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization 2024-08-08T20:18:50.3810840Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/utils 2024-08-08T20:18:50.3811750Z copying torch/include/torch/csrc/jit/passes/utils/optimization_utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/utils 2024-08-08T20:18:50.3812900Z copying torch/include/torch/csrc/jit/passes/utils/memory_dag.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/utils 2024-08-08T20:18:50.3814050Z copying torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/utils 2024-08-08T20:18:50.3815170Z copying torch/include/torch/csrc/jit/passes/utils/op_registry.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/utils 2024-08-08T20:18:50.3816310Z copying torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/utils 2024-08-08T20:18:50.3817170Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:50.3818060Z copying torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:50.3819170Z copying torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:50.3820250Z copying torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:50.3821320Z copying torch/include/torch/csrc/jit/runtime/operator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:50.3822340Z copying torch/include/torch/csrc/jit/runtime/script_profile.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:50.3823370Z copying torch/include/torch/csrc/jit/runtime/interpreter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:50.3824460Z copying torch/include/torch/csrc/jit/runtime/register_ops_utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:50.3825580Z copying torch/include/torch/csrc/jit/runtime/jit_exception.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:50.3826890Z copying torch/include/torch/csrc/jit/runtime/exception_message.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:50.3828210Z copying torch/include/torch/csrc/jit/runtime/argument_spec.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:50.3829670Z copying torch/include/torch/csrc/jit/runtime/shape_function_registry.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:50.3830880Z copying torch/include/torch/csrc/jit/runtime/logging.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:50.3832210Z copying torch/include/torch/csrc/jit/runtime/jit_trace.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:50.3833760Z copying torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:50.3835030Z copying torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:50.3836500Z copying torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:50.3837830Z copying torch/include/torch/csrc/jit/runtime/custom_operator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:50.3839020Z copying torch/include/torch/csrc/jit/runtime/vararg_functions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:50.3840510Z copying torch/include/torch/csrc/jit/runtime/graph_iterator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:50.3841710Z copying torch/include/torch/csrc/jit/runtime/symbolic_script.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:50.3843180Z copying torch/include/torch/csrc/jit/runtime/variable_tensor_list.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:50.3844570Z copying torch/include/torch/csrc/jit/runtime/decomposition_registry.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:50.3845850Z copying torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:50.3847110Z copying torch/include/torch/csrc/jit/runtime/autodiff.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:50.3848400Z copying torch/include/torch/csrc/jit/runtime/print_handler.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:50.3849720Z copying torch/include/torch/csrc/jit/runtime/profiling_record.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:50.3851310Z copying torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:50.3852780Z copying torch/include/torch/csrc/jit/runtime/graph_executor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:50.3854100Z copying torch/include/torch/csrc/jit/runtime/operator_options.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:50.3855430Z copying torch/include/torch/csrc/jit/runtime/instruction.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:50.3856630Z copying torch/include/torch/csrc/jit/runtime/graph_executor_impl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:50.3858070Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir 2024-08-08T20:18:50.3858820Z copying torch/include/torch/csrc/jit/ir/named_value.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir 2024-08-08T20:18:50.3859940Z copying torch/include/torch/csrc/jit/ir/irparser.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir 2024-08-08T20:18:50.3861250Z copying torch/include/torch/csrc/jit/ir/ir.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir 2024-08-08T20:18:50.3863150Z copying torch/include/torch/csrc/jit/ir/graph_node_list.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir 2024-08-08T20:18:50.3864350Z copying torch/include/torch/csrc/jit/ir/ir_views.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir 2024-08-08T20:18:50.3865680Z copying torch/include/torch/csrc/jit/ir/alias_analysis.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir 2024-08-08T20:18:50.3867000Z copying torch/include/torch/csrc/jit/ir/attributes.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir 2024-08-08T20:18:50.3868230Z copying torch/include/torch/csrc/jit/ir/type_hashing.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir 2024-08-08T20:18:50.3870080Z copying torch/include/torch/csrc/jit/ir/constants.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir 2024-08-08T20:18:50.3871790Z copying torch/include/torch/csrc/jit/ir/subgraph_matcher.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir 2024-08-08T20:18:50.3873140Z copying torch/include/torch/csrc/jit/ir/scope.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir 2024-08-08T20:18:50.3874700Z copying torch/include/torch/csrc/jit/ir/graph_utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir 2024-08-08T20:18:50.3876000Z copying torch/include/torch/csrc/jit/ir/node_hashing.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir 2024-08-08T20:18:50.3877380Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:50.3878270Z copying torch/include/torch/csrc/jit/frontend/error_report.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:50.3879660Z copying torch/include/torch/csrc/jit/frontend/source_range.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:50.3881400Z copying torch/include/torch/csrc/jit/frontend/edit_distance.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:50.3882750Z copying torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:50.3884120Z copying torch/include/torch/csrc/jit/frontend/schema_matching.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:50.3885520Z copying torch/include/torch/csrc/jit/frontend/function_schema_parser.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:50.3886920Z copying torch/include/torch/csrc/jit/frontend/tree_views.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:50.3888700Z copying torch/include/torch/csrc/jit/frontend/ir_emitter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:50.3890290Z copying torch/include/torch/csrc/jit/frontend/parser.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:50.3891640Z copying torch/include/torch/csrc/jit/frontend/strtod.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:50.3892990Z copying torch/include/torch/csrc/jit/frontend/tree.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:50.3894540Z copying torch/include/torch/csrc/jit/frontend/concrete_module_type.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:50.3895870Z copying torch/include/torch/csrc/jit/frontend/builtin_functions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:50.3897300Z copying torch/include/torch/csrc/jit/frontend/exit_transforms.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:50.3898780Z copying torch/include/torch/csrc/jit/frontend/parse_string_literal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:50.3900210Z copying torch/include/torch/csrc/jit/frontend/sugared_value.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:50.3902000Z copying torch/include/torch/csrc/jit/frontend/inline_loop_condition.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:50.3903280Z copying torch/include/torch/csrc/jit/frontend/name_mangler.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:50.3904730Z copying torch/include/torch/csrc/jit/frontend/tracer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:50.3906230Z copying torch/include/torch/csrc/jit/frontend/resolver.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:50.3907800Z copying torch/include/torch/csrc/jit/frontend/script_type_parser.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:50.3909170Z copying torch/include/torch/csrc/jit/frontend/schema_type_parser.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:50.3910550Z copying torch/include/torch/csrc/jit/frontend/lexer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:50.3912180Z copying torch/include/torch/csrc/jit/frontend/versioned_symbols.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:50.3917470Z copying torch/include/torch/csrc/jit/frontend/convert_to_ssa.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:50.3918590Z copying torch/include/torch/csrc/jit/frontend/source_ref.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:50.3919750Z copying torch/include/torch/csrc/jit/frontend/mini_environment.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:50.3920960Z copying torch/include/torch/csrc/jit/frontend/parser_constants.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:50.3921820Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/api 2024-08-08T20:18:50.3922660Z copying torch/include/torch/csrc/jit/api/function_impl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/api 2024-08-08T20:18:50.3923660Z copying torch/include/torch/csrc/jit/api/method.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/api 2024-08-08T20:18:50.3924730Z copying torch/include/torch/csrc/jit/api/compilation_unit.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/api 2024-08-08T20:18:50.3925760Z copying torch/include/torch/csrc/jit/api/object.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/api 2024-08-08T20:18:50.3926840Z copying torch/include/torch/csrc/jit/api/module.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/api 2024-08-08T20:18:50.3927650Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:50.3928670Z copying torch/include/torch/csrc/jit/serialization/import_read.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:50.3929890Z copying torch/include/torch/csrc/jit/serialization/export_bytecode.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:50.3931110Z copying torch/include/torch/csrc/jit/serialization/import_source.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:50.3932460Z copying torch/include/torch/csrc/jit/serialization/export.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:50.3933720Z copying torch/include/torch/csrc/jit/serialization/import_export_helpers.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:50.3935160Z copying torch/include/torch/csrc/jit/serialization/type_name_uniquer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:50.3936620Z copying torch/include/torch/csrc/jit/serialization/pickler.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:50.3938040Z copying torch/include/torch/csrc/jit/serialization/storage_context.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:50.3939600Z copying torch/include/torch/csrc/jit/serialization/python_print.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:50.3941040Z copying torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:50.3942510Z copying torch/include/torch/csrc/jit/serialization/import_export_functions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:50.3944020Z copying torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:50.3945410Z copying torch/include/torch/csrc/jit/serialization/pickle.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:50.3946860Z copying torch/include/torch/csrc/jit/serialization/import_export_constants.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:50.3948320Z copying torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:50.3949770Z copying torch/include/torch/csrc/jit/serialization/import.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:50.3951230Z copying torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:50.3952700Z copying torch/include/torch/csrc/jit/serialization/unpickler.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:50.3954150Z copying torch/include/torch/csrc/jit/serialization/source_range_serialization.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:50.3955600Z copying torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:50.3958040Z copying torch/include/torch/csrc/jit/serialization/onnx.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:50.3959290Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python 2024-08-08T20:18:50.3960140Z copying torch/include/torch/csrc/jit/python/pybind.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python 2024-08-08T20:18:50.3961500Z copying torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python 2024-08-08T20:18:50.3962840Z copying torch/include/torch/csrc/jit/python/python_ir.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python 2024-08-08T20:18:50.3965340Z copying torch/include/torch/csrc/jit/python/script_init.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python 2024-08-08T20:18:50.3966900Z copying torch/include/torch/csrc/jit/python/python_tree_views.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python 2024-08-08T20:18:50.3968430Z copying torch/include/torch/csrc/jit/python/python_list.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python 2024-08-08T20:18:50.3970160Z copying torch/include/torch/csrc/jit/python/python_ivalue.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python 2024-08-08T20:18:50.3971630Z copying torch/include/torch/csrc/jit/python/python_dict.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python 2024-08-08T20:18:50.3973310Z copying torch/include/torch/csrc/jit/python/python_custom_class.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python 2024-08-08T20:18:50.3975010Z copying torch/include/torch/csrc/jit/python/update_graph_executor_opt.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python 2024-08-08T20:18:50.3976470Z copying torch/include/torch/csrc/jit/python/python_tracer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python 2024-08-08T20:18:50.3977920Z copying torch/include/torch/csrc/jit/python/pybind_utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python 2024-08-08T20:18:50.3979960Z copying torch/include/torch/csrc/jit/python/init.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python 2024-08-08T20:18:50.3981460Z copying torch/include/torch/csrc/jit/python/python_sugared_value.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python 2024-08-08T20:18:50.3983120Z copying torch/include/torch/csrc/jit/python/python_arg_flatten.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python 2024-08-08T20:18:50.3984660Z copying torch/include/torch/csrc/jit/python/module_python.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python 2024-08-08T20:18:50.3986300Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:50.3987250Z copying torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:50.3988530Z copying torch/include/torch/csrc/jit/mobile/parse_operators.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:50.3989940Z copying torch/include/torch/csrc/jit/mobile/observer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:50.3991590Z copying torch/include/torch/csrc/jit/mobile/upgrader_mobile.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:50.3993110Z copying torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:50.3994570Z copying torch/include/torch/csrc/jit/mobile/quantization.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:50.3996020Z copying torch/include/torch/csrc/jit/mobile/profiler_edge.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:50.3998170Z copying torch/include/torch/csrc/jit/mobile/code.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:50.4000470Z copying torch/include/torch/csrc/jit/mobile/interpreter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:50.4002080Z copying torch/include/torch/csrc/jit/mobile/frame.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:50.4003610Z copying torch/include/torch/csrc/jit/mobile/method.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:50.4005370Z copying torch/include/torch/csrc/jit/mobile/debug_info.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:50.4007080Z copying torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:50.4008580Z copying torch/include/torch/csrc/jit/mobile/prim_ops_registery.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:50.4010370Z copying torch/include/torch/csrc/jit/mobile/parse_bytecode.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:50.4011950Z copying torch/include/torch/csrc/jit/mobile/import_data.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:50.4013490Z copying torch/include/torch/csrc/jit/mobile/import_export_common.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:50.4015020Z copying torch/include/torch/csrc/jit/mobile/type_parser.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:50.4016590Z copying torch/include/torch/csrc/jit/mobile/import.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:50.4018200Z copying torch/include/torch/csrc/jit/mobile/module.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:50.4019850Z copying torch/include/torch/csrc/jit/mobile/function.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:50.4021570Z copying torch/include/torch/csrc/jit/mobile/file_format.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:50.4022740Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/testing 2024-08-08T20:18:50.4023730Z copying torch/include/torch/csrc/jit/testing/file_check.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/testing 2024-08-08T20:18:50.4025200Z copying torch/include/torch/csrc/jit/testing/hooks_for_testing.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/testing 2024-08-08T20:18:50.4026590Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4027580Z copying torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4029000Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4030550Z copying torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4032110Z copying torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4033790Z copying torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4035240Z copying torch/include/torch/csrc/jit/tensorexpr/graph_opt.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4036810Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4042800Z copying torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4044060Z copying torch/include/torch/csrc/jit/tensorexpr/types.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4045310Z copying torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4046540Z copying torch/include/torch/csrc/jit/tensorexpr/ir.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4047780Z copying torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4049010Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4050310Z copying torch/include/torch/csrc/jit/tensorexpr/hash_provider.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4051550Z copying torch/include/torch/csrc/jit/tensorexpr/ir_printer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4052970Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4054240Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4055440Z copying torch/include/torch/csrc/jit/tensorexpr/expr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4056630Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_random.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4057910Z copying torch/include/torch/csrc/jit/tensorexpr/codegen.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4059180Z copying torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4060450Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4061880Z copying torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4063460Z copying torch/include/torch/csrc/jit/tensorexpr/eval.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4064960Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4066520Z copying torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4068050Z copying torch/include/torch/csrc/jit/tensorexpr/block_codegen.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4069570Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4071030Z copying torch/include/torch/csrc/jit/tensorexpr/kernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4072620Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4074530Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4076850Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4078130Z copying torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4079550Z copying torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4080960Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4082420Z copying torch/include/torch/csrc/jit/tensorexpr/stmt.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4084300Z copying torch/include/torch/csrc/jit/tensorexpr/half_support.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4085960Z copying torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4087460Z copying torch/include/torch/csrc/jit/tensorexpr/reduction.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4089080Z copying torch/include/torch/csrc/jit/tensorexpr/tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4090610Z copying torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4092110Z copying torch/include/torch/csrc/jit/tensorexpr/analysis.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:50.4093580Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-08T20:18:50.4094750Z copying torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-08T20:18:50.4096160Z copying torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-08T20:18:50.4097590Z copying torch/include/torch/csrc/jit/tensorexpr/operators/operators.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-08T20:18:50.4099030Z copying torch/include/torch/csrc/jit/tensorexpr/operators/misc.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-08T20:18:50.4100560Z copying torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-08T20:18:50.4102020Z copying torch/include/torch/csrc/jit/tensorexpr/operators/norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-08T20:18:50.4103510Z copying torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-08T20:18:50.4105140Z copying torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-08T20:18:50.4106820Z copying torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-08T20:18:50.4108250Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/codegen 2024-08-08T20:18:50.4109010Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/codegen/cuda 2024-08-08T20:18:50.4110110Z copying torch/include/torch/csrc/jit/codegen/cuda/interface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/codegen/cuda 2024-08-08T20:18:50.4111310Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/onnx 2024-08-08T20:18:50.4112290Z copying torch/include/torch/csrc/onnx/back_compat.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/onnx 2024-08-08T20:18:50.4113690Z copying torch/include/torch/csrc/onnx/init.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/onnx 2024-08-08T20:18:50.4115260Z copying torch/include/torch/csrc/onnx/onnx.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/onnx 2024-08-08T20:18:50.4116890Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler 2024-08-08T20:18:50.4117920Z copying torch/include/torch/csrc/profiler/combined_traceback.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler 2024-08-08T20:18:50.4119310Z copying torch/include/torch/csrc/profiler/events.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler 2024-08-08T20:18:50.4121070Z copying torch/include/torch/csrc/profiler/kineto_shim.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler 2024-08-08T20:18:50.4122720Z copying torch/include/torch/csrc/profiler/api.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler 2024-08-08T20:18:50.4124370Z copying torch/include/torch/csrc/profiler/util.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler 2024-08-08T20:18:50.4126090Z copying torch/include/torch/csrc/profiler/containers.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler 2024-08-08T20:18:50.4127710Z copying torch/include/torch/csrc/profiler/collection.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler 2024-08-08T20:18:50.4129590Z copying torch/include/torch/csrc/profiler/perf.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler 2024-08-08T20:18:50.4131090Z copying torch/include/torch/csrc/profiler/data_flow.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler 2024-08-08T20:18:50.4132840Z copying torch/include/torch/csrc/profiler/perf-inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler 2024-08-08T20:18:50.4134600Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/orchestration 2024-08-08T20:18:50.4135780Z copying torch/include/torch/csrc/profiler/orchestration/vulkan.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/orchestration 2024-08-08T20:18:50.4137260Z copying torch/include/torch/csrc/profiler/orchestration/observer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/orchestration 2024-08-08T20:18:50.4138850Z copying torch/include/torch/csrc/profiler/orchestration/python_tracer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/orchestration 2024-08-08T20:18:50.4140290Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/standalone 2024-08-08T20:18:50.4141520Z copying torch/include/torch/csrc/profiler/standalone/privateuse1_observer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/standalone 2024-08-08T20:18:50.4143050Z copying torch/include/torch/csrc/profiler/standalone/nvtx_observer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/standalone 2024-08-08T20:18:50.4144560Z copying torch/include/torch/csrc/profiler/standalone/itt_observer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/standalone 2024-08-08T20:18:50.4146200Z copying torch/include/torch/csrc/profiler/standalone/execution_trace_observer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/standalone 2024-08-08T20:18:50.4147740Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/stubs 2024-08-08T20:18:50.4148790Z copying torch/include/torch/csrc/profiler/stubs/base.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/stubs 2024-08-08T20:18:50.4150220Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind 2024-08-08T20:18:50.4151250Z copying torch/include/torch/csrc/profiler/unwind/unwinder.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind 2024-08-08T20:18:50.4152660Z copying torch/include/torch/csrc/profiler/unwind/dwarf_enums.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind 2024-08-08T20:18:50.4154230Z copying torch/include/torch/csrc/profiler/unwind/unwind.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind 2024-08-08T20:18:50.4155700Z copying torch/include/torch/csrc/profiler/unwind/sections.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind 2024-08-08T20:18:50.4157410Z copying torch/include/torch/csrc/profiler/unwind/unwind_error.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind 2024-08-08T20:18:50.4158860Z copying torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind 2024-08-08T20:18:50.4160340Z copying torch/include/torch/csrc/profiler/unwind/debug_info.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind 2024-08-08T20:18:50.4161740Z copying torch/include/torch/csrc/profiler/unwind/action.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind 2024-08-08T20:18:50.4163280Z copying torch/include/torch/csrc/profiler/unwind/mem_file.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind 2024-08-08T20:18:50.4169010Z copying torch/include/torch/csrc/profiler/unwind/fast_symbolizer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind 2024-08-08T20:18:50.4170250Z copying torch/include/torch/csrc/profiler/unwind/fde.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind 2024-08-08T20:18:50.4171470Z copying torch/include/torch/csrc/profiler/unwind/communicate.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind 2024-08-08T20:18:50.4172700Z copying torch/include/torch/csrc/profiler/unwind/lexer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind 2024-08-08T20:18:50.4173940Z copying torch/include/torch/csrc/profiler/unwind/line_number_program.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind 2024-08-08T20:18:50.4175250Z copying torch/include/torch/csrc/profiler/unwind/dwarf_symbolize_enums.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind 2024-08-08T20:18:50.4176520Z copying torch/include/torch/csrc/profiler/unwind/range_table.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind 2024-08-08T20:18:50.4177480Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/python 2024-08-08T20:18:50.4178440Z copying torch/include/torch/csrc/profiler/python/pybind.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/python 2024-08-08T20:18:50.4179790Z copying torch/include/torch/csrc/profiler/python/combined_traceback.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/python 2024-08-08T20:18:50.4181040Z copying torch/include/torch/csrc/profiler/python/init.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/python 2024-08-08T20:18:50.4181920Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4182780Z copying torch/include/torch/csrc/utils/object_ptr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4184070Z copying torch/include/torch/csrc/utils/tensor_numpy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4185780Z copying torch/include/torch/csrc/utils/tensor_dtypes.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4187210Z copying torch/include/torch/csrc/utils/python_tuples.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4188810Z copying torch/include/torch/csrc/utils/nested.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4190200Z copying torch/include/torch/csrc/utils/python_raii.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4191770Z copying torch/include/torch/csrc/utils/python_numbers.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4193470Z copying torch/include/torch/csrc/utils/python_scalars.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4194900Z copying torch/include/torch/csrc/utils/pybind.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4196470Z copying torch/include/torch/csrc/utils/tensor_types.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4198050Z copying torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4199520Z copying torch/include/torch/csrc/utils/python_arg_parser.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4201280Z copying torch/include/torch/csrc/utils/python_torch_function_mode.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4202650Z copying torch/include/torch/csrc/utils/schema_info.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4203980Z copying torch/include/torch/csrc/utils/tensor_new.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4205410Z copying torch/include/torch/csrc/utils/tensor_qschemes.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4206750Z copying torch/include/torch/csrc/utils/verbose.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4208160Z copying torch/include/torch/csrc/utils/python_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4209660Z copying torch/include/torch/csrc/utils/tensor_list.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4211260Z copying torch/include/torch/csrc/utils/invalid_arguments.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4212720Z copying torch/include/torch/csrc/utils/pythoncapi_compat.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4214390Z copying torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4215790Z copying torch/include/torch/csrc/utils/device_lazy_init.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4217230Z copying torch/include/torch/csrc/utils/python_strings.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4218640Z copying torch/include/torch/csrc/utils/python_symnode.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4220000Z copying torch/include/torch/csrc/utils/byte_order.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4221400Z copying torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4222810Z copying torch/include/torch/csrc/utils/cuda_enabled.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4224260Z copying torch/include/torch/csrc/utils/numpy_stub.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4225550Z copying torch/include/torch/csrc/utils/out_types.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4226890Z copying torch/include/torch/csrc/utils/tensor_layouts.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4228280Z copying torch/include/torch/csrc/utils/structseq.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4229790Z copying torch/include/torch/csrc/utils/throughput_benchmark.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4231150Z copying torch/include/torch/csrc/utils/disable_torch_function.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4232690Z copying torch/include/torch/csrc/utils/pyobject_preservation.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4234210Z copying torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4235480Z copying torch/include/torch/csrc/utils/tensor_flatten.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4236890Z copying torch/include/torch/csrc/utils/torch_dispatch_mode.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4238330Z copying torch/include/torch/csrc/utils/tensor_apply.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4239630Z copying torch/include/torch/csrc/utils/init.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4241080Z copying torch/include/torch/csrc/utils/python_compat.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4242450Z copying torch/include/torch/csrc/utils/six.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4244000Z copying torch/include/torch/csrc/utils/python_stub.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4245300Z copying torch/include/torch/csrc/utils/variadic.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-08T20:18:50.4246640Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/tensor 2024-08-08T20:18:50.4247150Z copying torch/include/torch/csrc/tensor/python_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/tensor 2024-08-08T20:18:50.4248590Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy 2024-08-08T20:18:50.4249080Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/backend 2024-08-08T20:18:50.4250010Z copying torch/include/torch/csrc/lazy/backend/backend_interface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/backend 2024-08-08T20:18:50.4251460Z copying torch/include/torch/csrc/lazy/backend/backend_data.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/backend 2024-08-08T20:18:50.4252750Z copying torch/include/torch/csrc/lazy/backend/lowering_context.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/backend 2024-08-08T20:18:50.4253930Z copying torch/include/torch/csrc/lazy/backend/backend_device.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/backend 2024-08-08T20:18:50.4255210Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:50.4255700Z copying torch/include/torch/csrc/lazy/core/debug_util.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:50.4257260Z copying torch/include/torch/csrc/lazy/core/tensor_impl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:50.4258660Z copying torch/include/torch/csrc/lazy/core/config.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:50.4259970Z copying torch/include/torch/csrc/lazy/core/multi_wait.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:50.4261440Z copying torch/include/torch/csrc/lazy/core/ir.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:50.4262710Z copying torch/include/torch/csrc/lazy/core/permutation_util.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:50.4264110Z copying torch/include/torch/csrc/lazy/core/lazy_graph_executor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:50.4265250Z copying torch/include/torch/csrc/lazy/core/cache.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:50.4266530Z copying torch/include/torch/csrc/lazy/core/tensor_util.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:50.4267840Z copying torch/include/torch/csrc/lazy/core/shape.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:50.4269240Z copying torch/include/torch/csrc/lazy/core/thread_pool.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:50.4270490Z copying torch/include/torch/csrc/lazy/core/unique.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:50.4271780Z copying torch/include/torch/csrc/lazy/core/shape_inference.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:50.4273170Z copying torch/include/torch/csrc/lazy/core/util.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:50.4274420Z copying torch/include/torch/csrc/lazy/core/ir_util.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:50.4275740Z copying torch/include/torch/csrc/lazy/core/metrics.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:50.4277000Z copying torch/include/torch/csrc/lazy/core/ir_dump_util.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:50.4278410Z copying torch/include/torch/csrc/lazy/core/dynamic_ir.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:50.4279650Z copying torch/include/torch/csrc/lazy/core/ir_builder.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:50.4280920Z copying torch/include/torch/csrc/lazy/core/helpers.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:50.4282340Z copying torch/include/torch/csrc/lazy/core/trie.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:50.4283630Z copying torch/include/torch/csrc/lazy/core/tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:50.4285080Z copying torch/include/torch/csrc/lazy/core/hash.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:50.4286270Z copying torch/include/torch/csrc/lazy/core/ir_metadata.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:50.4287620Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/internal_ops 2024-08-08T20:18:50.4288240Z copying torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/internal_ops 2024-08-08T20:18:50.4289630Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/ops 2024-08-08T20:18:50.4290300Z copying torch/include/torch/csrc/lazy/core/ops/utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/ops 2024-08-08T20:18:50.4292240Z copying torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/ops 2024-08-08T20:18:50.4294010Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/python 2024-08-08T20:18:50.4294510Z copying torch/include/torch/csrc/lazy/python/python_util.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/python 2024-08-08T20:18:50.4295730Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend 2024-08-08T20:18:50.4296300Z copying torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend 2024-08-08T20:18:50.4297900Z copying torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend 2024-08-08T20:18:50.4299280Z copying torch/include/torch/csrc/lazy/ts_backend/config.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend 2024-08-08T20:18:50.4300670Z copying torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend 2024-08-08T20:18:50.4302080Z copying torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend 2024-08-08T20:18:50.4303040Z copying torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend 2024-08-08T20:18:50.4304470Z copying torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend 2024-08-08T20:18:50.4306040Z copying torch/include/torch/csrc/lazy/ts_backend/ts_node.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend 2024-08-08T20:18:50.4306870Z copying torch/include/torch/csrc/lazy/ts_backend/ir_builder.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend 2024-08-08T20:18:50.4308530Z copying torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend 2024-08-08T20:18:50.4310010Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/xpu 2024-08-08T20:18:50.4310410Z copying torch/include/torch/csrc/xpu/Event.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/xpu 2024-08-08T20:18:50.4311860Z copying torch/include/torch/csrc/xpu/Stream.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/xpu 2024-08-08T20:18:50.4312780Z copying torch/include/torch/csrc/xpu/Module.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/xpu 2024-08-08T20:18:50.4314060Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-08T20:18:50.4314580Z copying torch/include/pybind11/attr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-08T20:18:50.4316360Z copying torch/include/pybind11/embed.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-08T20:18:50.4317670Z copying torch/include/pybind11/numpy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-08T20:18:50.4319620Z copying torch/include/pybind11/pybind11.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-08T20:18:50.4321670Z copying torch/include/pybind11/operators.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-08T20:18:50.4322930Z copying torch/include/pybind11/iostream.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-08T20:18:50.4324600Z copying torch/include/pybind11/gil.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-08T20:18:50.4326010Z copying torch/include/pybind11/chrono.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-08T20:18:50.4327340Z copying torch/include/pybind11/typing.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-08T20:18:50.4328760Z copying torch/include/pybind11/stl_bind.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-08T20:18:50.4330170Z copying torch/include/pybind11/buffer_info.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-08T20:18:50.4331700Z copying torch/include/pybind11/options.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-08T20:18:50.4333020Z copying torch/include/pybind11/functional.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-08T20:18:50.4334300Z copying torch/include/pybind11/stl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-08T20:18:50.4335690Z copying torch/include/pybind11/common.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-08T20:18:50.4337070Z copying torch/include/pybind11/eval.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-08T20:18:50.4338460Z copying torch/include/pybind11/cast.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-08T20:18:50.4340460Z copying torch/include/pybind11/type_caster_pyobject_ptr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-08T20:18:50.4345390Z copying torch/include/pybind11/eigen.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-08T20:18:50.4345930Z copying torch/include/pybind11/gil_safe_call_once.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-08T20:18:50.4346280Z copying torch/include/pybind11/pytypes.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-08T20:18:50.4346620Z copying torch/include/pybind11/complex.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-08T20:18:50.4347260Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/detail 2024-08-08T20:18:50.4348000Z copying torch/include/pybind11/detail/type_caster_base.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/detail 2024-08-08T20:18:50.4349970Z copying torch/include/pybind11/detail/typeid.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/detail 2024-08-08T20:18:50.4351370Z copying torch/include/pybind11/detail/descr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/detail 2024-08-08T20:18:50.4352690Z copying torch/include/pybind11/detail/internals.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/detail 2024-08-08T20:18:50.4354020Z copying torch/include/pybind11/detail/common.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/detail 2024-08-08T20:18:50.4355770Z copying torch/include/pybind11/detail/class.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/detail 2024-08-08T20:18:50.4357300Z copying torch/include/pybind11/detail/init.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/detail 2024-08-08T20:18:50.4358640Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/eigen 2024-08-08T20:18:50.4359080Z copying torch/include/pybind11/eigen/matrix.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/eigen 2024-08-08T20:18:50.4360890Z copying torch/include/pybind11/eigen/common.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/eigen 2024-08-08T20:18:50.4362240Z copying torch/include/pybind11/eigen/tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/eigen 2024-08-08T20:18:50.4363680Z copying torch/_inductor/codegen/cpp_prefix.h -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-08T20:18:50.4384350Z creating build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/aoti_runtime 2024-08-08T20:18:50.4385030Z copying torch/_inductor/codegen/aoti_runtime/implementation.cpp -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/aoti_runtime 2024-08-08T20:18:50.4391610Z copying torch/_inductor/codegen/aoti_runtime/interface.cpp -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/aoti_runtime 2024-08-08T20:18:50.4401800Z copying torch/_export/serde/schema.yaml -> build/lib.macosx-11.1-arm64-3.9/torch/_export/serde 2024-08-08T20:18:50.4409230Z creating build/lib.macosx-11.1-arm64-3.9/torch/share 2024-08-08T20:18:50.4409460Z creating build/lib.macosx-11.1-arm64-3.9/torch/share/cmake 2024-08-08T20:18:50.4410000Z creating build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/ATen 2024-08-08T20:18:50.4410700Z copying torch/share/cmake/ATen/ATenConfig.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/ATen 2024-08-08T20:18:50.4412320Z creating build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2 2024-08-08T20:18:50.4412740Z copying torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2 2024-08-08T20:18:50.4414350Z copying torch/share/cmake/Caffe2/FindSYCLToolkit.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2 2024-08-08T20:18:50.4415620Z copying torch/share/cmake/Caffe2/FindCUSPARSELT.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2 2024-08-08T20:18:50.4416760Z copying torch/share/cmake/Caffe2/FindCUDAToolkit.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2 2024-08-08T20:18:50.4418450Z copying torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2 2024-08-08T20:18:50.4419960Z copying torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2 2024-08-08T20:18:50.4421120Z creating build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public 2024-08-08T20:18:50.4421570Z copying torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public 2024-08-08T20:18:50.4423320Z copying torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public 2024-08-08T20:18:50.4424110Z copying torch/share/cmake/Caffe2/public/glog.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public 2024-08-08T20:18:50.4425640Z copying torch/share/cmake/Caffe2/public/utils.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public 2024-08-08T20:18:50.4427150Z copying torch/share/cmake/Caffe2/public/protobuf.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public 2024-08-08T20:18:50.4428590Z copying torch/share/cmake/Caffe2/public/mkl.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public 2024-08-08T20:18:50.4429760Z copying torch/share/cmake/Caffe2/public/gflags.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public 2024-08-08T20:18:50.4431160Z copying torch/share/cmake/Caffe2/public/cuda.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public 2024-08-08T20:18:50.4432540Z copying torch/share/cmake/Caffe2/public/xpu.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public 2024-08-08T20:18:50.4433740Z creating build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix 2024-08-08T20:18:50.4434280Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix 2024-08-08T20:18:50.4435720Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix 2024-08-08T20:18:50.4437040Z creating build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-08-08T20:18:50.4437740Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-08-08T20:18:50.4439370Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-08-08T20:18:50.4440620Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-08-08T20:18:50.4442660Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-08-08T20:18:50.4443890Z creating build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-08-08T20:18:50.4444580Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-08-08T20:18:50.4446320Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-08-08T20:18:50.4447260Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-08-08T20:18:50.4449010Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-08-08T20:18:50.4450110Z creating build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Torch 2024-08-08T20:18:50.4450600Z copying torch/share/cmake/Torch/TorchConfig.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Torch 2024-08-08T20:18:50.4452110Z copying torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Torch 2024-08-08T20:18:50.4453360Z copying torch/utils/benchmark/utils/timeit_template.cpp -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils 2024-08-08T20:18:50.4462110Z copying torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/valgrind_wrapper 2024-08-08T20:18:50.4468530Z copying torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/valgrind_wrapper 2024-08-08T20:18:50.4475050Z copying torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/valgrind_wrapper 2024-08-08T20:18:50.4478670Z copying torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/valgrind_wrapper 2024-08-08T20:18:50.4480040Z copying torch/utils/model_dump/skeleton.html -> build/lib.macosx-11.1-arm64-3.9/torch/utils/model_dump 2024-08-08T20:18:50.4487430Z copying torch/utils/model_dump/code.js -> build/lib.macosx-11.1-arm64-3.9/torch/utils/model_dump 2024-08-08T20:18:50.4537240Z copying torch/utils/model_dump/preact.mjs -> build/lib.macosx-11.1-arm64-3.9/torch/utils/model_dump 2024-08-08T20:18:50.4545230Z copying torch/utils/model_dump/htm.mjs -> build/lib.macosx-11.1-arm64-3.9/torch/utils/model_dump 2024-08-08T20:18:50.4554070Z copying torch/lib/libtorch_python.dylib -> build/lib.macosx-11.1-arm64-3.9/torch/lib 2024-08-08T20:18:50.5528390Z copying torch/lib/libtorch.dylib -> build/lib.macosx-11.1-arm64-3.9/torch/lib 2024-08-08T20:18:50.5627730Z copying torch/lib/libtorch_global_deps.dylib -> build/lib.macosx-11.1-arm64-3.9/torch/lib 2024-08-08T20:18:50.5643620Z copying torch/lib/libtorch_cpu.dylib -> build/lib.macosx-11.1-arm64-3.9/torch/lib 2024-08-08T20:18:52.4572180Z copying torch/lib/libc10.dylib -> build/lib.macosx-11.1-arm64-3.9/torch/lib 2024-08-08T20:18:52.4699290Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/kineto 2024-08-08T20:18:52.4699980Z copying torch/include/kineto/ClientInterface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/kineto 2024-08-08T20:18:52.4701220Z copying torch/include/kineto/GenericTraceActivity.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/kineto 2024-08-08T20:18:52.4703060Z copying torch/include/kineto/IActivityProfiler.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/kineto 2024-08-08T20:18:52.4704060Z copying torch/include/kineto/Config.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/kineto 2024-08-08T20:18:52.4705750Z copying torch/include/kineto/TraceSpan.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/kineto 2024-08-08T20:18:52.4706860Z copying torch/include/kineto/LoggingAPI.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/kineto 2024-08-08T20:18:52.4708680Z copying torch/include/kineto/ITraceActivity.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/kineto 2024-08-08T20:18:52.4716470Z copying torch/include/kineto/ActivityProfilerInterface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/kineto 2024-08-08T20:18:52.4717370Z copying torch/include/kineto/ActivityTraceInterface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/kineto 2024-08-08T20:18:52.4718160Z copying torch/include/kineto/output_base.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/kineto 2024-08-08T20:18:52.4719020Z copying torch/include/kineto/ThreadUtil.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/kineto 2024-08-08T20:18:52.4719760Z copying torch/include/kineto/ActivityType.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/kineto 2024-08-08T20:18:52.4720470Z copying torch/include/kineto/libkineto.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/kineto 2024-08-08T20:18:52.4721210Z copying torch/include/kineto/time_since_epoch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/kineto 2024-08-08T20:18:52.4721940Z copying torch/include/kineto/ILoggerObserver.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/kineto 2024-08-08T20:18:52.4722790Z copying torch/include/kineto/AbstractConfig.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/kineto 2024-08-08T20:18:52.4723370Z creating build/lib.macosx-11.1-arm64-3.9/torchgen/packaged 2024-08-08T20:18:52.4723830Z creating build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen 2024-08-08T20:18:52.4724330Z creating build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/native 2024-08-08T20:18:52.4725060Z copying torchgen/packaged/ATen/native/native_functions.yaml -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/native 2024-08-08T20:18:52.4728790Z copying torchgen/packaged/ATen/native/tags.yaml -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/native 2024-08-08T20:18:52.4729830Z creating build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4730670Z copying torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4731810Z copying torchgen/packaged/ATen/templates/TensorBody.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4733660Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4734870Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4736010Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4737280Z copying torchgen/packaged/ATen/templates/Operators.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4739110Z copying torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4740200Z copying torchgen/packaged/ATen/templates/NativeFunction.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4741330Z copying torchgen/packaged/ATen/templates/Operator.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4743180Z copying torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4744290Z copying torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4745500Z copying torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4746980Z copying torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4748260Z copying torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4749680Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4750930Z copying torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4752830Z copying torchgen/packaged/ATen/templates/MethodOperators.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4754000Z copying torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4755170Z copying torchgen/packaged/ATen/templates/Operators.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4756440Z copying torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4757810Z copying torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4759240Z copying torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4760630Z copying torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4762040Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4763430Z copying torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4764780Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4766140Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4767420Z copying torchgen/packaged/ATen/templates/Functions.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4768790Z copying torchgen/packaged/ATen/templates/NativeFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4770140Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4771330Z copying torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4772710Z copying torchgen/packaged/ATen/templates/enum_tag.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4774220Z copying torchgen/packaged/ATen/templates/Functions.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4775360Z copying torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4776600Z copying torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4813820Z copying torchgen/packaged/ATen/templates/Function.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4815030Z copying torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4816360Z copying torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4817560Z copying torchgen/packaged/ATen/templates/LazyIr.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-08T20:18:52.4819130Z creating build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd 2024-08-08T20:18:52.4819840Z copying torchgen/packaged/autograd/load_derivatives.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd 2024-08-08T20:18:52.4821110Z copying torchgen/packaged/autograd/build.bzl -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd 2024-08-08T20:18:52.4822400Z copying torchgen/packaged/autograd/gen_autograd.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd 2024-08-08T20:18:52.4824000Z copying torchgen/packaged/autograd/gen_python_functions.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd 2024-08-08T20:18:52.4825960Z copying torchgen/packaged/autograd/gen_autograd_functions.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd 2024-08-08T20:18:52.4827000Z copying torchgen/packaged/autograd/gen_variable_factories.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd 2024-08-08T20:18:52.4828340Z copying torchgen/packaged/autograd/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd 2024-08-08T20:18:52.4829450Z copying torchgen/packaged/autograd/gen_variable_type.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd 2024-08-08T20:18:52.4831440Z copying torchgen/packaged/autograd/README.md -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd 2024-08-08T20:18:52.4832490Z copying torchgen/packaged/autograd/context.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd 2024-08-08T20:18:52.4834200Z copying torchgen/packaged/autograd/gen_inplace_or_view_type.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd 2024-08-08T20:18:52.4835360Z copying torchgen/packaged/autograd/deprecated.yaml -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd 2024-08-08T20:18:52.4836700Z copying torchgen/packaged/autograd/BUILD.bazel -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd 2024-08-08T20:18:52.4838400Z copying torchgen/packaged/autograd/gen_trace_type.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd 2024-08-08T20:18:52.4839660Z copying torchgen/packaged/autograd/gen_annotated_fn_args.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd 2024-08-08T20:18:52.4841480Z copying torchgen/packaged/autograd/derivatives.yaml -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd 2024-08-08T20:18:52.4843750Z copying torchgen/packaged/autograd/gen_view_funcs.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd 2024-08-08T20:18:52.4844770Z creating build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-08T20:18:52.4845650Z copying torchgen/packaged/autograd/templates/python_return_types.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-08T20:18:52.4846890Z copying torchgen/packaged/autograd/templates/python_enum_tag.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-08T20:18:52.4848310Z copying torchgen/packaged/autograd/templates/python_nn_functions.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-08T20:18:52.4849920Z copying torchgen/packaged/autograd/templates/python_functions.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-08T20:18:52.4851440Z copying torchgen/packaged/autograd/templates/python_fft_functions.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-08T20:18:52.4852650Z copying torchgen/packaged/autograd/templates/python_sparse_functions.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-08T20:18:52.4855200Z copying torchgen/packaged/autograd/templates/python_linalg_functions.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-08T20:18:52.4856480Z copying torchgen/packaged/autograd/templates/ViewFuncs.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-08T20:18:52.4857860Z copying torchgen/packaged/autograd/templates/python_return_types.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-08T20:18:52.4859290Z copying torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-08T20:18:52.4860580Z copying torchgen/packaged/autograd/templates/TraceType.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-08T20:18:52.4865590Z copying torchgen/packaged/autograd/templates/python_variable_methods.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-08T20:18:52.4866710Z copying torchgen/packaged/autograd/templates/ViewFuncs.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-08T20:18:52.4867740Z copying torchgen/packaged/autograd/templates/python_functions.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-08T20:18:52.4868810Z copying torchgen/packaged/autograd/templates/python_nested_functions.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-08T20:18:52.4869860Z copying torchgen/packaged/autograd/templates/VariableType.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-08T20:18:52.4870960Z copying torchgen/packaged/autograd/templates/annotated_fn_args.py.in -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-08T20:18:52.4872010Z copying torchgen/packaged/autograd/templates/VariableType.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-08T20:18:52.4873020Z copying torchgen/packaged/autograd/templates/Functions.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-08T20:18:52.4874110Z copying torchgen/packaged/autograd/templates/python_special_functions.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-08T20:18:52.4875190Z copying torchgen/packaged/autograd/templates/variable_factories.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-08T20:18:52.4876260Z copying torchgen/packaged/autograd/templates/python_torch_functions.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-08T20:18:52.4877420Z copying torchgen/packaged/autograd/templates/Functions.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-08T20:18:52.5279240Z running build_ext 2024-08-08T20:18:52.6345620Z -- Building with NumPy bindings 2024-08-08T20:18:52.6345910Z -- Not using cuDNN 2024-08-08T20:18:52.6346250Z -- Not using CUDA 2024-08-08T20:18:52.6346460Z -- Not using XPU 2024-08-08T20:18:52.6346660Z -- Not using MKLDNN 2024-08-08T20:18:52.6346870Z -- Not using NCCL 2024-08-08T20:18:52.6347100Z -- Building with distributed package: 2024-08-08T20:18:52.6347410Z -- USE_TENSORPIPE=False 2024-08-08T20:18:52.6347640Z -- USE_GLOO=False 2024-08-08T20:18:52.6347840Z -- USE_MPI=False 2024-08-08T20:18:52.6348050Z -- Building Executorch 2024-08-08T20:18:52.6348270Z -- Not using ITT 2024-08-08T20:18:52.6349000Z Copying functorch._C from functorch/functorch.so to /Users/ec2-user/runner/_work/pytorch/pytorch/build/lib.macosx-11.1-arm64-3.9/functorch/_C.cpython-39-darwin.so 2024-08-08T20:18:52.6350170Z copying functorch/functorch.so -> /Users/ec2-user/runner/_work/pytorch/pytorch/build/lib.macosx-11.1-arm64-3.9/functorch/_C.cpython-39-darwin.so 2024-08-08T20:18:52.6430390Z building 'torch._C' extension 2024-08-08T20:18:52.6430710Z creating build/temp.macosx-11.1-arm64-3.9 2024-08-08T20:18:52.6431370Z creating build/temp.macosx-11.1-arm64-3.9/torch 2024-08-08T20:18:52.6431900Z creating build/temp.macosx-11.1-arm64-3.9/torch/csrc 2024-08-08T20:18:52.6435520Z clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/include -arch arm64 -I/Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/include -fPIC -O2 -isystem /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/include -arch arm64 -I/Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/include/python3.9 -c torch/csrc/stub.c -o build/temp.macosx-11.1-arm64-3.9/torch/csrc/stub.o -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unknown-pragmas -fno-strict-aliasing 2024-08-08T20:18:52.7587120Z clang -bundle -undefined dynamic_lookup -Wl,-rpath,/Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/lib -L/Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/lib -L/Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/lib -Wl,-rpath,/Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/lib -L/Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/lib build/temp.macosx-11.1-arm64-3.9/torch/csrc/stub.o -L/Users/ec2-user/runner/_work/pytorch/pytorch/torch/lib -ltorch_python -o build/lib.macosx-11.1-arm64-3.9/torch/_C.cpython-39-darwin.so -Wl,-rpath,@loader_path/lib 2024-08-08T20:18:52.7890620Z ld: warning: duplicate -rpath '/Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/lib' ignored 2024-08-08T20:18:52.8705590Z copying /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/lib/libomp.dylib -> build/lib.macosx-11.1-arm64-3.9/torch/lib 2024-08-08T20:18:53.9348200Z copying /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/include/omp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include 2024-08-08T20:18:53.9353370Z /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2024-08-08T20:18:53.9354340Z warnings.warn( 2024-08-08T20:18:53.9697410Z installing to build/bdist.macosx-11.1-arm64/wheel 2024-08-08T20:18:53.9697720Z running install 2024-08-08T20:18:53.9731700Z running install_lib 2024-08-08T20:18:54.0020100Z creating build/bdist.macosx-11.1-arm64 2024-08-08T20:18:54.0020650Z creating build/bdist.macosx-11.1-arm64/wheel 2024-08-08T20:18:54.0022510Z creating build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:54.0023840Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-08-08T20:18:54.0024640Z copying build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops/effects.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-08-08T20:18:54.0026090Z copying build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops/while_loop.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-08-08T20:18:54.0027370Z copying build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-08-08T20:18:54.0028510Z copying build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops/strict_mode.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-08-08T20:18:54.0029780Z copying build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops/torchbind.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-08-08T20:18:54.0030900Z copying build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops/cond.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-08-08T20:18:54.0032740Z copying build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops/map.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-08-08T20:18:54.0033860Z copying build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-08-08T20:18:54.0035000Z copying build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops/out_dtype.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-08-08T20:18:54.0036170Z copying build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops/run_const_graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-08-08T20:18:54.0037430Z copying build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops/associative_scan.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-08-08T20:18:54.0038600Z copying build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops/auto_functionalize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-08-08T20:18:54.0039790Z copying build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops/triton_kernel_wrap.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-08-08T20:18:54.0041040Z copying build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops/flex_attention.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-08-08T20:18:54.0043060Z copying build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops/wrap.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-08-08T20:18:54.0044020Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_prims 2024-08-08T20:18:54.0044720Z copying build/lib.macosx-11.1-arm64-3.9/torch/_prims/debug_prims.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_prims 2024-08-08T20:18:54.0045960Z copying build/lib.macosx-11.1-arm64-3.9/torch/_prims/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_prims 2024-08-08T20:18:54.0047850Z copying build/lib.macosx-11.1-arm64-3.9/torch/_prims/context.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_prims 2024-08-08T20:18:54.0048910Z copying build/lib.macosx-11.1-arm64-3.9/torch/_prims/rng_prims.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_prims 2024-08-08T20:18:54.0049870Z copying build/lib.macosx-11.1-arm64-3.9/torch/_prims/executor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_prims 2024-08-08T20:18:54.0051020Z copying build/lib.macosx-11.1-arm64-3.9/torch/_storage_docs.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:54.0052670Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_logging 2024-08-08T20:18:54.0053350Z copying build/lib.macosx-11.1-arm64-3.9/torch/_logging/_internal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_logging 2024-08-08T20:18:54.0054550Z copying build/lib.macosx-11.1-arm64-3.9/torch/_logging/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_logging 2024-08-08T20:18:54.0055760Z copying build/lib.macosx-11.1-arm64-3.9/torch/_logging/_registrations.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_logging 2024-08-08T20:18:54.0056970Z copying build/lib.macosx-11.1-arm64-3.9/torch/_logging/structured.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_logging 2024-08-08T20:18:54.0058590Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-08T20:18:54.0059360Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/partitioners.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-08T20:18:54.0066060Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/compile_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-08T20:18:54.0066990Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/config.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-08T20:18:54.0067940Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/autograd_function.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-08T20:18:54.0068890Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/python_key.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-08T20:18:54.0069820Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/pytree_hacks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-08T20:18:54.0070760Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/pyfunctorch.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-08T20:18:54.0071700Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/deprecated.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-08T20:18:54.0072690Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/top_operators_github_usage.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-08T20:18:54.0073660Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-08T20:18:54.0074620Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/batch_norm_replacement.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-08T20:18:54.0075560Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/fx_minifier.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-08T20:18:54.0076310Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-08-08T20:18:54.0077190Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd/input_output_analysis.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-08-08T20:18:54.0078400Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd/runtime_wrappers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-08-08T20:18:54.0079520Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-08-08T20:18:54.0080670Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-08-08T20:18:54.0081860Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd/functional_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-08-08T20:18:54.0083050Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd/autograd_cache.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-08-08T20:18:54.0084210Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd/traced_function_transforms.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-08-08T20:18:54.0085350Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd/schemas.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-08-08T20:18:54.0086620Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-08-08T20:18:54.0087760Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-08-08T20:18:54.0089220Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd/collect_metadata_analysis.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-08-08T20:18:54.0090490Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd/subclass_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-08-08T20:18:54.0091640Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd/logging_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-08-08T20:18:54.0092650Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/apis.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-08T20:18:54.0093700Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-08T20:18:54.0094890Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/aot_autograd.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-08T20:18:54.0096660Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/compilers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-08T20:18:54.0097750Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/eager_transforms.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-08T20:18:54.0099490Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/vmap.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-08T20:18:54.0100740Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/benchmark_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-08T20:18:54.0101850Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/make_functional.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-08T20:18:54.0102950Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/functional_call.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-08T20:18:54.0104550Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-08-08T20:18:54.0105230Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/_reductions_impl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-08-08T20:18:54.0106210Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/_getlimits.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-08-08T20:18:54.0107720Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/_unary_ufuncs_impl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-08-08T20:18:54.0108690Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/_casting_dicts.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-08-08T20:18:54.0109930Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-08-08T20:18:54.0111080Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/_binary_ufuncs_impl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-08-08T20:18:54.0112120Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/random.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-08-08T20:18:54.0113680Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_numpy/testing 2024-08-08T20:18:54.0114430Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/testing/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy/testing 2024-08-08T20:18:54.0115520Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/testing/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy/testing 2024-08-08T20:18:54.0117330Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/_dtypes.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-08-08T20:18:54.0118190Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/linalg.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-08-08T20:18:54.0119140Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/_ndarray.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-08-08T20:18:54.0120360Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/_ufuncs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-08-08T20:18:54.0121440Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/_util.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-08-08T20:18:54.0122620Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/_normalizations.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-08-08T20:18:54.0123670Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/_dtypes_impl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-08-08T20:18:54.0124740Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/fft.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-08-08T20:18:54.0127300Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/_funcs_impl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-08-08T20:18:54.0128660Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/_funcs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-08-08T20:18:54.0130890Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-08-08T20:18:54.0131580Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/error.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-08-08T20:18:54.0132620Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/tools.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-08-08T20:18:54.0133820Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_export/pass_infra 2024-08-08T20:18:54.0134740Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/pass_infra/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/pass_infra 2024-08-08T20:18:54.0135890Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/pass_infra/proxy_value.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/pass_infra 2024-08-08T20:18:54.0136970Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/pass_infra/node_metadata.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/pass_infra 2024-08-08T20:18:54.0137840Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-08-08T20:18:54.0138730Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-08-08T20:18:54.0139960Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/passes/collect_tracepoints_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-08-08T20:18:54.0141200Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/passes/replace_with_hop_pass_util.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-08-08T20:18:54.0142380Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/passes/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-08-08T20:18:54.0143420Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/passes/_node_metadata_hook.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-08-08T20:18:54.0144510Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/passes/lift_constants_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-08-08T20:18:54.0145740Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/passes/constant_folding.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-08-08T20:18:54.0146940Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/passes/add_runtime_assertions_for_constraints_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-08-08T20:18:54.0148110Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/passes/replace_autocast_with_hop_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-08-08T20:18:54.0149370Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/passes/functionalize_side_effectful_ops_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-08-08T20:18:54.0150730Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/passes/replace_set_grad_with_hop_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-08-08T20:18:54.0151840Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/passes/remove_runtime_assertions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-08-08T20:18:54.0152830Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/converter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-08-08T20:18:54.0154060Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-08-08T20:18:54.0155290Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/pass_base.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-08-08T20:18:54.0156550Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-08-08T20:18:54.0157870Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/wrappers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-08-08T20:18:54.0159540Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_export/db 2024-08-08T20:18:54.0160230Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/logging.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db 2024-08-08T20:18:54.0161180Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db 2024-08-08T20:18:54.0166390Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/gen_example.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db 2024-08-08T20:18:54.0167140Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0167970Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/list_unpack.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0169140Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/specialized_attribute.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0170300Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/static_for_loop.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0171450Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/cond_closed_over_variable.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0172600Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/fn_with_kwargs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0173760Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/constrain_as_value_example.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0174940Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/dynamic_shape_slicing.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0176120Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/cond_branch_nonlocal_variables.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0177280Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/autograd_function.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0178470Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/type_reflection_method.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0179600Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/cond_operands.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0180670Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/decorator.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0181770Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/dynamic_shape_view.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0182950Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/dynamic_shape_map.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0184090Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/nested_function.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0185230Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/dynamic_shape_constructor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0186370Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0187490Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/dynamic_shape_if_guard.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0188630Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/assume_constant_result.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0189970Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/cond_branch_class_method.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0191150Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/class_method.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0192260Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/pytree_flatten.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0193380Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/scalar_output.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0194540Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/cond_predicate.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0195680Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/dynamic_shape_assert.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0196830Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/unsupported_operator.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0197960Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/tensor_setattr.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0199050Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/optional_input.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0200230Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/constrain_as_size_example.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0201360Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/static_if.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0202430Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/dictionary.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0203550Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/list_contains.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0204680Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/dynamic_shape_round.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0205800Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/user_input_mutation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0206920Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/null_context_manager.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0208100Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/cond_branch_nested_function.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0209250Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/model_attr_mutation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-08T20:18:54.0210250Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/case.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db 2024-08-08T20:18:54.0211170Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/non_strict_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-08-08T20:18:54.0211860Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_export/serde 2024-08-08T20:18:54.0212610Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/serde/serialize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/serde 2024-08-08T20:18:54.0213570Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/serde/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/serde 2024-08-08T20:18:54.0214540Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/serde/schema_check.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/serde 2024-08-08T20:18:54.0215520Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/serde/schema.yaml -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/serde 2024-08-08T20:18:54.0216470Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/serde/union.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/serde 2024-08-08T20:18:54.0217410Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/serde/schema.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/serde 2024-08-08T20:18:54.0218410Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/serde/aoti_schema.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/serde 2024-08-08T20:18:54.0219340Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/verifier.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-08-08T20:18:54.0221040Z creating build/bdist.macosx-11.1-arm64/wheel/torch/monitor 2024-08-08T20:18:54.0221710Z copying build/lib.macosx-11.1-arm64-3.9/torch/monitor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/monitor 2024-08-08T20:18:54.0222480Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_dispatch 2024-08-08T20:18:54.0223190Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dispatch/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dispatch 2024-08-08T20:18:54.0224260Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dispatch/python.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dispatch 2024-08-08T20:18:54.0225880Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_subclasses 2024-08-08T20:18:54.0226700Z copying build/lib.macosx-11.1-arm64-3.9/torch/_subclasses/functional_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_subclasses 2024-08-08T20:18:54.0228860Z copying build/lib.macosx-11.1-arm64-3.9/torch/_subclasses/meta_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_subclasses 2024-08-08T20:18:54.0230170Z copying build/lib.macosx-11.1-arm64-3.9/torch/_subclasses/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_subclasses 2024-08-08T20:18:54.0231370Z copying build/lib.macosx-11.1-arm64-3.9/torch/_subclasses/_fake_tensor_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_subclasses 2024-08-08T20:18:54.0232700Z copying build/lib.macosx-11.1-arm64-3.9/torch/_subclasses/fake_impls.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_subclasses 2024-08-08T20:18:54.0234080Z copying build/lib.macosx-11.1-arm64-3.9/torch/_subclasses/fake_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_subclasses 2024-08-08T20:18:54.0236110Z copying build/lib.macosx-11.1-arm64-3.9/torch/_subclasses/schema_check_mode.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_subclasses 2024-08-08T20:18:54.0237090Z copying build/lib.macosx-11.1-arm64-3.9/torch/_subclasses/fake_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_subclasses 2024-08-08T20:18:54.0238160Z copying build/lib.macosx-11.1-arm64-3.9/torch/_meta_registrations.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:54.0240350Z copying build/lib.macosx-11.1-arm64-3.9/torch/version.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:54.0241870Z creating build/bdist.macosx-11.1-arm64/wheel/torch/futures 2024-08-08T20:18:54.0242540Z copying build/lib.macosx-11.1-arm64-3.9/torch/futures/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/futures 2024-08-08T20:18:54.0243610Z copying build/lib.macosx-11.1-arm64-3.9/torch/library.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:54.0245530Z creating build/bdist.macosx-11.1-arm64/wheel/torch/linalg 2024-08-08T20:18:54.0246230Z copying build/lib.macosx-11.1-arm64-3.9/torch/linalg/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/linalg 2024-08-08T20:18:54.0247390Z copying build/lib.macosx-11.1-arm64-3.9/torch/_jit_internal.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:54.0249130Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_custom_op 2024-08-08T20:18:54.0249820Z copying build/lib.macosx-11.1-arm64-3.9/torch/_custom_op/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_custom_op 2024-08-08T20:18:54.0250840Z copying build/lib.macosx-11.1-arm64-3.9/torch/_custom_op/functional.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_custom_op 2024-08-08T20:18:54.0251860Z copying build/lib.macosx-11.1-arm64-3.9/torch/_custom_op/autograd.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_custom_op 2024-08-08T20:18:54.0253010Z copying build/lib.macosx-11.1-arm64-3.9/torch/_custom_op/impl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_custom_op 2024-08-08T20:18:54.0254610Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-08-08T20:18:54.0255290Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/attention 2024-08-08T20:18:54.0256030Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/attention/bias.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/attention 2024-08-08T20:18:54.0257180Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/attention/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/attention 2024-08-08T20:18:54.0258300Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/attention/flex_attention.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/attention 2024-08-08T20:18:54.0259550Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/attention/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/attention 2024-08-08T20:18:54.0261100Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/parallel 2024-08-08T20:18:54.0266520Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/parallel/parallel_apply.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/parallel 2024-08-08T20:18:54.0267570Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/parallel/comm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/parallel 2024-08-08T20:18:54.0269540Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/parallel/scatter_gather.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/parallel 2024-08-08T20:18:54.0270600Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/parallel/replicate.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/parallel 2024-08-08T20:18:54.0271720Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/parallel/_functions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/parallel 2024-08-08T20:18:54.0272870Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/parallel/data_parallel.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/parallel 2024-08-08T20:18:54.0273930Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/parallel/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/parallel 2024-08-08T20:18:54.0274990Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/parallel/distributed.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/parallel 2024-08-08T20:18:54.0282790Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat 2024-08-08T20:18:54.0283730Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat/dynamic 2024-08-08T20:18:54.0284630Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/qat/dynamic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat/dynamic 2024-08-08T20:18:54.0286260Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat/dynamic/modules 2024-08-08T20:18:54.0287130Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/qat/dynamic/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat/dynamic/modules 2024-08-08T20:18:54.0288290Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/qat/dynamic/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat/dynamic/modules 2024-08-08T20:18:54.0289280Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/qat/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat 2024-08-08T20:18:54.0290100Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat/modules 2024-08-08T20:18:54.0290880Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/qat/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat/modules 2024-08-08T20:18:54.0291940Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/qat/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat/modules 2024-08-08T20:18:54.0293050Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/qat/modules/conv.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat/modules 2024-08-08T20:18:54.0294160Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/qat/modules/embedding_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat/modules 2024-08-08T20:18:54.0295200Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/common_types.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-08-08T20:18:54.0296360Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized 2024-08-08T20:18:54.0297280Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/_reference 2024-08-08T20:18:54.0298140Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/_reference/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/_reference 2024-08-08T20:18:54.0299350Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/_reference/modules 2024-08-08T20:18:54.0300300Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/_reference/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/_reference/modules 2024-08-08T20:18:54.0301540Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/_reference/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/_reference/modules 2024-08-08T20:18:54.0302770Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/_reference/modules/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/_reference/modules 2024-08-08T20:18:54.0304000Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/_reference/modules/sparse.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/_reference/modules 2024-08-08T20:18:54.0305260Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/_reference/modules/conv.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/_reference/modules 2024-08-08T20:18:54.0306470Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/_reference/modules/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/_reference/modules 2024-08-08T20:18:54.0307380Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/dynamic 2024-08-08T20:18:54.0308210Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/dynamic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/dynamic 2024-08-08T20:18:54.0309200Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/dynamic/modules 2024-08-08T20:18:54.0310140Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/dynamic/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/dynamic/modules 2024-08-08T20:18:54.0311390Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/dynamic/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/dynamic/modules 2024-08-08T20:18:54.0312620Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/dynamic/modules/conv.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/dynamic/modules 2024-08-08T20:18:54.0313840Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/dynamic/modules/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/dynamic/modules 2024-08-08T20:18:54.0314920Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized 2024-08-08T20:18:54.0315890Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/functional.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized 2024-08-08T20:18:54.0316730Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-08-08T20:18:54.0317610Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules/batchnorm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-08-08T20:18:54.0319310Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules/functional_modules.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-08-08T20:18:54.0320470Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-08-08T20:18:54.0321550Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-08-08T20:18:54.0322670Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules/activation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-08-08T20:18:54.0323780Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-08-08T20:18:54.0324880Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules/dropout.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-08-08T20:18:54.0325980Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules/conv.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-08-08T20:18:54.0327200Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules/normalization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-08-08T20:18:54.0328360Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-08-08T20:18:54.0329470Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules/embedding_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-08-08T20:18:54.0330270Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/backends 2024-08-08T20:18:54.0330970Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/backends/thnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/backends 2024-08-08T20:18:54.0331970Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/backends/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/backends 2024-08-08T20:18:54.0332870Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/parameter.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-08-08T20:18:54.0333690Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-08-08T20:18:54.0334490Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/_reduction.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-08-08T20:18:54.0335760Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-08-08T20:18:54.0336610Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_named_member_accessor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-08-08T20:18:54.0337770Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/spectral_norm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-08-08T20:18:54.0338870Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/convert_parameters.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-08-08T20:18:54.0341030Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/stateless.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-08-08T20:18:54.0342210Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/parametrize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-08-08T20:18:54.0343680Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/memory_format.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-08-08T20:18:54.0344730Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_per_sample_grad.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-08-08T20:18:54.0345960Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-08-08T20:18:54.0347150Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/weight_norm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-08-08T20:18:54.0348180Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/fusion.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-08-08T20:18:54.0349470Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/prune.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-08-08T20:18:54.0351340Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/parametrizations.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-08-08T20:18:54.0352710Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/init.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-08-08T20:18:54.0353900Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_deprecation_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-08-08T20:18:54.0354980Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-08-08T20:18:54.0357070Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils/_expanded_weights 2024-08-08T20:18:54.0358030Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils/_expanded_weights 2024-08-08T20:18:54.0359580Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils/_expanded_weights 2024-08-08T20:18:54.0360830Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils/_expanded_weights 2024-08-08T20:18:54.0362070Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils/_expanded_weights 2024-08-08T20:18:54.0363280Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils/_expanded_weights 2024-08-08T20:18:54.0364550Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils/_expanded_weights 2024-08-08T20:18:54.0365800Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights/conv_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils/_expanded_weights 2024-08-08T20:18:54.0367030Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils/_expanded_weights 2024-08-08T20:18:54.0372700Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils/_expanded_weights 2024-08-08T20:18:54.0373990Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils/_expanded_weights 2024-08-08T20:18:54.0375060Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/clip_grad.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-08-08T20:18:54.0375760Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantizable 2024-08-08T20:18:54.0376510Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantizable/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantizable 2024-08-08T20:18:54.0377260Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantizable/modules 2024-08-08T20:18:54.0378110Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantizable/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantizable/modules 2024-08-08T20:18:54.0379340Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantizable/modules/activation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantizable/modules 2024-08-08T20:18:54.0380630Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantizable/modules/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantizable/modules 2024-08-08T20:18:54.0381570Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/cpp.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-08-08T20:18:54.0382180Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic 2024-08-08T20:18:54.0382670Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/qat 2024-08-08T20:18:54.0383470Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/qat/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/qat 2024-08-08T20:18:54.0384250Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/qat/modules 2024-08-08T20:18:54.0385180Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/qat/modules/conv_fused.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/qat/modules 2024-08-08T20:18:54.0386340Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/qat/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/qat/modules 2024-08-08T20:18:54.0387530Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/qat/modules/linear_relu.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/qat/modules 2024-08-08T20:18:54.0388810Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/qat/modules/linear_fused.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/qat/modules 2024-08-08T20:18:54.0389730Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized 2024-08-08T20:18:54.0390310Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized/dynamic 2024-08-08T20:18:54.0391250Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized/dynamic 2024-08-08T20:18:54.0392210Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2024-08-08T20:18:54.0393300Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2024-08-08T20:18:54.0394860Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2024-08-08T20:18:54.0396150Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized 2024-08-08T20:18:54.0397000Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized/modules 2024-08-08T20:18:54.0397980Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized/modules 2024-08-08T20:18:54.0399280Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized/modules 2024-08-08T20:18:54.0400550Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized/modules 2024-08-08T20:18:54.0401840Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized/modules 2024-08-08T20:18:54.0402950Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic 2024-08-08T20:18:54.0403650Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/modules 2024-08-08T20:18:54.0404550Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/modules/fused.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/modules 2024-08-08T20:18:54.0405640Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/modules 2024-08-08T20:18:54.0406600Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/functional.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-08-08T20:18:54.0407420Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/init.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-08-08T20:18:54.0408220Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/functional.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-08-08T20:18:54.0409070Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/grad.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-08-08T20:18:54.0409680Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-08T20:18:54.0410400Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/upsampling.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-08T20:18:54.0411380Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/channelshuffle.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-08T20:18:54.0412380Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/instancenorm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-08T20:18:54.0413340Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/flatten.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-08T20:18:54.0414280Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/batchnorm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-08T20:18:54.0415410Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-08T20:18:54.0416450Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/_functions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-08T20:18:54.0417460Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/pooling.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-08T20:18:54.0418730Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-08T20:18:54.0419790Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/distance.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-08T20:18:54.0420890Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/container.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-08T20:18:54.0422160Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/pixelshuffle.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-08T20:18:54.0423220Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/adaptive.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-08T20:18:54.0424300Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/loss.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-08T20:18:54.0426240Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/activation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-08T20:18:54.0427460Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-08T20:18:54.0429010Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/transformer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-08T20:18:54.0430210Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/sparse.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-08T20:18:54.0431480Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/module.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-08T20:18:54.0433410Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/dropout.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-08T20:18:54.0434380Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/conv.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-08T20:18:54.0435630Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/lazy.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-08T20:18:54.0436790Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/normalization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-08T20:18:54.0438060Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-08T20:18:54.0439330Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/padding.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-08T20:18:54.0440640Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/fold.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-08T20:18:54.0441720Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/parameter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-08-08T20:18:54.0443300Z creating build/bdist.macosx-11.1-arm64/wheel/torch/mps 2024-08-08T20:18:54.0443920Z copying build/lib.macosx-11.1-arm64-3.9/torch/mps/event.py -> build/bdist.macosx-11.1-arm64/wheel/torch/mps 2024-08-08T20:18:54.0444820Z copying build/lib.macosx-11.1-arm64-3.9/torch/mps/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/mps 2024-08-08T20:18:54.0445890Z copying build/lib.macosx-11.1-arm64-3.9/torch/mps/profiler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/mps 2024-08-08T20:18:54.0447010Z copying build/lib.macosx-11.1-arm64-3.9/torch/_custom_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:54.0448700Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-08T20:18:54.0449350Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_type_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-08T20:18:54.0450390Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_constants.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-08T20:18:54.0451860Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal 2024-08-08T20:18:54.0452660Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/registration.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal 2024-08-08T20:18:54.0453660Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/io_adapter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal 2024-08-08T20:18:54.0454950Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-08-08T20:18:54.0455820Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/registration.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-08-08T20:18:54.0457060Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/fx_symbolic_graph_extractor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-08-08T20:18:54.0458300Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/onnxfunction_dispatcher.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-08-08T20:18:54.0459560Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/decomposition_table.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-08-08T20:18:54.0461290Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/analysis 2024-08-08T20:18:54.0462170Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/analysis/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/analysis 2024-08-08T20:18:54.0467750Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/analysis/unsupported_nodes.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/analysis 2024-08-08T20:18:54.0468920Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/decomposition_skip.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-08-08T20:18:54.0470030Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/dynamo_graph_extractor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-08-08T20:18:54.0471110Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/diagnostics.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-08-08T20:18:54.0471910Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/passes 2024-08-08T20:18:54.0472830Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/passes/readability.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/passes 2024-08-08T20:18:54.0474020Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/passes/modularization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/passes 2024-08-08T20:18:54.0475210Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/passes/virtualization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/passes 2024-08-08T20:18:54.0476360Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/passes/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/passes 2024-08-08T20:18:54.0477530Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/passes/functionalization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/passes 2024-08-08T20:18:54.0478690Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/passes/decomp.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/passes 2024-08-08T20:18:54.0479840Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/passes/type_promotion.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/passes 2024-08-08T20:18:54.0480980Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/passes/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/passes 2024-08-08T20:18:54.0482080Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/type_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-08-08T20:18:54.0483090Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-08-08T20:18:54.0484110Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/patcher.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-08-08T20:18:54.0485210Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/torch_export_graph_extractor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-08-08T20:18:54.0486350Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/op_validation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-08-08T20:18:54.0487410Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-08-08T20:18:54.0488450Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/fx_onnx_interpreter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-08-08T20:18:54.0489520Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/serialization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-08-08T20:18:54.0490560Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal 2024-08-08T20:18:54.0491540Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/_exporter_legacy.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal 2024-08-08T20:18:54.0492320Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics 2024-08-08T20:18:54.0493390Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/_rules.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics 2024-08-08T20:18:54.0494380Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra 2024-08-08T20:18:54.0495560Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0496570Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_tool.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0497940Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0499400Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0500880Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0502280Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0503680Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0505070Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0506420Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0507870Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0509330Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0510760Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_address.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0512180Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/version.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0513550Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_node.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0514940Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0516360Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0517750Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0519200Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0520730Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0522110Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0523460Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_exception.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0524980Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0526430Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0527810Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0529200Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0530580Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_fix.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0531930Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0533360Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_result.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0534880Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0536270Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_message.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0537600Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0538970Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0540460Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0541940Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0543350Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0544770Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0546200Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0547590Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0548950Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0550290Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0551700Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0553040Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_location.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0554390Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_region.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0555830Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0557190Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_stack.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0558510Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_edge.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0559860Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_run.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0561250Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0562630Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0564050Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0565490Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0566870Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0568250Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0569690Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0571160Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0572510Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_notification.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-08T20:18:54.0573830Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/formatter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra 2024-08-08T20:18:54.0575090Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/decorator.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra 2024-08-08T20:18:54.0576380Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra 2024-08-08T20:18:54.0577610Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/context.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra 2024-08-08T20:18:54.0578850Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra 2024-08-08T20:18:54.0580080Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/_infra.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra 2024-08-08T20:18:54.0581250Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics 2024-08-08T20:18:54.0582410Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/_diagnostic.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics 2024-08-08T20:18:54.0583490Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/onnxruntime.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal 2024-08-08T20:18:54.0584490Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/onnx_proto_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal 2024-08-08T20:18:54.0585490Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/jit_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal 2024-08-08T20:18:54.0586420Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/symbolic_opset15.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-08T20:18:54.0587320Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_onnx_supported_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-08T20:18:54.0588260Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/symbolic_opset7.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-08T20:18:54.0589150Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/symbolic_caffe2.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-08T20:18:54.0590040Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/symbolic_opset11.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-08T20:18:54.0590920Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/verification.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-08T20:18:54.0591800Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_flags.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-08T20:18:54.0592670Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/symbolic_opset10.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-08T20:18:54.0593550Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/symbolic_opset20.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-08T20:18:54.0594430Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/symbolic_opset14.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-08T20:18:54.0595320Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_globals.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-08T20:18:54.0596180Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/symbolic_helper.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-08T20:18:54.0601680Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/symbolic_opset9.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-08T20:18:54.0602560Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_deprecation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-08T20:18:54.0603470Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_exporter_states.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-08T20:18:54.0604320Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-08T20:18:54.0605170Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/symbolic_opset8.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-08T20:18:54.0606080Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/symbolic_opset19.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-08T20:18:54.0606920Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-08T20:18:54.0607820Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_experimental.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-08T20:18:54.0608760Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/symbolic_opset18.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-08T20:18:54.0609660Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/errors.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-08T20:18:54.0610540Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/symbolic_opset13.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-08T20:18:54.0611410Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/operators.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-08T20:18:54.0612280Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/symbolic_opset17.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-08T20:18:54.0613170Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/symbolic_opset16.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-08T20:18:54.0614030Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/symbolic_opset12.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-08T20:18:54.0614640Z creating build/bdist.macosx-11.1-arm64/wheel/torch/bin 2024-08-08T20:18:54.0615260Z copying build/lib.macosx-11.1-arm64-3.9/torch/bin/protoc-3.13.0.0 -> build/bdist.macosx-11.1-arm64/wheel/torch/bin 2024-08-08T20:18:54.0727990Z copying build/lib.macosx-11.1-arm64-3.9/torch/bin/torch_shm_manager -> build/bdist.macosx-11.1-arm64/wheel/torch/bin 2024-08-08T20:18:54.0729660Z copying build/lib.macosx-11.1-arm64-3.9/torch/bin/protoc -> build/bdist.macosx-11.1-arm64/wheel/torch/bin 2024-08-08T20:18:54.0870300Z copying build/lib.macosx-11.1-arm64-3.9/torch/return_types.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:54.0871980Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_vendor 2024-08-08T20:18:54.0872700Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_vendor/packaging 2024-08-08T20:18:54.0873490Z copying build/lib.macosx-11.1-arm64-3.9/torch/_vendor/packaging/version.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_vendor/packaging 2024-08-08T20:18:54.0874730Z copying build/lib.macosx-11.1-arm64-3.9/torch/_vendor/packaging/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_vendor/packaging 2024-08-08T20:18:54.0876160Z copying build/lib.macosx-11.1-arm64-3.9/torch/_vendor/packaging/_structures.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_vendor/packaging 2024-08-08T20:18:54.0877150Z copying build/lib.macosx-11.1-arm64-3.9/torch/_vendor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_vendor 2024-08-08T20:18:54.0877940Z creating build/bdist.macosx-11.1-arm64/wheel/torch/cpu 2024-08-08T20:18:54.0878640Z copying build/lib.macosx-11.1-arm64-3.9/torch/cpu/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cpu 2024-08-08T20:18:54.0880170Z creating build/bdist.macosx-11.1-arm64/wheel/torch/cpu/amp 2024-08-08T20:18:54.0880880Z copying build/lib.macosx-11.1-arm64-3.9/torch/cpu/amp/autocast_mode.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cpu/amp 2024-08-08T20:18:54.0881840Z copying build/lib.macosx-11.1-arm64-3.9/torch/cpu/amp/grad_scaler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cpu/amp 2024-08-08T20:18:54.0882860Z copying build/lib.macosx-11.1-arm64-3.9/torch/cpu/amp/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cpu/amp 2024-08-08T20:18:54.0884460Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-08T20:18:54.0885200Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor 2024-08-08T20:18:54.0886160Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/experimental 2024-08-08T20:18:54.0887130Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/experimental/attention.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/experimental 2024-08-08T20:18:54.0888470Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/experimental/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/experimental 2024-08-08T20:18:54.0889810Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/experimental/register_sharding.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/experimental 2024-08-08T20:18:54.0891120Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/experimental/local_map.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/experimental 2024-08-08T20:18:54.0892380Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/experimental/tp_transform.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/experimental 2024-08-08T20:18:54.0893570Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/_shards_wrapper.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor 2024-08-08T20:18:54.0894670Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/_redistribute.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor 2024-08-08T20:18:54.0895770Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/_sharding_prop.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor 2024-08-08T20:18:54.0896870Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/_collective_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor 2024-08-08T20:18:54.0898010Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor 2024-08-08T20:18:54.0899060Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/_dispatch.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor 2024-08-08T20:18:54.0900110Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/random.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor 2024-08-08T20:18:54.0901140Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor 2024-08-08T20:18:54.0902190Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/_op_schema.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor 2024-08-08T20:18:54.0903340Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/placement_types.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor 2024-08-08T20:18:54.0904610Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/_tp_conv.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor 2024-08-08T20:18:54.0905730Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/device_mesh.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor 2024-08-08T20:18:54.0906640Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/ops 2024-08-08T20:18:54.0907580Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops/_einsum_strategy.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/ops 2024-08-08T20:18:54.0908730Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops/_embedding_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/ops 2024-08-08T20:18:54.0909880Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops/_tensor_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/ops 2024-08-08T20:18:54.0911090Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops/_experimental_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/ops 2024-08-08T20:18:54.0912240Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/ops 2024-08-08T20:18:54.0913360Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops/_conv_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/ops 2024-08-08T20:18:54.0914490Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops/_pointwise_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/ops 2024-08-08T20:18:54.0915680Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops/_matrix_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/ops 2024-08-08T20:18:54.0916810Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops/_math_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/ops 2024-08-08T20:18:54.0917950Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops/_common_rules.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/ops 2024-08-08T20:18:54.0919070Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/ops 2024-08-08T20:18:54.0920190Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops/_random_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/ops 2024-08-08T20:18:54.0921310Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops/_view_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/ops 2024-08-08T20:18:54.0922400Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor 2024-08-08T20:18:54.0923580Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/debug 2024-08-08T20:18:54.0924540Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/debug/visualize_sharding.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/debug 2024-08-08T20:18:54.0925720Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/debug/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/debug 2024-08-08T20:18:54.0926870Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/debug/comm_mode.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/debug 2024-08-08T20:18:54.0928040Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/debug/_op_coverage.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/debug 2024-08-08T20:18:54.0929090Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_sharding_spec 2024-08-08T20:18:54.0929970Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_sharding_spec/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_sharding_spec 2024-08-08T20:18:54.0931040Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable_state.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-08T20:18:54.0932090Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/logging_handlers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-08T20:18:54.0933130Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/rendezvous.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-08T20:18:54.0934090Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/run.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-08T20:18:54.0935210Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_state_dict_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-08T20:18:54.0936890Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/launcher 2024-08-08T20:18:54.0937710Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/launcher/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/launcher 2024-08-08T20:18:54.0938790Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/launcher/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/launcher 2024-08-08T20:18:54.0939730Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-08T20:18:54.0946630Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/logging_handlers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-08T20:18:54.0947860Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/format_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-08T20:18:54.0949050Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/planner.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-08T20:18:54.0950200Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/_dedup_save_plans.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-08T20:18:54.0951360Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/state_dict.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-08T20:18:54.0952460Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/metadata.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-08T20:18:54.0953560Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/_storage_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-08T20:18:54.0954740Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/_traverse.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-08T20:18:54.0956020Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/_sharded_tensor_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-08T20:18:54.0957380Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/_dedup_tensors.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-08T20:18:54.0958550Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/filesystem.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-08T20:18:54.0959760Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/state_dict_saver.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-08T20:18:54.0960920Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-08T20:18:54.0962060Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/logger.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-08T20:18:54.0963250Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/resharding.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-08T20:18:54.0964410Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-08T20:18:54.0965560Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/state_dict_loader.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-08T20:18:54.0966820Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-08T20:18:54.0968000Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/default_planner.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-08T20:18:54.0969170Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/storage.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-08T20:18:54.0970340Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/planner_helpers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-08T20:18:54.0971510Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/optimizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-08T20:18:54.0972640Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/staging.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-08T20:18:54.0973790Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/_checkpointer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-08T20:18:54.0975000Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/stateful.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-08T20:18:54.0976180Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/_fsspec_filesystem.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-08T20:18:54.0977380Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/_nested_dict.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-08T20:18:54.0978230Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_sharded_tensor 2024-08-08T20:18:54.0979110Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_sharded_tensor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_sharded_tensor 2024-08-08T20:18:54.0979920Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn 2024-08-08T20:18:54.0980650Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn 2024-08-08T20:18:54.0981660Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn/functional.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn 2024-08-08T20:18:54.0982430Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn/jit 2024-08-08T20:18:54.0983290Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn/jit/instantiator.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn/jit 2024-08-08T20:18:54.0984370Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn/jit/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn/jit 2024-08-08T20:18:54.0985170Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn/jit/templates 2024-08-08T20:18:54.0986090Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn/jit/templates/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn/jit/templates 2024-08-08T20:18:54.0987370Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn/jit/templates/remote_module_template.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn/jit/templates 2024-08-08T20:18:54.0988320Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn/api 2024-08-08T20:18:54.0989160Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn/api/remote_module.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn/api 2024-08-08T20:18:54.0990230Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn/api/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn/api 2024-08-08T20:18:54.0991010Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic 2024-08-08T20:18:54.0991560Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/metrics 2024-08-08T20:18:54.0992530Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/metrics/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/metrics 2024-08-08T20:18:54.0993720Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/metrics/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/metrics 2024-08-08T20:18:54.0994600Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-08-08T20:18:54.0995560Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous/etcd_store.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-08-08T20:18:54.0996850Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous/registry.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-08-08T20:18:54.0998100Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-08-08T20:18:54.0999380Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-08-08T20:18:54.1000750Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-08-08T20:18:54.1002060Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-08-08T20:18:54.1003370Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-08-08T20:18:54.1004680Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-08-08T20:18:54.1005970Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-08-08T20:18:54.1007260Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous/etcd_server.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-08-08T20:18:54.1008590Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-08-08T20:18:54.1009610Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing 2024-08-08T20:18:54.1010370Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-08-08T20:18:54.1011690Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-08-08T20:18:54.1013400Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-08-08T20:18:54.1015100Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-08-08T20:18:54.1016610Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing/tail_log.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing 2024-08-08T20:18:54.1017930Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing 2024-08-08T20:18:54.1019290Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing 2024-08-08T20:18:54.1020650Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing/redirects.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing 2024-08-08T20:18:54.1021680Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing/errors 2024-08-08T20:18:54.1022810Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing/errors 2024-08-08T20:18:54.1024290Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing/errors 2024-08-08T20:18:54.1025780Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing/errors 2024-08-08T20:18:54.1026810Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/timer 2024-08-08T20:18:54.1027760Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/timer/local_timer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/timer 2024-08-08T20:18:54.1029000Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/timer/debug_info_logging.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/timer 2024-08-08T20:18:54.1030200Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/timer/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/timer 2024-08-08T20:18:54.1031350Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/timer/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/timer 2024-08-08T20:18:54.1032560Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/timer/file_based_local_timer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/timer 2024-08-08T20:18:54.1033720Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic 2024-08-08T20:18:54.1034810Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/control_plane.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic 2024-08-08T20:18:54.1035650Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils 2024-08-08T20:18:54.1036660Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils/store.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils 2024-08-08T20:18:54.1037880Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils/logging.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils 2024-08-08T20:18:54.1039060Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils 2024-08-08T20:18:54.1040230Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils/log_level.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils 2024-08-08T20:18:54.1045490Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils 2024-08-08T20:18:54.1046720Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils/distributed.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils 2024-08-08T20:18:54.1047620Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils/data 2024-08-08T20:18:54.1048650Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils/data 2024-08-08T20:18:54.1050140Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils/data/cycling_iterator.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils/data 2024-08-08T20:18:54.1051460Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils/data/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils/data 2024-08-08T20:18:54.1052360Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/agent 2024-08-08T20:18:54.1053250Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/agent/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/agent 2024-08-08T20:18:54.1054130Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/agent/server 2024-08-08T20:18:54.1055150Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/agent/server/health_check_server.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/agent/server 2024-08-08T20:18:54.1056470Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/agent/server/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/agent/server 2024-08-08T20:18:54.1057760Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/agent/server/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/agent/server 2024-08-08T20:18:54.1059100Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/agent/server/local_elastic_agent.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/agent/server 2024-08-08T20:18:54.1060060Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/events 2024-08-08T20:18:54.1060980Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/events/handlers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/events 2024-08-08T20:18:54.1062160Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/events/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/events 2024-08-08T20:18:54.1063320Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/events/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/events 2024-08-08T20:18:54.1064160Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/autograd 2024-08-08T20:18:54.1064980Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/autograd/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/autograd 2024-08-08T20:18:54.1066030Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/distributed_c10d.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-08T20:18:54.1066930Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/pipelining 2024-08-08T20:18:54.1067750Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining/_IR.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/pipelining 2024-08-08T20:18:54.1068950Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining/_unflatten.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/pipelining 2024-08-08T20:18:54.1070080Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/pipelining 2024-08-08T20:18:54.1071210Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining/microbatch.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/pipelining 2024-08-08T20:18:54.1072410Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining/_backward.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/pipelining 2024-08-08T20:18:54.1073530Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining/_debug.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/pipelining 2024-08-08T20:18:54.1074630Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining/stage.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/pipelining 2024-08-08T20:18:54.1075800Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining/schedules.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/pipelining 2024-08-08T20:18:54.1076920Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/pipelining 2024-08-08T20:18:54.1077970Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/argparse_util.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-08T20:18:54.1078960Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_checkpointable.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-08T20:18:54.1079910Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/constants.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-08T20:18:54.1080860Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/c10d_logger.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-08T20:18:54.1081600Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms 2024-08-08T20:18:54.1082190Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_comm_hooks 2024-08-08T20:18:54.1083220Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_comm_hooks/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_comm_hooks 2024-08-08T20:18:54.1084540Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_comm_hooks 2024-08-08T20:18:54.1085490Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_checkpoint 2024-08-08T20:18:54.1086500Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_checkpoint 2024-08-08T20:18:54.1087840Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_checkpoint/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_checkpoint 2024-08-08T20:18:54.1088800Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/model_averaging 2024-08-08T20:18:54.1089850Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/model_averaging/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/model_averaging 2024-08-08T20:18:54.1091230Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/model_averaging/averagers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/model_averaging 2024-08-08T20:18:54.1092620Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/model_averaging/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/model_averaging 2024-08-08T20:18:54.1094050Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/model_averaging 2024-08-08T20:18:54.1095120Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-08-08T20:18:54.1096190Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-08-08T20:18:54.1097700Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-08-08T20:18:54.1099140Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-08-08T20:18:54.1100520Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-08-08T20:18:54.1101920Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-08-08T20:18:54.1103300Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-08-08T20:18:54.1104680Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-08-08T20:18:54.1106070Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-08-08T20:18:54.1107470Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-08-08T20:18:54.1108690Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms 2024-08-08T20:18:54.1109810Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/join.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms 2024-08-08T20:18:54.1110720Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_optimizer_overlap 2024-08-08T20:18:54.1111820Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_optimizer_overlap 2024-08-08T20:18:54.1113240Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_optimizer_overlap 2024-08-08T20:18:54.1114240Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_quantization 2024-08-08T20:18:54.1115270Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_quantization/quantization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_quantization 2024-08-08T20:18:54.1116670Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_quantization/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_quantization 2024-08-08T20:18:54.1117590Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-08-08T20:18:54.1118420Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim/named_optimizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-08-08T20:18:54.1119540Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-08-08T20:18:54.1120610Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim/functional_sgd.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-08-08T20:18:54.1121730Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim/functional_adagrad.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-08-08T20:18:54.1122850Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim/functional_adamw.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-08-08T20:18:54.1124040Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim/apply_optimizer_in_backward.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-08-08T20:18:54.1125190Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim/functional_adam.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-08-08T20:18:54.1126260Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-08-08T20:18:54.1127350Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim/functional_rprop.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-08-08T20:18:54.1128530Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim/post_localSGD_optimizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-08-08T20:18:54.1129640Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim/optimizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-08-08T20:18:54.1130740Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim/functional_adadelta.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-08-08T20:18:54.1131870Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim/functional_rmsprop.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-08-08T20:18:54.1133010Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim/zero_redundancy_optimizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-08-08T20:18:54.1134150Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim/functional_adamax.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-08-08T20:18:54.1135170Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-08T20:18:54.1135930Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable 2024-08-08T20:18:54.1136800Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/replicate.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable 2024-08-08T20:18:54.1137910Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable 2024-08-08T20:18:54.1142420Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable/fsdp 2024-08-08T20:18:54.1143350Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp/_fsdp_api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable/fsdp 2024-08-08T20:18:54.1144530Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp/_fsdp_common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable/fsdp 2024-08-08T20:18:54.1145760Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp/_fsdp_param_group.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable/fsdp 2024-08-08T20:18:54.1146970Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable/fsdp 2024-08-08T20:18:54.1148210Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp/_fsdp_param.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable/fsdp 2024-08-08T20:18:54.1149440Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp/_fsdp_init.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable/fsdp 2024-08-08T20:18:54.1150660Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp/_fsdp_collectives.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable/fsdp 2024-08-08T20:18:54.1151890Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp/fully_shard.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable/fsdp 2024-08-08T20:18:54.1153120Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp/_fsdp_state.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable/fsdp 2024-08-08T20:18:54.1154320Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fully_shard.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable 2024-08-08T20:18:54.1155430Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/contract.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable 2024-08-08T20:18:54.1156580Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/checkpoint_activation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable 2024-08-08T20:18:54.1157450Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tools 2024-08-08T20:18:54.1158230Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tools/mem_tracker.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tools 2024-08-08T20:18:54.1159320Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tools/fsdp2_mem_tracker.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tools 2024-08-08T20:18:54.1160360Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tools/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tools 2024-08-08T20:18:54.1161420Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tools/memory_tracker.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tools 2024-08-08T20:18:54.1162490Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tools/mod_tracker.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tools 2024-08-08T20:18:54.1163270Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-08T20:18:54.1164080Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/_exec_order_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-08T20:18:54.1165220Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/_traversal_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-08T20:18:54.1166320Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/sharded_grad_scaler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-08T20:18:54.1167420Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/_state_dict_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-08T20:18:54.1168550Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-08T20:18:54.1169650Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/_wrap_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-08T20:18:54.1170680Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/_optim_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-08T20:18:54.1171820Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/_trace_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-08T20:18:54.1172880Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/_common_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-08T20:18:54.1173950Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-08T20:18:54.1174950Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-08T20:18:54.1176080Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/_limiter_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-08T20:18:54.1177130Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/_dynamo_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-08T20:18:54.1178240Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/_unshard_param_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-08T20:18:54.1179310Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/_shard_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-08T20:18:54.1180330Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/wrap.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-08T20:18:54.1181410Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/_runtime_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-08T20:18:54.1182530Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/_fsdp_extensions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-08T20:18:54.1183590Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/_init_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-08T20:18:54.1184630Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/_debug_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-08T20:18:54.1185710Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/_flat_param.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-08T20:18:54.1186730Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/collective_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-08T20:18:54.1187780Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_functional_collectives.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-08T20:18:54.1188550Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard 2024-08-08T20:18:54.1189110Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/checkpoint 2024-08-08T20:18:54.1190060Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/checkpoint/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/checkpoint 2024-08-08T20:18:54.1191190Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/metadata.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard 2024-08-08T20:18:54.1192270Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/op_registry_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard 2024-08-08T20:18:54.1193100Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor 2024-08-08T20:18:54.1194100Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/logging_handlers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor 2024-08-08T20:18:54.1195440Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/metadata.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor 2024-08-08T20:18:54.1196380Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2024-08-08T20:18:54.1197530Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2024-08-08T20:18:54.1198860Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2024-08-08T20:18:54.1200220Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/_ops/_common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2024-08-08T20:18:54.1201530Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2024-08-08T20:18:54.1202840Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2024-08-08T20:18:54.1204190Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/_ops/init.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2024-08-08T20:18:54.1205470Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor 2024-08-08T20:18:54.1206710Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/logger.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor 2024-08-08T20:18:54.1207960Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/reshard.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor 2024-08-08T20:18:54.1209220Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor 2024-08-08T20:18:54.1210450Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/shard.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor 2024-08-08T20:18:54.1211680Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor 2024-08-08T20:18:54.1212580Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_plan 2024-08-08T20:18:54.1213520Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_plan/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_plan 2024-08-08T20:18:54.1214740Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_plan/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_plan 2024-08-08T20:18:54.1215860Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharder.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard 2024-08-08T20:18:54.1216910Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard 2024-08-08T20:18:54.1217730Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_spec 2024-08-08T20:18:54.1218450Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-08-08T20:18:54.1219690Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-08-08T20:18:54.1221280Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-08-08T20:18:54.1222860Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-08-08T20:18:54.1224460Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-08-08T20:18:54.1225930Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_spec/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_spec 2024-08-08T20:18:54.1227180Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_spec/_internals.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_spec 2024-08-08T20:18:54.1228400Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_spec/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_spec 2024-08-08T20:18:54.1229680Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_spec 2024-08-08T20:18:54.1230620Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_optim 2024-08-08T20:18:54.1231560Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_optim/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_optim 2024-08-08T20:18:54.1232780Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_optim/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_optim 2024-08-08T20:18:54.1233940Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/common_op_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard 2024-08-08T20:18:54.1238800Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard 2024-08-08T20:18:54.1239880Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard 2024-08-08T20:18:54.1240870Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/launch.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-08T20:18:54.1241630Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_symmetric_memory 2024-08-08T20:18:54.1242690Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_symmetric_memory/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_symmetric_memory 2024-08-08T20:18:54.1243760Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-08T20:18:54.1244720Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/remote_device.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-08T20:18:54.1245740Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/device_mesh.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-08T20:18:54.1246490Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor 2024-08-08T20:18:54.1247060Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/parallel 2024-08-08T20:18:54.1247960Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel/ddp.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/parallel 2024-08-08T20:18:54.1249170Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel/fsdp.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/parallel 2024-08-08T20:18:54.1250350Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel/style.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/parallel 2024-08-08T20:18:54.1251550Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/parallel 2024-08-08T20:18:54.1252760Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/parallel 2024-08-08T20:18:54.1253940Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel/loss.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/parallel 2024-08-08T20:18:54.1255200Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel/input_reshard.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/parallel 2024-08-08T20:18:54.1256430Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/parallel 2024-08-08T20:18:54.1257660Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel/_data_parallel_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/parallel 2024-08-08T20:18:54.1258820Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor 2024-08-08T20:18:54.1259620Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc 2024-08-08T20:18:54.1260400Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc/functions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc 2024-08-08T20:18:54.1261440Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc/options.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc 2024-08-08T20:18:54.1262450Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc/internal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc 2024-08-08T20:18:54.1263510Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc/constants.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc 2024-08-08T20:18:54.1264520Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc 2024-08-08T20:18:54.1265280Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc/_testing 2024-08-08T20:18:54.1266140Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc/_testing/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc/_testing 2024-08-08T20:18:54.1267330Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc/_testing 2024-08-08T20:18:54.1268450Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc 2024-08-08T20:18:54.1269460Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc/rref_proxy.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc 2024-08-08T20:18:54.1270540Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc/server_process_global_profiler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc 2024-08-08T20:18:54.1271660Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc 2024-08-08T20:18:54.1272700Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc/backend_registry.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc 2024-08-08T20:18:54.1273770Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_functional_collectives_impl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-08T20:18:54.1274680Z copying build/lib.macosx-11.1-arm64-3.9/torch/_size_docs.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:54.1275280Z creating build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-08-08T20:18:54.1275990Z copying build/lib.macosx-11.1-arm64-3.9/torch/autograd/anomaly_mode.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-08-08T20:18:54.1276700Z creating build/bdist.macosx-11.1-arm64/wheel/torch/autograd/_functions 2024-08-08T20:18:54.1277500Z copying build/lib.macosx-11.1-arm64-3.9/torch/autograd/_functions/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd/_functions 2024-08-08T20:18:54.1278540Z copying build/lib.macosx-11.1-arm64-3.9/torch/autograd/_functions/tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd/_functions 2024-08-08T20:18:54.1279620Z copying build/lib.macosx-11.1-arm64-3.9/torch/autograd/_functions/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd/_functions 2024-08-08T20:18:54.1280580Z copying build/lib.macosx-11.1-arm64-3.9/torch/autograd/graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-08-08T20:18:54.1281480Z copying build/lib.macosx-11.1-arm64-3.9/torch/autograd/forward_ad.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-08-08T20:18:54.1282420Z copying build/lib.macosx-11.1-arm64-3.9/torch/autograd/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-08-08T20:18:54.1283310Z copying build/lib.macosx-11.1-arm64-3.9/torch/autograd/variable.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-08-08T20:18:54.1284260Z copying build/lib.macosx-11.1-arm64-3.9/torch/autograd/functional.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-08-08T20:18:54.1285170Z copying build/lib.macosx-11.1-arm64-3.9/torch/autograd/grad_mode.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-08-08T20:18:54.1286060Z copying build/lib.macosx-11.1-arm64-3.9/torch/autograd/profiler_util.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-08-08T20:18:54.1286980Z copying build/lib.macosx-11.1-arm64-3.9/torch/autograd/profiler_legacy.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-08-08T20:18:54.1287950Z copying build/lib.macosx-11.1-arm64-3.9/torch/autograd/gradcheck.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-08-08T20:18:54.1288860Z copying build/lib.macosx-11.1-arm64-3.9/torch/autograd/profiler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-08-08T20:18:54.1289760Z copying build/lib.macosx-11.1-arm64-3.9/torch/autograd/function.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-08-08T20:18:54.1290620Z copying build/lib.macosx-11.1-arm64-3.9/torch/_torch_docs.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:54.1291200Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-08T20:18:54.1291810Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/_pytree.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-08T20:18:54.1292600Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/graph_module.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-08T20:18:54.1293260Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-08T20:18:54.1294040Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/validator.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-08T20:18:54.1294850Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification 2024-08-08T20:18:54.1295810Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/dispatch.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification 2024-08-08T20:18:54.1297050Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification 2024-08-08T20:18:54.1298220Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/core.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification 2024-08-08T20:18:54.1299480Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/unification_tools.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification 2024-08-08T20:18:54.1300510Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification/multipledispatch 2024-08-08T20:18:54.1301670Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification/multipledispatch 2024-08-08T20:18:54.1303230Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/multipledispatch/variadic.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification/multipledispatch 2024-08-08T20:18:54.1304880Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/multipledispatch/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification/multipledispatch 2024-08-08T20:18:54.1306440Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/multipledispatch/core.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification/multipledispatch 2024-08-08T20:18:54.1307990Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/multipledispatch/conflict.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification/multipledispatch 2024-08-08T20:18:54.1309520Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/multipledispatch/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification/multipledispatch 2024-08-08T20:18:54.1310920Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/variable.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification 2024-08-08T20:18:54.1312150Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/more.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification 2024-08-08T20:18:54.1313350Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification 2024-08-08T20:18:54.1314590Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/match.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification 2024-08-08T20:18:54.1315700Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/meta_tracer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-08T20:18:54.1316770Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/partitioner_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-08T20:18:54.1317830Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/recording.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-08T20:18:54.1318930Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/rewriter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-08T20:18:54.1319980Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/const_fold.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-08T20:18:54.1320830Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2024-08-08T20:18:54.1321860Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/migrate_gradual_types/constraint.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2024-08-08T20:18:54.1323320Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/migrate_gradual_types/constraint_transformation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2024-08-08T20:18:54.1324730Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/migrate_gradual_types/util.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2024-08-08T20:18:54.1330340Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/migrate_gradual_types/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2024-08-08T20:18:54.1332250Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/migrate_gradual_types/operation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2024-08-08T20:18:54.1333640Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/migrate_gradual_types/transform_to_z3.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2024-08-08T20:18:54.1335020Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/migrate_gradual_types/z3_types.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2024-08-08T20:18:54.1336500Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/migrate_gradual_types/constraint_generator.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2024-08-08T20:18:54.1337860Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/accelerator_partitioner.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-08T20:18:54.1339120Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/normalize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-08T20:18:54.1340150Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/optimization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-08T20:18:54.1341240Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/refinement_types.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-08T20:18:54.1342400Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/graph_gradual_typechecker.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-08T20:18:54.1343470Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-08T20:18:54.1344580Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/sym_node.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-08T20:18:54.1345630Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unify_refinements.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-08T20:18:54.1346740Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/merge_matmul.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-08T20:18:54.1347740Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/debug.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-08T20:18:54.1348810Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/schema_type_annotation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-08T20:18:54.1349890Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/symbolic_shapes.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-08T20:18:54.1350980Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/_sym_dispatch_mode.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-08T20:18:54.1352010Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/_config.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-08T20:18:54.1353040Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/_backward_state.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-08T20:18:54.1354080Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/proxy_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-08T20:18:54.1355060Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/operator_schemas.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-08T20:18:54.1355880Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/config.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-08T20:18:54.1356680Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/__init__.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-08T20:18:54.1357470Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/proxy.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-08T20:18:54.1358280Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/_lazy_graph_module.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-08T20:18:54.1359110Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/traceback.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-08T20:18:54.1359920Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-08T20:18:54.1360530Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-08-08T20:18:54.1361240Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/net_min_base.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-08-08T20:18:54.1362240Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/param_fetch.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-08-08T20:18:54.1363190Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/tools_common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-08-08T20:18:54.1363900Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/infra 2024-08-08T20:18:54.1364680Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/infra/partitioner.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/infra 2024-08-08T20:18:54.1365710Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/infra/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/infra 2024-08-08T20:18:54.1366710Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/infra/pass_base.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/infra 2024-08-08T20:18:54.1367790Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/infra/pass_manager.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/infra 2024-08-08T20:18:54.1368790Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/split_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-08-08T20:18:54.1369720Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/shape_prop.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-08-08T20:18:54.1370670Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/split_module.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-08-08T20:18:54.1371670Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/runtime_assert.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-08-08T20:18:54.1372610Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/reinplace.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-08-08T20:18:54.1373320Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/backends 2024-08-08T20:18:54.1374130Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/backends/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/backends 2024-08-08T20:18:54.1375200Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/backends/cudagraphs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/backends 2024-08-08T20:18:54.1375990Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/tests 2024-08-08T20:18:54.1376730Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/tests/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/tests 2024-08-08T20:18:54.1377780Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/tests/test_pass_manager.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/tests 2024-08-08T20:18:54.1378910Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-08-08T20:18:54.1379610Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/utils 2024-08-08T20:18:54.1380440Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/utils/source_matcher_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/utils 2024-08-08T20:18:54.1381600Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/utils/matcher_with_name_node_map_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/utils 2024-08-08T20:18:54.1382670Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/utils/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/utils 2024-08-08T20:18:54.1383690Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/utils/common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/utils 2024-08-08T20:18:54.1384730Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/utils/matcher_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/utils 2024-08-08T20:18:54.1385780Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/utils/fuser_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/utils 2024-08-08T20:18:54.1386790Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/pass_manager.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-08-08T20:18:54.1387790Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/fake_tensor_prop.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-08-08T20:18:54.1388760Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/operator_support.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-08-08T20:18:54.1389780Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/annotate_getitem_nodes.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-08-08T20:18:54.1390800Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/graph_manipulation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-08-08T20:18:54.1391560Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/dialect 2024-08-08T20:18:54.1392390Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/dialect/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/dialect 2024-08-08T20:18:54.1393180Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/dialect/common 2024-08-08T20:18:54.1394080Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/dialect/common/cse_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/dialect/common 2024-08-08T20:18:54.1395250Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/dialect/common/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/dialect/common 2024-08-08T20:18:54.1396320Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/graph_drawer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-08-08T20:18:54.1397270Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/splitter_base.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-08-08T20:18:54.1398280Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/graph_transform_observer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-08-08T20:18:54.1399210Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/tensor_type.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-08T20:18:54.1400010Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-08T20:18:54.1400880Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/immutable_collections.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-08T20:18:54.1401740Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/annotate.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-08T20:18:54.1402590Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/subgraph_rewriter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-08T20:18:54.1403440Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/interpreter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-08T20:18:54.1404520Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/_symbolic_trace.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-08T20:18:54.1405630Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/node.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-08T20:18:54.1407340Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/_compatibility.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-08T20:18:54.1408190Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-08T20:18:54.1409080Z copying build/lib.macosx-11.1-arm64-3.9/torch/_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:54.1410350Z copying build/lib.macosx-11.1-arm64-3.9/torch/_utils_internal.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:54.1411370Z copying build/lib.macosx-11.1-arm64-3.9/torch/quasirandom.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:54.1412950Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_prims_common 2024-08-08T20:18:54.1413680Z copying build/lib.macosx-11.1-arm64-3.9/torch/_prims_common/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_prims_common 2024-08-08T20:18:54.1418400Z copying build/lib.macosx-11.1-arm64-3.9/torch/_prims_common/wrappers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_prims_common 2024-08-08T20:18:54.1419190Z creating build/bdist.macosx-11.1-arm64/wheel/torch/multiprocessing 2024-08-08T20:18:54.1419970Z copying build/lib.macosx-11.1-arm64-3.9/torch/multiprocessing/queue.py -> build/bdist.macosx-11.1-arm64/wheel/torch/multiprocessing 2024-08-08T20:18:54.1420960Z copying build/lib.macosx-11.1-arm64-3.9/torch/multiprocessing/_atfork.py -> build/bdist.macosx-11.1-arm64/wheel/torch/multiprocessing 2024-08-08T20:18:54.1421950Z copying build/lib.macosx-11.1-arm64-3.9/torch/multiprocessing/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/multiprocessing 2024-08-08T20:18:54.1422950Z copying build/lib.macosx-11.1-arm64-3.9/torch/multiprocessing/spawn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/multiprocessing 2024-08-08T20:18:54.1423990Z copying build/lib.macosx-11.1-arm64-3.9/torch/multiprocessing/reductions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/multiprocessing 2024-08-08T20:18:54.1425010Z copying build/lib.macosx-11.1-arm64-3.9/torch/multiprocessing/pool.py -> build/bdist.macosx-11.1-arm64/wheel/torch/multiprocessing 2024-08-08T20:18:54.1425690Z creating build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-08T20:18:54.1426330Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/streams.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-08T20:18:54.1427150Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/error.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-08T20:18:54.1428110Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/comm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-08T20:18:54.1428940Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/memory.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-08T20:18:54.1429780Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/jiterator.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-08T20:18:54.1430600Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/nccl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-08T20:18:54.1431410Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-08T20:18:54.1432320Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/_gpu_trace.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-08T20:18:54.1433530Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/_sanitizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-08T20:18:54.1434500Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/random.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-08T20:18:54.1435500Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/_memory_viz.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-08T20:18:54.1436860Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/tunable.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-08T20:18:54.1438180Z creating build/bdist.macosx-11.1-arm64/wheel/torch/cuda/amp 2024-08-08T20:18:54.1439010Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/amp/autocast_mode.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda/amp 2024-08-08T20:18:54.1440070Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/amp/grad_scaler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda/amp 2024-08-08T20:18:54.1441260Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/amp/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda/amp 2024-08-08T20:18:54.1442240Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/amp/common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda/amp 2024-08-08T20:18:54.1443300Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/sparse.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-08T20:18:54.1444520Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/nvtx.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-08T20:18:54.1445670Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/graphs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-08T20:18:54.1446850Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/profiler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-08T20:18:54.1447850Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-08T20:18:54.1449450Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-08-08T20:18:54.1450120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/sleef.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-08-08T20:18:54.1452890Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-08T20:18:54.1453670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/attr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-08T20:18:54.1454860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/embed.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-08T20:18:54.1456040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/numpy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-08T20:18:54.1458310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/pybind11.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-08T20:18:54.1460190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/operators.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-08T20:18:54.1461240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/iostream.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-08T20:18:54.1462320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/gil.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-08T20:18:54.1463400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/chrono.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-08T20:18:54.1464440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/typing.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-08T20:18:54.1465640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/stl_bind.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-08T20:18:54.1466690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/buffer_info.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-08T20:18:54.1467730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/options.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-08T20:18:54.1469010Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/eigen 2024-08-08T20:18:54.1469560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/eigen/matrix.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/eigen 2024-08-08T20:18:54.1471040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/eigen/common.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/eigen 2024-08-08T20:18:54.1471720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/eigen/tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/eigen 2024-08-08T20:18:54.1473200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/functional.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-08T20:18:54.1473910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/stl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-08T20:18:54.1475340Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/detail 2024-08-08T20:18:54.1475930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/detail/type_caster_base.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/detail 2024-08-08T20:18:54.1477470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/detail/typeid.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/detail 2024-08-08T20:18:54.1478200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/detail/descr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/detail 2024-08-08T20:18:54.1479310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/detail/internals.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/detail 2024-08-08T20:18:54.1480760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/detail/common.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/detail 2024-08-08T20:18:54.1482150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/detail/class.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/detail 2024-08-08T20:18:54.1482900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/detail/init.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/detail 2024-08-08T20:18:54.1484350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/common.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-08T20:18:54.1485240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/eval.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-08T20:18:54.1486110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/cast.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-08T20:18:54.1487830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/type_caster_pyobject_ptr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-08T20:18:54.1488550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/eigen.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-08T20:18:54.1490000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/gil_safe_call_once.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-08T20:18:54.1490670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/pytypes.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-08T20:18:54.1492530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/complex.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-08T20:18:54.1493660Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/caffe2 2024-08-08T20:18:54.1494670Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/caffe2/serialize 2024-08-08T20:18:54.1495360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/caffe2/serialize/in_memory_adapter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/caffe2/serialize 2024-08-08T20:18:54.1496850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/caffe2/serialize/read_adapter_interface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/caffe2/serialize 2024-08-08T20:18:54.1497640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/caffe2/serialize/crc_alt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/caffe2/serialize 2024-08-08T20:18:54.1499460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/caffe2/serialize/versions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/caffe2/serialize 2024-08-08T20:18:54.1500280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/caffe2/serialize/inline_container.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/caffe2/serialize 2024-08-08T20:18:54.1501760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/caffe2/serialize/file_adapter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/caffe2/serialize 2024-08-08T20:18:54.1502450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/caffe2/serialize/istream_adapter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/caffe2/serialize 2024-08-08T20:18:54.1503480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/cpuinfo.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-08-08T20:18:54.1505130Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch 2024-08-08T20:18:54.1506150Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-08T20:18:54.1506680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/Size.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-08T20:18:54.1508120Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor 2024-08-08T20:18:54.1508850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/inductor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor 2024-08-08T20:18:54.1510010Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runner 2024-08-08T20:18:54.1510710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runner/pybind.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runner 2024-08-08T20:18:54.1511850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runner 2024-08-08T20:18:54.1512980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runner 2024-08-08T20:18:54.1514260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runner 2024-08-08T20:18:54.1515390Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-08T20:18:54.1516090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime/utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-08T20:18:54.1517130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-08T20:18:54.1518300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-08T20:18:54.1519440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-08T20:18:54.1521010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-08T20:18:54.1521830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime/interface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-08T20:18:54.1522720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime/model.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-08T20:18:54.1523900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-08T20:18:54.1525000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime/model_container.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-08T20:18:54.1526400Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch 2024-08-08T20:18:54.1527080Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch/generated 2024-08-08T20:18:54.1527990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch/generated 2024-08-08T20:18:54.1529670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch/generated 2024-08-08T20:18:54.1530500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch/utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch 2024-08-08T20:18:54.1531610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch 2024-08-08T20:18:54.1532700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch 2024-08-08T20:18:54.1533820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch/mkldnn_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch 2024-08-08T20:18:54.1535550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch/oss_proxy_executor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch 2024-08-08T20:18:54.1536060Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch/c 2024-08-08T20:18:54.1536880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch/c/shim.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch/c 2024-08-08T20:18:54.1538390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-08T20:18:54.1538990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/Export.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-08T20:18:54.1540000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/Device.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-08T20:18:54.1541090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/THConcat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-08T20:18:54.1542920Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/onnx 2024-08-08T20:18:54.1543520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/onnx/back_compat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/onnx 2024-08-08T20:18:54.1544500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/onnx/init.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/onnx 2024-08-08T20:18:54.1546090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/onnx/onnx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/onnx 2024-08-08T20:18:54.1550490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/Event.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-08T20:18:54.1551200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/Types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-08T20:18:54.1551490Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed 2024-08-08T20:18:54.1551810Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd 2024-08-08T20:18:54.1552170Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/context 2024-08-08T20:18:54.1552990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/context/container.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/context 2024-08-08T20:18:54.1553780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/context/context.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/context 2024-08-08T20:18:54.1554170Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-08T20:18:54.1555070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-08T20:18:54.1556020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-08T20:18:54.1556870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-08T20:18:54.1557880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-08T20:18:54.1558800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-08T20:18:54.1559960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-08T20:18:54.1560920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-08T20:18:54.1561990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-08T20:18:54.1563040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-08T20:18:54.1564160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-08T20:18:54.1565480Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/functions 2024-08-08T20:18:54.1566380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/functions 2024-08-08T20:18:54.1567240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/functions 2024-08-08T20:18:54.1568650Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:54.1569320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:54.1570420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/rref_context.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:54.1571470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/request_callback_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:54.1573030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/python_resp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:54.1573870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/rref_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:54.1575050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/request_callback.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:54.1576050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:54.1577160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/rref_proto.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:54.1578200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/py_rref.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:54.1579390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/rpc_agent.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:54.1580630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/python_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:54.1581550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/message.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:54.1582630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:54.1583670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/python_remote_call.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:54.1584740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/python_call.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:54.1586160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:54.1587120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/script_remote_call.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:54.1588600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/script_resp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:54.1589910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/rpc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:54.1591600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/rpc_command_base.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:54.1592390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/script_call.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:54.1593470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:54.1594660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/torchscript_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:54.1595740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:54.1597450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:54.1598220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/agent_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:54.1599290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-08T20:18:54.1601010Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1601720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1603360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/error.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1604200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1605250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/logger.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1606200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/Work.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1607300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1608290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/debug.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1609890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1610810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/Store.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1611810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1613520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1614400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1615320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/RankLocal.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1616540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1617520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/FileStore.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1618920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/reducer.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1620000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1621090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1622750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/logging.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1623710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1624810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/comm.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1626460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/Functional.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1627210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/Backoff.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1628200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/TCPStore.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1629460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/python_comm_hook.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1630600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1631770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1632900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1634050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1635650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1636420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1637240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/HashStore.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1639080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/c10d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1639900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/sequence_num.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1641020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1642140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/SymmetricMemory.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1643280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1645050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/Backend.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1645880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/TraceUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1646980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/Utils.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1648240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/Types.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1649440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/exception.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1650450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1651480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/socket.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1652790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/intra_node_comm.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1653720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1655450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1656340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/DMAConnectivity.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-08T20:18:54.1657670Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1658510Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/generated 2024-08-08T20:18:54.1659300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/generated/python_return_types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/generated 2024-08-08T20:18:54.1661010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/generated/ViewFuncs.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/generated 2024-08-08T20:18:54.1662140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/generated/python_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/generated 2024-08-08T20:18:54.1662990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/generated/VariableType.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/generated 2024-08-08T20:18:54.1664030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/generated/Functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/generated 2024-08-08T20:18:54.1668160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/generated/variable_factories.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/generated 2024-08-08T20:18:54.1669660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/python_function.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1670480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/custom_function.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1671550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/python_linalg_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1672610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/saved_variable_hooks.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1673880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/record_function_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1674660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/engine.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1675680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/python_enum_tag.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1676690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/graph_task.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1678240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/edge.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1679090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/python_nested_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1680030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/variable_info.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1681100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/saved_variable.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1682340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/python_engine.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1683480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/python_legacy_variable.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1684530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/profiler_python.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1685620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1686630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/python_saved_variable_hooks.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1688070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/python_cpp_function.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1688850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/python_hook.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1689980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1691010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/python_autograd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1692610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/profiler_kineto.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1693330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/variable.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1694920Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/utils 2024-08-08T20:18:54.1695590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/utils/warnings.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/utils 2024-08-08T20:18:54.1696670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/utils/wrap_outputs.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/utils 2024-08-08T20:18:54.1697710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/utils/python_arg_parsing.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/utils 2024-08-08T20:18:54.1699160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/utils/grad_layout_contract.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/utils 2024-08-08T20:18:54.1699970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/utils/lambda_post_hook.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/utils 2024-08-08T20:18:54.1701120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/utils/error_messages.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/utils 2024-08-08T20:18:54.1702250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/python_fft_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1703570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/python_variable.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1704770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/python_torch_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1705970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/function_hook.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1707130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/input_metadata.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1708480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/grad_mode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1709320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/jit_decomp_interface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1710320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/python_sparse_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1711350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/symbolic.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1712810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/input_buffer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1713650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/profiler_legacy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1715300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/autograd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1716090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/cpp_hook.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1717790Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/functions 2024-08-08T20:18:54.1718500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/functions/utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/functions 2024-08-08T20:18:54.1720170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/functions/pybind.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/functions 2024-08-08T20:18:54.1721080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/functions/comm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/functions 2024-08-08T20:18:54.1721950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/functions/basic_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/functions 2024-08-08T20:18:54.1723020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/functions/accumulate_grad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/functions 2024-08-08T20:18:54.1723920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/functions/tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/functions 2024-08-08T20:18:54.1729000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/python_special_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1729740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/FunctionsManual.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1730370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/forward_grad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1731060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/python_anomaly_mode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1731710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/python_nn_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1732340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/InferenceMode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1732980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/python_variable_indexing.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1733630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/profiler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1734250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/function.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1734980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/anomaly_mode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-08T20:18:54.1736250Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-08-08T20:18:54.1736920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-08-08T20:18:54.1738340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda/THCP.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-08-08T20:18:54.1738970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda/nccl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-08-08T20:18:54.1740540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda/memory_snapshot.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-08-08T20:18:54.1741390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda/python_nccl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-08-08T20:18:54.1742550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda/device_set.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-08-08T20:18:54.1743570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda/Event.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-08-08T20:18:54.1745020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda/python_comm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-08-08T20:18:54.1745570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda/comm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-08-08T20:18:54.1747140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda/Stream.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-08-08T20:18:54.1747840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda/Module.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-08-08T20:18:54.1748790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/serialization.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-08T20:18:54.1750310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/Exceptions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-08T20:18:54.1751010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/itt_wrapper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-08T20:18:54.1752570Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/xpu 2024-08-08T20:18:54.1753120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/xpu/Event.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/xpu 2024-08-08T20:18:54.1754130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/xpu/Stream.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/xpu 2024-08-08T20:18:54.1755690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/xpu/Module.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/xpu 2024-08-08T20:18:54.1756560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/QScheme.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-08T20:18:54.1757530Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-08-08T20:18:54.1758290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo/cache_entry.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-08-08T20:18:54.1759680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo/utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-08-08T20:18:54.1760680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo/cpython_defs.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-08-08T20:18:54.1761690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo/cpp_shim.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-08-08T20:18:54.1762940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo/framelocals_mapping.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-08-08T20:18:54.1763830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo/cpython_includes.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-08-08T20:18:54.1765270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo/extra_state.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-08-08T20:18:54.1766000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo/compiled_autograd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-08-08T20:18:54.1767150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo/eval_frame.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-08-08T20:18:54.1768780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo/debug_macros.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-08-08T20:18:54.1769680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo/python_compiled_autograd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-08-08T20:18:54.1770480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo/init.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-08-08T20:18:54.1771660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo/guards.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-08-08T20:18:54.1772950Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1773600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/object_ptr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1775180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/tensor_numpy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1775940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/tensor_dtypes.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1776810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/python_tuples.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1778130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/nested.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1778860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/python_raii.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1780300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/python_numbers.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1781040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/python_scalars.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1782040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/pybind.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1783100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/tensor_types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1784700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1785520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/python_arg_parser.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1787050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/python_torch_function_mode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1787750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/schema_info.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1789040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/tensor_new.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1789910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/tensor_qschemes.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1791410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/verbose.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1792220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/python_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1793160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/tensor_list.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1794610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/invalid_arguments.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1795830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/pythoncapi_compat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1796580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1797440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/device_lazy_init.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1798630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/python_strings.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1799600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/python_symnode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1801040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/byte_order.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1801700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1802750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/cuda_enabled.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1804300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/numpy_stub.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1804880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/out_types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1805860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/tensor_layouts.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1807340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/structseq.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1808080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/throughput_benchmark.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1809070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/disable_torch_function.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1810610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/pyobject_preservation.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1811500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1812460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/tensor_flatten.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1813510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/torch_dispatch_mode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1814910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/tensor_apply.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1815670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/init.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1817110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/python_compat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1817810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/six.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1822410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/python_stub.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1824030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/variadic.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-08T20:18:54.1824800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/Stream.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-08T20:18:54.1826170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/DataLoader.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-08T20:18:54.1826950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/THP.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-08T20:18:54.1828390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/python_headers.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-08T20:18:54.1829140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/Layout.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-08T20:18:54.1830480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/DynamicTypes.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-08T20:18:54.1831380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/copy_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-08T20:18:54.1832880Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit 2024-08-08T20:18:54.1833470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/jit_opt_limit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit 2024-08-08T20:18:54.1835030Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:54.1835720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/error_report.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:54.1836660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/source_range.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:54.1838610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/edit_distance.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:54.1839480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:54.1840260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/schema_matching.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:54.1841560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/function_schema_parser.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:54.1842270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/tree_views.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:54.1843840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/ir_emitter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:54.1844810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/parser.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:54.1846060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/strtod.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:54.1846910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/tree.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:54.1847980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/concrete_module_type.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:54.1849000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/builtin_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:54.1850170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/exit_transforms.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:54.1851200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/parse_string_literal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:54.1852330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/sugared_value.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:54.1853990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/inline_loop_condition.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:54.1854810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/name_mangler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:54.1855850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/tracer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:54.1856830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/resolver.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:54.1858000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/script_type_parser.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:54.1859040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/schema_type_parser.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:54.1860080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/lexer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:54.1861720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/versioned_symbols.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:54.1862510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/convert_to_ssa.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:54.1864060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/source_ref.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:54.1864860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/mini_environment.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:54.1865680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/parser_constants.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-08T20:18:54.1867360Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-08-08T20:18:54.1867970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python/pybind.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-08-08T20:18:54.1868840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-08-08T20:18:54.1869910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python/python_ir.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-08-08T20:18:54.1870930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python/script_init.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-08-08T20:18:54.1872430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python/python_tree_views.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-08-08T20:18:54.1873170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python/python_list.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-08-08T20:18:54.1874170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python/python_ivalue.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-08-08T20:18:54.1875180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python/python_dict.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-08-08T20:18:54.1876290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python/python_custom_class.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-08-08T20:18:54.1877390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python/update_graph_executor_opt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-08-08T20:18:54.1878400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python/python_tracer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-08-08T20:18:54.1879520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python/pybind_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-08-08T20:18:54.1881090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python/init.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-08-08T20:18:54.1882030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python/python_sugared_value.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-08-08T20:18:54.1883540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python/python_arg_flatten.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-08-08T20:18:54.1884300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python/module_python.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-08-08T20:18:54.1885770Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1886520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1887460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1888500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1889590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1890650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1891680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/graph_opt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1892670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1894120Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-08T20:18:54.1894920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-08T20:18:54.1895800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-08T20:18:54.1896810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators/operators.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-08T20:18:54.1897830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators/misc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-08T20:18:54.1902970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-08T20:18:54.1903790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators/norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-08T20:18:54.1904570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-08T20:18:54.1905320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-08T20:18:54.1906130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-08T20:18:54.1906840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1907490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1908190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1908820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/ir.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1909500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1910170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1910840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/hash_provider.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1911650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/ir_printer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1912640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1913730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1914890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/expr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1915760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/cuda_random.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1917150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/codegen.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1918120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1919360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1920280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1921170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/eval.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1922170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1923230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1924450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/block_codegen.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1925920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1926680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/kernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1927480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1929220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1930020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1930960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1932470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1933230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/external_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1934270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/stmt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1935680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/half_support.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1936560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1937590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/reduction.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1938730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1939740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1940730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/analysis.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-08T20:18:54.1942220Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-08-08T20:18:54.1942830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir/named_value.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-08-08T20:18:54.1943760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir/irparser.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-08-08T20:18:54.1944750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir/ir.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-08-08T20:18:54.1946420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir/graph_node_list.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-08-08T20:18:54.1947110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir/ir_views.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-08-08T20:18:54.1948100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir/alias_analysis.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-08-08T20:18:54.1949190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir/attributes.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-08-08T20:18:54.1950340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir/type_hashing.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-08-08T20:18:54.1951390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir/constants.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-08-08T20:18:54.1952400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir/subgraph_matcher.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-08-08T20:18:54.1953390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir/scope.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-08-08T20:18:54.1954410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir/graph_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-08-08T20:18:54.1955470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir/node_hashing.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-08-08T20:18:54.1957030Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:54.1957790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/import_read.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:54.1958980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/export_bytecode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:54.1960470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/import_source.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:54.1961160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/export.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:54.1962270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/import_export_helpers.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:54.1963220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/type_name_uniquer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:54.1964470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/pickler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:54.1965420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/storage_context.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:54.1966580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/python_print.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:54.1967780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:54.1968840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/import_export_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:54.1969980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:54.1970850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/pickle.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:54.1972420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/import_export_constants.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:54.1973450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:54.1975160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/import.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:54.1976000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:54.1976880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/unpickler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:54.1978010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/source_range_serialization.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:54.1979930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:54.1981630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/onnx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-08T20:18:54.1982790Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/backends 2024-08-08T20:18:54.1983560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends/backend_debug_handler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/backends 2024-08-08T20:18:54.1985310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends/backend_interface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/backends 2024-08-08T20:18:54.1986100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends/backend.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/backends 2024-08-08T20:18:54.1987250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends/backend_exception.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/backends 2024-08-08T20:18:54.1988820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends/backend_debug_info.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/backends 2024-08-08T20:18:54.1989600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends/backend_resolver.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/backends 2024-08-08T20:18:54.1990520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends/backend_preprocess.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/backends 2024-08-08T20:18:54.1992710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends/backend_detail.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/backends 2024-08-08T20:18:54.1994960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends/backend_init.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/backends 2024-08-08T20:18:54.1996370Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:54.1997140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:54.1998110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:54.1999200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:54.2000490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/operator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:54.2001460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/script_profile.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:54.2002550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/interpreter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:54.2003640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/register_ops_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:54.2005350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/jit_exception.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:54.2006050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/exception_message.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:54.2007300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/argument_spec.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:54.2008350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/shape_function_registry.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:54.2009400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/logging.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:54.2010410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/jit_trace.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:54.2011960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:54.2013260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:54.2014270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:54.2015290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/custom_operator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:54.2016320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/vararg_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:54.2017950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/graph_iterator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:54.2018720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/symbolic_script.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:54.2019800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/variable_tensor_list.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:54.2020890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/decomposition_registry.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:54.2021910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:54.2022930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/autodiff.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:54.2024520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/print_handler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:54.2025250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/profiling_record.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:54.2026370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:54.2027600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/graph_executor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:54.2028770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/operator_options.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:54.2029540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/instruction.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:54.2030660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/graph_executor_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-08T20:18:54.2032460Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2033110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/remove_expands.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2034030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/restore_mutation.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2035210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/peephole_list_idioms.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2036100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/subgraph_rewrite.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2037200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/fuse_relu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2038560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/guard_elimination.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2039620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2040440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/freeze_module.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2041530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/clear_undefinedness.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2042580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/dtype_analysis.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2043780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/peephole.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2044710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/remove_dropout.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2045850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2047020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/value_refinement_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2048020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/metal_rewrite.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2049560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/liveness.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2050370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/remove_mutation.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2051610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2052670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2053720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/batch_mm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2055350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/frozen_concat_linear.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2056030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/constant_pooling.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2056970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2057900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2059320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2060180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/fuse_linear.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2061210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/annotate_warns.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2062620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/specialize_autogradzero.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2063480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/frozen_linear_folding.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2065170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/prepack_folding.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2065830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/frozen_conv_folding.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2067020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/constant_propagation.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2068180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2069140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/insert_guards.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2070490Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/utils 2024-08-08T20:18:54.2071220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/utils/optimization_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/utils 2024-08-08T20:18:54.2072150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/utils/memory_dag.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/utils 2024-08-08T20:18:54.2076960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/utils 2024-08-08T20:18:54.2077910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/utils/op_registry.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/utils 2024-08-08T20:18:54.2078650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/utils 2024-08-08T20:18:54.2079320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/variadic_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2079980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/refine_tuple_types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2080600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/inliner.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2081240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/lower_grad_of.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2081610Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-08-08T20:18:54.2082430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization/helper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-08-08T20:18:54.2083220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization/quantization_type.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-08-08T20:18:54.2084380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization/insert_observers.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-08-08T20:18:54.2085190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-08-08T20:18:54.2088000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-08-08T20:18:54.2089780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization/finalize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-08-08T20:18:54.2090660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-08-08T20:18:54.2091790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-08-08T20:18:54.2092970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-08-08T20:18:54.2093830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/normalize_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2094930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/device_type_analysis.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2096130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/vulkan_rewrite.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2097680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/erase_number_types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2098390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/integer_value_refinement.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2099410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/fold_linear_bn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2101080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2101850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/graph_fuser.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2102760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/fold_conv_bn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2103980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2104900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/inline_forked_closures.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2106070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2107610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2108560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2109930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/add_if_then_else.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2110750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/decompose_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2112800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/peephole_non_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2114980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/remove_inplace_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2115850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/inline_fork_wait.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2117140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/check_strict_fusion.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2119050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/concat_opt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2120150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2121720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/eliminate_no_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2122670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/requires_grad_analysis.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2123560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/dead_code_elimination.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2124760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/clear_profiling.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2125920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/create_functional_graphs.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2126970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/bailout_graph.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2127930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/lower_tuples.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2129500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2130330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2131430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/canonicalize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2132540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2133540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2134630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/loop_unrolling.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2136110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/shape_analysis.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2136990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2137970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/remove_exceptions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2139090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2140450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/inplace_check.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2142420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2143260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2144800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/pass_manager.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2145610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/onnx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2146540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2148200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/lift_closures.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2149080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/autocast.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2151820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2152860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/lower_graph.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-08T20:18:54.2154150Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/codegen 2024-08-08T20:18:54.2154690Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2024-08-08T20:18:54.2155630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/codegen/cuda/interface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2024-08-08T20:18:54.2157300Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/testing 2024-08-08T20:18:54.2157930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/testing/file_check.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/testing 2024-08-08T20:18:54.2159130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/testing/hooks_for_testing.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/testing 2024-08-08T20:18:54.2160220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/jit_log.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit 2024-08-08T20:18:54.2161850Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:54.2162510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:54.2163530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/parse_operators.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:54.2164570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/observer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:54.2165940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/upgrader_mobile.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:54.2166880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:54.2167850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/quantization.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:54.2169460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/profiler_edge.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:54.2170200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/code.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:54.2171910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/interpreter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:54.2172730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/frame.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:54.2173740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/method.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:54.2175260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/debug_info.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:54.2176160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:54.2177270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/prim_ops_registery.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:54.2178400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/parse_bytecode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:54.2179290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/import_data.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:54.2180830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/import_export_common.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:54.2181580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/type_parser.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:54.2183400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/import.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:54.2184130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/module.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:54.2185660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/function.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:54.2186390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/file_format.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-08T20:18:54.2188020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/resource_guard.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit 2024-08-08T20:18:54.2189750Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/api 2024-08-08T20:18:54.2190380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/api/function_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/api 2024-08-08T20:18:54.2191410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/api/method.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/api 2024-08-08T20:18:54.2192470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/api/compilation_unit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/api 2024-08-08T20:18:54.2193600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/api/object.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/api 2024-08-08T20:18:54.2194390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/api/module.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/api 2024-08-08T20:18:54.2195920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/Storage.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-08T20:18:54.2197430Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy 2024-08-08T20:18:54.2198070Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:54.2198820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/debug_util.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:54.2199970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/tensor_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:54.2200920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/config.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:54.2202330Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core/internal_ops 2024-08-08T20:18:54.2203120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core/internal_ops 2024-08-08T20:18:54.2204130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/multi_wait.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:54.2205450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/ir.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:54.2206380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/permutation_util.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:54.2207410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/lazy_graph_executor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:54.2208460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/cache.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:54.2209520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/tensor_util.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:54.2210590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/shape.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:54.2212120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/thread_pool.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:54.2212960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/unique.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:54.2213790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/shape_inference.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:54.2214780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/util.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:54.2216230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/ir_util.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:54.2216920Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core/ops 2024-08-08T20:18:54.2217760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/ops/utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core/ops 2024-08-08T20:18:54.2219300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core/ops 2024-08-08T20:18:54.2220140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/metrics.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:54.2221040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/ir_dump_util.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:54.2222100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/dynamic_ir.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:54.2223150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/ir_builder.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:54.2224120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/helpers.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:54.2225280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/trie.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:54.2226370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:54.2227290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/hash.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:54.2228780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/ir_metadata.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-08T20:18:54.2229600Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/python 2024-08-08T20:18:54.2230400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/python/python_util.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/python 2024-08-08T20:18:54.2231960Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-08-08T20:18:54.2232640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-08-08T20:18:54.2233630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-08-08T20:18:54.2234690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend/config.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-08-08T20:18:54.2236240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-08-08T20:18:54.2237110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-08-08T20:18:54.2238510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-08-08T20:18:54.2239430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-08-08T20:18:54.2240420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend/ts_node.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-08-08T20:18:54.2241780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend/ir_builder.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-08-08T20:18:54.2242600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-08-08T20:18:54.2243950Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/backend 2024-08-08T20:18:54.2244650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/backend/backend_interface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/backend 2024-08-08T20:18:54.2245610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/backend/backend_data.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/backend 2024-08-08T20:18:54.2247440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/backend/lowering_context.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/backend 2024-08-08T20:18:54.2248250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/backend/backend_device.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/backend 2024-08-08T20:18:54.2249480Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api 2024-08-08T20:18:54.2250140Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include 2024-08-08T20:18:54.2251700Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:54.2252370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/fft.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:54.2257460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nested.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:54.2258390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:54.2259080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/version.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:54.2259400Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-08-08T20:18:54.2259770Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:54.2260610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/normalization.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:54.2261410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/rnn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:54.2262220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/distance.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:54.2263080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:54.2263890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/linear.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:54.2264730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:54.2265580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/vision.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:54.2266690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:54.2267750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/dropout.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:54.2269070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:54.2269920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/embedding.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:54.2270880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/fold.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:54.2272110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/activation.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:54.2273320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/transformer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:54.2274430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/pooling.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:54.2275770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:54.2276850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:54.2277980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/conv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:54.2279080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/padding.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:54.2280210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:54.2281310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-08T20:18:54.2282820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-08-08T20:18:54.2284240Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/parallel 2024-08-08T20:18:54.2285100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/parallel 2024-08-08T20:18:54.2285890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-08-08T20:18:54.2287080Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2024-08-08T20:18:54.2287850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2024-08-08T20:18:54.2288940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2024-08-08T20:18:54.2290370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2024-08-08T20:18:54.2291280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-08-08T20:18:54.2292300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-08-08T20:18:54.2293370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-08-08T20:18:54.2294430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/pimpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-08-08T20:18:54.2295520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/module.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-08-08T20:18:54.2297190Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:54.2298090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:54.2299000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:54.2299970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:54.2301100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/distance.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:54.2302540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:54.2303600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/linear.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:54.2304720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:54.2305940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:54.2306850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:54.2308260Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-08T20:18:54.2309250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-08T20:18:54.2310270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-08T20:18:54.2311430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-08T20:18:54.2312470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-08T20:18:54.2313580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-08T20:18:54.2315490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-08T20:18:54.2316470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-08T20:18:54.2317570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-08T20:18:54.2318530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-08T20:18:54.2319620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-08T20:18:54.2320820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:54.2321950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/common.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:54.2323240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:54.2324430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:54.2325420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/fold.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:54.2326660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/activation.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:54.2327820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:54.2328930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:54.2330300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:54.2331390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:54.2332510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/conv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:54.2333570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/padding.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:54.2335150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:54.2336500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-08T20:18:54.2337570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/init.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-08-08T20:18:54.2338780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/cloneable.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-08-08T20:18:54.2340410Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-08T20:18:54.2341280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-08T20:18:54.2342150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional/distance.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-08T20:18:54.2343320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-08T20:18:54.2344420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional/linear.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-08T20:18:54.2345470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-08T20:18:54.2346520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional/vision.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-08T20:18:54.2348260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-08T20:18:54.2349220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-08T20:18:54.2350340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-08T20:18:54.2351410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional/fold.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-08T20:18:54.2353800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional/activation.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-08T20:18:54.2354940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-08T20:18:54.2356660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional/conv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-08T20:18:54.2357750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-08T20:18:54.2358790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-08T20:18:54.2359770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional/loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-08T20:18:54.2361490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/enum.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:54.2362220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:54.2363080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/all.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:54.2364190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:54.2365880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/arg.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:54.2366550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/xpu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:54.2367930Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-08-08T20:18:54.2368770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim/rmsprop.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-08-08T20:18:54.2369680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim/lbfgs.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-08-08T20:18:54.2371440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim/optimizer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-08-08T20:18:54.2372230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim/adagrad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-08-08T20:18:54.2373190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim/sgd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-08-08T20:18:54.2374120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim/serialize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-08-08T20:18:54.2375180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim/adamw.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-08-08T20:18:54.2376770Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-08-08T20:18:54.2377730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-08-08T20:18:54.2378760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-08-08T20:18:54.2379710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-08-08T20:18:54.2380760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim/adam.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-08-08T20:18:54.2381970Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2024-08-08T20:18:54.2382820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/serialize/archive.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2024-08-08T20:18:54.2384110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/serialize/input-archive.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2024-08-08T20:18:54.2385100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/serialize/output-archive.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2024-08-08T20:18:54.2386250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/serialize/tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2024-08-08T20:18:54.2387220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/torch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:54.2388320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:54.2389280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/jit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:54.2390790Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/detail 2024-08-08T20:18:54.2391560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/detail/static.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/detail 2024-08-08T20:18:54.2392590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/detail 2024-08-08T20:18:54.2393500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:54.2394850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/imethod.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:54.2395780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/ordered_dict.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:54.2396790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/cuda.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:54.2397900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/autograd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:54.2398990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/linalg.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:54.2400540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/special.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:54.2402210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/sparse.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:54.2403050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/mps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:54.2404040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/python.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:54.2405800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/serialize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:54.2406430Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-08-08T20:18:54.2407300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/example.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-08-08T20:18:54.2408510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-08-08T20:18:54.2410020Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2024-08-08T20:18:54.2410830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2024-08-08T20:18:54.2411910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/datasets/shared.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2024-08-08T20:18:54.2412930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/datasets/map.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2024-08-08T20:18:54.2413870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2024-08-08T20:18:54.2415470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2024-08-08T20:18:54.2416290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2024-08-08T20:18:54.2417300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/datasets/base.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2024-08-08T20:18:54.2418220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/worker_exception.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-08-08T20:18:54.2419350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/dataloader.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-08-08T20:18:54.2420910Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2024-08-08T20:18:54.2421810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2024-08-08T20:18:54.2422870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2024-08-08T20:18:54.2423890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/detail/queue.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2024-08-08T20:18:54.2424910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/samplers.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-08-08T20:18:54.2426450Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2024-08-08T20:18:54.2427290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2024-08-08T20:18:54.2428590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/transforms/stack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2024-08-08T20:18:54.2433700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/transforms/collate.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2024-08-08T20:18:54.2434830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2024-08-08T20:18:54.2435690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/transforms/base.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2024-08-08T20:18:54.2436060Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2024-08-08T20:18:54.2436950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2024-08-08T20:18:54.2437850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2024-08-08T20:18:54.2438680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/samplers/stream.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2024-08-08T20:18:54.2439530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2024-08-08T20:18:54.2440380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2024-08-08T20:18:54.2441210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/samplers/random.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2024-08-08T20:18:54.2442010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/samplers/base.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2024-08-08T20:18:54.2442800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/datasets.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-08-08T20:18:54.2443560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/transforms.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-08-08T20:18:54.2444320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/iterator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-08-08T20:18:54.2444910Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-08-08T20:18:54.2445810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-08-08T20:18:54.2447370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-08-08T20:18:54.2448300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-08-08T20:18:54.2449290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/expanding_array.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-08T20:18:54.2450150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/MemoryFormat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-08T20:18:54.2451200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/StorageSharing.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-08T20:18:54.2452890Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler 2024-08-08T20:18:54.2453470Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/stubs 2024-08-08T20:18:54.2454280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/stubs/base.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/stubs 2024-08-08T20:18:54.2455980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/combined_traceback.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler 2024-08-08T20:18:54.2456590Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/standalone 2024-08-08T20:18:54.2457580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/standalone/privateuse1_observer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/standalone 2024-08-08T20:18:54.2458710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/standalone/nvtx_observer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/standalone 2024-08-08T20:18:54.2459870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/standalone/itt_observer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/standalone 2024-08-08T20:18:54.2460850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/standalone/execution_trace_observer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/standalone 2024-08-08T20:18:54.2462300Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/python 2024-08-08T20:18:54.2463030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/python/pybind.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/python 2024-08-08T20:18:54.2464130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/python/combined_traceback.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/python 2024-08-08T20:18:54.2464960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/python/init.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/python 2024-08-08T20:18:54.2466120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/events.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler 2024-08-08T20:18:54.2467490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/kineto_shim.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler 2024-08-08T20:18:54.2468130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/api.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler 2024-08-08T20:18:54.2469580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/util.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler 2024-08-08T20:18:54.2470850Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/orchestration 2024-08-08T20:18:54.2471610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/orchestration/vulkan.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/orchestration 2024-08-08T20:18:54.2472630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/orchestration/observer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/orchestration 2024-08-08T20:18:54.2473750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/orchestration/python_tracer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/orchestration 2024-08-08T20:18:54.2475100Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-08-08T20:18:54.2475810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind/unwinder.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-08-08T20:18:54.2476650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind/dwarf_enums.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-08-08T20:18:54.2477750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind/unwind.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-08-08T20:18:54.2479330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind/sections.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-08-08T20:18:54.2480020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind/unwind_error.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-08-08T20:18:54.2481070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-08-08T20:18:54.2481980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind/debug_info.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-08-08T20:18:54.2483200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind/action.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-08-08T20:18:54.2484770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind/mem_file.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-08-08T20:18:54.2485610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind/fast_symbolizer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-08-08T20:18:54.2486820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind/fde.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-08-08T20:18:54.2488000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind/communicate.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-08-08T20:18:54.2488980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind/lexer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-08-08T20:18:54.2490550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind/line_number_program.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-08-08T20:18:54.2491420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind/dwarf_symbolize_enums.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-08-08T20:18:54.2492370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind/range_table.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-08-08T20:18:54.2493470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/containers.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler 2024-08-08T20:18:54.2494510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/collection.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler 2024-08-08T20:18:54.2495770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/perf.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler 2024-08-08T20:18:54.2497230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/data_flow.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler 2024-08-08T20:18:54.2497920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/perf-inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler 2024-08-08T20:18:54.2499210Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/tensor 2024-08-08T20:18:54.2499870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/tensor/python_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/tensor 2024-08-08T20:18:54.2501040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/PyInterpreter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-08T20:18:54.2502260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/Dtype.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-08T20:18:54.2503150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/Module.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-08T20:18:54.2504710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/python_dimname.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-08T20:18:54.2505510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/CudaIPCTypes.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-08T20:18:54.2506630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/Generator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-08T20:18:54.2508020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/TypeInfo.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-08T20:18:54.2509460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/StorageMethods.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-08T20:18:54.2510220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/script.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch 2024-08-08T20:18:54.2511610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/library.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch 2024-08-08T20:18:54.2513060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/custom_class_detail.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch 2024-08-08T20:18:54.2514410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/custom_class.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch 2024-08-08T20:18:54.2515760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/extension.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch 2024-08-08T20:18:54.2516540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/nnpack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-08-08T20:18:54.2518490Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-08-08T20:18:54.2519110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/kineto/ClientInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-08-08T20:18:54.2520560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/kineto/GenericTraceActivity.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-08-08T20:18:54.2521340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/kineto/IActivityProfiler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-08-08T20:18:54.2522650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/kineto/Config.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-08-08T20:18:54.2523460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/kineto/TraceSpan.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-08-08T20:18:54.2524830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/kineto/LoggingAPI.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-08-08T20:18:54.2525570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/kineto/ITraceActivity.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-08-08T20:18:54.2527000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/kineto/ActivityProfilerInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-08-08T20:18:54.2527760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/kineto/ActivityTraceInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-08-08T20:18:54.2528760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/kineto/output_base.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-08-08T20:18:54.2529860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/kineto/ThreadUtil.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-08-08T20:18:54.2531210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/kineto/ActivityType.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-08-08T20:18:54.2531940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/kineto/libkineto.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-08-08T20:18:54.2533320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/kineto/time_since_epoch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-08-08T20:18:54.2534110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/kineto/ILoggerObserver.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-08-08T20:18:54.2535550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/kineto/AbstractConfig.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-08-08T20:18:54.2536240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/xnnpack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-08-08T20:18:54.2538960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/libshm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-08-08T20:18:54.2539620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/fp16.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-08-08T20:18:54.2541030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/qnnpack_func.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-08-08T20:18:54.2542630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pthreadpool.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-08-08T20:18:54.2543990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/clog.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-08-08T20:18:54.2544810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/omp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-08-08T20:18:54.2547060Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.2547590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Formatting.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.2549090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/NestedTensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.2550090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/CPUFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.2551010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/LegacyBatchedFallback.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.2552050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/CollapseDims.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.2553490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.2554290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/MetaFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.2555610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.2556650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/TensorOptions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.2557870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/DeviceAccelerator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.2559070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/TensorUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.2559960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/MemoryOverlap.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.2561360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/TensorSubclassLikeUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.2562120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/LegacyVmapMode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.2563570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/InitialTensorOptions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.2564220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Version.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.2565600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/DLConvertor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.2566570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Device.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.2567810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/FuncTorchTLS.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.2569640Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2570150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/Dict_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2571500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/Formatting.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2572340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/TensorBody.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2575330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/GeneratorForPrivateuseone.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2576560Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/op_registration 2024-08-08T20:18:54.2577230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/op_registration/adaption.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/op_registration 2024-08-08T20:18:54.2578090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/op_registration/op_allowlist.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/op_registration 2024-08-08T20:18:54.2579340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/op_registration/op_registration.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/op_registration 2024-08-08T20:18:54.2580420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/op_registration/infer_schema.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/op_registration 2024-08-08T20:18:54.2581450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/jit_type_base.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2582830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/typeid.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2583790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/rref_interface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2585190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/Range.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2586180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/interned_strings_class.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2587580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/operator_name.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2588420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2589940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/symbol.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2590660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/Backtrace.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2592300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/TransformationHelper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2593030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/blob.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2593950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/function_schema.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2595500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/type_factory.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2596840Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/dispatch 2024-08-08T20:18:54.2597490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/dispatch/OperatorOptions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/dispatch 2024-08-08T20:18:54.2598570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/dispatch 2024-08-08T20:18:54.2599950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/dispatch/ObservedOperators.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/dispatch 2024-08-08T20:18:54.2600770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/dispatch 2024-08-08T20:18:54.2602250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/dispatch/Dispatcher.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/dispatch 2024-08-08T20:18:54.2603300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/dispatch/CppSignature.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/dispatch 2024-08-08T20:18:54.2604440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/dispatch/OperatorEntry.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/dispatch 2024-08-08T20:18:54.2605490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/MT19937RNGEngine.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2606510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/ivalue_to.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2608170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/aten_interned_strings.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2613130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/dynamic_type.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2613890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/class_type.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2614460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/LegacyTypeDispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2615020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/function_schema_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2615600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/NestedIntSymNodeImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2616140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/qualified_name.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2616710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/UndefinedTensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2617240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/NamedTensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2617920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/Scalar.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2619120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/CachingHostAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2620310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/functional.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2621510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/DeprecatedTypeProperties.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2622460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/interned_strings.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2623880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/List.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2624830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/ATenOpList.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2625640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/Dict.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2627060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/type_ptr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2627750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/grad_mode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2629230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/DistributionsHelper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2630100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/VariableHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2631550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/CheckMemoryFormat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2632420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/ScalarType.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2633280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/Array.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2634890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/ATen_fwd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2635620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/stack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2636990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/ATenGeneral.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2637810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/custom_class.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2639200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/IListRef.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2640170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/UnsafeFromTH.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2641380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/PythonOpRegistrationTrampoline.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2642270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/TensorBase.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2643900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/ATen_pch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2644690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/QuantizerBase.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2646240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/enum_type.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2646860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/alias_info.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2648190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/List_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2649110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/TorchDispatchUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2650520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/enum_tag.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2651190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/jit_type.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2663260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/IListRef_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2664260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/ivalue.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2666030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/Dimname.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2667040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/Vitals.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2668550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/PythonFallbackKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2669750Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing 2024-08-08T20:18:54.2670440Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing/impl 2024-08-08T20:18:54.2671330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing/impl 2024-08-08T20:18:54.2672990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing/impl/boxing.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing/impl 2024-08-08T20:18:54.2673740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing/impl/test_helpers.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing/impl 2024-08-08T20:18:54.2675190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing/impl 2024-08-08T20:18:54.2676130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing/impl 2024-08-08T20:18:54.2677160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing/KernelFunction.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing 2024-08-08T20:18:54.2678390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing/OperatorKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing 2024-08-08T20:18:54.2679380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing 2024-08-08T20:18:54.2680960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing 2024-08-08T20:18:54.2681990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing/BoxedKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing 2024-08-08T20:18:54.2683540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/builtin_function.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2684310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/DimVector.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2686040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/Reduction.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2686830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/Tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2688280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/function.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2688930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/Generator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2690380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/PhiloxRNGEngine.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2691210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/TensorAccessor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2692630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/ivalue_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2694550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/Variadic.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-08T20:18:54.2695500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.2696560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/jiterator_macros.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.2698130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Operators.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.2699060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/CPUFunctions_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.2700880Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-08-08T20:18:54.2701450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps/MPSProfiler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-08-08T20:18:54.2703020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps/EmptyTensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-08-08T20:18:54.2703640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps/MPSAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-08-08T20:18:54.2705180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps/MPSGuardImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-08-08T20:18:54.2705930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps/MPSHooks.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-08-08T20:18:54.2706960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps/MPSEvent.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-08-08T20:18:54.2708010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps/MPSDevice.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-08-08T20:18:54.2709390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps/MPSStream.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-08-08T20:18:54.2710120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps/IndexKernels.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-08-08T20:18:54.2711990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps/MPSAllocatorInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-08-08T20:18:54.2712670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps/MPSGeneratorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-08-08T20:18:54.2714570Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2715180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/CompositeRandomAccessor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2716820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/MathBitsFallback.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2717560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/TensorTransformations.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2718410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/ComplexHelper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2719800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/ConvUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2720580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/Normalization.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2721990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/ReductionType.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2722790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/Repeat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2723980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/layer_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2725180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/GridSampler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2726740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/TriangularOpsUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2727570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/UnfoldBackward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2728590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/batch_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2729640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/Unfold3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2731110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/Fill.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2731880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/LinearAlgebra.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2733090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/RangeFactories.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2733960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/RNN.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2735520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/IndexKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2736540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/Pool.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2737500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/Cross.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2738750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/im2col.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2739760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/TransposeType.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2740800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/DispatchStub.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2742240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/Unfold2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2743200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/Distance.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2744340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2745820Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mps 2024-08-08T20:18:54.2746430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/mps/TensorFactory.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mps 2024-08-08T20:18:54.2747600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/mps/MPSGraphSonomaOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mps 2024-08-08T20:18:54.2748800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/mps/MPSGraphVenturaOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mps 2024-08-08T20:18:54.2749790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/mps/UnaryConstants.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mps 2024-08-08T20:18:54.2780860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/mps/OperationUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mps 2024-08-08T20:18:54.2782010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/mps/Copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mps 2024-08-08T20:18:54.2783010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/Distributions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2784590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/MaxPooling.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2785900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/SparseTensorUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2787020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/CPUFallback.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2788330Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-08T20:18:54.2788960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/IsContiguous.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-08T20:18:54.2790500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/zmath.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-08T20:18:54.2791530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/ReduceUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-08T20:18:54.2792370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/mixed_data_type.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-08T20:18:54.2793930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-08T20:18:54.2794640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/int_mm_kernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-08T20:18:54.2796160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/SampledAddmmKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-08T20:18:54.2796990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/moments_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-08T20:18:54.2797890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-08T20:18:54.2799510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/SpmmReduceKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-08T20:18:54.2800260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-08T20:18:54.2801720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/SerialStackImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-08T20:18:54.2802440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/Intrinsics.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-08T20:18:54.2803830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/LogAddExp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-08T20:18:54.2804730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/WeightNormKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-08T20:18:54.2806190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-08T20:18:54.2806910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-08T20:18:54.2807970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-08T20:18:54.2808940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/Reduce.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-08T20:18:54.2810490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/CatKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-08T20:18:54.2811170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/StackKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-08T20:18:54.2812360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-08T20:18:54.2813360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/DistributionTemplates.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-08T20:18:54.2815040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-08T20:18:54.2815740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-08T20:18:54.2817500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-08T20:18:54.2818210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/avx_mathfun.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-08T20:18:54.2819790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/CopyKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-08T20:18:54.2820750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/Loops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-08T20:18:54.2821720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/FusedAdagrad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2822730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/GridSamplerUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2824120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/TopKImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2825030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2826130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/DilatedConvolutionUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2827800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/ForeachUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2832760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/SobolEngineOpsUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2833570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/ReduceAllOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2833830Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2834490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2835100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/Normalization.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2835780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2836370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/MiscUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2836960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/block_reduce.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2837550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/GridSampler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2838540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2839770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2841220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2842090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/RowwiseScaledMM.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2843570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2844300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/im2col.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2845360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/ScanKernels.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2846670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/IndexKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2848530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/SortUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2849150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2849810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/Distributions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2851460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/UpSample.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2852120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/Randperm.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2854200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/vol2col.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2855110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/Pow.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2856790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/BinaryInternal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2857610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/reduction_template.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2859230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/fused_adamw_impl.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2860000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/Math.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2862180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/CuFFTUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2862940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/ReduceOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2864580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/SortingCommon.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2865370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/TensorTopK.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2866530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/ScanUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2868190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/TensorModeKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2868850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2869900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2871540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/thread_constants.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2872170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/Resize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2873280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/Sorting.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2874320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2875420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/fused_adam_utils.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2876410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/Activation.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2877940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/JitLoops.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2878670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/KernelUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2879670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2881230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2882060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/Loops.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2883000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/Sort.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2884090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/UniqueCub.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2885590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/CUDALoops.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2886370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/DistributionTemplates.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2887930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/GridSampler.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2888690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2889800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/Reduce.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2891470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/jit_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2892390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2893460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/SortStable.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2894370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/LaunchUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2895470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/fused_adam_impl.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2896590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/Copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-08T20:18:54.2898010Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized 2024-08-08T20:18:54.2899010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/ConvUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized 2024-08-08T20:18:54.2900000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/AffineQuantizer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized 2024-08-08T20:18:54.2901030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/IndexKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized 2024-08-08T20:18:54.2902590Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-08-08T20:18:54.2903350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-08-08T20:18:54.2904270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu/fbgemm_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-08-08T20:18:54.2905380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu/init_qnnpack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-08-08T20:18:54.2906430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu/conv_serialization.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-08-08T20:18:54.2908180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-08-08T20:18:54.2909180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-08-08T20:18:54.2910160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-08-08T20:18:54.2911390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-08-08T20:18:54.2913150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-08-08T20:18:54.2913960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu/QuantUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-08-08T20:18:54.2914850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu/RuyUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-08-08T20:18:54.2915860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu/BinaryOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-08-08T20:18:54.2917090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-08-08T20:18:54.2918700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized 2024-08-08T20:18:54.2919360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized 2024-08-08T20:18:54.2920330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/PackedParams.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized 2024-08-08T20:18:54.2921650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/Copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized 2024-08-08T20:18:54.2923160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/Lerp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2923770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/ReduceOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2925180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/TensorAdvancedIndexing.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2925970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/UnaryOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2927390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/SortingUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2928210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/MathBitFallThroughLists.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2929310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/StridedRandomAccessor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2930470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/TensorShape.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2932100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/IndexingUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2932700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/UpSample.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2934470Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/utils 2024-08-08T20:18:54.2935180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/utils/ParamUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/utils 2024-08-08T20:18:54.2936130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/utils/ParamsHash.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/utils 2024-08-08T20:18:54.2936950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/utils/Factory.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/utils 2024-08-08T20:18:54.2938720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/ResizeCommon.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2939480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/SharedReduceOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2941110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/Resize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2941800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/SpectralOpsUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2943370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/Sorting.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2944050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/NonSymbolicBC.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2945600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/TensorProperties.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2946590Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/transformers 2024-08-08T20:18:54.2947310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/transformers/attention.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/transformers 2024-08-08T20:18:54.2948450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/transformers/sdp_utils_cpp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/transformers 2024-08-08T20:18:54.2949350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/BucketizationUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2950600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/vol2col.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2951360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/LossMulti.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2952760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/NonEmptyUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2953750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/TensorDimApply.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2955130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/verbose_wrapper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2956480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/AdaptivePooling.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2957470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/ConvolutionMM3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2959030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/group_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2959860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/Histogram.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2960860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/Activation.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2962300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/Math.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2964080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/FusedAdam.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2964920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/ScatterGatherChecks.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2966220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/CPUBlas.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2967320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2968130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/BatchLinearAlgebra.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2969130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/AmpKernels.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2970780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/DistributionTemplates.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2971560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/TensorIterator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2973080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/TensorConversions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2974250Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/nested 2024-08-08T20:18:54.2974960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/nested/NestedTensorUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/nested 2024-08-08T20:18:54.2975980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/nested/NestedTensorTransformerUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/nested 2024-08-08T20:18:54.2977060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/nested/NestedTensorMath.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/nested 2024-08-08T20:18:54.2978430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/nested/NestedTensorBinaryOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/nested 2024-08-08T20:18:54.2979320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/nested 2024-08-08T20:18:54.2980240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/nested/NestedTensorFactories.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/nested 2024-08-08T20:18:54.2981210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/FractionalMaxPooling.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2982330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/ReduceOpsUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2983750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/TensorFactories.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2984500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/PointwiseOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2986330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/BinaryOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2986870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/Pow.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2987570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/EmbeddingBag.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2988980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/im2col_shape_check.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2989570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/SegmentReduce.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2991120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/FusedSGD.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2991790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/Padding.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2992730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/TensorCompare.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2994150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/PixelShuffle.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2995230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/LinearAlgebraUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2996090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/TypeProperties.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2997270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/Copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2998400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/CanUse32BitIndexMath.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.2999440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-08T20:18:54.3000620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ceil_div.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3001430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/EmptyTensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3002740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/NativeMetaFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3004140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/dlpack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3005020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Config.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3010520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ThreadLocalPythonObjects.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3011160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Backtrace.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3011450Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu 2024-08-08T20:18:54.3011940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/Utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu 2024-08-08T20:18:54.3012470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/FlushDenormal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu 2024-08-08T20:18:54.3012950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vml.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu 2024-08-08T20:18:54.3013400Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec 2024-08-08T20:18:54.3014070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec_half.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec 2024-08-08T20:18:54.3015550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec_mask.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec 2024-08-08T20:18:54.3017030Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-08-08T20:18:54.3017670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-08-08T20:18:54.3019430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-08-08T20:18:54.3020530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-08-08T20:18:54.3022060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vec256_mask.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-08-08T20:18:54.3022840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vec256_half_neon.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-08-08T20:18:54.3023900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vec256_qint.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-08-08T20:18:54.3025700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-08-08T20:18:54.3026660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vec256_double.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-08-08T20:18:54.3028060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vec256_float.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-08-08T20:18:54.3029220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-08-08T20:18:54.3030250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vec256.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-08-08T20:18:54.3031900Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/zarch 2024-08-08T20:18:54.3032610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/zarch 2024-08-08T20:18:54.3034540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vec256_convert.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-08-08T20:18:54.3035920Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-08T20:18:54.3036700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-08T20:18:54.3037650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-08T20:18:54.3038610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-08T20:18:54.3040140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-08T20:18:54.3040840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-08T20:18:54.3042580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-08T20:18:54.3043290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-08T20:18:54.3044820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-08T20:18:54.3045560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-08T20:18:54.3047200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-08T20:18:54.3047990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-08T20:18:54.3049590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-08T20:18:54.3050500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-08T20:18:54.3051600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vec256_int.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-08-08T20:18:54.3053330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-08-08T20:18:54.3054130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec 2024-08-08T20:18:54.3055530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec_convert.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec 2024-08-08T20:18:54.3056460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/intrinsics.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec 2024-08-08T20:18:54.3057970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec 2024-08-08T20:18:54.3058950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/functional.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec 2024-08-08T20:18:54.3060510Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2024-08-08T20:18:54.3061150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512/vec512_int.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2024-08-08T20:18:54.3062950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512/vec512_convert.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2024-08-08T20:18:54.3063770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2024-08-08T20:18:54.3065570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2024-08-08T20:18:54.3066530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512/vec512_mask.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2024-08-08T20:18:54.3068060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2024-08-08T20:18:54.3069290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512/vec512_double.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2024-08-08T20:18:54.3070850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512/vec512_qint.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2024-08-08T20:18:54.3072660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512/vec512_float.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2024-08-08T20:18:54.3073610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512/vec512.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2024-08-08T20:18:54.3075020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec_n.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec 2024-08-08T20:18:54.3076150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/functional_base.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec 2024-08-08T20:18:54.3076970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec_base.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec 2024-08-08T20:18:54.3078720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/SparseCsrTensorUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3080170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/TracerMode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3080850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/BlasBackend.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3081910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Backend.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3083350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/RegistrationDeclarations.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3088620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3089280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/PTThreadPool.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3090810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/OpaqueTensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3091490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/MapAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3093050Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3093610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/CUDADevice.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3095140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/CUDAUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3095890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/CUDABlas.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3096960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3098390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/AsmUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3099410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/Sleep.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3100520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3101350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/DeviceUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3102740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/jiterator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3103530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/cub_definitions.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3104620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3106010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/EmptyTensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3106720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3108230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/PeerToPeerAccess.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3108910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/CUDAEvent.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3110290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/PhiloxUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3110980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/CUDAContext.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3112340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/Exceptions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3113220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/ScanUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3114680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/NumericLimits.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3115560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3116920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/cub.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3118040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3118910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/CachingHostAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3120330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/CUDADataType.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3121100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/cub.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3122540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/CUDAContextLight.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3123250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/CUDAGraph.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3124750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3126240Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/detail 2024-08-08T20:18:54.3126910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/detail 2024-08-08T20:18:54.3127910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail/CUDAHooks.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/detail 2024-08-08T20:18:54.3129370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail/KernelUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/detail 2024-08-08T20:18:54.3130100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/detail 2024-08-08T20:18:54.3131690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/detail 2024-08-08T20:18:54.3132440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/detail 2024-08-08T20:18:54.3133670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/detail 2024-08-08T20:18:54.3134650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/detail 2024-08-08T20:18:54.3135980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/detail 2024-08-08T20:18:54.3136870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/detail 2024-08-08T20:18:54.3138280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/ThrustAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3139380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/Atomic.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3140350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/llvm_jit_strings.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3141720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/CUDASparse.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3143250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/PhiloxCudaState.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3143970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/jiterator_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3145290Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/tunable 2024-08-08T20:18:54.3146100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/tunable/TunableOp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/tunable 2024-08-08T20:18:54.3147570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/tunable/StreamTimer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/tunable 2024-08-08T20:18:54.3148340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/tunable/TunableGemm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/tunable 2024-08-08T20:18:54.3149880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/tunable/GemmCommon.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/tunable 2024-08-08T20:18:54.3150680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/tunable/GemmHipblaslt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/tunable 2024-08-08T20:18:54.3151660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/tunable/GemmRocblas.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/tunable 2024-08-08T20:18:54.3153000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/tunable/Tunable.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/tunable 2024-08-08T20:18:54.3153890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3155310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/CUDASparseBlas.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-08T20:18:54.3156600Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/quantized 2024-08-08T20:18:54.3157170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/quantized/QTensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/quantized 2024-08-08T20:18:54.3158140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/quantized/Quantizer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/quantized 2024-08-08T20:18:54.3159200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/record_function.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3160770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/WrapDimUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3161890Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/xpu 2024-08-08T20:18:54.3162480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/xpu/XPUEvent.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/xpu 2024-08-08T20:18:54.3163990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/xpu/XPUDevice.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/xpu 2024-08-08T20:18:54.3164850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/xpu/PinnedMemoryAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/xpu 2024-08-08T20:18:54.3166310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/xpu/CachingHostAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/xpu 2024-08-08T20:18:54.3167680Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/xpu/detail 2024-08-08T20:18:54.3168280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/xpu/detail/XPUHooks.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/xpu/detail 2024-08-08T20:18:54.3169140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/xpu/XPUGeneratorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/xpu 2024-08-08T20:18:54.3170510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/xpu/XPUContext.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/xpu 2024-08-08T20:18:54.3171630Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/miopen 2024-08-08T20:18:54.3172150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/miopen/Utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/miopen 2024-08-08T20:18:54.3173500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/miopen/Types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/miopen 2024-08-08T20:18:54.3174300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/miopen/Descriptors.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/miopen 2024-08-08T20:18:54.3175360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/miopen/miopen-wrapper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/miopen 2024-08-08T20:18:54.3176430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/miopen/Exceptions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/miopen 2024-08-08T20:18:54.3177580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/miopen/Handle.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/miopen 2024-08-08T20:18:54.3178620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/RedispatchFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3191230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Context.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3193040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3193840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3195140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/div_rtn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3195880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ExpandUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3196910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/MPSFunctions_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3198330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/TypeDefault.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3199090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/MPSFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3200510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/VmapGeneratedPlumbing.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3210310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/MethodOperators.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3210990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/CPUFixedAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3212170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/NamedTensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3218120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Scalar.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3218740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/TensorIteratorInternal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3219960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/LinalgBackend.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3220520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/LegacyBatchedTensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3220990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ArrayRef.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3221480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/SequenceNumber.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3222000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/FunctionalStorageImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3222470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ExpandBase.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3222950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Parallel-inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3223470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/MatrixRef.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3223970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/CUDAFunctions_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3225130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3225970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/FunctionalTensorWrapper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3227680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/SparseCsrTensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3228320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/NumericUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3229660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ATen.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3230710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/TensorNames.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3231500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/TensorMeta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3232790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/TensorIndexing.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3234180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Layout.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3235090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/SparseTensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3236460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/SavedTensorHooks.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3237840Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/detail 2024-08-08T20:18:54.3238480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail/PrivateUse1HooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/detail 2024-08-08T20:18:54.3239490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail/AcceleratorHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/detail 2024-08-08T20:18:54.3240580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail/CUDAHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/detail 2024-08-08T20:18:54.3242010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail/MAIAHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/detail 2024-08-08T20:18:54.3242800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail/XPUHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/detail 2024-08-08T20:18:54.3243800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail/FunctionTraits.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/detail 2024-08-08T20:18:54.3245300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail/HIPHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/detail 2024-08-08T20:18:54.3245950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail/MPSHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/detail 2024-08-08T20:18:54.3247280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail/MTIAHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/detail 2024-08-08T20:18:54.3248080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail/IPUHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/detail 2024-08-08T20:18:54.3249660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3250540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/StorageUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3252000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/WrapDimUtilsMulti.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3252720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/code_template.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3254070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/TensorOperators.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3254990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/CUDAFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3256440Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/hip 2024-08-08T20:18:54.3256970Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/hip/impl 2024-08-08T20:18:54.3257950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/hip/impl 2024-08-08T20:18:54.3259480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/hip/impl 2024-08-08T20:18:54.3260350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/hip/impl 2024-08-08T20:18:54.3263990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/hip/impl 2024-08-08T20:18:54.3265340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ScalarType.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3268960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpp_custom_type_hack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3270330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Dispatch_v2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3274310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Storage.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3278840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/DeviceGuard.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3279630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ParallelNative.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3281100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/OpMathType.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3281940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/PythonTorchFunctionTLS.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3282940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/PadNd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3284290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3285710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/CPUGeneratorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3301060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ParallelFuture.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3301950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:54.3346570Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3347130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_vulkan_available.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3349040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_atan.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3350060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3351370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sigmoid_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3352970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3353780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mode_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3355300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3356710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_ones.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3357540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pixel_shuffle.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3358980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_min_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3359900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3361290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/acosh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3362040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frexp_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3363460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erf_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3364230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/repeat_interleave_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3365770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i0e_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3366530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pixel_unshuffle_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3367740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_trilinear3d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3368650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cummin.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3370270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/choose_qparams_optimized_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3371040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/where_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3372490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_scatter_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3373350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3374280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isfinite_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3375870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3376630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/leaky_relu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3378090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3378850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erfinv_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3380360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_vecdot_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3381340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3382770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3383960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_and_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3384920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_strided_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3386520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3387180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3388110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/result_type.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3389280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3390790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/min_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3391360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumulative_trapezoid.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3392420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss2d_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3393460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/soft_margin_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3395020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardswish_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3395850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3396910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pow_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3398280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atan_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3398920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binomial_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3400330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_padded_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3401160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cosine_embedding_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3402400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_ambiguous_defaults_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3403460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gelu_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3404450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3405870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3406790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/threshold_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3407840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/signbit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3409400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_propagate_xla_data.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3410350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3411420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3412710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multilabel_margin_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3413610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3414560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumprod_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3416020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_remove_batch_dim.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3416920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/constant_pad_nd_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3418060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3419070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3419990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_lstm_mps_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3421080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_values_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3422560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3423270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nan_to_num_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3424260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_histogramdd_bin_edges_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3425840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_int_mm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3426490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/i0_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3427970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/inverse_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3428790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3429930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_dense_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3430920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3432440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3433080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_log_softmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3434180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_batch_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3435590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3436640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3437810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/floor_divide_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3438770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_softmax_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3440150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3440870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_k1_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3442400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3443080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/huber_loss_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3444720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3445420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3447110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3448060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3448820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fill_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3450560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dist.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3451500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3453310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3453920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_copy_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3454960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_lstm_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3456230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log10_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3457190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3458470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sub_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3463090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_linear_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3463620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trace_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3464190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3464750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_efficientzerotensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3465460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3466040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_efficient_attention_forward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3466750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3467370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3468380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_y1_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3469140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cholesky_ex_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3470540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3471270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/polygamma_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3472370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_xor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3473830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nextafter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3475420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3476250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_sigmoid_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3477890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_y0_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3478540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Long_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3480180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_max_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3480830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pdist_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3481990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sobol_engine_ff_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3483300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3484300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arctan2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3485760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_gru_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3486820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_factor_ex_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3487810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3488810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3489980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/absolute_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3491090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3492100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3493690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3494450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logaddexp_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3495960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3497000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3498030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool3d_with_indices.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3499130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3500720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_zeta_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3501570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3502680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3503550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addmv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3505060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bilinear_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3505680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/topk_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3507280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3508170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eig_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3509080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matrix_exp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3510580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3511320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_rnn_layer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3513020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3513980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softshrink_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3515650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/concatenate_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3516390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3517990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3518960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3520390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_factor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3521790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3522590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_inference_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3523970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i1_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3524820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3526220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hstack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3526970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3528330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_ctc_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3529220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_differentiable_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3530710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3531490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_convolution.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3532940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_nonzero_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3533710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3534990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dot_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3536260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/positive_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3537270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3538790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3539440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Float_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3541140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3541780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lu_unpack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3543240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3544100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3545110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3546090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/narrow_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3547510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atan2_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3548330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rnn_relu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3549670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mixed_dtypes_linear.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3550780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_max_seqlen.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3551710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_slogdet_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3553140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/size.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3553830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3555420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3556120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bernoulli_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3557460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_jvp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3558270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i1.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3559440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matrix_exp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3560440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_rnn_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3561590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3563080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3563720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hann_window_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3564680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rrelu_with_noise.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3566080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_convolution_add_relu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3566830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atan_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3568520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/coalesce_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3569490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_log_softmax_backward_data.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3570560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/where_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3571770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3572910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3574450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3575190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unfold_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3576260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3577780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad3d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3578530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3579710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3580650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_factor_ex_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3582070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_svd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3583290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3584310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3585530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arctan_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3586670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_efficient_attention_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3588180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3588830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_real_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3590380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3591010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/neg_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3592600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argmax_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3593450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3594400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erfinv_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3596040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3596560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/chain_matmul.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3597730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sign_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3598930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3599730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/affine_grid_generator_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3601300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3602170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3603030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/vdot_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3604640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_resize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3605460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_abs_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3606270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3607800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3608460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/abs_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3609500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/col_indices_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3610710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_xor_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3611600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_group_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3612960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fft_c2c_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3613890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3615050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3616170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cat_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3617070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conj_physical_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3618080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argmin.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3619680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_sparse_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3620340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3621290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logspace_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3622800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool2d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3623410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_same_size_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3624810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/igammac_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3625490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_inv_ex_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3626670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3628150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Double_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3628690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/prod_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3630030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ceil_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3630970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3632530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3633490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3634890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adamw_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3636130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3640430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/and_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3641140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3641760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_backward_reduce_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3642270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/as_strided_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3673430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3674470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3675520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sqrt_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3676500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nan_to_num_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3678080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/vstack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3678950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_rfftn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3707160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/normal_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3708220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_csr_sum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3709650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_inv_ex.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3726960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3728410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/leaky_relu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3729240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3730740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3731890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3732950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3733880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_factor_ex_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3735220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_sgd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3736430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3737850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_eigh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3747030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3747920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dequantize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3749300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fft_c2c_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3750000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/align_to.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3751710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3752380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad3d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3753410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3754430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/acosh_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3756200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3762270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_assert_scalar.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3763670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3764720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/min_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3765790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3767240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3768520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_select_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3769680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mkldnn_reshape_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3770940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3772230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/std_mean_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3773350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softshrink_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3774530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_fill_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3775650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/repeat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3776690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_floor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3777790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_from_mask_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3779310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3780590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_sparse_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3789100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dropout_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3790160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matmul.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3791200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/floor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3792740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3793980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_view_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3795300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3827410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3828620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_check_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3829700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rot90_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3830790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/signbit_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3832020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reciprocal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3833170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3834220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/selu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3835340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad1d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3836590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3837910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3839170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3840350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3858740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_spherical_bessel_j0_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3859910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/minimum_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3861170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3862440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3863640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3864750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/values_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3865820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/col2im_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3866880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ge_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3868060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3869370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3870590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cosh_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3871760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3880130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3881340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardtanh_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3882550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3883930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3885230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fill_mem_eff_dropout_mask_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3886490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3920650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atan2_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3921800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sub_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3922980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_real_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3924210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3925520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_jagged_to_padded_dense_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3926980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_jvp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3928240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sobol_engine_scramble.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3929400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mish_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3930510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_rfftfreq_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3931610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/elu_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3932710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nanmean_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3933850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_batch_norm_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3935010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cross_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3936090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_dropout.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3937200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool3d_with_indices_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3938390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addbmm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3939540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3950420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gt_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3951790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3953210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3954400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_rnn_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3955590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3956750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/detach_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3957980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3959270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3960610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3961870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3963030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3964200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3965370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_depthwise3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3966490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/norm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3967630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_select_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3968800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exponential_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3969930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i0_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3971100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3972290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3973440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_autocast_to_full_precision_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3974640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erfinv_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3975750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lcm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3976950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3978180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3979330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cross_entropy_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3980450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3981590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsqueeze_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3982760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_layer_norm_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3984000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3993960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3995180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cross_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3996310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gelu_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3997400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_int8pack_mm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.3998540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4006330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4007470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/permute.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4008670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4009910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4011150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4012400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_linear.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4013570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_group_norm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4014740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_with_sizes_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4016020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4023950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_functional_assert_scalar_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4025100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mse_loss_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4026320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4027670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4028830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/roll.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4029880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_svdvals_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4036100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/orgqr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4037240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sigmoid_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4038340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_transpose2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4039420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/layer_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4040770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4042150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4043300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/std_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4044470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4050210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4051300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/take.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4056640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/igammac_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4057760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isin_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4058850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/record_stream.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4059940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resize_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4061070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_and_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4062350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4063580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_group_norm_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4064760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_complex_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4065890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fill_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4066960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linear_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4068050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isinf_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4069100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expand_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4070230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_with_update_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4071420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_min_seqlen_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4072690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4074000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4075210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_dropout_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4076430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4077610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multinomial.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4078670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/alias_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4079820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4080930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/allclose_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4082130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4083350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nuclear_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4084470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_slow_conv2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4085620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multilabel_margin_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4086780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4088040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pairwise_distance_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4089230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/broadcast_to_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4090370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4091520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_lengths_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4092710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4093900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4095110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4096350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nextafter_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4097690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4098920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_aminmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4100000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/complex_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4101140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardswish_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4102220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/digamma.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4103260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4104460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4105720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4106860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triangular_solve_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4107960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pdist_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4109060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4110260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4111510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4112660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4113790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_or_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4114990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/geometric_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4116130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_transpose2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4117340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4118550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumprod_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4119880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4121270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4122450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ldexp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4123500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arccosh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4124640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matrix_rank.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4125760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_copy_from_and_resize_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4126930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_native_batch_norm_legit_no_training_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4128040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/all_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4129120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matrix_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4130230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_set_to_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4131360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_left_shift_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4132500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randn_like_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4133580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rnn_relu_cell.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4134680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4135960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4137300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4138510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pack_padded_sequence_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4139660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nonzero_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4140900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4142170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4143320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mse_loss_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4144640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4145970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/eye_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4147050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_exp2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4148100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adamw.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4149280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4150530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4151640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_copy_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4152760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frac_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4159480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gelu_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4160680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4161960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4163190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pdist_forward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4164290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4165420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/broadcast_tensors.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4166550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv3d_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4167640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lt_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4168670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_chunk_cat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4169800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4170940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_distributed_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4172040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4173140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_masked_softmax_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4174240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_irfftn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4175380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4176530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_scatter_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4177750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4178930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fftn_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4179990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adagrad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4181090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/all_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4182150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_gru_cell.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4183240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/eye_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4184290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hypot_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4185330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sqrt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4186440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4187560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/set_data_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4188630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_vecdot_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4189860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4191000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/acosh_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4192070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convolution_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4193230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4194480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_csr_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4195600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sinh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4196650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/moveaxis_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4197730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/positive.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4198770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sum_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4199840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/asin_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4201040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4202280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4203450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_empty.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4204600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4205750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/any_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4206910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4208170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4209390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_propagate_xla_data_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4210520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4211640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_log_softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4212730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_round_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4213760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_conj.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4214840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_coalesced_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4215900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flatten.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4216960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_dense_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4218040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_or_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4219130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bincount_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4220180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dot_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4221270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_resize_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4222660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4224050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linspace_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4225170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lerp_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4226240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nanmedian.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4227400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4228630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4229720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sgn_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4230820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_gather_sparse_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4231930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/topk_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4233060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flip_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4234130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/any_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4235310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4236530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4237690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_entr_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4238900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4240020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/where_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4241110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_mm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4242150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/igamma.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4243280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4244470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_choose_qparams_per_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4245550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ihfft2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4246570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kl_div.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4247690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_legendre_polynomial_p_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4248820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mps_convolution.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4249950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardsigmoid_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4251050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/values_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4252110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resize_as_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4253180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bucketize_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4258150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4259370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_svd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4260540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4261700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argmin_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4262790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/any_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4263840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/vsplit_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4264920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_softmax_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4266030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_gru_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4267280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4268550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_int4pack_mm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4269710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mps_convolution_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4270980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4272250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/value_selecting_reduction_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4273560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4274820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_log1p_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4276000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_log_softmax_backward_data_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4277370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4278650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/put_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4279860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4281070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4282270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4283430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_jvp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4284560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atan_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4285650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/acos_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4286750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log10_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4287900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4289100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mixed_dtypes_linear_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4290240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_max_pool3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4291320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binomial.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4292420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_max_pool1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4293520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_qr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4294580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ctc_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4295650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_propagate_xla_data_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4296810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adagrad_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4297970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_add_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4299100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/norm_except_dim_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4300230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_normal_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4301340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_convolution_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4302480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool3d_with_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4303670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4304810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/transpose_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4305960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4307260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4308540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smooth_l1_loss_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4309670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cholesky_solve_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4310930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4312170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_renorm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4313370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4314580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardsigmoid.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4315720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4316900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4318070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/remainder_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4319210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_interface_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4320280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/deg2rad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4321330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4322470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4323670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4324810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/zero_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4325890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_complex_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4326950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/floor_divide.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4328040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/soft_margin_loss_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4329160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addr_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4330350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4331590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bicubic2d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4332700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4333920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4335170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4336300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/corrcoef.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4337380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_tensorsolve_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4338670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4339940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_gammaln_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4341300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4342550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erfc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4343630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ccol_indices_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4344790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad1d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4345950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_asin_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4347010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adam.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4348050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/zeros_like.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4349290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4350500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reshape_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4351570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_cosh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4352680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lt_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4353780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_transpose3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4358430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4359600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gt_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4360780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4362130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4363410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4364600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4365940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4367150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unbind.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4368230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_reduce_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4369330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_dim_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4370530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triangular_solve_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4371720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4372890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/baddbmm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4374000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linear_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4375260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4376620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4377860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/geometric_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4379010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multilabel_margin_loss_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4380140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lstm_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4381220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_cos_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4382300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4383360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/outer_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4384460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_view_from_buffer_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4385570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/vdot_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4386890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4388030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/topk.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4389100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4390350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4391860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4393120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Short_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4394240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_gather_stats_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4395560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4397070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4398310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4399380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_bsc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4400580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4401920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4403250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4404440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4405490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/q_scale_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4406530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lgamma_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4407570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/stft_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4408660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_mask_projection.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4409740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/aminmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4410810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_trilinear_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4411860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mse_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4413050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4414250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/affine_grid_generator_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4415340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sinc_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4416560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4417850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_dim_consecutive_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4418970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4420170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4421430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantize_per_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4422560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4423640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsqueeze_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4424750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/random_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4425860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/repeat_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4426980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4428130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matrix_rank_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4429360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4430550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/output_nr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4431600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4432630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/not_equal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4433680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cholesky_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4434730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/meshgrid.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4435780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4436950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_storage_offset_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4438220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isneginf_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4439440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardsigmoid_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4440550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsqueeze_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4441600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rand_like.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4442750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4443960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mse_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4445120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4446400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4447640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4449060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4450240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/float_power_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4451380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4452680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4453890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_dilated3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4454970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/maximum_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4459950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool3d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4461130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multi_margin_loss_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4462340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_tile_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4463680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4465200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4466470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_batch_norm_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4467600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cosh_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4468770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4469950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/asinh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4471140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4472300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tanh_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4473470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4474650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_masked_scale.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4475790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4477010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4478180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diff_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4479250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmax_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4480460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4481730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4482880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/eye_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4484020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4485210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4486330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ceil_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4487590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4488910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4490060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_storage_offset.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4491280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_masked_index_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4492480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4493570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pixel_unshuffle_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4494740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4495930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_log_softmax_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4497070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_masked_softmax_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4498260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4499620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4500830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/and.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4501880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_dilated2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4502990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_csr_sum_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4504140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4505500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4506710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gru_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4507790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logaddexp2_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4508440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4509110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4509640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/searchsorted_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4510230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addmv_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4510940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4511510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_scatter_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4512120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4512740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_padded_dense_to_jagged_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4513270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4513900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4514450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hann_window.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4515000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_int8_weight.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4515670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4516170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log1p_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4516660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Int.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4517240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nextafter_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4517920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4518410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erf_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4518960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/as_strided_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4519500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_flash_attention_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4520030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_rnn_layer_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4520690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4521200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isneginf_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4521820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4522470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4523030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/concatenate_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4523550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_or_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4524210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4524770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4525320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_min_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4525850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argmin_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4526380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_index_put_impl_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4526960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4527490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erfc_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4528160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4528720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lstm_mps_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4529200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/range.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4529760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4530290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_erf_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4530870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4531440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_resize_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4531970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_linear_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4532450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sinc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4532970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_conj_physical.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4533470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/square_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4534020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copysign_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4534550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/amin_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4535180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4535740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4536380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/margin_ranking_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4536890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_psi_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4537400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_ndtri_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4537900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4538490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4538970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_erfc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4539480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/selu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4553790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cdist_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4554630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4556210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/range_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4556920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/aminmax_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4558390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_solve_triangular.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4559340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4560290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cov.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4582650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4583330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/relu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4584220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_dim_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4586010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4587410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/min.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4588390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/chain_matmul_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4589500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tile_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4606240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4607190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_reciprocal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4608620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardshrink_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4609400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_dim_consecutive.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4610990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_nonzero_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4611890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_prelu_kernel_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4613410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_batch_norm_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4614440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kthvalue_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4615290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linspace_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4624420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4625160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4626560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_parallel_materialize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4631940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4632830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4633520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4634040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/int_repr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4634600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ne_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4635200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4635770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.4701000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5534330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_mul.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5536390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5537490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5538960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_int_mm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5540550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5542650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5543880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fill.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5546110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5547360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5548690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5549760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log1p_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5550850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triplet_margin_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5553040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lcm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5554960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argwhere_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5579350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5579920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_frac.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5582820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/orgqr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5584300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5585500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mps_convolution_transpose_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5586580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5587400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sgn_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5588870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nanmedian_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5589610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/crow_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5591040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ihfft_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5592080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/put_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5593850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5594590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/std_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5595810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5597390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5598020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lerp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5599050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_max.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5600220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_int_mm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5601280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/var_mean_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5603010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5603710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arctan_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5604600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5605600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/div_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5607220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/round_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5608010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5608950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hypot_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5610060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5611060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_mkldnn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5612770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5613420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_permuted_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5614690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5615790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5617430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lt_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5618190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_householder_product_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5619050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_lstm_cell.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5620530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_grid_sampler_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5621300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5622640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5623610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_scatter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5624680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_apply_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5626060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5626880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nnz.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5628390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5629180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5630280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5631760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_compressed_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5632400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5633450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hamming_window_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5634460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5635580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/zeros_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5637110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5637920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_k0_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5639020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convolution.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5640450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_j1.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5641320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5642890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5643930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5644790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5646130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/chunk_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5647080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5648240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5649300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_k1_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5650680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sgn_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5651480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5653070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5653790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5654930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/topk_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5656000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5657030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_numel_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5658180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/leaky_relu_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5659140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mish_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5660740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_values_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5661520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5662590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5663650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_or_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5665060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_numel_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5666030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5666950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5668330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5669180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5670100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_logcumsumexp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5671230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pow_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5672770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5673400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5675000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5675870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_solve_triangular_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5676950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conj_physical_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5677940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5679010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/asin.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5680640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multinomial_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5681450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5682380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5684000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5684560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sspaddmm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5685770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/maximum_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5686640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_impl_index.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5688080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5688940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eigh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5690000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_with_indices_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5691530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_max_pool3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5692400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_sgd_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5693970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5694750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cummax_helper_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5696210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i1_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5697050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5698500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_compressed_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5699170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5700880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5701610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5702380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Half.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5704000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5704930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5705830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5707050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/elu_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5708130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5709250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5710240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addr_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5711700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/threshold_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5712420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/not_equal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5713420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/xlogy_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5714840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_exp2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5715830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5716700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_j0_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5718270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5718980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5719950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_complex_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5721230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5722000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_u.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5723090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5724230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_j1_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5725250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_index_put.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5726680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/row_indices_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5727500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multiply_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5729210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5729900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_dim_arange_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5735910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5736720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_csc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5737360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5737940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5738530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5739140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5739680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/equal_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5740360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5740890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/xor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5741430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_softmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5741960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_reduce.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5742730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slogdet_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5744390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5745470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/std_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5746240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5747000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log1p_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5748570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5749560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5750390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5751800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5752420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hspmm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5753950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5754600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/take_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5756150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/segment_reduce_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5756950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5758030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5759020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/squeeze_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5760490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5761280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/less_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5762710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_shape_as_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5763670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5764780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5766320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_legendre_polynomial_p_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5767180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5768160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/threshold_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5769840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_min_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5770800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5772270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_max_pool3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5772960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mps_convolution_transpose_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5774220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cat_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5775710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/swapdims_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5776420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rrelu_with_noise_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5778020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5778900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_csc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5779990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5780970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rnn_tanh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5782500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5783170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_multigammaln_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5784240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5785250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/amax_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5786890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5787530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_dense_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5788870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5789750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nan_to_num_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5791140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cummin_helper_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5792270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5793190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5794780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5795390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log10_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5796660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_parallel_materialize_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5797640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5798460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_left_shift.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5799840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pad_circular_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5801410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5802210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5803770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frobenius_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5804780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/count_nonzero_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5805800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rsub_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5807210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_qr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5807970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_transpose2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5809380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_det_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5810200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tanh_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5811630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_lgamma_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5812730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isin_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5813570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ne_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5814960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_slogdet_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5815630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multinomial_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5817040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_max_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5817800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tan_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5819240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multinomial_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5819980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_empty_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5821430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5822190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/all_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5823570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rms_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5824290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_dense_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5825760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5826560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flip_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5827960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/svd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5828680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5830210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_max_pool2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5831040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5832490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_polygamma_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5833170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rshift_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5834560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5835320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i1e_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5836810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5837750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/squeeze_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5838790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5840190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5840880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_leaf_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5842280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/maximum_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5843020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/asinh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5844460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/broadcast_to_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5845150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_lengths_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5846720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5847490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tril_indices.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5848900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sqrt_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5849690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5850900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randint_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5851790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slogdet.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5853340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5853900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_erf.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5855330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_functional_assert_scalar.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5856000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_lazy_clone.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5857470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mps_convolution_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5858270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5859700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/equal_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5860420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_quantized_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5861550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_digamma.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5862820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5863810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unfold_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5865320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5866070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/all_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5867140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cross.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5868070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convolution_double_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5869540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gelu_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5870280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5871720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5872480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5873440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmin_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5874760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log1p.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5875440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/less.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5876880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tensordot.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5877800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5879200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sample_dirichlet_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5880080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5881050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5882260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5883260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cholesky_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5884420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/div_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5886410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5887020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5887820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_forward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5889240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_not_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5889850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5891250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5892140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5893550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_dilated2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5894230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_acos_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5895640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gradient_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5896280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_transpose1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5897510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/or_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5898440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smooth_l1_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5899890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5900490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5901680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/median_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5903320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5904200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5908970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atleast_3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5909690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_chunk_cat_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5910310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_functional_sym_constrain_range_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5910800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/im2col.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5911410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5912010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5912580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5913160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mps_convolution_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5914220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5914970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/retains_grad_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5916550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5917210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sign_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5918610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_like.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5919220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gelu_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5920690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5921450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/elu_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5922850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/output_nr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5923590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sqrt_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5924500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lstsq.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5926060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/count_nonzero.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5926910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/feature_alpha_dropout.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5958170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5959010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softplus_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5982300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trunc_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5983260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5984260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5993020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/as_strided_scatter_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5993730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i0e_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.5999740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/norm_except_dim_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6000660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sort_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6008350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logit_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6009080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_stack_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6010430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_hfftn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6011200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6012840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6013610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6014910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6016330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_solve.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6017230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/divide.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6018680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_masked_index.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6019480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6020650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_neg.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6021920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6022810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_resize_output_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6023770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adamw_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6059950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_inverse_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6060760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardswish_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6062160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ihfft2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6062910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cufft_get_plan_cache_size.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6064320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/values_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6065030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/feature_dropout.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6066380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resize_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6081440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool2d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6082310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gt_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6098460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6099210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_xlog1py_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6100710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_inv_ex_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6101530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6103100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tril_indices_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6103780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/threshold_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6105350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_bsr_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6106160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6107140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tensor_split_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6108550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6109230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/std_mean_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6110960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6111860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6112910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6113780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expand_as.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6114930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6115920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/le_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6117350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6118560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6119350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardshrink_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6120600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addmv_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6121360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_bsc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6122910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6123520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sobol_engine_scramble_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6124740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slogdet_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6125710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_dropout_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6126690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardswish_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6128180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lshift_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6128760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/set_data_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6130190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6130850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tril_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6132330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6133390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6135040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6135860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6136720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sinh_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6138250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sub_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6138950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6140340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6141360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6142930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_batch_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6143490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lcm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6144910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atan_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6145750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6147210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unique2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6148180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6149130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6150510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_full_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6151210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6152650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logspace.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6153390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6154940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6155640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_mkldnn_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6157170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eigvalsh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6157970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6158990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_inv_ex_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6160410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsqueeze.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6161170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isinf_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6162670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_max.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6163320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/floor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6164560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/where_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6165520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6166390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_log_softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6167550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_addmm_activation_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6168430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6169970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_hermite_polynomial_h.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6170600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/set_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6172220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bucketize_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6172880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/asinh_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6174320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6175290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6176450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6177940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_conj_physical_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6178660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_sum_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6179690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6180700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/alias.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6182300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6183010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6183970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fft_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6185620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6186260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i1e_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6187270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6188700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/poisson.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6189410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_hermite_polynomial_h_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6191380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6192100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad1d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6193790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6194390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nan_to_num_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6195570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6196860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logspace_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6197970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6198650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conj_physical_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6199650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/heaviside.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6200660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arccosh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6202060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mkldnn_reshape.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6202750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_slogdet_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6204100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6204890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addcdiv_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6206500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6207270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6208830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6209380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/aminmax_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6210990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6215360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_det_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6216340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6216870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_coalesce_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6217450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_triton_scaled_dot_attention_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6218030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_backward_elemt_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6218590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6219150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_sigmoid_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6219840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6220410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i1_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6221020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6222260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/equal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6223180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unique2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6224510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6225380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/acos_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6226880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/heaviside_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6227670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6228710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6230220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/heaviside_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6230850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_view_from_jagged_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6231880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6232810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fw_primal_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6234240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_from_mask.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6235290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_bsr_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6236560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6237240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sum_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6238620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/searchsorted.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6239520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6240480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_solve_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6242050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_solve_ex_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6242990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_and.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6244410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/instance_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6245420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6246470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6247400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_slow_conv2d_forward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6248850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_dense_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6249560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/geqrf_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6250900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tile.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6251610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6253160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6253880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_clamp_min_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6254970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nanmean.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6255990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6257180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6258410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6259440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6260420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad1d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6261780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6262820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6263850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/topk_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6264700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tanh_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6265700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/xlogy_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6267000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6268460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6269280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softplus_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6270230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6271190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scalar_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6272590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_bag_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6273420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rnn_relu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6274510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i1e_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6275480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6276820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/as_strided_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6277860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ones_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6279020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6280580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cholesky_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6281260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triu_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6282370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/count_nonzero_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6283530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/eq_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6284460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_rfftn_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6285780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6286620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hypot_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6288230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6288900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/feature_dropout_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6289750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gelu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6291100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6292080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/q_per_channel_zero_points.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6293800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6294520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6295420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isclose.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6296840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_complex.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6297490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lstm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6298930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_eigvals_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6299960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mps_convolution_transpose_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6300980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kthvalue.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6302100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_euclidean_dist_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6303750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad1d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6304340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sin_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6305780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsafe_chunk_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6306660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_minimum_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6307930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6308870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6310230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6311180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6312600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_maximum_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6313170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cholesky_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6314470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hamming_window.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6315600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flatten_dense_tensors_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6316620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6317760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6318840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6320190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6320950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6322570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6323300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6324800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_factor_ex.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6325880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6327430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_consecutive_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6328310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_dim_consecutive_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6329260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bicubic2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6330280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_neg_view_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6331250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trapezoid_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6332420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_xor_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6333390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tanh_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6334870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6335810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6336730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_not_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6338230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6339060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6340550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tril_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6341300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6342820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dsplit_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6343660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_vulkan_available_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6344430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resolve_neg.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6345570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6346570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rad2deg.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6348130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mps_convolution_transpose.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6348810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_segment_reduce_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6350390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_logit_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6351070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cummin_helper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6352210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6353130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6354310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_addcmul_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6355240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_with_sizes_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6356560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_nd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6357610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6358740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6359730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/type_as.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6361180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dot_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6362200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardswish_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6363100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6364530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/leaky_relu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6365450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_masked_softmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6366700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6368070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6368700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sign_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6370150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_tensorsolve.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6370770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argwhere_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6372160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erfinv_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6372910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resolve_neg_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6374340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6375100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_triton_multi_head_attention.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6376310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/alpha_dropout.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6377260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6378310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_functional_sym_constrain_range_for_size.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6379400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/stride_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6380330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/soft_margin_loss_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6381310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lift.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6382520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6383490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atan2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6388530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_broadcast_to_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6389080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_floor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6389610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/acos_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6390150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_dropout_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6390730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6391430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6392070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6392570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/stride.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6393560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addmv_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6394340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6395520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_normal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6396420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/align_to_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6397670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/relu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6398550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6400110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6400740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sample_dirichlet.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6401650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_ndtr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6403120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_airy_ai_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6403730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6404710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clone_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6406210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6406990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6408540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6409160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_cpu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6410110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6411520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_view_from_jagged.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6412330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6413670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6414640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6416140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unique2_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6416900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6417860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6419270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trunc_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6419990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/retain_grad_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6421260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6422110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/histogramdd_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6423210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6424740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tanh_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6425400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nanquantile_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6426670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6427630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumsum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6429110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/instance_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6430100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6431060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mixed_dtypes_linear_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6432550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_select_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6433470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6434400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/refine_names_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6436000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_remove_batch_dim_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6436800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6437890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6439560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6440170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/acos.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6441720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6442420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6443980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6444850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6445730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6446710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/chunk.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6448140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_functional_assert_async.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6448890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arange_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6450300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6451030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsqueeze_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6452450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triangular_solve.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6453190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_real_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6454630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_layer_norm_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6455570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6456450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/renorm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6457460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_local_scalar_dense.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6458700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/absolute.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6460120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_assert_async_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6461070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6462700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6463410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mT_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6464500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6465960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_amp_update_scale.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6466780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6467740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6469190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_copy_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6470050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_ambiguous_defaults_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6471110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mul_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6472300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_transpose3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6473260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rrelu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6474710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_or_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6476110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsqueeze_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6476790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/huber_loss_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6477920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/renorm_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6479130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/record_stream_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6480230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/promote_types_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6481370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6482500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6483720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6485250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_vecdot.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6485910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sample_dirichlet_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6488750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rand_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6489580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6490720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6492270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6493340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_y1_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6494330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_scatter_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6495340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_csc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6496510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6497820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cummin_helper_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6498740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad2d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6500220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6504770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/detach_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6506060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cauchy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6508200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6508840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/row_indices_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6509710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/add_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6512530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unfold_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6515530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gelu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6518930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_svd_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6519740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_sdp_choice.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6521410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6522420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log2_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6527060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/selu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6527960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6529940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6530660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_frac_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6531460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/vander_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6532680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/segment_reduce_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6534350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_conv_depthwise2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6534880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_diagonal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6535970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/set_data.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6537060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/alpha_dropout_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6537960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/take_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6539530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6540520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6542430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adjoint_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6543480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6544450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/convolution_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6546090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6548110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6550680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multi_margin_loss_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6551520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6553000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution_add_relu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6553780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_sinc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6555260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6556030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6557550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6558270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_maximum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6559760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_csr_prod_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6560630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_autocast_to_reduced_precision_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6562520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_gammaln_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6564480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_bag.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6565230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6566640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/greater_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6567590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6568570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6570230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sort_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6570950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fill_diagonal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6572450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6574750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_csc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6575490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/zeros.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6578060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6578930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6580490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6596020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6596670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmod_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6597220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sigmoid_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6600150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6600850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sobol_engine_draw_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6602380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6603060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tril_indices_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6604390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_left_shift_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6605170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arctanh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6606230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triu_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6607780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reciprocal_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6608590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6609540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nnz_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6610540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unfold_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6612000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_int8pack_mm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6612810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exp2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6614280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_lstm_mps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6615080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardsigmoid_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6616120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6617480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6618180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_set_to_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6619630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log10_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6620230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flip.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6621970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6622690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_linear_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6623550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/roll_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6624870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6625760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6627250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6627980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6628990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_factor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6630600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6631300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6632260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/round_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6633370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6634940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6635640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6636590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6638030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/as_strided_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6638770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6639830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_standard_gamma_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6641270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/neg_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6642070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pinverse.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6643630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6644300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_scatter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6645910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6646600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6647570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6649070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6649820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6650790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arccosh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6652240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gelu_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6653050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6654130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6655730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6656380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fftfreq.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6657550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/im2col_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6658960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_mm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6660080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/narrow_copy_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6660850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/not_equal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6661880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/prod_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6663420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6664040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_select.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6665080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_ndtr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6666250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6667320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6668720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addcmul_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6669440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_hermite_polynomial_h_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6670790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convolution_mode_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6671500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6673060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6673770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mps_convolution_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6675260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6694110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6694750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erfcx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6695680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6697070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ge_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6697730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/polar_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6699100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_padded_dense_to_jagged_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6699940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6701480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6702180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6703600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/data_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6704440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6705380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6706990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6707990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6709530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unbind_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6710170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6711520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/eq_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6712240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/set_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6713760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_native_multi_head_attention_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6714420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_functorch_fallback.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6716060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6716780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_rnn_layer_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6718220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cufft_clear_plan_cache.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6718880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adagrad_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6720500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6721270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_linear_backward_input_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6722330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6723940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6724500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ger_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6726040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6726750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_values_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6727910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6729470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/set_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6730220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6731210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6732320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6734090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6734670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6735580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6737130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_det_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6738070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triangular_solve_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6739110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6740720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6741390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lshift_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6742300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_quantized.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6743680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_grid_sampler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6744580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6745670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6746720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6747830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6748740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_and_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6750120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/roll_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6750940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/remainder_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6752360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_flash_attention.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6753050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log10_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6754510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6766780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6767710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/convolution.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6769100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kl_div_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6770160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/roll_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6771050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bicubic2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6772610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6773150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/amax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6774550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multinomial_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6775350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_log_ndtr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6776880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6777630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6778580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addmv_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6780000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_max_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6780650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_values_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6782010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clone.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6782920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6783860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6785070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6786180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_mm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6787580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reciprocal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6788500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6789460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_rnn_layer_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6790950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad3d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6791600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_or_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6793130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6793750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/values_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6795250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6796070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6797020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/swapdims.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6802650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6803300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6803820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cauchy_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6822120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6823050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6841800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6842480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/huber_loss_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6849860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/permute_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6850860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6860530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sub_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6874760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6883200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6890240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sinh_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6890950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log2_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6892400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6899640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6900350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_solve_ex_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6909720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logsumexp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6910520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/all.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6917170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foobar.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6917930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_grid_sampler_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6926590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6927440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_normal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6928950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_lstm_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6935490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mvlgamma_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6943930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6944620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6946120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mish_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6954260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_rowwise_prune_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6962140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_acos_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6962830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6963990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6969810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6976950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6985060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erf.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6985920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/amax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6987310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_lerp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6996190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6997020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.6998040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7006560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7007520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7009010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7022340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/movedim.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7023410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7024890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arccos.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7025880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7027250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linear.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7028170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bucketize_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7029610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/asinh_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7030280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_dim_arange.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7031740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erfc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7032520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7033560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_nd_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7035080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tan_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7035740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cdist_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7037400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardtanh_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7038290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7039330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7040300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_prelu_kernel_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7041350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gather.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7042460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_alias_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7043460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logaddexp2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7044970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multi_margin_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7045620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sin_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7046530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_rfft_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7048170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7048900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/leaky_relu_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7049970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_padded_dense_to_jagged_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7051040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/acosh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7052560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7053550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addcdiv_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7054580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7055430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_csr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7056630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7057840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7058990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7060500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7061240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7062340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7063890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7064510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_constrain_range_for_size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7065480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/data.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7066970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matrix_power_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7067710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution_transpose_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7069300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7070360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7071050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gather_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7072090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Long.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7073430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_functional_sym_constrain_range_for_size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7074380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardshrink_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7075310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hstack_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7076820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_convolution_relu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7077910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7078620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7080020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gelu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7080850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7081940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7083110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7084230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/div_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7085840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7086650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/deg2rad_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7087720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7089140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_group_norm_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7089840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7091450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rename_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7092240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7093400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7094720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7095950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7096850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7098140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tan_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7098960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softshrink_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7100620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7101290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7102270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_rowwise_prune.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7103800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rshift_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7104540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_depthwise_convolution_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7105510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_factor_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7106810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arctan2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7107730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dequantize_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7108780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_size.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7110420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7111180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_local_scalar_dense_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7112170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7113910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7114640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7115580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unfold_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7117270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_rfft2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7117800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gru.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7119350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sign_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7120230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atleast_1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7121230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_fill_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7122330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ifft2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7123840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isneginf.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7124830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7125630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nanquantile.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7127200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7128190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7129040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/zeros_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7130610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_select_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7131320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nested_to_padded_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7132870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardtanh_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7133570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7134980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7135730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_irfft2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7136840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_convolution_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7137910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7139180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7140160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_add_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7141740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7142400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7143400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7144960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_sparse_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7145780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_psi_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7147350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardswish_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7148060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7153320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/std_mean_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7154040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softplus_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7154580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_expm1_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7155210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/elu_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7155810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7156320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_trunc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7156940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7157510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_not.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7158030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_mul_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7158690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bartlett_window_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7159970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7161050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7161950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_sigmoid_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7162970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/minimum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7164080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ccol_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7165660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_add_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7166640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multilabel_margin_loss_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7167270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/std_mean_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7168740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reciprocal_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7169780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7170520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cdist_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7171630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_sampled_addmm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7172730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_add_relu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7173890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7174950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7176560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randperm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7177300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7178270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7179790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7180560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_sum_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7181610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/i0.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7183320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sinh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7183870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_dropout_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7184950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_functorch_fallback_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7186440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7187070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flipud_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7188150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_ctc_loss_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7189770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7190520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_int_mm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7191590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7192480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erf_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7193860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/igammac_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7194620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_qr_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7195690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_erf_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7196790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7198280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Char_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7199130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7199890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diag_embed_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7201320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_spdiags_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7202080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7203020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cov_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7204400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/q_scale_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7205200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7206750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7207260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/var.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7208510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7209510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_not_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7210740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_put.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7211550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dequantize_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7212910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/convolution_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7213870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7214820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7215970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i0e.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7217190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_log1p_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7217960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logaddexp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7218950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arange_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7220330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logaddexp2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7221080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7222170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7223580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_fill_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7224220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/remainder.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7225660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7226380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/repeat_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7227510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7229120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7229820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool3d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7230860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_lerp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7232410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7233110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7234030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7235450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_histogramdd_from_bin_cts.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7236290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7237270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_rnn_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7238760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/amax_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7239450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7240570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matrix_rank_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7242000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_masked_scale_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7243040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_stack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7243890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/histc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7245450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7246280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7247860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tanh_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7248370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_hfft.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7249990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7250660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_padded_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7251500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fft.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7252970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7254030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/requires_grad_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7254790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gradient.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7256160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ihfft.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7257000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7258130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7259820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7260520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_real_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7261370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copysign_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7262380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/values_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7263790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_prelu_kernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7264580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7265680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7266720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_add_batch_dim_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7268050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7268950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mH_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7270080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lift_fresh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7271050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ne_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7272250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7273550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multinomial_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7274440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_k0.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7275320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atan2_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7276700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7277550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7278720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7279650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsafe_chunk_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7280780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7281830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_channel_shuffle_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7283170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7284020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addmv_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7284940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rshift_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7285950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erfinv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7286970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_sdp_choice_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7288380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_copy_from_and_resize_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7289910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_log_softmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7290740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_scatter_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7292360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7293120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7294180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/huber_loss_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7295610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/count_nonzero_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7296750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7298260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7299110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/true_divide_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7300640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7301340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7302890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ccol_indices_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7303740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addcmul_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7304680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adagrad_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7306060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erfc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7307020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_transpose3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7307820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resolve_conj.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7309400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_gru_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7310170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7311830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_erfc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7312710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7313810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7314870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7315840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cosh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7317200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7317980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7319560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7320360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7325790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addcmul_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7326590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7327180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_prelu_kernel_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7327770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7328390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7328910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmod.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7329550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7330050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/inverse.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7330580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_round_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7331190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_dense_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7332340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rshift_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7333260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7334810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/item.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7335530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7336640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7337630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hypot_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7339230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_zero.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7339870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/zeros_like_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7340960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7341960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_select_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7343530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_bsr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7344320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7346060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7346940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7348060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7348890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eig_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7349840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sgn_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7351280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7352060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eigh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7353770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matrix_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7354300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lu_unpack_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7355450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmax_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7356430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_vector_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7358080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_layer_norm_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7358820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7360000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7360850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7362460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_batch_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7363390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7364150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7365210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7366220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matrix_power.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7367660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sgn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7368210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ne_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7369740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7370580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_with_sizes_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7372340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7373070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conj_physical_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7373760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7375200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matrix_power_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7376090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsafe_split_with_sizes.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7377250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7378780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7379590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7380530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frac_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7381560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/less_equal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7382650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rrelu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7384200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7384930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rnn_tanh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7385990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7387110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7388180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mean_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7389260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_empty_strided.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7391020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7391600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pow_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7392530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/channel_shuffle_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7393930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7394560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_consecutive_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7395730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7396940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/alpha_dropout_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7397820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_abs_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7399290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7400080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kaiser_window.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7401140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7402060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nansum.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7403540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/threshold_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7404220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/soft_margin_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7405290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/det_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7406800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sin.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7407550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addr_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7408620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adagrad_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7410130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_with_sizes_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7410940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7412180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_sigmoid_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7412950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_div_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7413970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/prelu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7415390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/maximum_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7416130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7417530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cslt_compress_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7418420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7419820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_ceil_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7420680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7422220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmod_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7422990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7423970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7425580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_index_put_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7426290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_not_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7427130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/crow_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7428510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logspace_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7429360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7430390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7431350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_sgd_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7432510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7433640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lift_fresh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7434800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7435870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7436760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_stride_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7437900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isreal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7439640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unbind_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7440230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_spdiags_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7441170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pad_enum.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7442550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/equal_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7443740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_autocast_to_reduced_precision.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7444740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mse_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7445640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_addmm_activation_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7447140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pin_memory_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7447800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_unpool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7449000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7450040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7451030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7452380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/einsum.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7453240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_ctc_loss_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7454870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/xlogy_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7455760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7457230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_conj.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7458130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_convolution_relu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7459110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/permute_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7460130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multiply.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7461640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_stats_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7462480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7463840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7464730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7465910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7466850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trapezoid.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7468200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/prelu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7469210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7470610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_strides_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7472290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/q_zero_point.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7473220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_resize_output_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7474620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isfinite_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7475580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_fill_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7476820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_resize_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7477790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7479260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7480020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addcdiv_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7481710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7482500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_softmax_backward_data.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7483280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_max_pool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7503480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7504350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7505850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7506750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_from_padded_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7508260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7508970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7510500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7511340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7512360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matmul.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7513950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7518770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_y1_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7519380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reciprocal_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7519940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isposinf_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7520540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_max_seqlen_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7521070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gcd_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7521620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convolution_double_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7522190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softshrink_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7522690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_mm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7523350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_ctc_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7524730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_neg_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7525530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/leaky_relu_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7527370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nested_to_padded_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7527910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_add_relu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7528960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/round_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7530140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resolve_conj_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7531100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7532560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7533190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ones_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7534630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_clamp_max.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7535280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_sigmoid_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7536350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_slow_conv2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7537780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/neg_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7538550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7540050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7540920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7541780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lerp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7543210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7544000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_set_to_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7545380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logsumexp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7546230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7547800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pad_packed_sequence.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7548410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/round.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7549370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7550730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/roll_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7551400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/i0_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7552810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/alias_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7553720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mish_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7555010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7555880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addcmul_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7556830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/std_mean_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7558220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7559170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/prod_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7560520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pow_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7561210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resize_as_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7562540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gcd_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7563450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7564530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7565450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log10.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7566790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7567540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7569200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7569930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7570850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7571860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scalar_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7573360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7574000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nonzero_static.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7575410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/im2col_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7576160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_spherical_bessel_j0_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7577170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cslt_sparse_mm_search_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7578700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_dim_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7579440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7580320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copysign_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7583040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_from_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7584910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fw_primal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7585670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/qscheme_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7587180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7588060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_print.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7589240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7590690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/set_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7591440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7592920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_init_dropout_state.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7593740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7595330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7596020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/polygamma.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7597740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7598510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7599410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7600690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7603130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/swapaxes_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7605090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7609840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7611080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7612630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7614730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantile.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7615960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7616960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7618370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/convolution_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7619090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_scatter_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7620460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nnpack_available.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7621640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7622470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_zeros.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7624020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7624800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad1d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7626240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7626970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7628530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/uniform_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7629500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7630910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_log_softmax_backward_data_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7635950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7638250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mT_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7639060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nonzero_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7640440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pack_padded_sequence.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7641380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_neg.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7642950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_multi_dot.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7643760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_weight_to_int4pack_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7645250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7646160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arange_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7647820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7648740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ne.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7650200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/threshold_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7651870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rrelu_with_noise_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7652750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7653910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7655340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lu_unpack_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7656870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erfc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7657630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_sum_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7663800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_max_pool1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7664710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lstsq_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7667000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ormqr_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7668150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7669200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_nonzero.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7670310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7671800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7672490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_xor_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7674510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sigmoid_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7675400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_cos.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7676490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randn_like_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7677580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_slow_conv2d_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7679310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/subtract_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7680320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_compressed_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7681660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_ceil_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7682320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/div_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7684370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_choose_qparams_per_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7685210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_div_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7686470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_or_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7688330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7689850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mul_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7691070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7692070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/swapaxes.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7693150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/divide_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7694590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7697210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sub.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7699920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7700940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7702570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7703470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rrelu_with_noise_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7704530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fft_r2c_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7705630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_entr_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7707130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7707820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_real_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7708810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_svd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7710300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_batch_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7712060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7713380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/constant_pad_nd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7714260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7715750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_lstm_cell.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7716570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7722530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_factor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7723550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7724060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_leaf_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7724670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binomial_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7725300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7725940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7726480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log2_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7727130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7728690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resolve_conj_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7730580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7731240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/row_indices_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7732350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_exp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7733240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/layer_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7734320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7735990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7736680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_mask_projection_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7738350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7739120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_zeta_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7740600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7741430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_log_ndtr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7742920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7743600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copy_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7745020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_solve_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7745920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7746960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eigvalsh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7748040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7749670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7750290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argmin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7752930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7754080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7755080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7756550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_zeta_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7757360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_complex_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7759880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7761480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7763690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/add_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7764620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7765580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_check_errors.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7766570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/angle_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7767980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7768810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_min_seqlen_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7769730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_values_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7770840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7772390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7773310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7774100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sort_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7775540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_lazy_clone_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7776730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7777430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7778820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/thnn_conv2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7780250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/baddbmm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7781870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7783990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_renorm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7784670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7786220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multilabel_margin_loss_forward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7786820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reciprocal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7788450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/contiguous_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7789340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_channel_affine.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7790830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_mask_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7791650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7792690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7793780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7795430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7796100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tril_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7797520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_not_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7798840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7800450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7803650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7804390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arcsin.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7805740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/qr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7807200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_real_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7808180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softshrink_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7809110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frac_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7810710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7811620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_rnn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7813990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_native_multi_head_attention_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7816090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_segment_reduce_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7816860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_eigvals_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7817720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_string_default_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7819290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_csr_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7819950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logaddexp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7821040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7822080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pairwise_distance.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7823640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7824380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7825420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Long_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7826900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7827660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ifftshift_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7829430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7830300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7831050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cos_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7832160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7833300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mkldnn_transpose_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7834360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7835420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7836600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7838020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7839040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7840510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atleast_2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7841130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/choose_qparams_optimized.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7842290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_slogdet.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7843260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_slow_conv2d_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7844430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7845910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_y1.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7848200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7849000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_size_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7850700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7851330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_spdiags.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7852250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matmul_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7854050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7854660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_neg_view.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7856460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsafe_split.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7857240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sign_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7859010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7860630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logaddexp2_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7862790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7863810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/div_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7864600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trace_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7866030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7866990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_hfft_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7868500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7870530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linear_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7872780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7873690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_strides_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7876210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7877870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ifft_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7878950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/value_selecting_reduction_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7879880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triplet_margin_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7881500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7882250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7883130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7884530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7885360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/col2im_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7886880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fft_c2r_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7887430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arcsinh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7888430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/type_as_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7889870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eigvals_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7890760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7891990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7893270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_laguerre_polynomial_l_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7893980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_safe_softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7895600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_copy_from_and_resize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7896280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_solve_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7897690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logdet.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7898490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/align_as_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7899860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tanh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7900770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7902470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7903040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_impl_index_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7904050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tanh_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7905060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_masked_index_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7906040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trunc_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7907050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cholesky_solve_helper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7908040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_laguerre_polynomial_l.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7909040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7910430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7911230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/min_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7912530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isnan_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7917070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unique2_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7917630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mkldnn_reshape_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7918240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7918780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pack_padded_sequence_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7937110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_trilinear3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7938570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/normal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7939560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7940570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7942120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7942920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7943880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/less_equal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7945390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_ones_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7946080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nonzero_static_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7947210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sinc_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7948810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binary_cross_entropy_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7949600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7950390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expand_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7951610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/complex_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7953040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_interface_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7953920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7955110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7955910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isin_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7957340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pinverse_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7957970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_atan_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7959640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7960210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lstm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7961940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mps_convolution_transpose_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7962520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/xlogy_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7963440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expm1.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7965030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dist_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7965710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7967080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/maximum.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7967910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/remainder_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7968840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ones.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7970470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7971100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_maximum.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7972540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv3d_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7973330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/aminmax_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7974810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_i1.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7975710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7976630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mse_loss_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7978110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cummax_helper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7978920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7979930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cross_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7981490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_resize_output_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7982210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gru_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7983630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7984270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/std_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7985800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/round_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7986470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_cpu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7988060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7988690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_irfft2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7989680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/block_diag.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7991180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_offsets.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7992070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7993080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atanh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7994610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7995480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_bsc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7996510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exponential_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7998090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_depthwise_convolution_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7998820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gather_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.7999720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8001090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/geqrf.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8002120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8002950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_xor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8004440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8006200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8006950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_aminmax_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8007810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_layer_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8008980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_constrain_range_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8010570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8011280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frexp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8012400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8014030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8014700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_vander_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8015980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8017030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8017900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_with_sizes.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8019410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8020060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i1_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8021440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sum_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8022290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/vdot_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8024130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8024850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pinverse_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8025600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8027230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8027850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/add.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8028920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8030490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cummax_helper_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8031160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8032190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8033310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/eq_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8034360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_impl_index_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8035470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8036780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8037640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8038560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sort_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8039720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8041020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8042020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8043600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8044340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8045910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8046640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool1d_with_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8047630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erf_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8049030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool3d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8049750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8050770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sin_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8052120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sum_to_size.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8052940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8054530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8055280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_hermite_polynomial_he_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8056200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gradient_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8057570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cslt_compress.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8058380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_copy_from_and_resize_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8059920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8060640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8061870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_optional_intlist_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8062840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_normal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8063870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hypot_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8065690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hypot.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8066390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8067900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8068630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8069690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8071190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_qr_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8072230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8073170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8074320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8075340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8076500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8078220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8078930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8079810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cross_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8081210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_j0_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8081860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rsub_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8083010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sort_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8084280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_resize_and_clear_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8085130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/put_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8086500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/eq_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8087340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8088360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8089720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_floor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8090550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/signbit_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8091940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erfinv_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8092600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diag_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8094150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_functional_sym_constrain_range_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8094920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8096300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_logcumsumexp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8097000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8097990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_or.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8099450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8100290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8102250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pdist_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8102810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_permuted_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8103530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/topk_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8105120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8109670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8110230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bincount_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8110880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8111400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/i0_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8111980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8112470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/asinh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8113140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8113690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resize_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8114510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logcumsumexp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8115520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ravel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8116860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8117800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_and_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8119450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8120130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_index_put_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8121110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isin_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8122740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8123240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Short.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8124690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_broadcast_to_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8125470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_scatter_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8126850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmod_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8127600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_scatter_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8129150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8129840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardtanh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8131340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8132410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_reduce_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8133200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_solve_ex_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8134740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8135360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/std_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8136270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/vsplit_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8137790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8138890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8139610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_solve_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8140720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_csr_sum.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8142580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8143120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ccol_indices_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8144210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resize_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8145320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8146540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/constant_pad_nd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8147750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8148590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8150360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/choose_qparams_optimized_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8151020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_softmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8152850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8153600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8154430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_version_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8156070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8156760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mse_loss_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8158360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/corrcoef_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8159150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8160030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8161340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sin_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8162170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Half_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8163420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8164870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8165930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8166910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardswish_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8168520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_jagged_to_padded_dense_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8169320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8170890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8171560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_flash_attention_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8173040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8173820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8175320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardsigmoid_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8176050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matmul_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8177590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_bsr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8178420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8179820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pad_circular.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8180640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8182400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8183100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_div.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8184590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8185520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8186540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_bsr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8187970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bmm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8189050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8189870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addcdiv_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8191370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/add_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8191950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multi_margin_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8193520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_xor_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8194220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exp2_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8195450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_from_padded.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8196340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_bsr_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8197610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/combinations_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8198620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmod_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8199400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/broadcast_to.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8200900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8201570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardswish_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8202820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8203760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8204750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_solve_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8206290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_or_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8206980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i0e_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8208400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8209210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/vdot_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8210150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_conj_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8211530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gt_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8212380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diag_embed.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8213910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sqrt_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8214710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nan_to_num_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8216220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8216880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_with_update.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8217800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8219410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8220260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardshrink_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8221630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/heaviside_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8222320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pdist.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8224030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8224570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cholesky_solve_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8225700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_signed.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8227200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8227910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ne_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8228850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_reduce.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8230120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logit_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8231170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_multi_dot_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8232360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8233360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eig_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8234620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i1e_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8235470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_with_indices_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8236490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_conj_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8238010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randperm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8238980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8240490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adamw_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8241290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rand_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8242380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8243450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_cosh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8245060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8245690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rename_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8246970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8247840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8248960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_right_shift_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8250430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8251440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8252800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_is_zerotensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8253590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exp_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8254610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multilabel_margin_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8255650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_check_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8257240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_dense_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8257940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8259070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Float.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8260090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_neg_view_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8261190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/acosh_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8262470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8263280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_assert_tensor_metadata_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8264700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sigmoid_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8265560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8266690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_fill_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8268190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pad_sequence_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8268820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsafe_split_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8269900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8270830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mish_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8272470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8273230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8274080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addmm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8275610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8276300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convolution_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8277290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atan2_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8278510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bucketize_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8284170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_layer_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8284920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tan.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8285550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8286190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8286710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ge_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8287360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardsigmoid_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8287880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lu_solve_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8288410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_tbc_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8289000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_log_softmax_backward_data_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8290050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8290690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sobol_engine_draw_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8291690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardtanh_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8292590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_and_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8293540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_select_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8294980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lerp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8295720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matrix_exp_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8297250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erfc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8297920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cosh_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8299330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cross_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8300280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8301850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_multi_dot_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8302580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8303940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cslt_sparse_mm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8304770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8306360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_add.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8307000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lt_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8308430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_with_indices.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8309070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nonzero_static_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8310620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exponential_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8311840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8312960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8313960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8314990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8316620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cummin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8317190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantize_per_channel_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8318670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cauchy_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8319490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rsqrt_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8320620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linspace_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8322210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8323010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_i1_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8324030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frac_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8325540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8326330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8327400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8329000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_sum_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8329730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8331390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8332390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8333400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8334320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/inner_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8335380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_triton_scaled_dot_attention.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8336420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_coalesced.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8337720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_group_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8338810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8339720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fftfreq_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8340780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8341920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_with_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8343380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_standard_gamma_grad_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8344220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_inv_ex_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8345180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8346600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_addmm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8347440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8348540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hinge_embedding_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8349770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nanmedian_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8350900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dot_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8352080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8352880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/stack_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8354340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_quantize_weight.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8355410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smooth_l1_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8356650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sobol_engine_initialize_state_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8357670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8358660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8359830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8360890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8362420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8363140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_put_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8364670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8365460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8366370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8367790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sign_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8368720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_add_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8369660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_layer_norm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8370980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_padded_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8371840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_set_to_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8373040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8374560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_mm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8375350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/concatenate.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8376850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logaddexp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8377650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_backward_reduce.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8378890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_eigvals.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8379690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/qscheme.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8381300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8381940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/movedim_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8383050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8384650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lu_unpack_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8385310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/thnn_conv2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8386840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8387640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8388680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8390130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_sampled_addmm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8390790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/igammac_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8392480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8393180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_max_pool1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8394050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_airy_ai_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8395510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addcdiv_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8396370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8397910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_max_seqlen_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8398860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8399510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addcdiv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8401160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rsqrt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8402080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8402810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_lgamma.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8404050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argmax_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8404940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_functional_sym_constrain_range_for_size_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8406240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8407200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erfc_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8408420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8409280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/threshold_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8410260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/svd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8411830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addmm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8412450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lift_fresh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8413490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_zero_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8414490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flatten_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8415540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_factor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8417030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_v.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8418000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/where_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8418790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8420800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8421710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pad_enum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8424770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8425480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8427030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/from_file.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8427720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/row_stack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8428970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8430230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8431130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/celu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8432570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matrix_exp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8433230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_logit_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8434530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8435460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lstm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8436500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atan2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8438000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cummaxmin_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8439000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_functional_sym_constrain_range.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8440780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8441540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8443050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8445170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/zero_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8446950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8447960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/row_stack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8449400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_transpose3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8450290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_convolution_add_relu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8451250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_with_indices_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8452740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/real.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8453730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad1d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8455180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pairwise_distance_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8456480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8458860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss2d_forward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8460560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_dual.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8465420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_dual_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8466150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8466700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/renorm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8467270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/relu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8468020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8468800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8469520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool2d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8470960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8471760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8473250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8474020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ceil.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8475720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8476520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8477310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sqrt_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8478850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8479640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/min_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8482110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8484040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8485560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nnpack_available_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8488080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_right_shift.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8489050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/threshold_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8490370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8491410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8492320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_autocast_to_full_precision.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8493420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8495910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_min_seqlen.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8497000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/remainder_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8497810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_det_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8499020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8500690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8501480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8503510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8504540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randint_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8505500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8507140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nested_to_padded_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8509210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8510200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resize_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8511290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8512120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isclose_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8513600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resize_as_sparse_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8514490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8515830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad1d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8517100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8518040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triu_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8520100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_scaled_modified_bessel_k1.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8520890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mish_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8522310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atleast_2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8523160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_lengths.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8524750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/renorm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8525630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_group_norm_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8527260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8528830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8530570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8532450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/take_along_dim_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8535180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_from_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8535980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hsplit_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8537510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gather_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8538260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8539700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/threshold_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8540330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/t_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8542180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triu_indices_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8543810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8545220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/absolute_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8545880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isnan_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8547370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_hfft2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8548140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest3d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8549590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atanh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8550320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8552370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8553160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fill_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8554750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8555430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8557110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8557780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_mask_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8559370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8562290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8562990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rsub_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8564190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8565200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sinc_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8566370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8567880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8568500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8569970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randint_like_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8570820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8571880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8573380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8573890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/abs.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8575030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isin_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8576280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/huber_loss_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8577210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/retain_grad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8580630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_resize_and_clear.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8581450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kron_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8582810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log1p_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8583800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8585240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_no_update_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8585950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bucketize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8587500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8588180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logaddexp_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8589700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gather_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8590940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8591690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8592600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8593550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clip_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8594900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bernoulli_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8616330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_local_scalar_dense_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8617290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cslt_sparse_mm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8618760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8619540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8620820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8622520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8623320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8624320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erf_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8625390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8626760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8627470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pow_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8628550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Double.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8630100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frobenius_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8630730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sinc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8631780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softplus.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8633150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_pow_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8633940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8635360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kthvalue_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8636500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_is_any_true.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8637140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reshape_as_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8638230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8639860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_y0_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8640650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/crow_indices_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8642130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_int8pack_mm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8642850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/uniform_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8645210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_dense_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8646650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_csc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8647670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reshape_as_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8648440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8649900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad1d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8650620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8651900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_safe_softmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8652810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8654400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8655080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8656620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8657170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/set_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8658060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/numpy_T.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8659630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8660360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_batch_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8661700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8662920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8663660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/float_power.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8665030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/narrow_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8665860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8667460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_consecutive_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8668110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rot90.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8669060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/t.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8670660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8671500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/squeeze_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8672960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_min_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8673570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/greater.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8675610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/swapaxes_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8683150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8683860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8684870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8690680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sign.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8691520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8695010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_svd_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8700220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/from_blob.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8706790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8709520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8713770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8714660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8719540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8721540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linspace_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8726560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8729410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_ndtri_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8733590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8734950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/put_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8740750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8744000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8747150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8748190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8751180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log1p_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8754110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8758550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tril_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8763770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8764520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8769070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_compute_linear_combination_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8775710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8778430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/put.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8781670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_airy_ai_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8784640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8789060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8791380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/eq_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8794900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8798360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/im2col_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8802620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8806040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumprod_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8809390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fill_diagonal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8812860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lgamma_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8816520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/equal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8818970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eigvals_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8823360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_flash_attention_forward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8824130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8828840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8831900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8834990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8837930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8842870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/value_selecting_reduction_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8846020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unpack_dual.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8850330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_log_ndtr_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8853450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8855180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_csc_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8859120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log1p_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8861420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8868380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flatten_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8869570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_numel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8875720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_svdvals_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8876970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8879140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_select.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8882450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unfold_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8886970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_airy_ai.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8889880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/min_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8892460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmin_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8895960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logit_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8899720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8902080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8906370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/threshold_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8909420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_rnn_layer_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8936260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8938380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_efficient_attention_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8948020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8949370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8950610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/polar_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8951690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linspace.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8952860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matrix_power_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8954050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8955210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softplus_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8956310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arccos_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8957390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8958510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/digamma_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8960980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_is_acceptable_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8962240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8966390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8968020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8973350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erfcx_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8976670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cdist_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8979920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mean_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8983930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8987340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_mul_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8992230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8998170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/round_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.8999230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/moveaxis.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9000380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_efficient_attention_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9001830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mul_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9006330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9009960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9012780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9016090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/acos_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9019420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nansum_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9022820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9026840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9028180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9035320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diag_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9037490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9041670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9042910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9046730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9048230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mean_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9052950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9058720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9060010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_ctc_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9062420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9064830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trunc_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9068250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_jagged_to_padded_dense_forward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9070720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/detach.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9074530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_hermite_polynomial_he.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9079290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logaddexp2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9081350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9086010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/random_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9089220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_aminmax_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9093260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gelu_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9094360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_select_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9098650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/row_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9102080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expand.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9109120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/asinh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9111140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atanh_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9116260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9118650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sub_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9120680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/affine_grid_generator_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9124650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rnn_tanh_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9128550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ger_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9132610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9136030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9138560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9142530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9145450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/result_type_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9148120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_prelu_kernel_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9153660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ormqr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9155700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/floor_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9161200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9162680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9164020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_inverse_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9170250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9173260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9179360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/threshold.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9180530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9182270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9186170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9189590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_ndtri_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9193040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_addmm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9196570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_xlogy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9198190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9203660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_floating_point_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9206200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9210440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_pow.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9212500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_irfftn_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9218120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9219430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9222050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9226370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9228380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/median_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9233330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ifft.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9237800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9239110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ceil_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9241390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/leaky_relu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9245840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/full_like.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9247990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9251560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9256420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rad2deg_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9258780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9262310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmax_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9269250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/refine_names.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9274440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cond_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9276860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9278100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9282590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9284620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tensordot_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9289130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_from_padded_and_nested_example.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9293130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9295160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sqrt_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9299380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9302790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_jvp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9305810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_elemt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9311430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9312790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad1d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9317530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erfcx_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9318710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nextafter_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9341240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9342520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9350540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9357420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_stats_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9358550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_tbc_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9359830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_linear_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9361030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_assert_tensor_metadata.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9362120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9363250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/add_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9364330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rnn_tanh_cell.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9365710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9367060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9368210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expand_as_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9369430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9370680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9372960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_scatter_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9375230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9381460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9382620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_aminmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9390050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/istft_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9391310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_interface_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9393410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9398160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_expit_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9402400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_stack_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9403450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fliplr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9408080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/acos_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9409220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log10_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9412750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argmax_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9416670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triu_indices.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9420990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_dim_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9423470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_and_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9428520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atan_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9434010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binary_cross_entropy_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9436640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/prod.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9438630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mul_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9441570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_pinned.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9444580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_add_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9448750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9453330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_tile_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9454570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unfold.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9459890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9464250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rrelu_with_noise_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9468190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9469490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_trilinear3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9470830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_householder_product.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9473130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_int4pack_mm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9478620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/aminmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9480670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_real.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9486440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_softmax_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9487940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9493920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/huber_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9496520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_native_batch_norm_legit_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9502600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_native_batch_norm_legit_no_training_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9503910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9505230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9511000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9512350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9516960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagflat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9519310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/amax_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9522060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9524610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i1e.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9527340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9532160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fill_mem_eff_dropout_mask_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9536610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/zero_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9537920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9559350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9560640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9570740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arange_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9571890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mish_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9573000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/chalf_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9574060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_svdvals.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9575180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9576360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_spherical_bessel_j0.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9577550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_int4pack_mm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9578630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expm1_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9579770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9580940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9583700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9588150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/std_mean.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9607070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9613840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_eigh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9615890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smooth_l1_loss_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9617040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/igamma_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9618180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9619370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/remainder_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9620720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9621960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_select_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9623120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_sum_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9624160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9627160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9628410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/baddbmm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9634400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/poisson_nll_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9637550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/baddbmm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9639730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ger.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9642980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_conv_depthwise2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9645300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9649880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9653780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9658140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lift_fresh_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9659580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss2d_forward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9665490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/imag_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9666590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/full_like_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9670460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Float_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9672480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9675540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9680690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lt_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9681770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copysign.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9685800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_indices_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9687930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9693140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_fill_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9694340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_tbc_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9699120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9702870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_xor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9708090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logit_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9709300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softplus_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9711740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9714760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9736750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ceil_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9738030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9746200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nanquantile_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9749250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_dep_token_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9750540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9751830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_backward_elemt_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9752990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_round_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9754070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_alias.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9755150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/le_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9756250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softshrink_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9757390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resolve_neg_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9758510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binomial_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9759600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mvlgamma_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9762230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lshift_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9769210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9773910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_efficient_attention_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9775570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9781320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_gammaincc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9785650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9786840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cosh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9790210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9793390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binary_cross_entropy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9797760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/concat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9799790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mul_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9806680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_addmm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9807870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_multigammaln.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9809080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9813340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ifftn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9815450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9818570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nonzero_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9822500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nonzero.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9827830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fliplr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9832900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/negative_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9833970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fftn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9835970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_batch_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9838840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9842180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_empty_strided_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9846100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9849080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_add_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9853010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9854290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/eye_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9858320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cartesian_prod_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9861030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9865390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9868060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_transpose2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9872890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/as_strided.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9876740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/geometric_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9881340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cosh_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9883710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copysign_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9887610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9889070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/output_nr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9893340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argsort_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9895490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_hfft_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9900050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sinh_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9902030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9905390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unique_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9910190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9914360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/range_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9916450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_log_softmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9918590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9920970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9924450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9928400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/detach_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9936510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9939610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isnan.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9942260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_xlogy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9945910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9948380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/all_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9952220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9955950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9958180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9962130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumsum_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9964970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/as_strided_scatter_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9968750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_reduce_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9969810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_indices.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9975460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_det_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9977020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sin_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9982660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/random_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9986570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pdist_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9991940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9993970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tanh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9995990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumprod.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:54.9998310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_entr_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0002170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_lgamma_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0004630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/any_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0009730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_add_batch_dim_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0012160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0015360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0017920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0021100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0026050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0028330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0033900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0035070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cholesky_ex.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0039620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0042410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0046860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/geqrf_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0048660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_rfftn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0052530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0054470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv3d_forward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0061790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/qr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0063020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cholesky.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0070360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0072460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lerp_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0073780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0075560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_scatter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0079650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flip_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0082100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/topk_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0085280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_neg_view_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0089580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0091650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0095740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/col_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0104970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0111580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0113920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rand_like_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0120240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foobar_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0121370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/histogram_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0122540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/all_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0123650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_channel_shuffle.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0124790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/vdot.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0128510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_dilated3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0132960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/any_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0135260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0141480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_log_softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0142610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0148870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_dirichlet_grad_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0150610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_coalesced_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0152770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/baddbmm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0156400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0159590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trace_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0164890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nextafter_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0168530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0173230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softshrink_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0175120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_dropout_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0179020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_native_multi_head_attention.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0182800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0185160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0188790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0191700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0195120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0198290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/renorm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0202730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0206890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/t_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0211410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsafe_split_with_sizes_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0212700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0216280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmin_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0219650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_sum_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0221730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_sinc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0226450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_nd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0230670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0235280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_softmax_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0236430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_batch_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0239300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0243360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gather_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0246900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0248950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/relu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0252350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/poisson_nll_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0254760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_not_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0259090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/item_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0261440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_native_batch_norm_legit_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0270120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0274410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0276580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_legendre_polynomial_p.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0279810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_batch_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0281190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0285370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0288160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0291790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0295610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pixel_shuffle_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0299530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rshift.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0303590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0305650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_update_stats_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0308440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/squeeze_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0313080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i0e_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0317330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0318770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mish.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0321760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/subtract.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0326240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trunc_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0328280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0331820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/amin_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0334420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/amin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0338880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0342260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0346410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_convolution_relu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0350190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0352200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_from_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0354380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0357420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/blackman_window_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0362150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_elemt_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0365420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0369580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sobol_engine_ff_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0370690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sort_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0374920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logit_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0379450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cat_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0386970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/le_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0388390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mean_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0392530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_inference.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0397890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ihfftn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0398930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mode_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0400490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/segment_reduce_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0407490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/detach_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0408750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_triton_multi_head_attention_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0413140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0416530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/corrcoef_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0422920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0424240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0425570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0433800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unflatten_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0434970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0442260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ldexp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0444240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_log1p.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0446510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0448180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0454470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/le_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0455590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/threshold_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0462350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0463740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/align_as.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0464830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linspace_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0468520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_ragged_idx_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0472160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0474290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_transpose2d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0477790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/narrow.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0482790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0484850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hspmm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0489750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_saturate_weight_to_fp16.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0492960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0497330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0499340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/var_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0502270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erfinv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0505850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0508380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_apply_dense_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0511940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dot_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0516030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_dim_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0520900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0522970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0526620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0528790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_local_scalar_dense_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0531590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erfc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0537870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_not_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0539980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0544640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_bsr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0545960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/digamma_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0550410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lstm_cell.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0551490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/digamma_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0556010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0559050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/col_indices.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0561840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tile_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0565300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0570670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/movedim_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0572780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bincount_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0576120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tril_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0578320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_xor_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0582860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_view_from_jagged_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0583970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matrix_H_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0592170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0593160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_not_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0599030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_indices_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0609430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addbmm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0610310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_storage_offset_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0613980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ctc_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0616070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_max_pool3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0618980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0645460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_broadcast_to_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0646190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/eq_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0649900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/angle_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0651950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/take_along_dim_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0652590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_dimI_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0653720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atan_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0654480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unfold_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0655930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_sparse_matmul_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0656660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_debug_has_internal_overlap.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0657940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_ndtri_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0659000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0659900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resize_as_sparse_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0662150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_mkldnn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0664400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/le.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0670390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ihfftn_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0671900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lstm_mps_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0676710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0678390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/transpose_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0682080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/meshgrid_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0683880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0689020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_rnn_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0692430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0695930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adam_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0700120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copy_sparse_to_sparse_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0703040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0704050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0711190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_gammainc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0713140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_sparse_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0719860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0720620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0722690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0725430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_hfft2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0728910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0733740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0737820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_permuted.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0740990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0741770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_expm1_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0746620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0748050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_conj_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0752980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fftshift_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0755240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convolution_mode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0759170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal_scatter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0764650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_constrain_range_for_size_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0765310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unique_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0772660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cdist_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0777450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_tbc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0780030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triangular_solve_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0783370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0785200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_dim_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0787080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/searchsorted_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0793510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logspace_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0794370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/record_stream_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0799890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0801020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0806140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frac.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0806960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binomial_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0810410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ihfft_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0815620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/amin_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0819430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hamming_window_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0821210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0825650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0828300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/indices.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0834100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0834780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_and_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0840020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/searchsorted_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0841590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/histc_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0847040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0848150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0853120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_pinned_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0856000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_quantized_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0860860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cholesky_inverse_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0862730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0865830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_with_sizes_copy_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0869500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arctanh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0873000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/alias_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0877340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0879630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_pinv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0881370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/instance_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0885730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0888240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0893960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_add_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0895570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0900550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kron_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0901520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0905720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arctan2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0910720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/eye.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0914250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log1p_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0916210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_histogramdd_bin_edges_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0918200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sqrt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0922620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0924990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0933070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0935710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0938640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rnn_relu_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0943240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_or_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0944130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bartlett_window.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0950020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0953230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0957590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0958560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0961450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0966630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0968000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_check_errors_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0974630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_batch_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0977280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_gather_sparse_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0980810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_strided_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0981660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0984350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_entr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0988400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sinh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0991690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_from_padded_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.0995830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1024120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1025030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1027150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frac_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1033530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i1_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1034410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1035280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_tan_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1036810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tan_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1049220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frobenius_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1053360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matrix_exp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1054220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sgn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1055980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1056720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_trilinear.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1058180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1059090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1060090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution_add_relu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1061050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1062570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/as_strided_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1063290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_optional_floatlist_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1064440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1065290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sum.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1067910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1069360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_xlog1py.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1073060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1075950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/inner_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1079020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/elu_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1082230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_round_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1085670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/equal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1088070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1093180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1095040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unbind_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1102290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1107620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1110740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pin_memory_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1112160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1114920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1118090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_det.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1125350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/chalf_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1130440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sobol_engine_scramble_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1132780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/floor_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1134360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1135100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_polygamma_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1140780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/values.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1142810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1147980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1148950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1152840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1155330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gelu_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1158970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1161730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumsum_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1166430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bernoulli_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1168270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_assert_async_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1172480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isposinf_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1174830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1180490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1182790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1203580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i0_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1204260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cond_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1208720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1212350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_svd_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1213050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/angle.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1214490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softplus_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1215340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/allclose.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1216830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i1_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1217400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1218920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kaiser_window_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1219700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unpack_dual_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1223340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_affine_grid_generator_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1228240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1229690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_with_update_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1232310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_min_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1236180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expand_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1239330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1242130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binary_cross_entropy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1246020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1250260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_debug_has_internal_overlap_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1254350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1259620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1260530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/soft_margin_loss_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1263500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1265940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1268440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_k1.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1271280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rsqrt_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1275390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_dense.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1278700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmin.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1282490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1284750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1289130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scaled_dot_product_attention.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1291710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mode_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1299360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1301070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1301840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_select_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1305480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_ambiguous_defaults.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1308860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1311690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mul.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1316660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1319560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1322450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1325340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1331770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1332750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1340100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_csc_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1340700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gcd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1342310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_dimV.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1348220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1351700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1352540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1356780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_layer_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1360970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_ndtr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1364980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1366930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/retain_grad_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1369210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/asin_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1372880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1376600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/column_stack_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1377400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_int8pack_mm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1381840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1385230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_flash_attention_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1388220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1393330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1394120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1399440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logit_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1401210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_normal_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1406340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/qr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1408600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1414020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trunc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1415560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_rnn_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1420060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1421030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sub_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1424790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1432750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1441250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_min_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1442110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_leaf.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1443690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1447960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1448690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ldexp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1453130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1454150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1459100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1462580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bmm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1465000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_inv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1467980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1471910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1475760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1478140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pack_padded_sequence_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1482030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randperm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1484440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_reduce_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1489080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lu_solve_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1492280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dense_dim_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1496040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_softmax_backward_data_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1499290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exp2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1506960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1511780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/margin_ranking_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1512540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_right_shift_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1513790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_csr_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1515810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1520300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sqrt_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1525550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1526790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_fill_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1529280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/maximum_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1531450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/asinh_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1536560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_not_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1537470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/random_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1547410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1551080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_expm1_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1553740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_spherical_bessel_j0_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1554620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_entr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1557140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1558290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erf_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1561830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Char.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1564750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1567590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trace_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1572380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hinge_embedding_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1575230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bartlett_window_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1578500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1581670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/indices_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1583540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_view_from_jagged_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1590080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsafe_chunk.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1591710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1595120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_dirichlet_grad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1599110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1602520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_use_cudnn_ctc_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1605700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_backward_jvp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1609580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/igammac_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1611350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1615550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1617360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1641640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1642630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1649430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1650020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1651520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nnpack_available_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1652200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fft_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1653470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1655610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/relu_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1656530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1658010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1659000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1660500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_shape_as_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1661050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_and.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1663980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1667700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diff.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1672100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/round_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1676050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1678320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softplus_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1682040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bincount_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1684340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1690170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1692790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mkldnn_transpose.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1696830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1700730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1701650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1707920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_digamma_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1709540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1712540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1715070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1719060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isposinf_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1723260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1727030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1729990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/floor_divide_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1733170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1734810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_compressed_tensor_with_dims.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1739780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Char_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1742940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_renorm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1746740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/promote_types_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1747600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1753500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1754820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1761500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cov_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1768650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/greater_equal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1773790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gather_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1774760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scaled_dot_product_attention_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1779630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_is_all_true_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1782170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nonzero_numpy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1783100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_scatter_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1784470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardsigmoid_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1785520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1788190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/msort.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1793450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1795230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hstack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1799600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unique2_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1802140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/divide_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1805280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1806580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/var_mean.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1812090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1833480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardsigmoid_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1837020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1837920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_svd_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1843590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1844160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/q_per_channel_axis.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1844770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1845290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adamw_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1846130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/complex_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1847680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fix_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1848480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bicubic2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1849590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1850540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cat_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1855510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_empty_affine_quantized.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1862220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1865430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1868090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1887180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_div_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1888250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1894600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1895870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/segment_reduce.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1897280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cos_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1898200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_tensorinv_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1899140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ifft2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1900640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cslt_sparse_mm_search_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1901490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1903080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1906800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1908600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1911290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_stride.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1916930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_hermite_polynomial_h_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1919140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tan_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1922540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1924950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1929910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1932700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1939170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1942810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardshrink_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1946080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1955300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softshrink_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1957260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randn_like.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1959170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/histogram_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1963000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dstack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1963870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_csc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1965280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binary_cross_entropy_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1968160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_int_mm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1971640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_lu_with_info_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1974440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bilinear2d_aa.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1978450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1995980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.1996980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trace.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2002770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matrix_exp_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2003440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/indices_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2004700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2006060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gru_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2006880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/elu_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2009050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2010010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2013000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_warn_in_autograd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2013930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arcsin_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2019800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2023190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2025070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2028120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2031050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atleast_3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2034590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kthvalue_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2037050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2042040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smooth_l1_loss_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2045960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2050190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2051560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_max_pool3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2054460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2057510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trapz.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2060880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_trilinear_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2065010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_batch_norm_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2068580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linear_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2072150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_ctc_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2088570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dropout.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2097490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2098480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randperm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2100210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2100870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/less_equal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2102290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mse_loss_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2109150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2109980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/qscheme_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2111540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumprod_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2112190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bmm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2113620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2115570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/blackman_window.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2118250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2118960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/elu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2124700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triu_indices_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2125600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_transpose3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2129520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2130470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2135980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gelu_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2139180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2143590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_select_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2145280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dropout_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2147120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lstm_mps_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2153500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cartesian_prod.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2156060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_mm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2161000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_indices_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2162300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2164400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ormqr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2168910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardshrink_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2172480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2174330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2177410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2182270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2185870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2188090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2191480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/channel_shuffle.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2196250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2198490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/indices_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2202970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2205140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ge_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2208940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2213330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/minimum_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2215090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_dimI_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2217820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resize_as.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2221350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2225980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2232870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/or.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2235440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_same_size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2241460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumsum.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2243920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2246350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/set_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2248360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exponential_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2251940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2254740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2259070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2261050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copysign_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2266030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/asin_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2272650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2274480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2278110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2281520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2285240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2288170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2291220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sigmoid_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2294070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/alias_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2299630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ormqr_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2304490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hsplit_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2306760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/heaviside_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2308280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kaiser_window_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2312760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fftfreq_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2314170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/greater_equal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2319050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2320460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2325140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2328890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2332410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2338080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2343410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2344460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_k0_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2346020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/vsplit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2350150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_eigh_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2351700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_i1_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2355440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2360200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addmm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2361460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atan.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2372360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2372920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/channel_shuffle_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2373480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_jvp_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2374910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_storage_offsets.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2379420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_convolution_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2381650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_is_all_true.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2384580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/le_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2387430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2390670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/polygamma_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2395900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_efficientzerotensor_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2399460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2401200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2405640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_hermite_polynomial_he_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2407910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_values_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2432320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addmv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2433300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2440090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2442640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2443500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2444510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/as_strided_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2446230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2446780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_bag_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2448040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flatten_dense_tensors.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2449010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_hfftn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2449810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mvlgamma_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2451660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_rnn_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2453020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isreal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2453810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumprod_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2457480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_xor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2462810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2464070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_index_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2470680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cos_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2471440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fftn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2476760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2477470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2483260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2486180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rnn_tanh_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2488870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2491630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2495140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/eq.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2501870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_efficient_attention_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2504190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2510560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumprod_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2513510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmod_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2517470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2520030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fft_c2c.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2523520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2524750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_bsc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2527890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pad_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2535640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_i0.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2539430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad1d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2540930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arcsinh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2546350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2548300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_prelu_kernel_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2553100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution_relu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2554640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2558340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2562980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/huber_loss_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2565460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lu_unpack_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2571440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_coalesced_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2572320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erfcx_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2577150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/var_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2579260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_max_pool3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2583610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2586680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2590470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_triton_multi_head_attention_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2592230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2597100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/var_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2599880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tanh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2601840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2623620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2624990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lgamma_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2631270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_mm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2632350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2633750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_mkldnn_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2634790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad1d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2636310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2637110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binary_cross_entropy_with_logits.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2638640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2639560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad3d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2642510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bmm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2644950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_dense.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2653390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2654320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2661070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/igamma_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2663090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2663950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_full.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2668720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2669550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2673780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_slogdet.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2675610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_rfft2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2680170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_atan_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2684300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clip.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2685270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reshape.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2688340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2691480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2695580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2699050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2701160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cslt_sparse_mm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2706350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2713210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2715180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_complex_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2721110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mvlgamma.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2726550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/permute_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2727230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sign_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2729060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2733310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2735630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_minimum.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2738330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/int_repr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2743160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/heaviside_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2745830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/column_stack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2749530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2750730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/minimum.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2757880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_bsc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2759800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2765240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/from_file_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2766460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_convolution_transpose.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2772600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2777230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sinc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2778770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2780730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/real_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2787610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2792330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2794800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/align_tensors_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2795770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/acos_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2798750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/minimum_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2801980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_y0.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2805060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sspaddmm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2808660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2814400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logdet_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2815120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cauchy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2818140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2821020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_vulkan_available_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2825550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2829290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gt_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2832520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ccol_indices.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2836110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/normal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2838160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2843090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2845440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2848950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_bsc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2855310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eigh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2858220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2862260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2865250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rnn_relu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2870560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2871490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2876810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2882700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2883520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2889770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_constrain_range_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2892840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2893610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/leaky_relu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2895980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2899040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2904670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_factor_ex.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2909870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2910760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/heaviside_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2913360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2914280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/histc_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2916290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pad_packed_sequence_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2926020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/q_per_channel_zero_points_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2929200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_dense_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2935150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/square.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2939050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_empty_per_channel_affine_quantized.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2940690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagflat_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2946090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2949420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2953730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/prod_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2955140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cdist.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2958260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2960520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_expm1_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2964250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atleast_1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2969370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_forward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2971320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2976080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2976830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_transpose1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2981050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_assert_async_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2987090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_rfftfreq.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2988540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2992680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cummax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.2995840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3000870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/normal_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3003380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/leaky_relu_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3005080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3010270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumsum_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3013540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3015240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3024330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/histogram_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3025620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_acos.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3029970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softshrink_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3030730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3032830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/amin_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3035600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3039820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3042490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_view_from_jagged_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3047290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matrix_power.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3048120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3052680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unfold_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3055760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_no_update_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3058390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sigmoid_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3065390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3069080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/norm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3072260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trunc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3074090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_qr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3078050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3083800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3087890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3090630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3091400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3095060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3103280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lt_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3108720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3112290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/crow_indices.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3115600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_dense_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3117960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/minimum_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3121570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pixel_shuffle_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3123350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_native_batch_norm_legit_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3128080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_complex_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3132030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_clamp_min_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3134010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3138350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3141690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_expit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3145200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3151570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3155870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lstm_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3156800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binary_cross_entropy_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3158160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/elu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3160190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3162180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rename.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3166850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addbmm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3169900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3171760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fill_mem_eff_dropout_mask_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3174460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/xor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3181220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_with_update_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3187250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3191350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log2_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3193970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sub_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3198810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_real_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3201000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3225680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3226450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/norm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3232270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_transformer_encoder_layer_fwd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3233720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3235300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_like_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3236030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_semi_structured_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3236960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3238170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3239550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_is_zerotensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3240260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_log_softmax_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3241770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/col_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3243030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal_scatter_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3245500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_select_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3248640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gt_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3250950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/vander.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3254200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3258330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3264280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_masked_index_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3267150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3271500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3275770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/signbit_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3278400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_add_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3282020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/add_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3284920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_addmm_activation_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3288490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/maximum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3293880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3296480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/elu_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3301020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_max_pool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3303110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3303730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tril_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3308630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_j0_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3328170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3333290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_optional_floatlist_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3334480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_lazy_clone_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3337320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3338070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_slow_conv2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3339200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3340590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/result_type_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3341280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lcm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3343380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3344250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/q_per_channel_zero_points_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3346440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3349030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_dep_token_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3351870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/poisson_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3362690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3372880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pad_packed_sequence_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3403900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_irfft.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3404750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softshrink_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3406110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sum_to_size_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3412880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/transpose_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3421710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trace_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3422400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_rfft.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3423950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3453540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3454900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/one_hot.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3455820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3456810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3458230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atleast_2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3459030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argmin_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3460480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randint.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3461420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3463010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3463750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3466080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smooth_l1_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3468090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/broadcast_tensors_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3472460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_max_pool2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3473240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_constrain_range.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3493590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3516530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fftshift_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3517440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3518950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3519660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diag.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3521090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mse_loss_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3526080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gather_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3527030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3527540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/median.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3528060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rnn_relu_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3528610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cummin_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3529220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3529760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cummax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3532840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_layer_norm_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3535760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_complex_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3548420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/igammac_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3549930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3550590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_qr_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3552160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3552750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/celu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3554220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_functional_assert_scalar_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3571610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3572570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/where.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3573970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_strided_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3574820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3576320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3577760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3584220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_interface_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3585650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3589890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3590960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3593970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3595400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fill_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3612590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/relu6.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3613380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_coalesce.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3614800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_right_shift_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3690400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nextafter_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3723290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad3d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3724300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nonzero_static_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3725670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sobol_engine_initialize_state.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3726450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/range_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3728080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3729220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3729990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3730880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bmm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3732420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3733420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_add_relu_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3734180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3735590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/negative.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3736560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lstsq_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3738160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3738820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argmax_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3740220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_cpu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3740950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_group_norm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3742430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bicubic2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3743270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arcsinh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3744430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/q_per_channel_scales.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3745390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tanh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3746840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_optional_intlist_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3747910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_tensor_affine.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3748750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3750130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pdist_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3750980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_string_default.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3752520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3753250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/narrow_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3754890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_tile.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3755530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3756620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_sdp_choice_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3758100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_signed_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3758840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3760250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_optional_intlist.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3760950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3762010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3763790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3764450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_interface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3765830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atanh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3766640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3768040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/var_mean_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3768800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/polar_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3770330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/square_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3770940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argsort.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3772430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3773080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erf_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3774820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3775510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cholesky_ex_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3776240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_log_softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3777780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3778430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/norm_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3779930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3780550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mean.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3781960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_assert_tensor_metadata_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3782620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_addmm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3784160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cufft_clear_plan_cache_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3784970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_strided_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3786520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3787240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3788110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/chalf.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3789800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3790500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3791410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3792860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3793660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3794620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_amp_update_scale_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3795730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardswish_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3797120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pow_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3824850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frexp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3825710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cholesky_solve.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3838570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_dim_arange_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3847940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/median_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3848760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sigmoid.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3850280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3851100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3852170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bernoulli_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3853210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_values_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3854930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_select_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3855610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3856530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sigmoid.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3858140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_and_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3859070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_no_update_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3860170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_is_acceptable_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3861470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3862350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3863780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lcm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3865440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rrelu_with_noise_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3866820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3867720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_i0_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3870410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_strided_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3874000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_dep_token.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3874970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/complex_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3878540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3883310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/count_nonzero_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3886430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logaddexp_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3891010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3892200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3895870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3896800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3919030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_i1_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3921050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nansum_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3926410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cholesky_inverse_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3927590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3928820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3931950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3933330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3934550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3935990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3937550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_reduce_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3939710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/floor_divide_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3942420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_efficientzerotensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3944940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_softmax_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3950270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3952770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3962700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/polygamma_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3966350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lgamma_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3968350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_scaled_modified_bessel_k0.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3970870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3972210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cholesky_inverse.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3973400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3975810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rsqrt_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3977970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3982080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/row_stack_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3983420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_per_channel_quantized_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3988260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/segment_reduce_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3990700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.3995270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_strided.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4000320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4001520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4007550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/abs_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4008670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/moveaxis_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4016210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4020020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4023950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4025180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conj_physical.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4026300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_asin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4028590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4031080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_histogramdd_from_bin_cts_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4033940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/deg2rad_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4038790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/median_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4041600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4046520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad3d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4047830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/polygamma_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4055600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_solve_ex_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4057910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4064210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_stats.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4065340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/baddbmm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4066540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4070830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4072080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_solve_ex_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4075160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4077720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4081140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unfold_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4086000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_complex_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4088140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4095130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/huber_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4102670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_ctc_loss_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4103830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pin_memory.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4119160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_safe_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4121550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logaddexp2_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4123390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/stft.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4126710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4128440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4129770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4131090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4132360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4133520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_slogdet_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4137380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4138680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4144650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4145890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_ndtri_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4150490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4153860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logit_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4156030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4161620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nanmean_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4162650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4167430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4169750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4172080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_weight_to_int4pack_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4174430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/polygamma_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4178740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/normal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4181710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4184680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4189620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4190870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/add_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4197390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4198630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_gammainc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4205660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_gather_stats.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4207020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4208230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sspaddmm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4210920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/stack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4215330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isin.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4217620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multi_margin_loss_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4221330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4225360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/svd_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4227480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_bsc_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4231420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hspmm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4234670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conj_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4238350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4241100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addmm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4244480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4247660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clone_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4251090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4254640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4257380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4260670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4265060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4272350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eigvals.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4274610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_vander_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4278100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4281680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardtanh_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4284220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_tbc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4288100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isposinf_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4292020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_grid_sampler_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4294550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4297800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_w.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4300140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4307130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4310500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_add.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4313120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4369230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_batch_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4370290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fill_diagonal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4371380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_digamma_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4372670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4373900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_serialization_subcmul.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4375050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4376220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_values.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4377400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4378560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/neg_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4379610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_tensorinv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4381970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4383150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_dim.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4385310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4388120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4391800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matrix_exp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4394970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_copy_from_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4398790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4402690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4405520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_vector_norm_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4407980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4410730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4414330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4418390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dequantize_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4421310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erfinv_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4425320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4428750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sign_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4435790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4438080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_dimV_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4442040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4446160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4447460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4452260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4454020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4459520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4462190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4472890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_prelu_kernel_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4474110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4475200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/relu6_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4476260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_k1_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4479840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4481060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expm1_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4485920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kron.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4487860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4492390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cat_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4495850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_check_errors_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4499160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triplet_margin_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4500670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tril.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4505410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4508190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_rfft_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4513270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4514660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4522190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_remove_batch_dim_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4524130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cholesky_ex_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4530160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_rnn_relu_cell.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4531350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4534060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4538210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4539680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4542900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_semi_structured_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4544120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4548300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_stride_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4553480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_dual_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4554580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardswish_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4560500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/elu_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4561630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_batch_norm_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4567980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4569340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/abs_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4574040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_transpose1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4576750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isneginf_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4580160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4581480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/poisson_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4585700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_renorm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4591940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4593610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4595080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/minimum_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4602260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_sigmoid_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4607180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sobol_engine_ff.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4608410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_batch_norm_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4609600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/block_diag_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4615610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4619650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4623940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4625970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smooth_l1_loss_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4628180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4631170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/acosh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4635870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/roll_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4639270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_copy_from_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4642520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4645870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4648910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linear_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4652370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4655300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4658290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_transform_bias_rescale_qkv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4660790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_batch_norm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4663260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/digamma_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4669410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4672790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4700150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_dropout_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4706300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conj_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4721280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_dropout.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4723340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_index.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4732710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cosh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4737830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_jagged_dummy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4755520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/record_stream_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4762400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution_transpose.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4763540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unique2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4764710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i1e_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4765860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4767030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_dropout_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4768240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4769510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4770800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_dense_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4771880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4773040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_parallel_materialize_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4774160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bernoulli.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4775230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pad_circular_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4776350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4781370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_select_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4782740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4784130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4785320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/size_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4786450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_log_softmax_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4787640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad3d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4788810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_psi.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4789930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_log_softmax_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4791010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addcmul.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4792090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sigmoid_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4793200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4794350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_multigammaln_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4795480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exp2_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4796560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_addcmul.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4797640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addmv_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4798790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4800000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/type_as_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4801100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_tensorsolve_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4802170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/range_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4803290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4804460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_backward_jvp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4805580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4806760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4807980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4809170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4810200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bincount.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4813330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4816950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hann_window_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4818250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4819660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4820880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/elu_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4826420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4827620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cummaxmin_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4834890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4837130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/affine_grid_generator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4841290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_and_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4843310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4845490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4849060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_channel_shuffle_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4851770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/greater_equal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4856440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/imag.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4858570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argmin_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4863180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i0e_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4865270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_unpool3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4868930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erf.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4873750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4875090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4878170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matrix_H.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4882480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/transpose_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4887080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4888200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fill_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4897330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4898610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copysign_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4905850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/amin_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4906980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rms_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4908070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/asin_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4912100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4913270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fliplr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4915920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4918970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sigmoid_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4921690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4926080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4929290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4934620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4938700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_sampled_addmm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4943060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log10.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4946480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/aminmax_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4948920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_max_pool2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4952270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_scatter_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4955100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4957770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4962990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4966030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_add_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4969850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_alias_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4972470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_view_from_jagged_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4974600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lcm_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4978890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4983150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4987000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softplus_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4989270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4991420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_padded_dense_to_jagged_forward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4995280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardshrink_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.4999520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5006780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conj_physical_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5008170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5010800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erfinv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5011880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5015180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_gather_sparse_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5021340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addbmm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5022520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_trilinear3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5031180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5032740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5033940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matmul_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5037350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/coalesce.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5039120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log10_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5043050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_lu_with_info_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5047530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5050650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expm1_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5053930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_batch_norm_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5055530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_linear_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5059390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_interface_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5061590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5064910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ne_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5069090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addcmul_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5070360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_logsumexp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5077770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_apply_dense_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5078920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_csr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5087520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_round.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5088650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/floor_divide_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5089950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5094550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/margin_ranking_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5100440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5103710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5105450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triangular_solve_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5108650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5112070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dstack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5114790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_sigmoid_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5121210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5125730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_xlog1py_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5146910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/maximum_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5148090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5149310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nnpack_spatial_convolution_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5150430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/contiguous.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5153580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5156210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5157500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/group_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5158560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_dropout_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5159800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sgn_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5160910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5162070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multiply_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5163330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5165880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5169820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_affine_grid_generator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5171980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_signed_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5175190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_ndtri.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5178180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5182290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lt_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5185790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/requires_grad_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5188280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hypot_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5193250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5194550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5198390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5202770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/round_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5208810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5212770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5214710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_prelu_kernel_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5219210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nonzero_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5220420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5221640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_backward_reduce_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5228050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmin_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5229220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_copy_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5233980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rand.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5235300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/searchsorted_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5239250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/prod_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5241900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5246140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/q_per_channel_scales_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5249630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5250750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erfc_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5255400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/i0_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5258460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5262110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5264830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantize_per_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5270480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_values_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5273920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_hermite_polynomial_he_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5277420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5279600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5284490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cslt_sparse_mm_search.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5286530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5287730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_csr_prod_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5293730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5295020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5300490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool3d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5301800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5304920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5310470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pin_memory_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5316690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nuclear_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5318840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5321360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ceil_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5327140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_empty_affine_quantized_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5332190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/zero_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5334170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5355690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gelu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5356820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isnan_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5359780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frac_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5364000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5365280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5366530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5367870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5369120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_max_pool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5370300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5371480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5372700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5378420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erf_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5380370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/eye_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5381930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argsort_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5385930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/column_stack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5388360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5389550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/uniform_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5391720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fw_primal_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5397350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sum_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5404770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/asin_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5405890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cross_entropy_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5407010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_irfft_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5410890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5412080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bicubic2d_aa.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5415730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/permute_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5418010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cdist_forward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5421450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5428130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tanh_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5431900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/row_indices.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5437860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5442740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matrix_exp_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5444200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantize_per_channel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5445480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5452110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_dilated2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5454090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/histogram.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5455320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_conv_depthwise2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5459400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5460990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/as_strided_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5465940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5470700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_xlog1py_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5471870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_functional_assert_async_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5475320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/amax_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5479400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/retains_grad_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5482370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mean_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5485570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5488810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smooth_l1_loss_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5491260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5494710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5497220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5502870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5504050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5508930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5510880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5516310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/numpy_T_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5519840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5522880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_rfftfreq_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5525630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cauchy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5529150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5532700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5534770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unflatten_dense_tensors_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5538730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atanh_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5540980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_convolution_add_relu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5544770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5549740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5551360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_masked_softmax_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5556620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/floor_divide_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5560070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_expm1.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5566020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fftshift.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5567280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5568660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5571460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5576330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5578650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5583570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5586310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Short_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5588630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linspace_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5591050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logit_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5593780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/remainder_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5620530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bilinear.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5631740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5633000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5638870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_asin.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5640090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5640890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5642520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5643220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/any_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5644950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5645610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5647070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softplus_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5647830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5649200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ccol_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5650240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5651740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fft_r2c.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5653520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/outer_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5655420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5657330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hypot_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5661230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5679380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adjoint.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5680890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5686040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flip_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5688580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flipud.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5689370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argmin_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5690820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_exp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5692350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5693110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addbmm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5694560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_fill_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5695290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5697890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_ctc_loss_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5703210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flipud_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5705720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_sigmoid_forward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5710590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5711640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5714620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_dimV_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5719390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5722820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mvlgamma_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5726930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5729500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5734650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_with_update_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5735670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_normal_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5737950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_sum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5742850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_aminmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5744850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5749720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_convolution_transpose_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5750590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_rnn_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5757500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/normal_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5759190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dot.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5763300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5764990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5768830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5772160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/angle_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5775220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5778940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_masked_index_put_accumulate.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5780930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5784950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_dual_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5788800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_rowwise_prune_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5791630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erfcx_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5795870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5798110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cosine_embedding_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5801420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5806490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5813840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5814350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_view.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5819570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_conj_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5821280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5823260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_log_ndtr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5827240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/asinh_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5829160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5831230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumulative_trapezoid_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5834700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5838520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_padded_dense_to_jagged_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5842270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_sgd_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5846660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adam_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5849580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mish_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5850870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/can_cast_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5853980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ge_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5858460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_consecutive.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5860820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5868680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5872910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5875980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_euclidean_dist_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5879250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5882110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_and_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5884810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5888470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/as_strided_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5892290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5896190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5899980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_constrain_range_for_size.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5902570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/soft_margin_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5905250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isinf.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5908810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5915070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_max_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5915850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_max_pool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5919170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linear_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5923280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5927210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.5931590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6138950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6139860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exp_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6140880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bicubic2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6142290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6142970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6144490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_convolution_transpose_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6145140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/zeros_like_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6146690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triangular_solve_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6147400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6148510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6149600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6150620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sinh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6152200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6152870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_semi_structured.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6153790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6155210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logspace_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6155910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softshrink_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6157370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6158390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cholesky.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6159150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_masked_scale_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6160540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ihfftn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6161210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/or_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6162630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_coo_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6163530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6164930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest3d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6165720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6166710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6168160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6168970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_min.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6170580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6171240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/repeat_interleave.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6172780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6173440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/item_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6174420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution_relu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6179840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nextafter_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6180550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6181090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fft2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6181920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6182610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6183150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_convolution.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6183780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6184310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fft_r2c_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6184840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6185430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_optional_filled_intlist_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6186280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cat_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6187750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6188430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_warn_in_autograd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6189400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_coalesced_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6190500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution_relu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6192000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6192670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_gammaln.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6194050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_ctc_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6194620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fill_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6196120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6196960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6198070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6199550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6200220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_bsc_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6201570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gcd_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6202330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_add_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6203750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logit_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6204710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6205560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_hfftn_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6207010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_flash_attention_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6207790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6209370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6210010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_trunc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6211360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arccos_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6212200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_weight_to_int4pack_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6213230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unfold_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6214570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_tbc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6215310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_frac_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6216370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_empty_strided_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6217940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6218570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_mask.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6219550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6220880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atanh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6221780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multilabel_margin_loss_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6222700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exponential_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6223690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_apply.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6225100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lift_fresh_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6226100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6226950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sign_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6228390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adjoint_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6229020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addcdiv_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6230450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_native_batch_norm_legit_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6231260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6232360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6235030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mish_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6238370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/full.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6242450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6245230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_real_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6249980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6253880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6256000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linear_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6258150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addmm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6261610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reshape_as.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6270490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6272990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/prod_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6275790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/abs_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6278170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lift_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6282970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6285690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6288170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erfc_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6290570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6294430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6297490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_slogdet_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6302400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6305280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pad_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6323890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/signbit_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6327980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6328780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6330740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/convolution_backward_overrideable_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6332270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6333220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_max_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6334220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sort_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6335650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triu_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6336550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6341440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6348180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6348920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i0.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6355030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atleast_3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6358040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_select_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6362460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6363190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_airy_ai_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6365690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addmm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6369390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_compressed_sparse_indices.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6370560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_gammaincc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6375320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mish_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6378210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/min_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6382370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/acosh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6386590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pad_enum_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6388320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/inverse_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6392600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_safe_softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6395020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mm_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6398160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/broadcast_tensors_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6403140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6405940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/zero_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6409660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_tanh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6412800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6415790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad1d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6419450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6421410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6428020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6429320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/renorm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6435450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6439380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6441110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6445930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_depthwise3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6447570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pack_padded_sequence_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6452230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_reciprocal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6456480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6458750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6463710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6465210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rsub_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6467800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6472730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6478740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isneginf_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6479890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6482090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6485950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_gru_cell.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6487510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_rnn_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6491760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rand_like_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6514250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6515140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trapezoid_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6520200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/relu_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6521410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6524670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_jagged_dummy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6525660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_max_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6527030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unpack_dual_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6528720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6529630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6540300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/var_mean_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6541730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/polar_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6542450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/narrow_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6546730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/vstack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6547590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/convolution_overrideable_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6549130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6552510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/transpose_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6553390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/threshold_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6566830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tanh_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6567720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bucketize_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6572090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6574100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6574860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6575650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cdist_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6576980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6577900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6579330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_sigmoid_forward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6583550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_ctc_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6586210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6589050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6596630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6597320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6602090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/eye_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6605030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6608860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6612870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expm1_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6615210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6618720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6622240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6625470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rsqrt_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6627220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triu_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6631790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/convolution_overrideable.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6633720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diag_embed_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6636690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6641240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6644580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lift_fresh_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6648870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atanh_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6651810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reciprocal_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6655700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/im2col_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6659200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_solve_triangular_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6661120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_view_from_buffer_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6665120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sum_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6671200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ifft_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6672030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/combinations.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6690790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_csr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6699340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fft_r2c_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6701780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardtanh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6702750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/promote_types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6703740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cross_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6705200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nansum_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6706060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6707600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log1p_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6708110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sub.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6709650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6711270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Int_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6712940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6716600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lshift_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6719570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6720420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/negative_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6725000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Byte.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6727620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6732570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logaddexp2_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6735580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mish_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6738830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6741910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6744240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cross_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6749180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6751320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_complex_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6754760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cos.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6757740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bernoulli_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6760430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rrelu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6763740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6770830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6774830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6777720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_csr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6780290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/median_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6785680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6790460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6807650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/uniform_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6808520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6814090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_diagonal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6815120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_reduce_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6817850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foobar_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6818770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6819620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randn_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6821000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_or_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6821970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6823090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/neg.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6825680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/igamma_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6828710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6831100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6833680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6837790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trace_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6840740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_sigmoid.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6844040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_factor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6847620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/eq_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6851590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/put_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6855440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hinge_embedding_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6858180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6860790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softshrink_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6866040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_dropout_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6868020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argmin_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6871930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/vstack_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6874390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6879090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6880580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/can_cast_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6885390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6886090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lstm_mps_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6892360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/topk_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6896540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_tan_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6899640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expm1_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6903170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_values_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6972410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_masked_softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6972920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_lerp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6973440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matmul_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6974020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_zeta_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6974550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/huber_loss_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6975140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6975680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_transpose2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6976230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6976900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6977490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6978040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/signbit_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6978580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6979650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6981580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logsumexp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6986500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_neg_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6988690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_forward_only_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6991860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_log_softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6995460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/neg_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.6997030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/take_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7002680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7007050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/i0_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7011130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7013950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_gammainc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7015180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/squeeze_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7018040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_broadcast_to.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7020960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardtanh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7025810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7029230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7032450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/leaky_relu_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7038060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7038710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7059210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_reduce_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7066890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7067670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dsplit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7069000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gather_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7070520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7071290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7072820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7073510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_debug_has_internal_overlap_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7074590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_assert_scalar_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7076240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7077130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unique.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7079040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7081010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7085320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7089580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resize_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7090430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/range_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7094440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool1d_with_indices.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7103340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7103980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/int_repr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7110540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7113770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7116210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardsigmoid_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7118800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_lstm_mps_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7122480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mul_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7126860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7128670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7133450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cos_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7134950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7140610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exp2_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7142150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7149140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7149960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/coalesce_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7155330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7160290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7161310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7162210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7164160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/add_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7169160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7170820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7175750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bmm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7179440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_mkldnn_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7180950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7184700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_y0_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7187100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7189840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/real_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7199060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7199950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7204370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7205560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_alias_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7207670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/col_indices_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7211920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logcumsumexp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7213930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7218750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmod_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7220830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_clamp_max_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7227980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7236700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7243930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_max_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7257910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7270620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7286480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_with_update_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7290060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7293350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7294170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7295370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7296920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7297680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7299770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7301260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_solve_triangular_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7302990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_unpool2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7303540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_xor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7304750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/feature_alpha_dropout_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7305680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_empty_affine_quantized_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7306810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7308230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_standard_gamma.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7309060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7310180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_has_compatible_shallow_copy_type.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7311160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_update_stats_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7312600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i1e_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7313290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/baddbmm_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7314960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cummax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7316130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7316920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7318440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/norm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7319290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7320280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/concat_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7321710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/uniform_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7322630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gcd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7324900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7326320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_zeros_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7329090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sigmoid_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7330000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7331930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Int_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7335000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_index_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7335740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lerp_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7338200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_add.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7341260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unfold_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7346390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool1d_with_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7348500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7353310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_fill.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7355070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_log_softmax_backward_data.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7361320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7362030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7363930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unflatten_dense_tensors.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7368080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_ones_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7375160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addcdiv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7379780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7382770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_bsr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7383760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7385670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ravel_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7390220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_addcdiv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7391290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7394110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_pinv_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7398660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7402240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7404880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7409840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/msort_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7413220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/q_per_channel_scales_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7419090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7419800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/random_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7421640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7426380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7427210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cross_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7435770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7437800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_linear.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7442860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7446100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7449540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7451270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lerp_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7456280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7457180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7461550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_native_batch_norm_legit_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7465490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7468730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_add_relu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7470980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ihfft2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7473890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7478600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sin_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7481380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardsigmoid_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7484460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmin_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7490130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardshrink_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7491330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hsplit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7496380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7498490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/signbit_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7501020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7506010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardtanh_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7510030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_i0_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7512050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mps_convolution_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7515760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/repeat_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7518300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7521220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7524460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7529020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/less_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7531780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/one_hot_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7534950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gcd_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7539160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fft_c2c_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7540650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7546720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7548280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log1p.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7553940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cauchy_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7554850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rsqrt_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7558990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_trunc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7561020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7565210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expand_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7567190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mps_convolution_transpose_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7572260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matrix_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7574730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_linear_backward_weights.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7578550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7580320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mul_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7584030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_batch_norm_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7587940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7592150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unfold_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7594760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7606130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_svd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7609520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_and_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7613290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7614790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7615920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fft2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7619000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/var_mean_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7620590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/normal_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7624300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7628740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_with_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7632700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7636310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ifft2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7639280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argmax_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7640110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7645430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7648890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7652890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/amax_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7656710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7659490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7660530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7669300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_view_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7670050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_apply_dense.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7671820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7674110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_compute_linear_combination_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7678220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7680860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_fill_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7686580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/polygamma_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7687370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/l1_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7692580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trace_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7694180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7699360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7700120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sort.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7706100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7710200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mish_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7711690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_set_to.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7714350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unflatten_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7719060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adam_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7722060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_dirichlet_grad_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7744480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/einsum_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7765560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nan_to_num.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7768710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/q_zero_point_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7769570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/as_strided_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7770930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/t_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7771880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_and_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7773340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7774090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7775060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_addmm_activation_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7776310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lerp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7777180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nansum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7778840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7779460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fft_c2r_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7780970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7781870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7782840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cosine_similarity_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7784360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fix_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7788430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_alias_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7789190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flatten_dense_tensors_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7791410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7796130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7798340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/igamma_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7803960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/poisson_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7807490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/full_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7808320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/convolution_backward_overrideable_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7813030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_conj_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7814930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7820110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eig_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7821830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7826850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7831120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7833010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7834850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expm1_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7839950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7841880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7846760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sinh_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7848170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7851080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/baddbmm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7855400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7859270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/group_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7862580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7865250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_autocast_to_full_precision_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7867540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exp_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7872950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7874590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7880620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7882450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7889340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7890410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7891910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7896330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7899410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_max_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7903080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7903900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7908610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arange.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7911200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantize_per_tensor_dynamic.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7915980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardshrink.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7917980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7921950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_round_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7925000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7929040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7936890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_fill.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7937870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ceil_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7943020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/convolution_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7946480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7949020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_diagonal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7950910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nonzero_numpy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7953890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_index_put_impl_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7957090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/istft.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7960130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_erfc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7963670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logit_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7968510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/chain_matmul_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7971070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_conj_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7974570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softplus_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7977450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_addcmul_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7980470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7984350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_compute_linear_combination.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7988670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7989960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nnz_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7994790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cummaxmin_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.7999830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_rfft2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8001850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_stack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8005990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8009420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cartesian_prod_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8011880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_optional_filled_intlist.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8015750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/huber_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8020210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_select_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8021010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8025930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_real_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8028600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8032400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_add_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8035670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8037830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_unpool3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8042170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8045940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_batch_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8049110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8052420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fw_primal_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8055580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isnan_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8058510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/full_like_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8060930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8064850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmax_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8068460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randint_like.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8073050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_neg_view_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8075740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lshift_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8078950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unfold_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8082110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8084340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/istft_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8088560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unique_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8093020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmin_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8095260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/constant_pad_nd_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8103590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8105450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rsqrt_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8110000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/searchsorted_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8110890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ones_like_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8114870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tanh_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8117730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8121470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_softmax_backward_data.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8125540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8128540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8131440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sinh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8134370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8139640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8140330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsafe_split_with_sizes_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8147490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/geometric_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8148330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8153150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erf_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8155820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/align_as_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8162030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/zero.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8163190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/xlogy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8166550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8168220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mT.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8172870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/uniform_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8174390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_dense_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8178740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/orgqr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8180750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8184790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumprod_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8191650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/range_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8195660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8199240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8201160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_masked_softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8205850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_solve.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8206930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8208990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8213360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8215800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/random_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8218280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_addmm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8221740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8226970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8230290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8231710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/floor_divide_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8236660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8239090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_det_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8240570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sin_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8244440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/can_cast.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8247890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumsum_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8252580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atanh_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8255090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8258890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kl_div_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8262260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8265720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8268250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8270890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_vector_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8273800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8277970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/igamma_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8281240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_bsc_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8285580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i0e_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8287770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_floating_point.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8291570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fft2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8294410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/xlogy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8299500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8303220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ceil_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8305130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8308710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_scatter_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8311180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ge_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8316630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_check_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8318330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8323120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/squeeze.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8325140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8330500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8332350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8333860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/permute_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8337880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_distributed_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8340810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_histogramdd_bin_edges.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8344050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8347660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/relu6_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8350930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sigmoid_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8355320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8358890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8361620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_hfft2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8365140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rad2deg_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8370830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_with_indices_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8372730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/leaky_relu_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8375310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8378040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8381950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8384330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_solve.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8388760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_zeta_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8391020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_rnn_tanh_cell.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8395510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8399620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8401740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sigmoid_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8403950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lshift.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8409320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/outer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8411010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bilinear_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8415200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rms_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8417860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8421570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8423890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8427880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8431360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8435370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8442740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8446320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/stft_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8451700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8452610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smooth_l1_loss_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8455640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8459640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8460430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_det.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8465630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cholesky_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8467580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/asin_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8472330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/from_file_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8473690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_softmax_backward_data_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8478690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_serialization_subcmul_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8481020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8484010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_assert_async_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8487830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nansum_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8491210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8495410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8498650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8502770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8505440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8508230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/norm_except_dim.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8511750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_irfft2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8515000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_dual_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8519010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8520650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_solve_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8525060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8529870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log1p_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8534790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_complex_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8535550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/repeat_interleave_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8540090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_complex.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8545180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softplus_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8546610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8549860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_int4pack_mm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8551170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_version.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8556530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8557450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8563380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softplus_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8565340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8571300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_add_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8572270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tril_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8575350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8578760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clip_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8585460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matmul_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8589480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_solve_ex.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8591870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8593290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mkldnn_transpose_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8595680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_ndtri_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8601360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tensor_split_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8604020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/align_to_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8607460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8615210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/convolution_backward_overrideable.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8616090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8642210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/geometric.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8643160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8644610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8647440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/i0_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8650250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardshrink_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8651110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/requires_grad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8651920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/elu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8653360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/threshold_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8654230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_entr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8655910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8656760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8658100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_xor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8658950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_xlogy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8660880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/acos_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8667370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumprod_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8668200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8674170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lgamma_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8677690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_amp_update_scale_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8681280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expm1_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8682300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8685750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8688860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_apply_dense_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8693350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_index_put_impl_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8696220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unfold_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8697910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8703250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_fp16_weight.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8704630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addbmm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8710770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matrix_power_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8711570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8716130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matmul_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8717060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool3d_with_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8721100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_lstm_mps_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8725610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_softmax_backward_data_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8728330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8731720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mps_convolution_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8737820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8738330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_coalesce_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8741330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_exp2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8744080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erfcx_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8748600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/min_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8752720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8753670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logit_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8759200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scalar_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8760290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8764920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cholesky_solve_helper_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8771390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8775320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8778610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_legendre_polynomial_p_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8782100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mps_convolution_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8784510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8788820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8791280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_reciprocal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8795340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softplus_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8798280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_inference_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8803120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/any_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8807100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/digamma_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8808060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/abs_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8811850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8814870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/elu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8819540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mH_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8822180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8827930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cross.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8829750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/inner.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8831660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nanmedian_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8834130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool2d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8839860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kthvalue_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8842430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conj.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8846260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_group_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8848870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_linear_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8851240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8855290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_log_softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8857300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reshape_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8862250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addcmul_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8864790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atan_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8868540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_serialization_subcmul_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8871360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_mm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8876400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8877800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/neg_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8882290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_int4pack_mm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8886270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addmm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8888730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardshrink_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8892190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8894490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8900540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copy_sparse_to_sparse_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8901490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mse_loss_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8907950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8910130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/vander_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8911750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8916200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumprod_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8920250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8921440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8925890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matrix_H_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8928240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_resize_output.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8934440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8936580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8938180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cond.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8943800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_polygamma.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8948440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8952060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8956150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8958680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8962670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8965700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8969150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8971290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_addmm_activation.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8973720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ormqr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8978680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8982620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/floor_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8995410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sin.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8996670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_spdiags_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.8997910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/float_power_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9003160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/imag_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9004360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9005550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_pow_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9006600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sinh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9013040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9017260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9023510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/crow_indices_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9024610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ifftn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9025960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9027190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sum_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9028260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exp2_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9033370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9036630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_assert_scalar_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9040250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_weight_to_int4pack_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9041420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_complex_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9045350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_log_softmax_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9047970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sigmoid_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9052680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9054380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9057930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9064480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9065630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_neg_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9071490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/floor_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9072680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9076210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/prelu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9077370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/take_along_dim.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9081000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9083560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_backward_jvp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9088820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9091280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_index_put_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9093550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softshrink_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9097530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9105560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_rnn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9107810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad1d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9112320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_histogramdd_from_bin_tensors.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9114850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_det_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9119070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9122360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cdist_forward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9124610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9129150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9132280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9136990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9140580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cdist_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9141740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multi_margin_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9142960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_add_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9147310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/group_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9150740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erfcx_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9153920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_minimum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9157180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9161960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9164940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9167190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_coalesced.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9171570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9174840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_ragged_idx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9179070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9182070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9186990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_logsumexp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9188160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eigvalsh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9191870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9193120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_sigmoid_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9197830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dsplit_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9201060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9205300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9208590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/igammac.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9212210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_efficientzerotensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9215740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arange_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9218970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9221680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_min_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9224540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9228030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9231740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/celu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9233770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9237500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9240180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_with_update_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9244780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_addcdiv_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9247190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9250400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_chunk_cat_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9255020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9258560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9260550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9265230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ifftshift_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9272500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9274240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9280040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softplus_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9282600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9285850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_fill_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9287940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_max_pool3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9293900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logaddexp_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9298850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arange_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9300020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nnpack_spatial_convolution.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9302160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_not_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9305070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_depthwise3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9308930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9312730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9426160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:55.9427430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_apply_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2505480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_impl_index_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2554880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2587480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binary_cross_entropy_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2594310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sub_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2596870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sub_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2598080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_semi_structured_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2599220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unbind_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2600470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2601700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/signbit_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2602780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gelu_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2603850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_neg_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2604900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/numpy_T_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2606190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2607430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2608570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2609750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2610900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_floating_point_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2612180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2613710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2615010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_strides.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2616170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2617450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2618770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/all_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2619880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tanh_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2621090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2622420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_vector_norm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2623620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_select_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2624850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_flash_attention_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2626030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logit_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2627270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2628430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/chunk_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2629500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foobar_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2630590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atan2_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2631710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nextafter_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2632800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/amin.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2634020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2635330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_init_dropout_state_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2636450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_csr_prod.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2637520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cholesky_solve_helper_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2638580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frexp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2639680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/alias_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2641800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2644440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gru_cell.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2645440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isclose_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2781570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_gather_stats_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2782710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gather_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2783820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_linear_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2785030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2786160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2787240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sspaddmm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2788490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2789730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_string_default_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2790800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_logcumsumexp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2791960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2793180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2794320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unique_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2795390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sobol_engine_draw.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2796650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2797880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/feature_dropout_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2798980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagflat_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2800020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_values.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2801240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2802450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_add_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2803540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2804690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2805860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/combinations_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2807070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2808470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2809810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2811100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/swapdims_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2812390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2813760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2815190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2816490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isreal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2823480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addcmul_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2824730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2826000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumulative_trapezoid_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2827110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arctan.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2828230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2829400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_sum.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2830470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sinh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2831590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad1d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2832710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arctanh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2833770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/col2im.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2834870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2836100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2837360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2838560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_t.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2839730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2840940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_rnn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2842040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_mm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2843200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2844380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/histc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2845460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_dim_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2846650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2848000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2849310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2850610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2851830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2852950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/geometric_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2854050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logit_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2855260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2856380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mH.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2857450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/count_nonzero_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2858570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmax_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2859710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_view_from_buffer_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2860860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2862010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2863140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trace_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2864260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_interface_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2865480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addbmm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2867430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_strided_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2868780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mv_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2869910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2871140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tensor_split.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2872290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2873440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/var_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2874580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2875720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/feature_alpha_dropout_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2876850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softshrink.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2877990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_left_shift_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2879110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lgamma.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2880250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2881640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2882950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/polar_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2884050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2885160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mean_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2886320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2887440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2888440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pow.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2889440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_zero_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2890460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2891470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_cosh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2892580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2893830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/repeat_interleave_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2894920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gelu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2896010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2897280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2898470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_not.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2899580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2900890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2902030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2903070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_max_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2904140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cross_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2905230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2906370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2907470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unbind_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2908580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frac_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2909830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2911120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2912360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2914100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_inverse.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2915320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2916500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ravel_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2917560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_select_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2918750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2920000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/floor_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2924750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2926010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2927320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2928490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/renorm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2929660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2930860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_mm_reduce_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2931970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bernoulli_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2933100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumsum_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2938180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/from_file_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2939380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/layer_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2944090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2945370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gelu_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2949490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2952660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2958430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2962440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2965230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/allclose_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2970500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_j0.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2975250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tensordot_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2976350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_tanh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2981900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_factor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2984290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/thnn_conv2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2987130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_alias_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2991660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2995110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_forward_only_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.2996280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_lu_with_info.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3000220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bincount_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3003450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3005130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3009340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3030710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/digamma_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3031820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/positive_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3038330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log10_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3039640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/remainder_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3042550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_not_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3043660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_euclidean_dist.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3044770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3045950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_autograd_multiple_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3047190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3049080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_xor_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3050430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3051760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3053110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resize_as_sparse.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3055760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/col2im_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3060790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_max_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3063250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/einsum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3067650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/align_tensors.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3069000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3071200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mode_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3083390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3084610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rnn_tanh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3092710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3093940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_set_to_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3095580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_householder_product_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3097450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3103390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3104710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_rnn_relu_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3106040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3107380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3112480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3115300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Byte_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3120300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dstack_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3121630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3127760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sign.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3129780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3133760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_distributed.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3136870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_softmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3138290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unflatten.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3142470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_segment_reduce_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3154440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3155960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3157360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3163820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dense_dim_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3165270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3166750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3168240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3169620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_offsets_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3171850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3174820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gru_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3177740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log2_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3181970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adam_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3186800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/one_hot_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3194910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3196100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/as_strided_scatter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3197250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3200750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3203510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3206240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_zeros_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3210020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3212110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3224420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_saturate_weight_to_fp16_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3225560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tan_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3226620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lu_solve.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3252110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_batch_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3253190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sgn_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3254370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3255740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_functorch_fallback_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3260320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fw_primal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3262380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3263680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_reduce_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3264840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_irfftn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3265880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addmm_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3273470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3274730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/blackman_window_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3275890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fill_mem_eff_dropout_mask_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3277050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3278180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantize_per_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3279460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/transpose.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3281350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_sgd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3283190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/amin_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3284400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/acosh_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3285690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sum_to_size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3288430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/var_mean_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3292080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/histc_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3296130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/align_tensors_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3299700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3305420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_size_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3309180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3312810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3317210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantile_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3319490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3322310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ge_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3326950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triangular_solve_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3328270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3329630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3335090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/amax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3338220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3343390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3345450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ifftn_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3350470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3351970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pow_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3356290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_histogramdd_bin_edges_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3360490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/q_scale.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3361780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3365630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3368610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rot90_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3373050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eig.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3376840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3379210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pixel_unshuffle_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3384070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3386270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3391940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/stride_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3393190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_is_acceptable.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3398970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_zeta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3400090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3402550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/renorm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3415550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3416780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_coalesced_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3417970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/affine_grid_generator_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3423900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_view_from_buffer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3425310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/true_divide_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3426590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_solve_ex.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3427950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3431980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/histogram_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3433120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3438190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3440270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/poisson_nll_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3443150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_dim.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3445440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rshift_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3449260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3453060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsafe_split_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3455050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3458660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dense_dim_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3463030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_right_shift_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3467300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_fill_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3475430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_fill_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3476930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3480070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3484140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Byte_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3488680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3492640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/any.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3493850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3497860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/convolution_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3500200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3503430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3509990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3511280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_alias_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3512390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3519070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_forward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3521310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3526460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_vector_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3527950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3530730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/contiguous_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3534190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/le_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3539500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/convolution_overrideable_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3545710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardtanh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3546930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/elu_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3567710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3568820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/elu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3570010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/angle_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3576190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cross_entropy_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3592390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_gammaincc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3593570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/subtract_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3594880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3596190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/poisson_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3597260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/floor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3598300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/retains_grad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3599350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sspaddmm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3600490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3602600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_reduce_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3603820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3605020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_add_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3606270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_copy_from.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3607350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/narrow_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3608430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flip_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3620500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3621700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_not_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3622890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3624050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mse_loss_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3629700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool3d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3630890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_linear_backward_input.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3632080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_logsumexp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3633230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3637320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3643220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3644460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_or_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3645920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/l1_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3649770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/geqrf_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3652540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3656560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isposinf_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3659260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_masked_scale_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3662530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3665930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reciprocal_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3668160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lcm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3671820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frexp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3676760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3677660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3682690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3685850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_xlog1py_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3689760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exp2_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3692440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mean_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3695400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3698780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/le_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3703150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3706810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/stack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3708000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3713600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erfinv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3715580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/var_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3724290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rsqrt_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3725060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convolution_double_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3726790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/polar.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3731430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_softmax_backward_data_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3732460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_dual_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3735610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trunc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3739540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/meshgrid_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3745580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_transpose2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3746480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3750770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3754420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3772840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3773920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_logit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3781100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/affine_grid_generator_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3781880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/full_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3782850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lgamma_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3784100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isneginf_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3785190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3786540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_inv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3787300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3789350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_put_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3790040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/data_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3792940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3795110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3799470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3803090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/div_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3805500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logaddexp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3807910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3812490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/permute_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3815690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dense_dim.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3820620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/xor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3821420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_unpool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3824510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_inv_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3829550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_sparse_matmul.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3830460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3840130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3840750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ge.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3846050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_clamp_min.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3846670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3850320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tanh_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3853330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cos_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3854910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3858340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3863240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/div.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3866120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/msort_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3869480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/refine_names_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3871700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/t_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3876260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isneginf_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3882680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3887510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3907400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_addmm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3914730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_mask_projection_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3916970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/complex.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3918570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3927100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copy_sparse_to_sparse.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3928840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bmm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3929940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3931280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_max_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3932790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logaddexp2_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3934020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3935170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softplus_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3940400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3943350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trapz_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3950060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3954780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3956040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3957190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arcsin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3959360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_update_stats.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3961670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exp2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3966350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cosine_embedding_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3972240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_sparse_matmul_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3975870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3977740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3981360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/col_indices_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3986330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lgamma_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3989640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3996090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pin_memory_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3998590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_addcdiv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.3999870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_factor_ex_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4007490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_j1_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4008740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/div_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4010070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_copy_from_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4015280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_neg_view_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4017590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/concat_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4020890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4023050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/histogramdd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4025450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_native_batch_norm_legit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4054550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4055980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4057250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/igamma_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4063450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_offsets_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4064860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4066140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_standard_gamma_grad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4068250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/zero_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4069530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4070930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4072180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4073480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_clamp_max_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4074580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pixel_unshuffle.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4075850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4077110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4078300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logcumsumexp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4080600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/leaky_relu_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4084210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4085630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_mkldnn_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4088360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4097330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4098920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4100200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4103520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_is_any_true_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4105920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_tensorinv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4109830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/random.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4112250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4116320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exponential.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4119510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gt_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4122800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_det_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4125350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_select_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4129490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/xlogy_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4143850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4145320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution_transpose_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4150000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4151900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4154060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sqrt_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4155150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atleast_1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4156630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isin_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4159810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4161260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_csr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4166280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sinc_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4168560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dist_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4175710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4176840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardtanh_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4179420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4184440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copysign_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4185810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4188800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_trilinear3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4194750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4197160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_alias_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4200730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4203430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/histogramdd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4216790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/aminmax_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4217880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_reduce_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4219430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_ragged_idx_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4227610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/leaky_relu_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4228680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lshift_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4229830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_irfft_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4230910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/digamma_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4252380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4253650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4254800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_addmm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4255880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gather_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4260020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_has_same_storage_numel_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4261120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_dimI.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4263070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exponential_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4264220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4265390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lu_unpack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4266710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4267960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_ceil.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4269070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_weight_to_int4pack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4270320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4271510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matmul_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4276080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_print_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4277370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_dense_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4278640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4305650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nanmedian_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4306840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantize_per_channel_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4308100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4312790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4313960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ctc_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4315020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argwhere.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4316330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_tan.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4317370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/asin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4318440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_add_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4320560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool2d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4321880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_or.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4323160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4324550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4325780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diff_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4327630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fix.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4331670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_standard_gamma_grad_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4335880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_expit_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4338920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rsub.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4344950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4348710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4354490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4361310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/std.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4370870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_is_all_true_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4372250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_jagged_to_padded_dense_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4373550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4374800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/polygamma_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4392480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4393680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4399320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_optional_floatlist.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4400760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4402200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_forward_only.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4403350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4404430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/aminmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4405560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_log_softmax_backward_data_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4406860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4408200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tril_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4410580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4412170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4415400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmod_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4420710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randint_like_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4422700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4426420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4429160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4430650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4435420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_expm1.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4437720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erfinv_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4441920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_solve_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4444460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_qr_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4450480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pad_sequence.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4451820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardswish.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4456060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/geqrf_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4459580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4460760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4465090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logit_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4470240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ones_like.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4471950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_optional_filled_intlist_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4476070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_with_sizes_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4492810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_warn_in_autograd_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4495400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/neg_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4501070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isfinite.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4503710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4504930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/q_per_channel_axis_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4506160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4507310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_no_update.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4508690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4510150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4512520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4516680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4521200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4522440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_coo_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4525720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_is_zerotensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4528640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/xlogy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4531170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_conj_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4535060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log10_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4539000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_standard_gamma_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4543580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4544960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dequantize_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4549020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4550370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4557740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pin_memory.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4560160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4564730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gcd_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4565880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convolution_mode_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4570980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/convolution_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4572640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cosine_similarity_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4576010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_shape_as_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4577240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4591070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isposinf_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4592190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_transpose3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4599390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_from_mask_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4600630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4601800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unflatten_dense_tensors_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4610040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_version_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4611320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pdist_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4612520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4613670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_like_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4614810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/uniform.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4615890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4619280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_scatter_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4621380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rshift_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4623950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumprod_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4627880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4632780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mse_loss_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4638860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4640270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_from_tensor_list.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4643760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4647890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4649140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_coo_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4653860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4659420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bmm_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4663790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/detach_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4668060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/set.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4669300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4671650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4675790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4693830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4695010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4696200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4702830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_add_relu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4704120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4705400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4706560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randperm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4707850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4709150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/det.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4710290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4711840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exp_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4716540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_k0_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4717800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fft_c2r_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4722580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_add_batch_dim.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4724930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_jagged_to_padded_dense_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4728310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/threshold_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4732270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_tanh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4735710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_vander.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4739340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sigmoid_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4744320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mish_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4745590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4749090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_has_same_storage_numel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4751210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4756330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4759920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Double_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4764920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4766070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_softmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4768950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4773460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_full_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4776120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isposinf.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4778890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_empty_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4782820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4786500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4789720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_round.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4795200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4797500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_has_same_storage_numel_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4799060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantile_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4806120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4807270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_select_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4812040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pad_sequence_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4813200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4815880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_native_batch_norm_legit_no_training.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4818150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/elu_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4822260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4831350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_native_batch_norm_legit_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4832910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4835690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fw_primal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4839580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_size.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4843140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_attention_math.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4846850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4850530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardsigmoid_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4852060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad3d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4856710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4859660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/row_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4862550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_backward_elemt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4865260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4867830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4873320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_j1_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4875420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/t_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4882480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/det_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4883590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_bsr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4886840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randperm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4890320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expand_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4895370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fft_c2r.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4896410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sqrt_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4898810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cosine_similarity.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4902580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_add_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4906820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nonzero_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4912580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_histogramdd_from_bin_tensors_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4914320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_csc_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4918260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4919810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4922230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/q_per_channel_axis_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4924930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logdet_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4929970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/take_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4932760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_rnn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4935090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/minimum_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4940460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4942700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/greater_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4946450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_apply_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4949630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_resize_and_clear_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4952830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/prod_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4957610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tril_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4962310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_depthwise_convolution.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4966350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_functional_assert_async_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4968060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4972130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_is_any_true_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4973330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4978670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adam_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4980950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_unpool3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4984170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_pinv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4986400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Half_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4988740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.4994190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_batch_norm_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5001100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_dim_consecutive_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5002350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5009330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/col2im_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5010530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad2d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5013210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5016050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/crow_indices_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5019100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cosh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5024500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5025720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/threshold_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5028620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_tile_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5032180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5036010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_exp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5039890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5041650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binary_cross_entropy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5044930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_softmax_backward_data_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5047360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5051830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_i0_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5053980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5060620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_csr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5064060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5070740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lu_unpack_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5072030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5073290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5078480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_pinned_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5081140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5084010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5085450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cslt_compress_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5088490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_dilated3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5092370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_abs.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5097430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5098890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5103730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/histc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5106090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_trilinear3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5110810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_sum_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5114730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5116990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/relu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5118440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5121730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matrix_exp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5125870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_index_put_impl_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5129250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5133070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_mm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5136730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_interface_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5138320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trapz_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5141820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/block_diag_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5144760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_or_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5150770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5152770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5156930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5158170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumsum_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5162260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_entr_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5166990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ifftshift.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5179260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_elemt_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5180420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_assert_async.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5181500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/q_zero_point_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5182650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_zeta_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5186050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_values_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5191220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_same_size.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5192960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atan2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5197710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5198940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal_scatter_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5223240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5224350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isnan_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5227130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scaled_dot_product_attention_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5229760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_left_shift_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5230870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/l1_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5232580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5234020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5235230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cholesky_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5236330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nuclear_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5237390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lift_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5238790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5240210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5241990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5247110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5248290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/and_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5252920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5256220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5259560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/true_divide.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5263040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5267810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5269450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5272190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nonzero_numpy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5275750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_sinc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5279780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5283290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_cos_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5285560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5287940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5292650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pdist_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5295530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cos_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5300420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pixel_shuffle_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5302500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tan_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5304740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ones_like_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5308790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_conj_physical_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5314630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss2d_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5316020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5319600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5322010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cos_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5324170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mps_convolution_transpose_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5333980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_convolution_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5338230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_eigh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5339270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_print_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5342750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5346730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5348750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cat_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5352120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ne_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5356840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expand_as_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5359860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5363460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/complex_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5365640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_solve_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5369680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-08T20:18:56.5375530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ParallelOpenMP.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:56.5376530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/jit_macros.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:56.5380190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/CPUApplyUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:56.5382120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ThreadLocalState.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:56.5385980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ScalarOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:56.5390070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/NativeFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:56.5393280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/DynamicLibrary.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:56.5395760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/TensorGeometry.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:56.5399030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/TensorIterator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:56.5403810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/NamedTensorUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:56.5407370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Dimname.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:56.5408520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:56.5429860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/autocast_mode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:56.5430980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Parallel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:56.5434740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/DimVector.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:56.5438240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/MetaFunctions_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:56.5439320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/InferSize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:56.5440450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/LegacyVmapTransforms.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:56.5441690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/SmallVector.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:56.5442690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:56.5444640Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-08-08T20:18:56.5445560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch/BatchedFallback.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-08-08T20:18:56.5446910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-08-08T20:18:56.5448140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch/ADInterpreters.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-08-08T20:18:56.5454320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch/Interpreter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-08-08T20:18:56.5455590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch/TensorWrapper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-08-08T20:18:56.5456790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch/BatchRulesHelper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-08-08T20:18:56.5461000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch/PlumbingHelper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-08-08T20:18:56.5463120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch/VmapInterpreter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-08-08T20:18:56.5474080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch/Macros.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-08-08T20:18:56.5475430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-08-08T20:18:56.5477910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch/BatchedTensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-08-08T20:18:56.5481270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-08-08T20:18:56.5482500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch/DynamicLayer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-08-08T20:18:56.5483570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Generator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:56.5484640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/AccumulateType.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:56.5489670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/TensorAccessor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:56.5491870Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cudnn 2024-08-08T20:18:56.5492690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cudnn/Handles.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cudnn 2024-08-08T20:18:56.5497330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cudnn/Utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cudnn 2024-08-08T20:18:56.5503750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cudnn/Types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cudnn 2024-08-08T20:18:56.5507850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cudnn/Descriptors.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cudnn 2024-08-08T20:18:56.5509390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cudnn/Exceptions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cudnn 2024-08-08T20:18:56.5510510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cudnn/Handle.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cudnn 2024-08-08T20:18:56.5514580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cudnn/cudnn-wrapper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cudnn 2024-08-08T20:18:56.5517140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/CachedTensorUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-08T20:18:56.5521620Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10 2024-08-08T20:18:56.5522580Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5523480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/RefcountedDeleter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5525460Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-08-08T20:18:56.5526400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl/InlineStreamGuard.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-08-08T20:18:56.5527720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl/SizesAndStrides.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-08-08T20:18:56.5530770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl/InlineDeviceGuard.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-08-08T20:18:56.5532440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl/GPUTrace.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-08-08T20:18:56.5535500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl/COWDeleter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-08-08T20:18:56.5540520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-08-08T20:18:56.5544040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl/alloc_cpu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-08-08T20:18:56.5547740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl/VirtualGuardImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-08-08T20:18:56.5550210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl/HermeticPyObjectTLS.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-08-08T20:18:56.5554220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl/PyObjectSlot.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-08-08T20:18:56.5556000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-08-08T20:18:56.5559570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl/PyInterpreter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-08-08T20:18:56.5563440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-08-08T20:18:56.5564860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl/COW.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-08-08T20:18:56.5570860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl/InlineEvent.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-08-08T20:18:56.5575170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-08-08T20:18:56.5576410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl/FakeGuardImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-08-08T20:18:56.5578670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/QEngine.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5603920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/TensorOptions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5605090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/SymFloat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5622870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/GradMode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5623920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/Device.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5625130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/CPUAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5626270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/DefaultDtype.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5627190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/DefaultTensorOptions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5629710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/alignment.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5630340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/Event.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5631670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/Backend.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5632630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/CompileTimeFunctionPointer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5634010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/DeviceArray.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5634830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/PyHandleCache.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5635840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/ConstantSymNodeImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5637470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/WrapDimMinimal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5638090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/QScheme.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5639050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/SafePyObject.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5640560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/Stream.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5641600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/UndefinedTensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5642280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/Scalar.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5645800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/AutogradState.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5649650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/SymIntArrayRef.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5666190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/thread_pool.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5672860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/CopyBytes.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5674250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/SymNodeImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5675590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/StreamGuard.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5676780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/DynamicCast.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5677930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/Layout.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5678820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/GeneratorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5680130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/DispatchKeySet.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5681750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/Allocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5687560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/TensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5691390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/Contiguity.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5695830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/ScalarType.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5702700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/Storage.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5707900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/DeviceType.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5710710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/DeviceGuard.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5727080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/StorageImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5735820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/SymbolicShapeMeta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5743150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/MemoryFormat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5745020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/SymBool.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5751360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/DispatchKey.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5753460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5760220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/InferenceMode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5761140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/SymInt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5762060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/OptionalRef.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-08T20:18:56.5764210Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5764720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Type.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5765860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/order_preserving_flat_hash_map.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5767700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Float8_e4m3fn-inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5768450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/quint4x2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5769970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/FbcodeMaps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5770630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/signal_handler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5772010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/safe_numerics.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5772830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Half.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5774280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/flat_hash_map.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5775830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/env.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5776680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/llvmMathExtras.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5778100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Synchronized.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5779930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Bitset.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5780430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/typeid.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5781660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Float8_e4m3fnuz-inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5782760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/TypeSafeSignMath.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5784170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/intrusive_ptr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5785170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/string_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5786450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/win32-headers.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5787380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/AlignOf.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5788780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/static_tracepoint.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5794770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/ssize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5795380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/numa.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5795900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/qint32.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5796410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/CallOnce.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5797000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Float8_e5m2fnuz.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5797520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/MaybeOwned.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5798030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Half-inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5798640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/TypeTraits.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5799210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/DeadlockDetection.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5799970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/FunctionRef.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5801460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Backtrace.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5802150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/ExclusivelyOwned.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5803520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Load.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5804400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/BFloat16-inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5805830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/static_tracepoint_elfx86.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5806640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/ConstexprCrc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5808050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/ThreadLocal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5808780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/IdWrapper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5810240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Flags.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5811000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/overloaded.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5812410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Float8_e4m3fnuz.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5813440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/quint8.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5814380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Float8_e5m2-inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5815780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/StringUtil.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5816430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Logging.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5817530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/MathConstants.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5818460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Registry.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5819870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Optional.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5820540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Float8_e5m2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5821930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/tempfile.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5822720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/copysign.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5824070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/ArrayRef.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5825040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/thread_name.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5826400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/strides.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5826990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Unicode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5828040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/TypeCast.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5829120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/sparse_bitset.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5830830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/OptionalArrayRef.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5831460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/BFloat16.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5832690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/TypeList.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5835080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/TypeIndex.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5836600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Array.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5837340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/logging_is_google_glog.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5838270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Metaprogramming.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5839570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/WaitCounter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5840480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/quint2x4.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5841710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/floating_point_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5842920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/ParallelGuard.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5843780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/BFloat16-math.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5845000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/int128.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5845810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Lazy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5847190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Deprecated.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5847920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/irange.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5849440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/SmallBuffer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5850230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/ScopeExit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5851660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Unroll.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5852450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/LeftRight.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5855720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/bit_cast.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5857740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/qint8.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5858440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/complex_math.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5859580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/logging_is_not_google_glog.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5860570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/DynamicCounter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5861960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Exception.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5863390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/UniqueVoidPtr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5864090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/ThreadLocalDebugInfo.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5865480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Float8_e4m3fn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5866160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/AbortHandler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5867310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/DimVector.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5868260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/accumulate.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5869790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/C++17.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5870590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/strong_type.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5872360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/ApproximateClock.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5873030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/SmallVector.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5874700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Float8_e5m2fnuz-inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5875490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/hash.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5876530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/python_stub.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5877970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/complex.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5878770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/bits.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5880250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/string_view.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5880930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Float8_fnuz_cvt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5882590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/complex_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5883490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5884420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/generic_math.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-08T20:18:56.5886040Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-08-08T20:18:56.5886780Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda/impl 2024-08-08T20:18:56.5887550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/impl/CUDATest.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda/impl 2024-08-08T20:18:56.5888740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda/impl 2024-08-08T20:18:56.5890510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/CUDADeviceAssertion.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-08-08T20:18:56.5891030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/driver_api.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-08-08T20:18:56.5891880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/CUDAMathCompat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-08-08T20:18:56.5892910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/CUDAAlgorithm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-08-08T20:18:56.5893950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/CUDAStream.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-08-08T20:18:56.5895200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/CUDAGuard.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-08-08T20:18:56.5896120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/CUDAMiscFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-08-08T20:18:56.5897550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-08-08T20:18:56.5898520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/CUDAMacros.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-08-08T20:18:56.5900040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/CUDAAllocatorConfig.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-08-08T20:18:56.5900600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/CUDAFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-08-08T20:18:56.5901970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/CUDAException.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-08-08T20:18:56.5902820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/CUDACachingAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-08-08T20:18:56.5904460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/CUDADeviceAssertionHost.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-08-08T20:18:56.5905620Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/xpu 2024-08-08T20:18:56.5906310Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/xpu/impl 2024-08-08T20:18:56.5907140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/xpu/impl/XPUGuardImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/xpu/impl 2024-08-08T20:18:56.5908510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/xpu/XPUStream.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/xpu 2024-08-08T20:18:56.5909290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/xpu/XPUDeviceProp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/xpu 2024-08-08T20:18:56.5910540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/xpu/XPUCachingAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/xpu 2024-08-08T20:18:56.5911400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/xpu/XPUMacros.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/xpu 2024-08-08T20:18:56.5912890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/xpu/XPUException.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/xpu 2024-08-08T20:18:56.5913570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/xpu/XPUFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/xpu 2024-08-08T20:18:56.5915050Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/macros 2024-08-08T20:18:56.5915620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/macros/cmake_macros.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/macros 2024-08-08T20:18:56.5933010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/macros/Export.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/macros 2024-08-08T20:18:56.5934250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/macros/Macros.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/macros 2024-08-08T20:18:56.5935470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/psimd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-08-08T20:18:56.5937080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/experiments-config.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-08-08T20:18:56.5937770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/fxdiv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-08-08T20:18:56.5939760Z copying build/lib.macosx-11.1-arm64-3.9/torch/torch_version.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:56.5941190Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends 2024-08-08T20:18:56.5942180Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/opt_einsum 2024-08-08T20:18:56.5942700Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/opt_einsum/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/opt_einsum 2024-08-08T20:18:56.5943970Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/mha 2024-08-08T20:18:56.5944600Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/mha/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/mha 2024-08-08T20:18:56.5946070Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/nnpack 2024-08-08T20:18:56.5946630Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/nnpack/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/nnpack 2024-08-08T20:18:56.5948060Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/mps 2024-08-08T20:18:56.5948550Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/mps/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/mps 2024-08-08T20:18:56.5949960Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/cpu 2024-08-08T20:18:56.5950560Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/cpu/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/cpu 2024-08-08T20:18:56.5952060Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/_coreml 2024-08-08T20:18:56.5952570Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/_coreml/preprocess.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/_coreml 2024-08-08T20:18:56.5953620Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/_coreml/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/_coreml 2024-08-08T20:18:56.5954430Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/cuda 2024-08-08T20:18:56.5955240Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/cuda/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/cuda 2024-08-08T20:18:56.5956790Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/quantized 2024-08-08T20:18:56.5957390Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/quantized/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/quantized 2024-08-08T20:18:56.5958190Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends 2024-08-08T20:18:56.5959770Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/mkl 2024-08-08T20:18:56.5960230Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/mkl/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/mkl 2024-08-08T20:18:56.5961460Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/xnnpack 2024-08-08T20:18:56.5961990Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/xnnpack/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/xnnpack 2024-08-08T20:18:56.5963590Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/mkldnn 2024-08-08T20:18:56.5964100Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/mkldnn/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/mkldnn 2024-08-08T20:18:56.5965460Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/xeon 2024-08-08T20:18:56.5965930Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/xeon/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/xeon 2024-08-08T20:18:56.5966740Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/xeon/run_cpu.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/xeon 2024-08-08T20:18:56.5968200Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/_nnapi 2024-08-08T20:18:56.5968930Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/_nnapi/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/_nnapi 2024-08-08T20:18:56.5970340Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/_nnapi/serializer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/_nnapi 2024-08-08T20:18:56.5971830Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/_nnapi/prepare.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/_nnapi 2024-08-08T20:18:56.5973120Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/openmp 2024-08-08T20:18:56.5973610Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/openmp/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/openmp 2024-08-08T20:18:56.5975080Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/cudnn 2024-08-08T20:18:56.5975620Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/cudnn/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/cudnn 2024-08-08T20:18:56.5976620Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/cudnn/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/cudnn 2024-08-08T20:18:56.5977970Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_decomp 2024-08-08T20:18:56.5978750Z copying build/lib.macosx-11.1-arm64-3.9/torch/_decomp/decompositions_for_jvp.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_decomp 2024-08-08T20:18:56.5980070Z copying build/lib.macosx-11.1-arm64-3.9/torch/_decomp/decompositions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_decomp 2024-08-08T20:18:56.5982230Z copying build/lib.macosx-11.1-arm64-3.9/torch/_decomp/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_decomp 2024-08-08T20:18:56.5983550Z copying build/lib.macosx-11.1-arm64-3.9/torch/_decomp/decompositions_for_rng.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_decomp 2024-08-08T20:18:56.5988950Z copying build/lib.macosx-11.1-arm64-3.9/torch/_VF.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:56.5989350Z creating build/bdist.macosx-11.1-arm64/wheel/torch/xpu 2024-08-08T20:18:56.5989740Z copying build/lib.macosx-11.1-arm64-3.9/torch/xpu/streams.py -> build/bdist.macosx-11.1-arm64/wheel/torch/xpu 2024-08-08T20:18:56.5990130Z copying build/lib.macosx-11.1-arm64-3.9/torch/xpu/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/xpu 2024-08-08T20:18:56.5990530Z copying build/lib.macosx-11.1-arm64-3.9/torch/xpu/_gpu_trace.py -> build/bdist.macosx-11.1-arm64/wheel/torch/xpu 2024-08-08T20:18:56.5990910Z copying build/lib.macosx-11.1-arm64-3.9/torch/xpu/random.py -> build/bdist.macosx-11.1-arm64/wheel/torch/xpu 2024-08-08T20:18:56.5991400Z copying build/lib.macosx-11.1-arm64-3.9/torch/xpu/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/xpu 2024-08-08T20:18:56.5991780Z copying build/lib.macosx-11.1-arm64-3.9/torch/_streambase.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:56.5992680Z creating build/bdist.macosx-11.1-arm64/wheel/torch/masked 2024-08-08T20:18:56.5993340Z copying build/lib.macosx-11.1-arm64-3.9/torch/masked/_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/masked 2024-08-08T20:18:56.5995160Z copying build/lib.macosx-11.1-arm64-3.9/torch/masked/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/masked 2024-08-08T20:18:56.5996190Z copying build/lib.macosx-11.1-arm64-3.9/torch/masked/_docs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/masked 2024-08-08T20:18:56.5997750Z creating build/bdist.macosx-11.1-arm64/wheel/torch/masked/maskedtensor 2024-08-08T20:18:56.5998290Z copying build/lib.macosx-11.1-arm64-3.9/torch/masked/maskedtensor/binary.py -> build/bdist.macosx-11.1-arm64/wheel/torch/masked/maskedtensor 2024-08-08T20:18:56.5999380Z copying build/lib.macosx-11.1-arm64-3.9/torch/masked/maskedtensor/creation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/masked/maskedtensor 2024-08-08T20:18:56.6000750Z copying build/lib.macosx-11.1-arm64-3.9/torch/masked/maskedtensor/_ops_refs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/masked/maskedtensor 2024-08-08T20:18:56.6001630Z copying build/lib.macosx-11.1-arm64-3.9/torch/masked/maskedtensor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/masked/maskedtensor 2024-08-08T20:18:56.6002710Z copying build/lib.macosx-11.1-arm64-3.9/torch/masked/maskedtensor/core.py -> build/bdist.macosx-11.1-arm64/wheel/torch/masked/maskedtensor 2024-08-08T20:18:56.6004220Z copying build/lib.macosx-11.1-arm64-3.9/torch/masked/maskedtensor/unary.py -> build/bdist.macosx-11.1-arm64/wheel/torch/masked/maskedtensor 2024-08-08T20:18:56.6004910Z copying build/lib.macosx-11.1-arm64-3.9/torch/masked/maskedtensor/reductions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/masked/maskedtensor 2024-08-08T20:18:56.6006460Z copying build/lib.macosx-11.1-arm64-3.9/torch/masked/maskedtensor/passthrough.py -> build/bdist.macosx-11.1-arm64/wheel/torch/masked/maskedtensor 2024-08-08T20:18:56.6006960Z copying build/lib.macosx-11.1-arm64-3.9/torch/_tensor_docs.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:56.6009280Z creating build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-08T20:18:56.6009750Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/lr_scheduler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-08T20:18:56.6011480Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/rmsprop.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-08T20:18:56.6013030Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/_adafactor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-08T20:18:56.6014070Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/sparse_adam.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-08T20:18:56.6015380Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/rprop.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-08T20:18:56.6016650Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/sgd.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-08T20:18:56.6017970Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-08T20:18:56.6018670Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/adamax.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-08T20:18:56.6020130Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/adagrad.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-08T20:18:56.6021840Z creating build/bdist.macosx-11.1-arm64/wheel/torch/optim/_multi_tensor 2024-08-08T20:18:56.6022340Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/_multi_tensor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim/_multi_tensor 2024-08-08T20:18:56.6023540Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/adamw.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-08T20:18:56.6024500Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/swa_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-08T20:18:56.6025680Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/lbfgs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-08T20:18:56.6027170Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/radam.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-08T20:18:56.6028080Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/adam.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-08T20:18:56.6029510Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/optimizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-08T20:18:56.6030910Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/nadam.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-08T20:18:56.6032290Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/asgd.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-08T20:18:56.6033030Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/_functional.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-08T20:18:56.6034290Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/adadelta.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-08T20:18:56.6035130Z copying build/lib.macosx-11.1-arm64-3.9/torch/_weights_only_unpickler.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:56.6036490Z copying build/lib.macosx-11.1-arm64-3.9/torch/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:56.6051980Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6052540Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/cudagraph_trees.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6054630Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/select_algorithm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6056090Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/ops_handler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6057540Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/metrics.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6058210Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codecache.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6060330Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/optimize_indexing.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6061010Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/hooks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6062530Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/cpp_builder.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6063390Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/cpu_vec_isa.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6064670Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/config.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6066180Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/comms.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6067070Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/mkldnn_lowerings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6068780Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/async_compile.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6069420Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/pattern_matcher.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6071150Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/quantized_lowerings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6072070Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/aoti_eager.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6073390Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6074730Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/lowering.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6077100Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/runtime 2024-08-08T20:18:56.6077700Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/runtime/triton_heuristics.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/runtime 2024-08-08T20:18:56.6079420Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/runtime/runtime_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/runtime 2024-08-08T20:18:56.6080550Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/runtime/halide_helpers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/runtime 2024-08-08T20:18:56.6082070Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/runtime/coordinate_descent_tuner.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/runtime 2024-08-08T20:18:56.6083060Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/runtime/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/runtime 2024-08-08T20:18:56.6083710Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/runtime/compile_tasks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/runtime 2024-08-08T20:18:56.6085020Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/runtime/triton_helpers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/runtime 2024-08-08T20:18:56.6085910Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/runtime/hints.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/runtime 2024-08-08T20:18:56.6087230Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/jagged_lowerings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6087970Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/test_operators.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6089230Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6090050Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/compile_fx.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6091980Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/cudagraph_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6092570Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/sizevars.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6093980Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/ir.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6096390Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/index_propagation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6097160Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/constant_folding.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6098770Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-08T20:18:56.6099310Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/wrapper.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-08T20:18:56.6101000Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/triton_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-08T20:18:56.6102140Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/triton.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-08T20:18:56.6103980Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/aoti_hipify_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-08T20:18:56.6104760Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/simd.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-08T20:18:56.6106700Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda 2024-08-08T20:18:56.6107260Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda/cutlass_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda 2024-08-08T20:18:56.6108340Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda 2024-08-08T20:18:56.6109640Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda/cuda_template.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda 2024-08-08T20:18:56.6110660Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda/gemm_template.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda 2024-08-08T20:18:56.6112310Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda 2024-08-08T20:18:56.6113560Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2024-08-08T20:18:56.6114320Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2024-08-08T20:18:56.6115500Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2024-08-08T20:18:56.6116370Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda/cutlass_epilogue_gen.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda 2024-08-08T20:18:56.6117810Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda/device_op_overrides.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda 2024-08-08T20:18:56.6118680Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda/cuda_env.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda 2024-08-08T20:18:56.6120030Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda/cuda_kernel.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda 2024-08-08T20:18:56.6121420Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/xpu 2024-08-08T20:18:56.6122010Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/xpu/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/xpu 2024-08-08T20:18:56.6122980Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/xpu/device_op_overrides.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/xpu 2024-08-08T20:18:56.6124550Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/triton_combo_kernel.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-08T20:18:56.6126080Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/memory_planning.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-08T20:18:56.6126870Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-08T20:18:56.6127830Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cpp_micro_gemm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-08T20:18:56.6129460Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cpp.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-08T20:18:56.6131660Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cpp_wrapper_cpu.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-08T20:18:56.6133720Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/aoti_runtime 2024-08-08T20:18:56.6134340Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/aoti_runtime/implementation.cpp -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/aoti_runtime 2024-08-08T20:18:56.6135330Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/aoti_runtime/interface.cpp -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/aoti_runtime 2024-08-08T20:18:56.6136740Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-08T20:18:56.6138360Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cpp_template_kernel.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-08T20:18:56.6139740Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cpp_gemm_template.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-08T20:18:56.6140690Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cpp_prefix.h -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-08T20:18:56.6142390Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/rocm 2024-08-08T20:18:56.6142970Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm/rocm_cpp_scheduling.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/rocm 2024-08-08T20:18:56.6144000Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm/rocm_kernel.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/rocm 2024-08-08T20:18:56.6145440Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm/rocm_template.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/rocm 2024-08-08T20:18:56.6146080Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/rocm 2024-08-08T20:18:56.6146950Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm/compile_command.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/rocm 2024-08-08T20:18:56.6148410Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm/rocm_template_buffer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/rocm 2024-08-08T20:18:56.6149130Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm/ck_universal_gemm_template.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/rocm 2024-08-08T20:18:56.6150640Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm/ck_template.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/rocm 2024-08-08T20:18:56.6151580Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm/rocm_benchmark_request.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/rocm 2024-08-08T20:18:56.6152350Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/triton_split_scan.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-08T20:18:56.6153690Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/halide.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-08T20:18:56.6155330Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cpp_template.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-08T20:18:56.6156090Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/codegen_device_driver.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-08T20:18:56.6157530Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda_combined_scheduling.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-08T20:18:56.6158290Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/multi_kernel.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-08T20:18:56.6159890Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cpp_wrapper_cuda.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-08T20:18:56.6160520Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cpp_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-08T20:18:56.6161940Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/inductor_prims.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6162920Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/virtualized.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6164080Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/test_case.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6164820Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autotune_process.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6166570Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/compile_worker 2024-08-08T20:18:56.6167210Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/compile_worker/watchdog.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/compile_worker 2024-08-08T20:18:56.6168340Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/compile_worker/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/compile_worker 2024-08-08T20:18:56.6169130Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/compile_worker/subproc_pool.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/compile_worker 2024-08-08T20:18:56.6169980Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/compile_worker/__main__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/compile_worker 2024-08-08T20:18:56.6171350Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/exc.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6172020Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6173610Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/debug.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6175030Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/decomposition.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6176180Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic 2024-08-08T20:18:56.6176960Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic/artifacts 2024-08-08T20:18:56.6177700Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic/artifacts/_PadMMA100.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic/artifacts 2024-08-08T20:18:56.6179190Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic/artifacts/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic/artifacts 2024-08-08T20:18:56.6179830Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic/artifacts/_MixedMMA100.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic/artifacts 2024-08-08T20:18:56.6180640Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic/autoheuristic.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic 2024-08-08T20:18:56.6181710Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic/autoheuristic_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic 2024-08-08T20:18:56.6183370Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic/learned_heuristic_controller.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic 2024-08-08T20:18:56.6184140Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic 2024-08-08T20:18:56.6185080Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic/learnedheuristic_interface.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic 2024-08-08T20:18:56.6191900Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-08T20:18:56.6192450Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/post_grad.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-08T20:18:56.6192980Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/replace_random.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-08T20:18:56.6193540Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/ddp_fusion.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-08T20:18:56.6194050Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/numeric_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-08T20:18:56.6194610Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/decompose_mem_bound_mm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-08T20:18:56.6195110Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/reinplace.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-08T20:18:56.6195610Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/quantization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-08T20:18:56.6196110Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/split_cat.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-08T20:18:56.6196690Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/dedupe_symint_uses.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-08T20:18:56.6197560Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/efficient_conv_bn_eval.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-08T20:18:56.6198930Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-08T20:18:56.6199570Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/group_batch_fusion.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-08T20:18:56.6201120Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/pre_grad.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-08T20:18:56.6202130Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/binary_folding.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-08T20:18:56.6203520Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/fuse_attention.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-08T20:18:56.6205580Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/micro_pipeline_tp.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-08T20:18:56.6207320Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:56.6208030Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:56.6209220Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:56.6210140Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:56.6211520Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:56.6212650Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:56.6213760Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:56.6214850Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:56.6215930Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/addmm_pattern.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:56.6217010Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:56.6218680Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:56.6219350Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_19.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:56.6220420Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:56.6221230Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:56.6223160Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/mm_pattern.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:56.6224000Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:56.6225040Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:56.6226120Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:56.6227210Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:56.6228330Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:56.6229420Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:56.6230480Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/bmm_pattern.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:56.6231620Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:56.6232720Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-08T20:18:56.6234400Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/joint_graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-08T20:18:56.6235240Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/b2b_gemm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-08T20:18:56.6236610Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/mkldnn_fusion.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-08T20:18:56.6238110Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/pad_mm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-08T20:18:56.6239520Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/freezing_patterns.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-08T20:18:56.6240340Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/misc_patterns.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-08T20:18:56.6241330Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6242340Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/scheduler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6244320Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/mkldnn_ir.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6245790Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/wrapper_benchmark.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6246400Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/remote_cache.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6247930Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/comm_analysis.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6248590Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/extern_node_serializer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6249890Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/bounds.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6251340Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/freezing.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6251980Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/dependencies.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6253870Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/kernel 2024-08-08T20:18:56.6254380Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel/unpack_mixed_mm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/kernel 2024-08-08T20:18:56.6255590Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel/mm_common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/kernel 2024-08-08T20:18:56.6256980Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel/flex_decoding.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/kernel 2024-08-08T20:18:56.6258070Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/kernel 2024-08-08T20:18:56.6259510Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel/mm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/kernel 2024-08-08T20:18:56.6260320Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel/bmm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/kernel 2024-08-08T20:18:56.6261730Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel/mm_scaled.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/kernel 2024-08-08T20:18:56.6262540Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel/conv.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/kernel 2024-08-08T20:18:56.6263870Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel/mm_plus_mm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/kernel 2024-08-08T20:18:56.6265020Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel/flex_attention.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/kernel 2024-08-08T20:18:56.6266500Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/package 2024-08-08T20:18:56.6267010Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/package/package.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/package 2024-08-08T20:18:56.6268430Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/package/build_package.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/package 2024-08-08T20:18:56.6269060Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/package/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/package 2024-08-08T20:18:56.6270460Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/package/pt2_archive_constants.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/package 2024-08-08T20:18:56.6271450Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/subgraph_lowering.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-08T20:18:56.6273210Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6273680Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_pytree.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6275790Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark 2024-08-08T20:18:56.6276280Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark 2024-08-08T20:18:56.6277700Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/op_fuzzers 2024-08-08T20:18:56.6278310Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/op_fuzzers/binary.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/op_fuzzers 2024-08-08T20:18:56.6279300Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/op_fuzzers 2024-08-08T20:18:56.6280350Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/op_fuzzers 2024-08-08T20:18:56.6281390Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/op_fuzzers/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/op_fuzzers 2024-08-08T20:18:56.6282260Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/op_fuzzers/spectral.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/op_fuzzers 2024-08-08T20:18:56.6283680Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/op_fuzzers/unary.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/op_fuzzers 2024-08-08T20:18:56.6284790Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils 2024-08-08T20:18:56.6285360Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/timer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils 2024-08-08T20:18:56.6286450Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils 2024-08-08T20:18:56.6287310Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/sparse_fuzzer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils 2024-08-08T20:18:56.6288750Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils 2024-08-08T20:18:56.6289360Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/compile.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils 2024-08-08T20:18:56.6290880Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/fuzzer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils 2024-08-08T20:18:56.6292000Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/timeit_template.cpp -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils 2024-08-08T20:18:56.6293180Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2024-08-08T20:18:56.6293890Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2024-08-08T20:18:56.6295040Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2024-08-08T20:18:56.6298530Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2024-08-08T20:18:56.6299390Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2024-08-08T20:18:56.6300290Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2024-08-08T20:18:56.6301340Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2024-08-08T20:18:56.6302890Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/cpp_jit.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils 2024-08-08T20:18:56.6303500Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/compare.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils 2024-08-08T20:18:56.6304510Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/_stubs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils 2024-08-08T20:18:56.6306040Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/examples 2024-08-08T20:18:56.6306630Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/examples/op_benchmark.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/examples 2024-08-08T20:18:56.6307630Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/examples/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/examples 2024-08-08T20:18:56.6308480Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/examples/simple_timeit.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/examples 2024-08-08T20:18:56.6309900Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/examples/fuzzer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/examples 2024-08-08T20:18:56.6310610Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/examples/blas_compare_setup.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/examples 2024-08-08T20:18:56.6312090Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/examples 2024-08-08T20:18:56.6312790Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/examples/compare.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/examples 2024-08-08T20:18:56.6313670Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_foreach_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6314980Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/hooks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6315830Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_traceback.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6317220Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_cpp_extension_versioner.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6318190Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_mode_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6319480Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/checkpoint.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6320920Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/show_pickle.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6321680Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/deterministic.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6322970Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/file_baton.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6323730Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_freeze.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6325160Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/backend_registration.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6326430Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/module_tracker.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6327070Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/model_zoo.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6328340Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_zip.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6329220Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/collect_env.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6330750Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/throughput_benchmark.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6331580Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/dlpack.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6333100Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/_sympy 2024-08-08T20:18:56.6333560Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy/functions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/_sympy 2024-08-08T20:18:56.6335100Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/_sympy 2024-08-08T20:18:56.6335550Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy/symbol.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/_sympy 2024-08-08T20:18:56.6336860Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy/numbers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/_sympy 2024-08-08T20:18:56.6338530Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy/reference.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/_sympy 2024-08-08T20:18:56.6339040Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy/singleton_int.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/_sympy 2024-08-08T20:18:56.6340370Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy/value_ranges.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/_sympy 2024-08-08T20:18:56.6341740Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy/solve.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/_sympy 2024-08-08T20:18:56.6342320Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy/interp.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/_sympy 2024-08-08T20:18:56.6343970Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/backcompat 2024-08-08T20:18:56.6344570Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/backcompat/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/backcompat 2024-08-08T20:18:56.6345310Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_cxx_pytree.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6346830Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6347620Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_import_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6348980Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/hipify 2024-08-08T20:18:56.6349590Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/hipify/version.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/hipify 2024-08-08T20:18:56.6350730Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/hipify/cuda_to_hip_mappings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/hipify 2024-08-08T20:18:56.6353850Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/hipify/constants.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/hipify 2024-08-08T20:18:56.6354570Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/hipify/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/hipify 2024-08-08T20:18:56.6355960Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/hipify/hipify_python.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/hipify 2024-08-08T20:18:56.6357280Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/bundled_inputs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6358540Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/bottleneck 2024-08-08T20:18:56.6359040Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/bottleneck/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/bottleneck 2024-08-08T20:18:56.6359810Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/bottleneck/__main__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/bottleneck 2024-08-08T20:18:56.6361170Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/mkldnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6362390Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/viz 2024-08-08T20:18:56.6362920Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/viz/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/viz 2024-08-08T20:18:56.6363830Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/viz/_cycles.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/viz 2024-08-08T20:18:56.6364610Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/cpp_backtrace.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6366060Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_contextlib.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6371890Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/jit 2024-08-08T20:18:56.6372340Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/jit/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/jit 2024-08-08T20:18:56.6372800Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/jit/log_extract.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/jit 2024-08-08T20:18:56.6373220Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_python_dispatch.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6373450Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/tensorboard 2024-08-08T20:18:56.6373970Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard/_pytorch_graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/tensorboard 2024-08-08T20:18:56.6374490Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard/_proto_graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/tensorboard 2024-08-08T20:18:56.6374980Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/tensorboard 2024-08-08T20:18:56.6375490Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard/_embedding.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/tensorboard 2024-08-08T20:18:56.6376060Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard/_onnx_graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/tensorboard 2024-08-08T20:18:56.6376870Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard/summary.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/tensorboard 2024-08-08T20:18:56.6378380Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard/_convert_np.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/tensorboard 2024-08-08T20:18:56.6379230Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard/writer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/tensorboard 2024-08-08T20:18:56.6380780Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/tensorboard 2024-08-08T20:18:56.6381450Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_exposed_in.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6382770Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_config_module.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6383480Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_device.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6384840Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/flop_counter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6386110Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_typing_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6386820Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_stats.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6388370Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/model_dump 2024-08-08T20:18:56.6388840Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/model_dump/code.js -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/model_dump 2024-08-08T20:18:56.6390370Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/model_dump/preact.mjs -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/model_dump 2024-08-08T20:18:56.6391200Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/model_dump/skeleton.html -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/model_dump 2024-08-08T20:18:56.6392520Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/model_dump/htm.mjs -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/model_dump 2024-08-08T20:18:56.6393230Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/model_dump/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/model_dump 2024-08-08T20:18:56.6394670Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/model_dump/__main__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/model_dump 2024-08-08T20:18:56.6395390Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/cpp_extension.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6397270Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_backport_slots.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6398030Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_get_clean_triton.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6399370Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_triton.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6402240Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_content_store.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6403840Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/data 2024-08-08T20:18:56.6404570Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/_utils 2024-08-08T20:18:56.6405590Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/_utils/fetch.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/_utils 2024-08-08T20:18:56.6406420Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/_utils/worker.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/_utils 2024-08-08T20:18:56.6407940Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/_utils/collate.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/_utils 2024-08-08T20:18:56.6408680Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/_utils/pin_memory.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/_utils 2024-08-08T20:18:56.6410090Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/_utils/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/_utils 2024-08-08T20:18:56.6411530Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/_utils/signal_handling.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/_utils 2024-08-08T20:18:56.6412210Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/graph_settings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data 2024-08-08T20:18:56.6413510Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data 2024-08-08T20:18:56.6414360Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data 2024-08-08T20:18:56.6415700Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/dataset.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data 2024-08-08T20:18:56.6416570Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/distributed.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data 2024-08-08T20:18:56.6417930Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/backward_compatibility.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data 2024-08-08T20:18:56.6418670Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/dataloader.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data 2024-08-08T20:18:56.6420470Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/sampler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data 2024-08-08T20:18:56.6421950Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes 2024-08-08T20:18:56.6422490Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/_decorator.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes 2024-08-08T20:18:56.6423970Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/dataframe 2024-08-08T20:18:56.6424640Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/dataframe/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/dataframe 2024-08-08T20:18:56.6425520Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/dataframe/datapipes.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/dataframe 2024-08-08T20:18:56.6426620Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/dataframe 2024-08-08T20:18:56.6427650Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/dataframe/structures.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/dataframe 2024-08-08T20:18:56.6428660Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/dataframe/dataframes.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/dataframe 2024-08-08T20:18:56.6430080Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-08-08T20:18:56.6430680Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter/fileopener.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-08-08T20:18:56.6431640Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter/callable.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-08-08T20:18:56.6433250Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter/sharding.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-08-08T20:18:56.6433880Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter/grouping.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-08-08T20:18:56.6434750Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-08-08T20:18:56.6436240Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter/selecting.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-08-08T20:18:56.6437060Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter/combining.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-08-08T20:18:56.6438150Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter/filelister.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-08-08T20:18:56.6439580Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-08-08T20:18:56.6440610Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter/combinatorics.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-08-08T20:18:56.6442240Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter/streamreader.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-08-08T20:18:56.6443010Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter/routeddecoder.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-08-08T20:18:56.6443940Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/_typing.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes 2024-08-08T20:18:56.6445480Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/_hook_iterator.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes 2024-08-08T20:18:56.6446150Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/datapipe.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes 2024-08-08T20:18:56.6447710Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes 2024-08-08T20:18:56.6448980Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/utils 2024-08-08T20:18:56.6449670Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/utils/decoder.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/utils 2024-08-08T20:18:56.6451110Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/utils/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/utils 2024-08-08T20:18:56.6451860Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/utils/common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/utils 2024-08-08T20:18:56.6453020Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/utils/snapshot.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/utils 2024-08-08T20:18:56.6454620Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/datapipe.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes 2024-08-08T20:18:56.6455900Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/map 2024-08-08T20:18:56.6456480Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/map/callable.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/map 2024-08-08T20:18:56.6457370Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/map/grouping.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/map 2024-08-08T20:18:56.6458880Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/map/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/map 2024-08-08T20:18:56.6459590Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/map/combining.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/map 2024-08-08T20:18:56.6460570Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/map/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/map 2024-08-08T20:18:56.6462040Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/map/combinatorics.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/map 2024-08-08T20:18:56.6462680Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/gen_pyi.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes 2024-08-08T20:18:56.6464130Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/_strobelight 2024-08-08T20:18:56.6464690Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_strobelight/cli_function_profiler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/_strobelight 2024-08-08T20:18:56.6465620Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_strobelight/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/_strobelight 2024-08-08T20:18:56.6466340Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_ordered_set.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6467630Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/weak.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6468560Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/mobile_optimizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-08T20:18:56.6469870Z copying build/lib.macosx-11.1-arm64-3.9/torch/overrides.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:56.6471520Z copying build/lib.macosx-11.1-arm64-3.9/torch/_namedtensor_internals.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:56.6472340Z copying build/lib.macosx-11.1-arm64-3.9/torch/return_types.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:56.6473600Z copying build/lib.macosx-11.1-arm64-3.9/torch/types.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:56.6474710Z copying build/lib.macosx-11.1-arm64-3.9/torch/_linalg_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:56.6475430Z copying build/lib.macosx-11.1-arm64-3.9/torch/__config__.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:56.6476840Z copying build/lib.macosx-11.1-arm64-3.9/torch/_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:56.6478660Z creating build/bdist.macosx-11.1-arm64/wheel/torch/contrib 2024-08-08T20:18:56.6479100Z copying build/lib.macosx-11.1-arm64-3.9/torch/contrib/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/contrib 2024-08-08T20:18:56.6479980Z copying build/lib.macosx-11.1-arm64-3.9/torch/contrib/_tensorboard_vis.py -> build/bdist.macosx-11.1-arm64/wheel/torch/contrib 2024-08-08T20:18:56.6481350Z copying build/lib.macosx-11.1-arm64-3.9/torch/random.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:56.6482560Z copying build/lib.macosx-11.1-arm64-3.9/torch/hub.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:56.6484210Z creating build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-08-08T20:18:56.6484690Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/observer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-08-08T20:18:56.6486150Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/fuse_modules.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-08-08T20:18:56.6487520Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/quantization_mappings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-08-08T20:18:56.6488260Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/quantize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-08-08T20:18:56.6489970Z creating build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-08-08T20:18:56.6490480Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx/graph_module.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-08-08T20:18:56.6491680Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx/fusion_patterns.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-08-08T20:18:56.6492840Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx/_equalize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-08-08T20:18:56.6494380Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx/quantization_types.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-08-08T20:18:56.6495290Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx/convert.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-08-08T20:18:56.6496330Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-08-08T20:18:56.6497740Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-08-08T20:18:56.6498620Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx/pattern_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-08-08T20:18:56.6500090Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx/fuse.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-08-08T20:18:56.6500820Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx/match_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-08-08T20:18:56.6502490Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx/prepare.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-08-08T20:18:56.6503580Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx/quantization_patterns.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-08-08T20:18:56.6504920Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/_numeric_suite.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-08-08T20:18:56.6505770Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/fake_quantize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-08-08T20:18:56.6507100Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/qconfig.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-08-08T20:18:56.6507940Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-08-08T20:18:56.6509330Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/_quantized_conversions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-08-08T20:18:56.6510110Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/stubs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-08-08T20:18:56.6511540Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-08-08T20:18:56.6512290Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/fuser_method_mappings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-08-08T20:18:56.6513360Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/quantize_jit.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-08-08T20:18:56.6514740Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/quant_type.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-08-08T20:18:56.6515450Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/quantize_fx.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-08-08T20:18:56.6516940Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/_numeric_suite_fx.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-08-08T20:18:56.6517440Z copying build/lib.macosx-11.1-arm64-3.9/torch/_tensor_str.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:56.6519150Z copying build/lib.macosx-11.1-arm64-3.9/torch/_sources.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:56.6520440Z creating build/bdist.macosx-11.1-arm64/wheel/torch/special 2024-08-08T20:18:56.6520890Z copying build/lib.macosx-11.1-arm64-3.9/torch/special/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/special 2024-08-08T20:18:56.6522540Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-08T20:18:56.6522960Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_profiler.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-08T20:18:56.6524320Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_onnx.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-08T20:18:56.6525290Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_distributed_c10d.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-08T20:18:56.6526760Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_autograd.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-08T20:18:56.6527440Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_monitor.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-08T20:18:56.6528830Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_itt.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-08T20:18:56.6529710Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_lazy.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-08T20:18:56.6530870Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/__init__.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-08T20:18:56.6533870Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_nvtx.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-08T20:18:56.6534620Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_cpu.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-08T20:18:56.6535850Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_nn.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-08T20:18:56.6536600Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_lazy_ts_backend.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-08T20:18:56.6537700Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_functorch.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-08T20:18:56.6539120Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_VariableFunctions.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-08T20:18:56.6545950Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_distributed_rpc.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-08T20:18:56.6546840Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_verbose.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-08T20:18:56.6548140Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_aoti.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-08T20:18:56.6548910Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_functions.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-08T20:18:56.6550320Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_distributed_rpc_testing.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-08T20:18:56.6551060Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_cudnn.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-08T20:18:56.6556990Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_distributed_autograd.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-08T20:18:56.6557320Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing 2024-08-08T20:18:56.6557560Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6558750Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/generated 2024-08-08T20:18:56.6559510Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/generated/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/generated 2024-08-08T20:18:56.6560110Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/generated/annotated_fn_args.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/generated 2024-08-08T20:18:56.6561600Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo 2024-08-08T20:18:56.6562210Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo 2024-08-08T20:18:56.6563020Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/core.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo 2024-08-08T20:18:56.6564900Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo 2024-08-08T20:18:56.6565840Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/refs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo 2024-08-08T20:18:56.6567270Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo/definitions 2024-08-08T20:18:56.6567940Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/definitions/signal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo/definitions 2024-08-08T20:18:56.6569480Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/definitions/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo/definitions 2024-08-08T20:18:56.6570250Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/definitions/_masked.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo/definitions 2024-08-08T20:18:56.6571870Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/definitions/linalg.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo/definitions 2024-08-08T20:18:56.6573380Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/definitions/sparse.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo/definitions 2024-08-08T20:18:56.6574250Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/definitions/fft.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo/definitions 2024-08-08T20:18:56.6575930Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/definitions/special.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo/definitions 2024-08-08T20:18:56.6576780Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/definitions/nested.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo/definitions 2024-08-08T20:18:56.6578050Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/common_dtype.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6579140Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/common_pruning.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6580330Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/test_module 2024-08-08T20:18:56.6581000Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/test_module/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/test_module 2024-08-08T20:18:56.6582070Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/test_module/future_div.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/test_module 2024-08-08T20:18:56.6582940Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/test_module/no_future_div.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/test_module 2024-08-08T20:18:56.6584150Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/hop_db.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6585120Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/triton_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6586060Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/static_module.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6587430Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/common_nn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6589280Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/custom_op_db.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6590660Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/autocast_test_lists.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6591510Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/common_fsdp.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6593210Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/two_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6593970Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/torchbind_impls.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6595480Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed 2024-08-08T20:18:56.6596120Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/_tensor 2024-08-08T20:18:56.6596930Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/_tensor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/_tensor 2024-08-08T20:18:56.6597830Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/_tensor/common_dtensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/_tensor 2024-08-08T20:18:56.6599350Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed 2024-08-08T20:18:56.6600780Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/nn 2024-08-08T20:18:56.6601380Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/nn/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/nn 2024-08-08T20:18:56.6602530Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/nn/api 2024-08-08T20:18:56.6603170Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/nn/api/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/nn/api 2024-08-08T20:18:56.6604010Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/nn/api/remote_module_test.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/nn/api 2024-08-08T20:18:56.6605440Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/fake_pg.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed 2024-08-08T20:18:56.6606230Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed 2024-08-08T20:18:56.6607500Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/_shard 2024-08-08T20:18:56.6608160Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/_shard/test_common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/_shard 2024-08-08T20:18:56.6609510Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-08-08T20:18:56.6610260Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-08-08T20:18:56.6611300Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-08-08T20:18:56.6612420Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-08-08T20:18:56.6613290Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/_shard/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/_shard 2024-08-08T20:18:56.6614330Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/checkpoint_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed 2024-08-08T20:18:56.6615900Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/distributed_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed 2024-08-08T20:18:56.6617080Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc 2024-08-08T20:18:56.6617790Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc 2024-08-08T20:18:56.6618750Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc 2024-08-08T20:18:56.6619650Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc 2024-08-08T20:18:56.6620530Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc 2024-08-08T20:18:56.6622500Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc 2024-08-08T20:18:56.6623350Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc 2024-08-08T20:18:56.6624760Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc/jit 2024-08-08T20:18:56.6625420Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/jit/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc/jit 2024-08-08T20:18:56.6626490Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc/jit 2024-08-08T20:18:56.6627440Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/jit/rpc_test.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc/jit 2024-08-08T20:18:56.6629000Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc/jit 2024-08-08T20:18:56.6630270Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc/examples 2024-08-08T20:18:56.6630970Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/examples/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc/examples 2024-08-08T20:18:56.6631780Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc/examples 2024-08-08T20:18:56.6632810Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc/examples 2024-08-08T20:18:56.6633780Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/rpc_test.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc 2024-08-08T20:18:56.6636400Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc 2024-08-08T20:18:56.6637380Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/distributed_test.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed 2024-08-08T20:18:56.6640700Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/multi_threaded_pg.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed 2024-08-08T20:18:56.6641950Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/common_state_dict.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed 2024-08-08T20:18:56.6642720Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed 2024-08-08T20:18:56.6644240Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/common_optimizers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6645850Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/common_device_type.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6647390Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/autograd_function_db.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6648320Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/common_mkldnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6649660Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/inductor_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6650470Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/common_distributed.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6652250Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6653140Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/optests 2024-08-08T20:18:56.6653830Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/optests/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/optests 2024-08-08T20:18:56.6655310Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/optests/fake_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/optests 2024-08-08T20:18:56.6656100Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/optests/aot_autograd.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/optests 2024-08-08T20:18:56.6657590Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/optests/make_fx.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/optests 2024-08-08T20:18:56.6658280Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/optests/generate_tests.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/optests 2024-08-08T20:18:56.6659950Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/optests/autograd_registration.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/optests 2024-08-08T20:18:56.6660710Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/common_methods_invocations.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6667810Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/custom_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6669090Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/codegen 2024-08-08T20:18:56.6669650Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/codegen/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/codegen 2024-08-08T20:18:56.6670660Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/logging_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6672070Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/hypothesis_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6672740Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/common_cuda.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6674250Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/common_quantization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6675880Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/common_modules.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6677910Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/common_jit.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6678870Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/jit_metaprogramming_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6680520Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/dynamo_test_failures.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6681260Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/check_kernel_launches.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6682670Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/common_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6684780Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/quantization_torch_package_models.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6685890Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/data 2024-08-08T20:18:56.6686430Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/data/network1.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/data 2024-08-08T20:18:56.6687810Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/data/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/data 2024-08-08T20:18:56.6688590Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/data/network2.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/data 2024-08-08T20:18:56.6689970Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/common_quantized.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6690720Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/common_dist_composable.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6692080Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/common_subclass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6692890Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/composite_compliance.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6694340Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/logging_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6695070Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/dist_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6696430Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/jit_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-08T20:18:56.6697730Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_creation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing 2024-08-08T20:18:56.6698770Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing 2024-08-08T20:18:56.6699570Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_comparison.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing 2024-08-08T20:18:56.6701230Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing 2024-08-08T20:18:56.6702480Z copying build/lib.macosx-11.1-arm64-3.9/torch/_vmap_internals.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:56.6703760Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-08-08T20:18:56.6704360Z copying build/lib.macosx-11.1-arm64-3.9/torch/_library/triton.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-08-08T20:18:56.6705260Z copying build/lib.macosx-11.1-arm64-3.9/torch/_library/infer_schema.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-08-08T20:18:56.6706570Z copying build/lib.macosx-11.1-arm64-3.9/torch/_library/simple_registry.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-08-08T20:18:56.6707360Z copying build/lib.macosx-11.1-arm64-3.9/torch/_library/custom_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-08-08T20:18:56.6708880Z copying build/lib.macosx-11.1-arm64-3.9/torch/_library/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-08-08T20:18:56.6709650Z copying build/lib.macosx-11.1-arm64-3.9/torch/_library/fake_impl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-08-08T20:18:56.6710940Z copying build/lib.macosx-11.1-arm64-3.9/torch/_library/autograd.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-08-08T20:18:56.6712210Z copying build/lib.macosx-11.1-arm64-3.9/torch/_library/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-08-08T20:18:56.6712960Z copying build/lib.macosx-11.1-arm64-3.9/torch/_library/fake_class_registry.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-08-08T20:18:56.6714440Z copying build/lib.macosx-11.1-arm64-3.9/torch/functional.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:56.6715740Z copying build/lib.macosx-11.1-arm64-3.9/torch/_lowrank.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:56.6716540Z copying build/lib.macosx-11.1-arm64-3.9/torch/_appdirs.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:56.6718190Z creating build/bdist.macosx-11.1-arm64/wheel/torch/amp 2024-08-08T20:18:56.6718730Z copying build/lib.macosx-11.1-arm64-3.9/torch/amp/autocast_mode.py -> build/bdist.macosx-11.1-arm64/wheel/torch/amp 2024-08-08T20:18:56.6720240Z copying build/lib.macosx-11.1-arm64-3.9/torch/amp/grad_scaler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/amp 2024-08-08T20:18:56.6721100Z copying build/lib.macosx-11.1-arm64-3.9/torch/amp/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/amp 2024-08-08T20:18:56.6723550Z creating build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-08T20:18:56.6723970Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_ir_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-08T20:18:56.6725590Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_monkeytype_config.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-08T20:18:56.6726270Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_decompositions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-08T20:18:56.6727740Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_recursive.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-08T20:18:56.6729040Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_logging.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-08T20:18:56.6730030Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_serialization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-08T20:18:56.6731330Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/quantized.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-08T20:18:56.6732010Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_script.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-08T20:18:56.6733810Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_script.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-08T20:18:56.6734630Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_shape_functions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-08T20:18:56.6736250Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_decomposition_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-08T20:18:56.6736980Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_freeze.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-08T20:18:56.6738310Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_pickle.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-08T20:18:56.6739200Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_check.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-08T20:18:56.6740500Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/unsupported_tensor_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-08T20:18:56.6741210Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/frontend.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-08T20:18:56.6752330Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/supported_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-08T20:18:56.6758400Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-08T20:18:56.6773520Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_fuser.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-08T20:18:56.6774790Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_builtins.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-08T20:18:56.6775570Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_dataclass_impls.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-08T20:18:56.6776860Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_trace.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-08T20:18:56.6778600Z creating build/bdist.macosx-11.1-arm64/wheel/torch/jit/_passes 2024-08-08T20:18:56.6779210Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_passes/_property_propagation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit/_passes 2024-08-08T20:18:56.6780660Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_passes/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit/_passes 2024-08-08T20:18:56.6781170Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/generate_bytecode.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-08T20:18:56.6782460Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_state.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-08T20:18:56.6783590Z creating build/bdist.macosx-11.1-arm64/wheel/torch/jit/mobile 2024-08-08T20:18:56.6784170Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/mobile/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit/mobile 2024-08-08T20:18:56.6785430Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_async.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-08T20:18:56.6794550Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/annotations.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-08T20:18:56.6795930Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_await.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-08T20:18:56.6797190Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6797770Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/cache_size.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6799230Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/callback.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6799970Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/comptime.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6801240Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/logging.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6802740Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/_trace_wrapped_higher_order_op.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6803320Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/hooks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6804590Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/config.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6805460Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/guards.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6807560Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/test_minifier_common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6808340Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/create_parameter_op.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6809710Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/device_interface.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6810840Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-08-08T20:18:56.6811340Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends/registry.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-08-08T20:18:56.6812820Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-08-08T20:18:56.6813350Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends/debugging.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-08-08T20:18:56.6814770Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends/distributed.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-08-08T20:18:56.6815720Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends/common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-08-08T20:18:56.6817230Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends/inductor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-08-08T20:18:56.6817840Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends/onnxrt.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-08-08T20:18:56.6819050Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends/tvm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-08-08T20:18:56.6820370Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends/cudagraphs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-08-08T20:18:56.6821030Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends/tensorrt.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-08-08T20:18:56.6822410Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends/torchxla.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-08-08T20:18:56.6823120Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6824640Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/mutation_guard.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6825260Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/types.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6826640Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/bytecode_analysis.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6827590Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/tensor_version_op.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6828920Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/external_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6829720Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/test_case.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6830830Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/distributed.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6832250Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/resume_execution.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6833190Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/output_graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6834830Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/compiled_autograd.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6836330Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/exc.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6836870Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6838990Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-08T20:18:56.6839500Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/functions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-08T20:18:56.6841010Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/iter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-08T20:18:56.6841940Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/misc.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-08T20:18:56.6843370Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/lists.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-08T20:18:56.6844940Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/script_object.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-08T20:18:56.6845930Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/torch_function.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-08T20:18:56.6847400Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-08T20:18:56.6848190Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/user_defined.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-08T20:18:56.6849630Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/nn_module.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-08T20:18:56.6851150Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/builder.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-08T20:18:56.6852590Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-08T20:18:56.6854180Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/higher_order_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-08T20:18:56.6855750Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/sdpa.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-08T20:18:56.6856480Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/distributed.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-08T20:18:56.6858020Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/optimizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-08T20:18:56.6858630Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/builtin.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-08T20:18:56.6860530Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/constant.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-08T20:18:56.6861170Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/lazy.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-08T20:18:56.6862420Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/torch.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-08T20:18:56.6863950Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/ctx_manager.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-08T20:18:56.6865290Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/dicts.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-08T20:18:56.6866480Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/base.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-08T20:18:56.6868050Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/repro 2024-08-08T20:18:56.6868660Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/repro/after_dynamo.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/repro 2024-08-08T20:18:56.6869630Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/repro/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/repro 2024-08-08T20:18:56.6870720Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/repro/after_aot.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/repro 2024-08-08T20:18:56.6872120Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/replay_record.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6872870Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/side_effects.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6874370Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/trace_rules.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6876220Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/bytecode_transformation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6877690Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/convert_frame.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6879010Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/funcname_cache.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6879900Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/polyfill.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6881190Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/testing.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6882020Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/profiler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6883370Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/symbolic_convert.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6885140Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/codegen.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6886250Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/source.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6887650Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/eval_frame.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6888990Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/code_context.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6889950Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/current_scope_id.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6891310Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/debug_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6892460Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/decorators.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-08T20:18:56.6893840Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-08-08T20:18:56.6894300Z copying build/lib.macosx-11.1-arm64-3.9/torch/_lazy/metrics.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-08-08T20:18:56.6895880Z copying build/lib.macosx-11.1-arm64-3.9/torch/_lazy/config.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-08-08T20:18:56.6896590Z copying build/lib.macosx-11.1-arm64-3.9/torch/_lazy/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-08-08T20:18:56.6898050Z copying build/lib.macosx-11.1-arm64-3.9/torch/_lazy/tensor_factory_functions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-08-08T20:18:56.6899300Z copying build/lib.macosx-11.1-arm64-3.9/torch/_lazy/debug.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-08-08T20:18:56.6900470Z copying build/lib.macosx-11.1-arm64-3.9/torch/_lazy/extract_compiled_graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-08-08T20:18:56.6901430Z copying build/lib.macosx-11.1-arm64-3.9/torch/_lazy/ir_cache.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-08-08T20:18:56.6902830Z copying build/lib.macosx-11.1-arm64-3.9/torch/_lazy/ts_backend.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-08-08T20:18:56.6903450Z copying build/lib.macosx-11.1-arm64-3.9/torch/_lazy/computation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-08-08T20:18:56.6904620Z copying build/lib.macosx-11.1-arm64-3.9/torch/_lazy/closure.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-08-08T20:18:56.6906090Z copying build/lib.macosx-11.1-arm64-3.9/torch/_lazy/device_context.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-08-08T20:18:56.6906780Z copying build/lib.macosx-11.1-arm64-3.9/torch/storage.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:56.6908810Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao 2024-08-08T20:18:56.6909870Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn 2024-08-08T20:18:56.6910470Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat 2024-08-08T20:18:56.6911700Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat/dynamic 2024-08-08T20:18:56.6912220Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat/dynamic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat/dynamic 2024-08-08T20:18:56.6913890Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat/dynamic/modules 2024-08-08T20:18:56.6914490Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat/dynamic/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat/dynamic/modules 2024-08-08T20:18:56.6915890Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat/dynamic/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat/dynamic/modules 2024-08-08T20:18:56.6916650Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat 2024-08-08T20:18:56.6918230Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat/modules 2024-08-08T20:18:56.6918760Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat/modules 2024-08-08T20:18:56.6920320Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat/modules 2024-08-08T20:18:56.6921090Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat/modules/conv.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat/modules 2024-08-08T20:18:56.6922540Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat/modules/embedding_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat/modules 2024-08-08T20:18:56.6924140Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized 2024-08-08T20:18:56.6924650Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/dynamic 2024-08-08T20:18:56.6925950Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/dynamic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/dynamic 2024-08-08T20:18:56.6927340Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/dynamic/modules 2024-08-08T20:18:56.6928010Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/dynamic/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/dynamic/modules 2024-08-08T20:18:56.6929530Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/dynamic/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/dynamic/modules 2024-08-08T20:18:56.6930470Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/dynamic/modules/conv.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/dynamic/modules 2024-08-08T20:18:56.6931920Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/dynamic/modules/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/dynamic/modules 2024-08-08T20:18:56.6933380Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized 2024-08-08T20:18:56.6934480Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/functional.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized 2024-08-08T20:18:56.6936170Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-08-08T20:18:56.6936770Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules/batchnorm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-08-08T20:18:56.6938340Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules/functional_modules.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-08-08T20:18:56.6939400Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-08-08T20:18:56.6940380Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-08-08T20:18:56.6941130Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules/activation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-08-08T20:18:56.6942520Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-08-08T20:18:56.6943180Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules/dropout.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-08-08T20:18:56.6944720Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules/conv.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-08-08T20:18:56.6945650Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules/normalization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-08-08T20:18:56.6947030Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-08-08T20:18:56.6947770Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules/embedding_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-08-08T20:18:56.6949240Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/reference 2024-08-08T20:18:56.6949940Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/reference/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/reference 2024-08-08T20:18:56.6951320Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/reference/modules 2024-08-08T20:18:56.6951990Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/reference/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/reference/modules 2024-08-08T20:18:56.6952780Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/reference/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/reference/modules 2024-08-08T20:18:56.6953920Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/reference/modules/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/reference/modules 2024-08-08T20:18:56.6955380Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/reference/modules/sparse.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/reference/modules 2024-08-08T20:18:56.6956280Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/reference/modules/conv.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/reference/modules 2024-08-08T20:18:56.6957250Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/reference/modules/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/reference/modules 2024-08-08T20:18:56.6958250Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn 2024-08-08T20:18:56.6959770Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantizable 2024-08-08T20:18:56.6960370Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantizable/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantizable 2024-08-08T20:18:56.6961740Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantizable/modules 2024-08-08T20:18:56.6962320Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantizable/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantizable/modules 2024-08-08T20:18:56.6968410Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantizable/modules/activation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantizable/modules 2024-08-08T20:18:56.6969170Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantizable/modules/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantizable/modules 2024-08-08T20:18:56.6969400Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic 2024-08-08T20:18:56.6969640Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/qat 2024-08-08T20:18:56.6970180Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/qat/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/qat 2024-08-08T20:18:56.6970440Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/qat/modules 2024-08-08T20:18:56.6971060Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/qat/modules/conv_fused.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/qat/modules 2024-08-08T20:18:56.6971670Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/qat/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/qat/modules 2024-08-08T20:18:56.6972330Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/qat/modules/linear_relu.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/qat/modules 2024-08-08T20:18:56.6973110Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/qat/modules/linear_fused.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/qat/modules 2024-08-08T20:18:56.6974580Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized 2024-08-08T20:18:56.6975160Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/dynamic 2024-08-08T20:18:56.6975980Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/dynamic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/dynamic 2024-08-08T20:18:56.6977420Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2024-08-08T20:18:56.6978150Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2024-08-08T20:18:56.6979170Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2024-08-08T20:18:56.6980240Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized 2024-08-08T20:18:56.6981540Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/modules 2024-08-08T20:18:56.6982200Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/modules/bn_relu.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/modules 2024-08-08T20:18:56.6983250Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/modules 2024-08-08T20:18:56.6984820Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/modules/conv_relu.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/modules 2024-08-08T20:18:56.6985650Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/modules/linear_relu.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/modules 2024-08-08T20:18:56.6986880Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/modules/conv_add.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/modules 2024-08-08T20:18:56.6987700Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic 2024-08-08T20:18:56.6989410Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/modules 2024-08-08T20:18:56.6989970Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/modules/fused.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/modules 2024-08-08T20:18:56.6990850Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/modules 2024-08-08T20:18:56.6992210Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/sparse 2024-08-08T20:18:56.6992890Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/sparse/quantized 2024-08-08T20:18:56.6993970Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/sparse/quantized/dynamic 2024-08-08T20:18:56.6994640Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/sparse/quantized/dynamic/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/sparse/quantized/dynamic 2024-08-08T20:18:56.6996160Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/sparse/quantized/dynamic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/sparse/quantized/dynamic 2024-08-08T20:18:56.6996840Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/sparse/quantized/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/sparse/quantized 2024-08-08T20:18:56.6997920Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/sparse/quantized/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/sparse/quantized 2024-08-08T20:18:56.6998910Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/sparse/quantized/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/sparse/quantized 2024-08-08T20:18:56.7000390Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/sparse/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/sparse 2024-08-08T20:18:56.7001560Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns 2024-08-08T20:18:56.7002300Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns/fx 2024-08-08T20:18:56.7003510Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx/graph_passes.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns/fx 2024-08-08T20:18:56.7004860Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx/weight_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns/fx 2024-08-08T20:18:56.7006330Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx/graph_matcher.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns/fx 2024-08-08T20:18:56.7007410Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns/fx 2024-08-08T20:18:56.7008300Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns/fx 2024-08-08T20:18:56.7009630Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx/pattern_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns/fx 2024-08-08T20:18:56.7011010Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx/ns_types.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns/fx 2024-08-08T20:18:56.7011780Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx/n_shadows_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns/fx 2024-08-08T20:18:56.7013390Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx/mappings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns/fx 2024-08-08T20:18:56.7014830Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx/qconfig_multi_mapping.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns/fx 2024-08-08T20:18:56.7016120Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/_numeric_suite.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns 2024-08-08T20:18:56.7016990Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns 2024-08-08T20:18:56.7017920Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/_numeric_suite_fx.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns 2024-08-08T20:18:56.7019400Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao 2024-08-08T20:18:56.7020930Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-08T20:18:56.7021530Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/observer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-08T20:18:56.7023390Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fuse_modules.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-08T20:18:56.7024650Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/_learnable_fake_quantize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-08T20:18:56.7026010Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-08-08T20:18:56.7026680Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config/_common_operator_config_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-08-08T20:18:56.7027980Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config/qnnpack.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-08-08T20:18:56.7028860Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config/fbgemm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-08-08T20:18:56.7030020Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-08-08T20:18:56.7031390Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config/native.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-08-08T20:18:56.7032190Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config/observation_type.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-08-08T20:18:56.7033040Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config/onednn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-08-08T20:18:56.7034360Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-08-08T20:18:56.7035470Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config/_qnnpack_pt2e.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-08-08T20:18:56.7036660Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config/executorch.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-08-08T20:18:56.7037990Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config/backend_config.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-08-08T20:18:56.7039450Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config/x86.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-08-08T20:18:56.7040240Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config/tensorrt.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-08-08T20:18:56.7041240Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantization_mappings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-08T20:18:56.7042540Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/_correct_bias.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-08T20:18:56.7044080Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e 2024-08-08T20:18:56.7044670Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e/port_metadata_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e 2024-08-08T20:18:56.7045550Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e/export_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e 2024-08-08T20:18:56.7047540Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e/qat_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e 2024-08-08T20:18:56.7048340Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e/duplicate_dq_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e 2024-08-08T20:18:56.7049640Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e/graph_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e 2024-08-08T20:18:56.7050460Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e 2024-08-08T20:18:56.7051740Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e/representation 2024-08-08T20:18:56.7052410Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e/representation/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e/representation 2024-08-08T20:18:56.7053600Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e/representation/rewrite.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e/representation 2024-08-08T20:18:56.7054520Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e 2024-08-08T20:18:56.7055990Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e/prepare.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e 2024-08-08T20:18:56.7056950Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e/_numeric_debugger.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e 2024-08-08T20:18:56.7058330Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-08T20:18:56.7059730Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-08T20:18:56.7060280Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/graph_module.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-08T20:18:56.7061690Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/lower_to_fbgemm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-08T20:18:56.7062390Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/_equalize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-08T20:18:56.7063950Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/lower_to_qnnpack.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-08T20:18:56.7064820Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/convert.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-08T20:18:56.7066300Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-08T20:18:56.7067690Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx/_model_report 2024-08-08T20:18:56.7068320Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/_model_report/detector.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx/_model_report 2024-08-08T20:18:56.7070020Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/_model_report/model_report_visualizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx/_model_report 2024-08-08T20:18:56.7071130Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/_model_report/model_report_observer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx/_model_report 2024-08-08T20:18:56.7072110Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/_model_report/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx/_model_report 2024-08-08T20:18:56.7073260Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/_model_report/model_report.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx/_model_report 2024-08-08T20:18:56.7074210Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/quantize_handler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-08T20:18:56.7075440Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-08T20:18:56.7076850Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/pattern_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-08T20:18:56.7077650Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/_lower_to_native_backend.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-08T20:18:56.7079360Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/custom_config.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-08T20:18:56.7080210Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/fuse.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-08T20:18:56.7081800Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-08T20:18:56.7082760Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/match_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-08T20:18:56.7083740Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/prepare.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-08T20:18:56.7085630Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/tracer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-08T20:18:56.7086330Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/_decomposed.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-08T20:18:56.7087900Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/fuse_handler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-08T20:18:56.7088710Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/lstm_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-08T20:18:56.7090110Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/_equalize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-08T20:18:56.7091050Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fake_quantize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-08T20:18:56.7092400Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/qconfig.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-08T20:18:56.7093330Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-08T20:18:56.7094870Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/qconfig_mapping.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-08T20:18:56.7095660Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/stubs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-08T20:18:56.7096490Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-08T20:18:56.7098000Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fuser_method_mappings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-08T20:18:56.7098780Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantize_jit.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-08T20:18:56.7100370Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantize_pt2e.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-08T20:18:56.7101000Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/quantizer 2024-08-08T20:18:56.7101790Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantizer/embedding_quantizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/quantizer 2024-08-08T20:18:56.7102910Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantizer/x86_inductor_quantizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/quantizer 2024-08-08T20:18:56.7104740Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantizer/xnnpack_quantizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/quantizer 2024-08-08T20:18:56.7105940Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantizer/composable_quantizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/quantizer 2024-08-08T20:18:56.7106660Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantizer/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/quantizer 2024-08-08T20:18:56.7108100Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantizer/quantizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/quantizer 2024-08-08T20:18:56.7108920Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantizer/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/quantizer 2024-08-08T20:18:56.7110320Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/quantizer 2024-08-08T20:18:56.7111240Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quant_type.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-08T20:18:56.7112730Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantize_fx.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-08T20:18:56.7113670Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning 2024-08-08T20:18:56.7114580Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/sparsifier 2024-08-08T20:18:56.7115550Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/sparsifier/weight_norm_sparsifier.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/sparsifier 2024-08-08T20:18:56.7117030Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/sparsifier/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/sparsifier 2024-08-08T20:18:56.7117630Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/sparsifier/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/sparsifier 2024-08-08T20:18:56.7118770Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/sparsifier 2024-08-08T20:18:56.7119800Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/sparsifier/base_sparsifier.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/sparsifier 2024-08-08T20:18:56.7121500Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental 2024-08-08T20:18:56.7122030Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2024-08-08T20:18:56.7123440Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning 2024-08-08T20:18:56.7123990Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-08-08T20:18:56.7124940Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-08-08T20:18:56.7126020Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-08-08T20:18:56.7127150Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-08-08T20:18:56.7128100Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning 2024-08-08T20:18:56.7128910Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2024-08-08T20:18:56.7129850Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2024-08-08T20:18:56.7131390Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2024-08-08T20:18:56.7132400Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2024-08-08T20:18:56.7133730Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/pruner 2024-08-08T20:18:56.7134360Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/pruner/FPGM_pruner.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/pruner 2024-08-08T20:18:56.7135850Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/pruner/saliency_pruner.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/pruner 2024-08-08T20:18:56.7136680Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/pruner/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/pruner 2024-08-08T20:18:56.7138260Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/pruner 2024-08-08T20:18:56.7139010Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/pruner/prune_functions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/pruner 2024-08-08T20:18:56.7145180Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/pruner 2024-08-08T20:18:56.7145980Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/pruner/parametrization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/pruner 2024-08-08T20:18:56.7146610Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/pruner/match_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/pruner 2024-08-08T20:18:56.7147220Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental 2024-08-08T20:18:56.7147570Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2024-08-08T20:18:56.7148330Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2024-08-08T20:18:56.7149080Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/activation_sparsifier/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2024-08-08T20:18:56.7149450Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_scheduler 2024-08-08T20:18:56.7150100Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_scheduler/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_scheduler 2024-08-08T20:18:56.7150840Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_scheduler 2024-08-08T20:18:56.7151090Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/scheduler 2024-08-08T20:18:56.7151650Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/scheduler/base_scheduler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/scheduler 2024-08-08T20:18:56.7152300Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/scheduler/cubic_scheduler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/scheduler 2024-08-08T20:18:56.7153700Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/scheduler/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/scheduler 2024-08-08T20:18:56.7154270Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/scheduler/lambda_scheduler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/scheduler 2024-08-08T20:18:56.7155520Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning 2024-08-08T20:18:56.7156310Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_mappings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning 2024-08-08T20:18:56.7157760Z creating build/bdist.macosx-11.1-arm64/wheel/torch/mtia 2024-08-08T20:18:56.7158180Z copying build/lib.macosx-11.1-arm64-3.9/torch/mtia/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/mtia 2024-08-08T20:18:56.7159660Z copying build/lib.macosx-11.1-arm64-3.9/torch/mtia/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/mtia 2024-08-08T20:18:56.7160760Z creating build/bdist.macosx-11.1-arm64/wheel/torch/lib 2024-08-08T20:18:56.7161330Z copying build/lib.macosx-11.1-arm64-3.9/torch/lib/libtorch_python.dylib -> build/bdist.macosx-11.1-arm64/wheel/torch/lib 2024-08-08T20:18:56.7949670Z copying build/lib.macosx-11.1-arm64-3.9/torch/lib/libtorch.dylib -> build/bdist.macosx-11.1-arm64/wheel/torch/lib 2024-08-08T20:18:56.7951080Z copying build/lib.macosx-11.1-arm64-3.9/torch/lib/libtorch_global_deps.dylib -> build/bdist.macosx-11.1-arm64/wheel/torch/lib 2024-08-08T20:18:56.7952390Z copying build/lib.macosx-11.1-arm64-3.9/torch/lib/libomp.dylib -> build/bdist.macosx-11.1-arm64/wheel/torch/lib 2024-08-08T20:18:56.7957720Z copying build/lib.macosx-11.1-arm64-3.9/torch/lib/libtorch_cpu.dylib -> build/bdist.macosx-11.1-arm64/wheel/torch/lib 2024-08-08T20:18:58.5844590Z copying build/lib.macosx-11.1-arm64-3.9/torch/lib/libc10.dylib -> build/bdist.macosx-11.1-arm64/wheel/torch/lib 2024-08-08T20:18:58.5851080Z copying build/lib.macosx-11.1-arm64-3.9/torch/lib/libshm.dylib -> build/bdist.macosx-11.1-arm64/wheel/torch/lib 2024-08-08T20:18:58.5852730Z copying build/lib.macosx-11.1-arm64-3.9/torch/_VF.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:58.5860280Z copying build/lib.macosx-11.1-arm64-3.9/torch/_compile.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:58.5861170Z copying build/lib.macosx-11.1-arm64-3.9/torch/py.typed -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:58.5862070Z copying build/lib.macosx-11.1-arm64-3.9/torch/_lobpcg.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:58.5864340Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_refs 2024-08-08T20:18:58.5864920Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_refs/linalg 2024-08-08T20:18:58.5865840Z copying build/lib.macosx-11.1-arm64-3.9/torch/_refs/linalg/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_refs/linalg 2024-08-08T20:18:58.5867360Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_refs/nn 2024-08-08T20:18:58.5868050Z copying build/lib.macosx-11.1-arm64-3.9/torch/_refs/nn/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_refs/nn 2024-08-08T20:18:58.5869150Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_refs/nn/functional 2024-08-08T20:18:58.5870060Z copying build/lib.macosx-11.1-arm64-3.9/torch/_refs/nn/functional/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_refs/nn/functional 2024-08-08T20:18:58.5871330Z copying build/lib.macosx-11.1-arm64-3.9/torch/_refs/_conversions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_refs 2024-08-08T20:18:58.5872480Z copying build/lib.macosx-11.1-arm64-3.9/torch/_refs/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_refs 2024-08-08T20:18:58.5875370Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_refs/special 2024-08-08T20:18:58.5876110Z copying build/lib.macosx-11.1-arm64-3.9/torch/_refs/special/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_refs/special 2024-08-08T20:18:58.5877030Z copying build/lib.macosx-11.1-arm64-3.9/torch/_refs/fft.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_refs 2024-08-08T20:18:58.5878500Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fft 2024-08-08T20:18:58.5879140Z copying build/lib.macosx-11.1-arm64-3.9/torch/fft/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fft 2024-08-08T20:18:58.5880290Z copying build/lib.macosx-11.1-arm64-3.9/torch/__future__.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:58.5881950Z creating build/bdist.macosx-11.1-arm64/wheel/torch/profiler 2024-08-08T20:18:58.5882780Z copying build/lib.macosx-11.1-arm64-3.9/torch/profiler/_memory_profiler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/profiler 2024-08-08T20:18:58.5890590Z copying build/lib.macosx-11.1-arm64-3.9/torch/profiler/itt.py -> build/bdist.macosx-11.1-arm64/wheel/torch/profiler 2024-08-08T20:18:58.5891540Z copying build/lib.macosx-11.1-arm64-3.9/torch/profiler/_pattern_matcher.py -> build/bdist.macosx-11.1-arm64/wheel/torch/profiler 2024-08-08T20:18:58.5892450Z copying build/lib.macosx-11.1-arm64-3.9/torch/profiler/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/profiler 2024-08-08T20:18:58.5893370Z copying build/lib.macosx-11.1-arm64-3.9/torch/profiler/profiler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/profiler 2024-08-08T20:18:58.5894300Z copying build/lib.macosx-11.1-arm64-3.9/torch/profiler/python_tracer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/profiler 2024-08-08T20:18:58.5895210Z copying build/lib.macosx-11.1-arm64-3.9/torch/profiler/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/profiler 2024-08-08T20:18:58.5895860Z creating build/bdist.macosx-11.1-arm64/wheel/torch/sparse 2024-08-08T20:18:58.5896560Z copying build/lib.macosx-11.1-arm64-3.9/torch/sparse/_semi_structured_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/sparse 2024-08-08T20:18:58.5897540Z copying build/lib.macosx-11.1-arm64-3.9/torch/sparse/_semi_structured_conversions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/sparse 2024-08-08T20:18:58.5898470Z copying build/lib.macosx-11.1-arm64-3.9/torch/sparse/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/sparse 2024-08-08T20:18:58.5899340Z copying build/lib.macosx-11.1-arm64-3.9/torch/sparse/semi_structured.py -> build/bdist.macosx-11.1-arm64/wheel/torch/sparse 2024-08-08T20:18:58.5900290Z copying build/lib.macosx-11.1-arm64-3.9/torch/sparse/_triton_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/sparse 2024-08-08T20:18:58.5901160Z copying build/lib.macosx-11.1-arm64-3.9/torch/sparse/_triton_ops_meta.py -> build/bdist.macosx-11.1-arm64/wheel/torch/sparse 2024-08-08T20:18:58.5901900Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_awaits 2024-08-08T20:18:58.5902560Z copying build/lib.macosx-11.1-arm64-3.9/torch/_awaits/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_awaits 2024-08-08T20:18:58.5903520Z copying build/lib.macosx-11.1-arm64-3.9/torch/_guards.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:58.5904680Z copying build/lib.macosx-11.1-arm64-3.9/torch/_deploy.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:58.5905770Z copying build/lib.macosx-11.1-arm64-3.9/torch/_python_dispatcher.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:58.5907530Z creating build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-08-08T20:18:58.5908280Z copying build/lib.macosx-11.1-arm64-3.9/torch/export/_safeguard.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-08-08T20:18:58.5909300Z creating build/bdist.macosx-11.1-arm64/wheel/torch/export/experimental 2024-08-08T20:18:58.5910260Z copying build/lib.macosx-11.1-arm64-3.9/torch/export/experimental/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export/experimental 2024-08-08T20:18:58.5911290Z copying build/lib.macosx-11.1-arm64-3.9/torch/export/exported_program.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-08-08T20:18:58.5912340Z copying build/lib.macosx-11.1-arm64-3.9/torch/export/unflatten.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-08-08T20:18:58.5913630Z copying build/lib.macosx-11.1-arm64-3.9/torch/export/custom_obj.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-08-08T20:18:58.5914790Z copying build/lib.macosx-11.1-arm64-3.9/torch/export/_remove_effect_tokens_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-08-08T20:18:58.5915930Z copying build/lib.macosx-11.1-arm64-3.9/torch/export/_remove_auto_functionalized_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-08-08T20:18:58.5916980Z copying build/lib.macosx-11.1-arm64-3.9/torch/export/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-08-08T20:18:58.5917970Z copying build/lib.macosx-11.1-arm64-3.9/torch/export/_unlift.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-08-08T20:18:58.5918940Z copying build/lib.macosx-11.1-arm64-3.9/torch/export/_trace.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-08-08T20:18:58.5920700Z copying build/lib.macosx-11.1-arm64-3.9/torch/export/graph_signature.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-08-08T20:18:58.5921780Z copying build/lib.macosx-11.1-arm64-3.9/torch/export/dynamic_shapes.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-08-08T20:18:58.5922950Z copying build/lib.macosx-11.1-arm64-3.9/torch/export/_tree_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-08-08T20:18:58.5924470Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nested 2024-08-08T20:18:58.5925610Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nested/_internal 2024-08-08T20:18:58.5926400Z copying build/lib.macosx-11.1-arm64-3.9/torch/nested/_internal/nested_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nested/_internal 2024-08-08T20:18:58.5927480Z copying build/lib.macosx-11.1-arm64-3.9/torch/nested/_internal/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nested/_internal 2024-08-08T20:18:58.5928490Z copying build/lib.macosx-11.1-arm64-3.9/torch/nested/_internal/ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nested/_internal 2024-08-08T20:18:58.5929610Z copying build/lib.macosx-11.1-arm64-3.9/torch/nested/_internal/sdpa.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nested/_internal 2024-08-08T20:18:58.5930630Z copying build/lib.macosx-11.1-arm64-3.9/torch/nested/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nested 2024-08-08T20:18:58.5931800Z copying build/lib.macosx-11.1-arm64-3.9/torch/_classes.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:58.5933370Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_strobelight 2024-08-08T20:18:58.5934140Z copying build/lib.macosx-11.1-arm64-3.9/torch/_strobelight/cli_function_profiler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_strobelight 2024-08-08T20:18:58.5944390Z copying build/lib.macosx-11.1-arm64-3.9/torch/_strobelight/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_strobelight 2024-08-08T20:18:58.5945520Z copying build/lib.macosx-11.1-arm64-3.9/torch/_strobelight/compile_time_profiler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_strobelight 2024-08-08T20:18:58.5998180Z creating build/bdist.macosx-11.1-arm64/wheel/torch/compiler 2024-08-08T20:18:58.5998880Z copying build/lib.macosx-11.1-arm64-3.9/torch/compiler/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/compiler 2024-08-08T20:18:58.6002840Z creating build/bdist.macosx-11.1-arm64/wheel/torch/signal 2024-08-08T20:18:58.6003550Z copying build/lib.macosx-11.1-arm64-3.9/torch/signal/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/signal 2024-08-08T20:18:58.6017470Z creating build/bdist.macosx-11.1-arm64/wheel/torch/signal/windows 2024-08-08T20:18:58.6018220Z copying build/lib.macosx-11.1-arm64-3.9/torch/signal/windows/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/signal/windows 2024-08-08T20:18:58.6025630Z copying build/lib.macosx-11.1-arm64-3.9/torch/signal/windows/windows.py -> build/bdist.macosx-11.1-arm64/wheel/torch/signal/windows 2024-08-08T20:18:58.6026680Z copying build/lib.macosx-11.1-arm64-3.9/torch/serialization.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:58.6028920Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6029690Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/inverse_gamma.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6030700Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/laplace.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6031800Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/relaxed_bernoulli.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6032920Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/categorical.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6036380Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/transforms.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6037510Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/dirichlet.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6038570Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/log_normal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6039980Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/transformed_distribution.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6041290Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/geometric.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6042410Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/weibull.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6043510Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/studentT.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6044670Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/multivariate_normal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6045820Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/normal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6046900Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/poisson.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6048160Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/beta.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6049220Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/kumaraswamy.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6050270Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/half_normal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6051390Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/relaxed_categorical.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6064040Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/lowrank_multivariate_normal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6072980Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/half_cauchy.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6078330Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6084600Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/lkj_cholesky.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6109600Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/independent.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6144560Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/multinomial.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6149790Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/exponential.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6161190Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/pareto.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6167760Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/negative_binomial.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6200860Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/cauchy.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6210690Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/von_mises.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6216100Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/distribution.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6224740Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/gumbel.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6225810Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/constraint_registry.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6233850Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6236010Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/kl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6238180Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/mixture_same_family.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6239330Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/continuous_bernoulli.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6240400Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/fishersnedecor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6241430Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/constraints.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6242620Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/uniform.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6243810Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/bernoulli.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6244850Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/exp_family.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6268210Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/logistic_normal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6277730Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/one_hot_categorical.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6280440Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/wishart.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6286950Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/gamma.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6289440Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/chi2.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6290540Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/binomial.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-08T20:18:58.6291610Z creating build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-08-08T20:18:58.6292380Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/package_exporter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-08-08T20:18:58.6294370Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/file_structure_representation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-08-08T20:18:58.6295350Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/_mock.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-08-08T20:18:58.6312490Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/importer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-08-08T20:18:58.6313550Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/_stdlib.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-08-08T20:18:58.6314670Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/_mangling.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-08-08T20:18:58.6315750Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-08-08T20:18:58.6316700Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/package_importer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-08-08T20:18:58.6318260Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/_package_unpickler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-08-08T20:18:58.6319240Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/glob_group.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-08-08T20:18:58.6320350Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/find_file_dependencies.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-08-08T20:18:58.6321360Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/_package_pickler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-08-08T20:18:58.6322420Z creating build/bdist.macosx-11.1-arm64/wheel/torch/package/analyze 2024-08-08T20:18:58.6323310Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/analyze/trace_dependencies.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package/analyze 2024-08-08T20:18:58.6324640Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/analyze/find_first_use_of_broken_modules.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package/analyze 2024-08-08T20:18:58.6325750Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/analyze/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package/analyze 2024-08-08T20:18:58.6326810Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/analyze/is_from_package.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package/analyze 2024-08-08T20:18:58.6327850Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/_importlib.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-08-08T20:18:58.6328770Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/_directory_reader.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-08-08T20:18:58.6329830Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/_digraph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-08-08T20:18:58.6330740Z copying build/lib.macosx-11.1-arm64-3.9/torch/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:58.6332550Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C.cpython-39-darwin.so -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-08T20:18:58.6334050Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share 2024-08-08T20:18:58.6334560Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake 2024-08-08T20:18:58.6335400Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2 2024-08-08T20:18:58.6336270Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2 2024-08-08T20:18:58.6337750Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/FindSYCLToolkit.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2 2024-08-08T20:18:58.6338730Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2024-08-08T20:18:58.6339760Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2024-08-08T20:18:58.6341110Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2024-08-08T20:18:58.6342150Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-08-08T20:18:58.6343370Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-08-08T20:18:58.6344620Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-08-08T20:18:58.6345920Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-08-08T20:18:58.6347590Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-08-08T20:18:58.6349280Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-08-08T20:18:58.6351000Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-08-08T20:18:58.6352670Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-08-08T20:18:58.6354340Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-08-08T20:18:58.6355920Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-08-08T20:18:58.6357040Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/public 2024-08-08T20:18:58.6357980Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/public 2024-08-08T20:18:58.6359210Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/public 2024-08-08T20:18:58.6360420Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public/glog.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/public 2024-08-08T20:18:58.6361650Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public/utils.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/public 2024-08-08T20:18:58.6362890Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public/protobuf.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/public 2024-08-08T20:18:58.6364140Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public/mkl.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/public 2024-08-08T20:18:58.6365330Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public/gflags.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/public 2024-08-08T20:18:58.6366540Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public/cuda.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/public 2024-08-08T20:18:58.6367730Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public/xpu.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/public 2024-08-08T20:18:58.6368900Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/FindCUSPARSELT.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2 2024-08-08T20:18:58.6370070Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/FindCUDAToolkit.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2 2024-08-08T20:18:58.6371240Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2 2024-08-08T20:18:58.6372450Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2 2024-08-08T20:18:58.6373320Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Torch 2024-08-08T20:18:58.6374150Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Torch/TorchConfig.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Torch 2024-08-08T20:18:58.6375320Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Torch 2024-08-08T20:18:58.6376160Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/ATen 2024-08-08T20:18:58.6376960Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/ATen/ATenConfig.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/ATen 2024-08-08T20:18:58.6377690Z creating build/bdist.macosx-11.1-arm64/wheel/torch/func 2024-08-08T20:18:58.6378320Z copying build/lib.macosx-11.1-arm64-3.9/torch/func/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/func 2024-08-08T20:18:58.6378920Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-08-08T20:18:58.6379600Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/native_function_generation.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-08-08T20:18:58.6380320Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/selective_build 2024-08-08T20:18:58.6385650Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/selective_build/selector.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/selective_build 2024-08-08T20:18:58.6386750Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/selective_build/operator.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/selective_build 2024-08-08T20:18:58.6387840Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/selective_build/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/selective_build 2024-08-08T20:18:58.6388780Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/gen_vmap_plumbing.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-08-08T20:18:58.6389600Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/gen.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-08-08T20:18:58.6390210Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged 2024-08-08T20:18:58.6390720Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-08-08T20:18:58.6391630Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/load_derivatives.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-08-08T20:18:58.6392770Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/build.bzl -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-08-08T20:18:58.6393890Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/gen_autograd.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-08-08T20:18:58.6395080Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/gen_python_functions.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-08-08T20:18:58.6396250Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/gen_autograd_functions.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-08-08T20:18:58.6397440Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/gen_variable_factories.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-08-08T20:18:58.6398570Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-08-08T20:18:58.6399670Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/gen_variable_type.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-08-08T20:18:58.6400800Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/README.md -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-08-08T20:18:58.6401890Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/context.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-08-08T20:18:58.6403070Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/gen_inplace_or_view_type.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-08-08T20:18:58.6404250Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/deprecated.yaml -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-08-08T20:18:58.6405370Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/BUILD.bazel -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-08-08T20:18:58.6406220Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-08T20:18:58.6407210Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/python_return_types.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-08T20:18:58.6408540Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/python_enum_tag.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-08T20:18:58.6409880Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/python_nn_functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-08T20:18:58.6411220Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/python_functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-08T20:18:58.6412560Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/python_fft_functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-08T20:18:58.6413960Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/python_sparse_functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-08T20:18:58.6415330Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/python_linalg_functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-08T20:18:58.6416650Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/ViewFuncs.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-08T20:18:58.6418000Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/python_return_types.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-08T20:18:58.6419370Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-08T20:18:58.6420750Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/TraceType.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-08T20:18:58.6422090Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/python_variable_methods.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-08T20:18:58.6423430Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/ViewFuncs.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-08T20:18:58.6424740Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/python_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-08T20:18:58.6426100Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/python_nested_functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-08T20:18:58.6427450Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/VariableType.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-08T20:18:58.6428930Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/annotated_fn_args.py.in -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-08T20:18:58.6430260Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/VariableType.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-08T20:18:58.6431550Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/Functions.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-08T20:18:58.6432880Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/python_special_functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-08T20:18:58.6434240Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/variable_factories.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-08T20:18:58.6435650Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/python_torch_functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-08T20:18:58.6436980Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/Functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-08T20:18:58.6438290Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/gen_trace_type.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-08-08T20:18:58.6439450Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/gen_annotated_fn_args.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-08-08T20:18:58.6440640Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/derivatives.yaml -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-08-08T20:18:58.6441830Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/gen_view_funcs.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-08-08T20:18:58.6442760Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen 2024-08-08T20:18:58.6443300Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/native 2024-08-08T20:18:58.6444360Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/native/native_functions.yaml -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/native 2024-08-08T20:18:58.6445560Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/native/tags.yaml -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/native 2024-08-08T20:18:58.6446400Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6447400Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6448750Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/TensorBody.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6450040Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6451360Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6452700Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6453960Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/Operators.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6455270Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6456590Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/NativeFunction.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6457820Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/Operator.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6459150Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6460440Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6461660Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6462980Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6464360Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6465760Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6467040Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6468370Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/MethodOperators.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6469770Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6471110Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/Operators.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6472390Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6473690Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6475020Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6476370Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6477700Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6479190Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6480490Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6481830Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6483130Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/Functions.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6484440Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/NativeFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6485740Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6487090Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6492680Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/enum_tag.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6493910Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/Functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6495180Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6496430Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6497660Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/Function.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6498910Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6500260Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6501490Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/LazyIr.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-08T20:18:58.6502330Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/static_runtime 2024-08-08T20:18:58.6503100Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/static_runtime/config.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/static_runtime 2024-08-08T20:18:58.6504190Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/static_runtime/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/static_runtime 2024-08-08T20:18:58.6505210Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/static_runtime/generator.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/static_runtime 2024-08-08T20:18:58.6506270Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/static_runtime/gen_static_runtime_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/static_runtime 2024-08-08T20:18:58.6507300Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/gen_executorch.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-08-08T20:18:58.6508120Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/local.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-08-08T20:18:58.6509000Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/gen_functionalization_type.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-08-08T20:18:58.6509860Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/code_template.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-08-08T20:18:58.6510540Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/operator_versions 2024-08-08T20:18:58.6511350Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/operator_versions/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/operator_versions 2024-08-08T20:18:58.6512490Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/operator_versions 2024-08-08T20:18:58.6513660Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/operator_versions/gen_mobile_upgraders.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/operator_versions 2024-08-08T20:18:58.6514640Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-08-08T20:18:58.6515460Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/yaml_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-08-08T20:18:58.6516260Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/gen_aoti_c_shim.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-08-08T20:18:58.6517070Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/model.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-08-08T20:18:58.6517850Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/context.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-08-08T20:18:58.6518640Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-08-08T20:18:58.6519230Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/dest 2024-08-08T20:18:58.6519930Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/dest/lazy_ts_lowering.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/dest 2024-08-08T20:18:58.6520820Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/dest/ufunc.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/dest 2024-08-08T20:18:58.6521690Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/dest/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/dest 2024-08-08T20:18:58.6522550Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/dest/native_functions.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/dest 2024-08-08T20:18:58.6523410Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/dest/lazy_ir.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/dest 2024-08-08T20:18:58.6524300Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/dest/register_dispatch_key.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/dest 2024-08-08T20:18:58.6524980Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-08-08T20:18:58.6525630Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/api/dispatcher.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-08-08T20:18:58.6526520Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/api/translate.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-08-08T20:18:58.6527190Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/api/types 2024-08-08T20:18:58.6527930Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/api/types/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api/types 2024-08-08T20:18:58.6528880Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/api/types/types.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api/types 2024-08-08T20:18:58.6529810Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/api/types/signatures.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api/types 2024-08-08T20:18:58.6530780Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/api/types/types_base.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api/types 2024-08-08T20:18:58.6537420Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/api/ufunc.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-08-08T20:18:58.6538370Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/api/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-08-08T20:18:58.6539260Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/api/native.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-08-08T20:18:58.6540300Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/api/cpp.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-08-08T20:18:58.6542130Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/api/unboxing.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-08-08T20:18:58.6543130Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/api/functionalization.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-08-08T20:18:58.6544180Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/api/autograd.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-08-08T20:18:58.6545450Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/api/structured.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-08-08T20:18:58.6546700Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/api/python.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-08-08T20:18:58.6548400Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/api/lazy.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-08-08T20:18:58.6549520Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/api/meta.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-08-08T20:18:58.6550670Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/gen_backend_stubs.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-08-08T20:18:58.6552570Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch 2024-08-08T20:18:58.6553310Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch 2024-08-08T20:18:58.6554280Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/model.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch 2024-08-08T20:18:58.6555360Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch/api 2024-08-08T20:18:58.6556350Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch/api/types 2024-08-08T20:18:58.6557220Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/api/types/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch/api/types 2024-08-08T20:18:58.6558580Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/api/types/types.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch/api/types 2024-08-08T20:18:58.6559830Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/api/types/signatures.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch/api/types 2024-08-08T20:18:58.6561040Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/api/custom_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch/api 2024-08-08T20:18:58.6562250Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/api/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch/api 2024-08-08T20:18:58.6563300Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/api/unboxing.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch/api 2024-08-08T20:18:58.6564430Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/api/et_cpp.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch/api 2024-08-08T20:18:58.6565430Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/parse.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch 2024-08-08T20:18:58.6566390Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/aoti 2024-08-08T20:18:58.6567060Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/aoti/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/aoti 2024-08-08T20:18:58.6568410Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/aoti/fallback_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/aoti 2024-08-08T20:18:58.6569310Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/gen_lazy_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-08-08T20:18:58.6570690Z creating build/bdist.macosx-11.1-arm64/wheel/functorch 2024-08-08T20:18:58.6571540Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/experimental 2024-08-08T20:18:58.6572400Z copying build/lib.macosx-11.1-arm64-3.9/functorch/experimental/control_flow.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/experimental 2024-08-08T20:18:58.6573710Z copying build/lib.macosx-11.1-arm64-3.9/functorch/experimental/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/experimental 2024-08-08T20:18:58.6574800Z copying build/lib.macosx-11.1-arm64-3.9/functorch/experimental/ops.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/experimental 2024-08-08T20:18:58.6575720Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/_src 2024-08-08T20:18:58.6576640Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/_src/make_functional 2024-08-08T20:18:58.6577540Z copying build/lib.macosx-11.1-arm64-3.9/functorch/_src/make_functional/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/_src/make_functional 2024-08-08T20:18:58.6578760Z copying build/lib.macosx-11.1-arm64-3.9/functorch/_src/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/_src 2024-08-08T20:18:58.6579670Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/_src/eager_transforms 2024-08-08T20:18:58.6580540Z copying build/lib.macosx-11.1-arm64-3.9/functorch/_src/eager_transforms/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/_src/eager_transforms 2024-08-08T20:18:58.6581620Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/_src/aot_autograd 2024-08-08T20:18:58.6586970Z copying build/lib.macosx-11.1-arm64-3.9/functorch/_src/aot_autograd/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/_src/aot_autograd 2024-08-08T20:18:58.6587760Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/_src/vmap 2024-08-08T20:18:58.6588490Z copying build/lib.macosx-11.1-arm64-3.9/functorch/_src/vmap/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/_src/vmap 2024-08-08T20:18:58.6589170Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-08-08T20:18:58.6589860Z copying build/lib.macosx-11.1-arm64-3.9/functorch/dim/magic_trace.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-08-08T20:18:58.6590770Z copying build/lib.macosx-11.1-arm64-3.9/functorch/dim/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-08-08T20:18:58.6591690Z copying build/lib.macosx-11.1-arm64-3.9/functorch/dim/delayed_mul_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-08-08T20:18:58.6592640Z copying build/lib.macosx-11.1-arm64-3.9/functorch/dim/op_properties.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-08-08T20:18:58.6593600Z copying build/lib.macosx-11.1-arm64-3.9/functorch/dim/batch_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-08-08T20:18:58.6594500Z copying build/lib.macosx-11.1-arm64-3.9/functorch/dim/wrap_type.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-08-08T20:18:58.6595390Z copying build/lib.macosx-11.1-arm64-3.9/functorch/dim/reference.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-08-08T20:18:58.6596270Z copying build/lib.macosx-11.1-arm64-3.9/functorch/dim/dim.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-08-08T20:18:58.6597160Z copying build/lib.macosx-11.1-arm64-3.9/functorch/dim/tree_map.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-08-08T20:18:58.6598020Z copying build/lib.macosx-11.1-arm64-3.9/functorch/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/functorch 2024-08-08T20:18:58.6598640Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/compile 2024-08-08T20:18:58.6599360Z copying build/lib.macosx-11.1-arm64-3.9/functorch/compile/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/compile 2024-08-08T20:18:58.6600090Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/einops 2024-08-08T20:18:58.6600830Z copying build/lib.macosx-11.1-arm64-3.9/functorch/einops/_parsing.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/einops 2024-08-08T20:18:58.6601840Z copying build/lib.macosx-11.1-arm64-3.9/functorch/einops/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/einops 2024-08-08T20:18:58.6602770Z copying build/lib.macosx-11.1-arm64-3.9/functorch/einops/rearrange.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/einops 2024-08-08T20:18:58.6603780Z copying build/lib.macosx-11.1-arm64-3.9/functorch/_C.cpython-39-darwin.so -> build/bdist.macosx-11.1-arm64/wheel/functorch 2024-08-08T20:18:58.6607790Z running install_egg_info 2024-08-08T20:18:58.8298520Z running egg_info 2024-08-08T20:18:58.8298860Z creating torch.egg-info 2024-08-08T20:18:58.8710990Z writing torch.egg-info/PKG-INFO 2024-08-08T20:18:58.8994630Z writing dependency_links to torch.egg-info/dependency_links.txt 2024-08-08T20:18:58.9807350Z writing entry points to torch.egg-info/entry_points.txt 2024-08-08T20:18:59.0351840Z writing requirements to torch.egg-info/requires.txt 2024-08-08T20:18:59.0624630Z writing top-level names to torch.egg-info/top_level.txt 2024-08-08T20:18:59.0625980Z writing manifest file 'torch.egg-info/SOURCES.txt' 2024-08-08T20:18:59.3656350Z reading manifest file 'torch.egg-info/SOURCES.txt' 2024-08-08T20:18:59.3656740Z reading manifest template 'MANIFEST.in' 2024-08-08T20:19:03.0293230Z warning: no files found matching '*.*' under directory 'modules' 2024-08-08T20:19:03.1231070Z warning: no previously-included files matching '*.o' found anywhere in distribution 2024-08-08T20:19:03.4709630Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2024-08-08T20:19:03.4710140Z adding license file 'LICENSE' 2024-08-08T20:19:03.4710410Z adding license file 'NOTICE' 2024-08-08T20:19:04.1753230Z writing manifest file 'torch.egg-info/SOURCES.txt' 2024-08-08T20:19:04.2131870Z Copying torch.egg-info to build/bdist.macosx-11.1-arm64/wheel/torch-2.5.0a0+gitb9d86fa-py3.9.egg-info 2024-08-08T20:19:04.2437550Z running install_scripts 2024-08-08T20:19:04.3668280Z adding license file "LICENSE" (matched pattern "LICEN[CS]E*") 2024-08-08T20:19:04.3668910Z adding license file "NOTICE" (matched pattern "NOTICE*") 2024-08-08T20:19:04.3867410Z creating build/bdist.macosx-11.1-arm64/wheel/torch-2.5.0a0+gitb9d86fa.dist-info/WHEEL 2024-08-08T20:19:04.3869900Z creating 'dist/torch-2.5.0a0+gitb9d86fa-cp39-cp39-macosx_11_0_arm64.whl' and adding 'build/bdist.macosx-11.1-arm64/wheel' to it 2024-08-08T20:19:04.4021370Z adding 'functorch/_C.cpython-39-darwin.so' 2024-08-08T20:19:04.4024420Z adding 'functorch/__init__.py' 2024-08-08T20:19:04.4025760Z adding 'functorch/_src/__init__.py' 2024-08-08T20:19:04.4026970Z adding 'functorch/_src/aot_autograd/__init__.py' 2024-08-08T20:19:04.4028210Z adding 'functorch/_src/eager_transforms/__init__.py' 2024-08-08T20:19:04.4028970Z adding 'functorch/_src/make_functional/__init__.py' 2024-08-08T20:19:04.4030220Z adding 'functorch/_src/vmap/__init__.py' 2024-08-08T20:19:04.4031430Z adding 'functorch/compile/__init__.py' 2024-08-08T20:19:04.4033100Z adding 'functorch/dim/__init__.py' 2024-08-08T20:19:04.4033780Z adding 'functorch/dim/batch_tensor.py' 2024-08-08T20:19:04.4035290Z adding 'functorch/dim/delayed_mul_tensor.py' 2024-08-08T20:19:04.4036710Z adding 'functorch/dim/dim.py' 2024-08-08T20:19:04.4037890Z adding 'functorch/dim/magic_trace.py' 2024-08-08T20:19:04.4039490Z adding 'functorch/dim/op_properties.py' 2024-08-08T20:19:04.4044740Z adding 'functorch/dim/reference.py' 2024-08-08T20:19:04.4045350Z adding 'functorch/dim/tree_map.py' 2024-08-08T20:19:04.4046730Z adding 'functorch/dim/wrap_type.py' 2024-08-08T20:19:04.4047450Z adding 'functorch/einops/__init__.py' 2024-08-08T20:19:04.4050510Z adding 'functorch/einops/_parsing.py' 2024-08-08T20:19:04.4052650Z adding 'functorch/einops/rearrange.py' 2024-08-08T20:19:04.4053500Z adding 'functorch/experimental/__init__.py' 2024-08-08T20:19:04.4054700Z adding 'functorch/experimental/control_flow.py' 2024-08-08T20:19:04.4055110Z adding 'functorch/experimental/ops.py' 2024-08-08T20:19:04.4059640Z adding 'torch/_C.cpython-39-darwin.so' 2024-08-08T20:19:04.4066930Z adding 'torch/_VF.py' 2024-08-08T20:19:04.4215360Z adding 'torch/_VF.pyi' 2024-08-08T20:19:04.4222470Z adding 'torch/__config__.py' 2024-08-08T20:19:04.4223900Z adding 'torch/__future__.py' 2024-08-08T20:19:04.4245770Z adding 'torch/__init__.py' 2024-08-08T20:19:04.4250460Z adding 'torch/_appdirs.py' 2024-08-08T20:19:04.4251790Z adding 'torch/_classes.py' 2024-08-08T20:19:04.4252660Z adding 'torch/_compile.py' 2024-08-08T20:19:04.4255650Z adding 'torch/_custom_ops.py' 2024-08-08T20:19:04.4257020Z adding 'torch/_deploy.py' 2024-08-08T20:19:04.4264080Z adding 'torch/_guards.py' 2024-08-08T20:19:04.4277520Z adding 'torch/_jit_internal.py' 2024-08-08T20:19:04.4279360Z adding 'torch/_linalg_utils.py' 2024-08-08T20:19:04.4288790Z adding 'torch/_lobpcg.py' 2024-08-08T20:19:04.4291500Z adding 'torch/_lowrank.py' 2024-08-08T20:19:04.4331880Z adding 'torch/_meta_registrations.py' 2024-08-08T20:19:04.4334580Z adding 'torch/_namedtensor_internals.py' 2024-08-08T20:19:04.4346840Z adding 'torch/_ops.py' 2024-08-08T20:19:04.4349320Z adding 'torch/_python_dispatcher.py' 2024-08-08T20:19:04.4350000Z adding 'torch/_size_docs.py' 2024-08-08T20:19:04.4351890Z adding 'torch/_sources.py' 2024-08-08T20:19:04.4353060Z adding 'torch/_storage_docs.py' 2024-08-08T20:19:04.4353650Z adding 'torch/_streambase.py' 2024-08-08T20:19:04.4366420Z adding 'torch/_tensor.py' 2024-08-08T20:19:04.4393740Z adding 'torch/_tensor_docs.py' 2024-08-08T20:19:04.4399920Z adding 'torch/_tensor_str.py' 2024-08-08T20:19:04.4488450Z adding 'torch/_torch_docs.py' 2024-08-08T20:19:04.4499160Z adding 'torch/_utils.py' 2024-08-08T20:19:04.4501650Z adding 'torch/_utils_internal.py' 2024-08-08T20:19:04.4504140Z adding 'torch/_vmap_internals.py' 2024-08-08T20:19:04.4507410Z adding 'torch/_weights_only_unpickler.py' 2024-08-08T20:19:04.4526750Z adding 'torch/functional.py' 2024-08-08T20:19:04.4534440Z adding 'torch/hub.py' 2024-08-08T20:19:04.4545320Z adding 'torch/library.py' 2024-08-08T20:19:04.4562420Z adding 'torch/overrides.py' 2024-08-08T20:19:04.4563650Z adding 'torch/py.typed' 2024-08-08T20:19:04.4565750Z adding 'torch/quasirandom.py' 2024-08-08T20:19:04.4567760Z adding 'torch/random.py' 2024-08-08T20:19:04.4568940Z adding 'torch/return_types.py' 2024-08-08T20:19:04.4570550Z adding 'torch/return_types.pyi' 2024-08-08T20:19:04.4586160Z adding 'torch/serialization.py' 2024-08-08T20:19:04.4595500Z adding 'torch/storage.py' 2024-08-08T20:19:04.4596880Z adding 'torch/torch_version.py' 2024-08-08T20:19:04.4598160Z adding 'torch/types.py' 2024-08-08T20:19:04.4599010Z adding 'torch/version.py' 2024-08-08T20:19:04.4753780Z adding 'torch/_C/_VariableFunctions.pyi' 2024-08-08T20:19:04.4819450Z adding 'torch/_C/__init__.pyi' 2024-08-08T20:19:04.4822220Z adding 'torch/_C/_aoti.pyi' 2024-08-08T20:19:04.4823690Z adding 'torch/_C/_autograd.pyi' 2024-08-08T20:19:04.4824320Z adding 'torch/_C/_cpu.pyi' 2024-08-08T20:19:04.4825590Z adding 'torch/_C/_cudnn.pyi' 2024-08-08T20:19:04.4826220Z adding 'torch/_C/_distributed_autograd.pyi' 2024-08-08T20:19:04.4830040Z adding 'torch/_C/_distributed_c10d.pyi' 2024-08-08T20:19:04.4831780Z adding 'torch/_C/_distributed_rpc.pyi' 2024-08-08T20:19:04.4832500Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2024-08-08T20:19:04.4833710Z adding 'torch/_C/_functions.pyi' 2024-08-08T20:19:04.4834900Z adding 'torch/_C/_functorch.pyi' 2024-08-08T20:19:04.4835440Z adding 'torch/_C/_itt.pyi' 2024-08-08T20:19:04.4836540Z adding 'torch/_C/_lazy.pyi' 2024-08-08T20:19:04.4837080Z adding 'torch/_C/_lazy_ts_backend.pyi' 2024-08-08T20:19:04.4838320Z adding 'torch/_C/_monitor.pyi' 2024-08-08T20:19:04.4839580Z adding 'torch/_C/_nn.pyi' 2024-08-08T20:19:04.4840180Z adding 'torch/_C/_nvtx.pyi' 2024-08-08T20:19:04.4841500Z adding 'torch/_C/_onnx.pyi' 2024-08-08T20:19:04.4843030Z adding 'torch/_C/_profiler.pyi' 2024-08-08T20:19:04.4843560Z adding 'torch/_C/_verbose.pyi' 2024-08-08T20:19:04.4845140Z adding 'torch/_awaits/__init__.py' 2024-08-08T20:19:04.4845850Z adding 'torch/_custom_op/__init__.py' 2024-08-08T20:19:04.4848880Z adding 'torch/_custom_op/autograd.py' 2024-08-08T20:19:04.4851160Z adding 'torch/_custom_op/functional.py' 2024-08-08T20:19:04.4856470Z adding 'torch/_custom_op/impl.py' 2024-08-08T20:19:04.4860170Z adding 'torch/_decomp/__init__.py' 2024-08-08T20:19:04.4898220Z adding 'torch/_decomp/decompositions.py' 2024-08-08T20:19:04.4901660Z adding 'torch/_decomp/decompositions_for_jvp.py' 2024-08-08T20:19:04.4904050Z adding 'torch/_decomp/decompositions_for_rng.py' 2024-08-08T20:19:04.4904780Z adding 'torch/_dispatch/__init__.py' 2024-08-08T20:19:04.4906910Z adding 'torch/_dispatch/python.py' 2024-08-08T20:19:04.4908710Z adding 'torch/_dynamo/__init__.py' 2024-08-08T20:19:04.4910390Z adding 'torch/_dynamo/_trace_wrapped_higher_order_op.py' 2024-08-08T20:19:04.4912580Z adding 'torch/_dynamo/bytecode_analysis.py' 2024-08-08T20:19:04.4924440Z adding 'torch/_dynamo/bytecode_transformation.py' 2024-08-08T20:19:04.4927070Z adding 'torch/_dynamo/cache_size.py' 2024-08-08T20:19:04.4928280Z adding 'torch/_dynamo/callback.py' 2024-08-08T20:19:04.4929180Z adding 'torch/_dynamo/code_context.py' 2024-08-08T20:19:04.4933420Z adding 'torch/_dynamo/codegen.py' 2024-08-08T20:19:04.4936550Z adding 'torch/_dynamo/compiled_autograd.py' 2024-08-08T20:19:04.4939640Z adding 'torch/_dynamo/comptime.py' 2024-08-08T20:19:04.4944780Z adding 'torch/_dynamo/config.py' 2024-08-08T20:19:04.4958910Z adding 'torch/_dynamo/convert_frame.py' 2024-08-08T20:19:04.4959280Z adding 'torch/_dynamo/create_parameter_op.py' 2024-08-08T20:19:04.4959620Z adding 'torch/_dynamo/current_scope_id.py' 2024-08-08T20:19:04.4962980Z adding 'torch/_dynamo/debug_utils.py' 2024-08-08T20:19:04.4966240Z adding 'torch/_dynamo/decorators.py' 2024-08-08T20:19:04.4968730Z adding 'torch/_dynamo/device_interface.py' 2024-08-08T20:19:04.4969450Z adding 'torch/_dynamo/distributed.py' 2024-08-08T20:19:04.4983890Z adding 'torch/_dynamo/eval_frame.py' 2024-08-08T20:19:04.4987610Z adding 'torch/_dynamo/exc.py' 2024-08-08T20:19:04.4989130Z adding 'torch/_dynamo/external_utils.py' 2024-08-08T20:19:04.4990350Z adding 'torch/_dynamo/funcname_cache.py' 2024-08-08T20:19:04.5015250Z adding 'torch/_dynamo/guards.py' 2024-08-08T20:19:04.5016600Z adding 'torch/_dynamo/hooks.py' 2024-08-08T20:19:04.5017770Z adding 'torch/_dynamo/logging.py' 2024-08-08T20:19:04.5019240Z adding 'torch/_dynamo/mutation_guard.py' 2024-08-08T20:19:04.5040300Z adding 'torch/_dynamo/output_graph.py' 2024-08-08T20:19:04.5042130Z adding 'torch/_dynamo/polyfill.py' 2024-08-08T20:19:04.5043720Z adding 'torch/_dynamo/profiler.py' 2024-08-08T20:19:04.5045060Z adding 'torch/_dynamo/replay_record.py' 2024-08-08T20:19:04.5050460Z adding 'torch/_dynamo/resume_execution.py' 2024-08-08T20:19:04.5056030Z adding 'torch/_dynamo/side_effects.py' 2024-08-08T20:19:04.5059790Z adding 'torch/_dynamo/source.py' 2024-08-08T20:19:04.5088150Z adding 'torch/_dynamo/symbolic_convert.py' 2024-08-08T20:19:04.5089910Z adding 'torch/_dynamo/tensor_version_op.py' 2024-08-08T20:19:04.5091140Z adding 'torch/_dynamo/test_case.py' 2024-08-08T20:19:04.5093620Z adding 'torch/_dynamo/test_minifier_common.py' 2024-08-08T20:19:04.5096440Z adding 'torch/_dynamo/testing.py' 2024-08-08T20:19:04.5118920Z adding 'torch/_dynamo/trace_rules.py' 2024-08-08T20:19:04.5120770Z adding 'torch/_dynamo/types.py' 2024-08-08T20:19:04.5143550Z adding 'torch/_dynamo/utils.py' 2024-08-08T20:19:04.5145180Z adding 'torch/_dynamo/backends/__init__.py' 2024-08-08T20:19:04.5146790Z adding 'torch/_dynamo/backends/common.py' 2024-08-08T20:19:04.5148920Z adding 'torch/_dynamo/backends/cudagraphs.py' 2024-08-08T20:19:04.5151660Z adding 'torch/_dynamo/backends/debugging.py' 2024-08-08T20:19:04.5157670Z adding 'torch/_dynamo/backends/distributed.py' 2024-08-08T20:19:04.5158880Z adding 'torch/_dynamo/backends/inductor.py' 2024-08-08T20:19:04.5159620Z adding 'torch/_dynamo/backends/onnxrt.py' 2024-08-08T20:19:04.5161310Z adding 'torch/_dynamo/backends/registry.py' 2024-08-08T20:19:04.5161940Z adding 'torch/_dynamo/backends/tensorrt.py' 2024-08-08T20:19:04.5163260Z adding 'torch/_dynamo/backends/torchxla.py' 2024-08-08T20:19:04.5165070Z adding 'torch/_dynamo/backends/tvm.py' 2024-08-08T20:19:04.5166270Z adding 'torch/_dynamo/repro/__init__.py' 2024-08-08T20:19:04.5173170Z adding 'torch/_dynamo/repro/after_aot.py' 2024-08-08T20:19:04.5177320Z adding 'torch/_dynamo/repro/after_dynamo.py' 2024-08-08T20:19:04.5179140Z adding 'torch/_dynamo/variables/__init__.py' 2024-08-08T20:19:04.5181920Z adding 'torch/_dynamo/variables/base.py' 2024-08-08T20:19:04.5207590Z adding 'torch/_dynamo/variables/builder.py' 2024-08-08T20:19:04.5223450Z adding 'torch/_dynamo/variables/builtin.py' 2024-08-08T20:19:04.5226160Z adding 'torch/_dynamo/variables/constant.py' 2024-08-08T20:19:04.5232150Z adding 'torch/_dynamo/variables/ctx_manager.py' 2024-08-08T20:19:04.5238880Z adding 'torch/_dynamo/variables/dicts.py' 2024-08-08T20:19:04.5241960Z adding 'torch/_dynamo/variables/distributed.py' 2024-08-08T20:19:04.5249610Z adding 'torch/_dynamo/variables/functions.py' 2024-08-08T20:19:04.5264890Z adding 'torch/_dynamo/variables/higher_order_ops.py' 2024-08-08T20:19:04.5267430Z adding 'torch/_dynamo/variables/iter.py' 2024-08-08T20:19:04.5269390Z adding 'torch/_dynamo/variables/lazy.py' 2024-08-08T20:19:04.5275130Z adding 'torch/_dynamo/variables/lists.py' 2024-08-08T20:19:04.5284940Z adding 'torch/_dynamo/variables/misc.py' 2024-08-08T20:19:04.5294680Z adding 'torch/_dynamo/variables/nn_module.py' 2024-08-08T20:19:04.5298170Z adding 'torch/_dynamo/variables/optimizer.py' 2024-08-08T20:19:04.5299750Z adding 'torch/_dynamo/variables/script_object.py' 2024-08-08T20:19:04.5301090Z adding 'torch/_dynamo/variables/sdpa.py' 2024-08-08T20:19:04.5311700Z adding 'torch/_dynamo/variables/tensor.py' 2024-08-08T20:19:04.5320200Z adding 'torch/_dynamo/variables/torch.py' 2024-08-08T20:19:04.5323200Z adding 'torch/_dynamo/variables/torch_function.py' 2024-08-08T20:19:04.5332260Z adding 'torch/_dynamo/variables/user_defined.py' 2024-08-08T20:19:04.5335640Z adding 'torch/_export/__init__.py' 2024-08-08T20:19:04.5347610Z adding 'torch/_export/converter.py' 2024-08-08T20:19:04.5349080Z adding 'torch/_export/error.py' 2024-08-08T20:19:04.5353330Z adding 'torch/_export/non_strict_utils.py' 2024-08-08T20:19:04.5357090Z adding 'torch/_export/pass_base.py' 2024-08-08T20:19:04.5358750Z adding 'torch/_export/tools.py' 2024-08-08T20:19:04.5363950Z adding 'torch/_export/utils.py' 2024-08-08T20:19:04.5367390Z adding 'torch/_export/verifier.py' 2024-08-08T20:19:04.5368910Z adding 'torch/_export/wrappers.py' 2024-08-08T20:19:04.5370090Z adding 'torch/_export/db/__init__.py' 2024-08-08T20:19:04.5371700Z adding 'torch/_export/db/case.py' 2024-08-08T20:19:04.5372390Z adding 'torch/_export/db/gen_example.py' 2024-08-08T20:19:04.5373710Z adding 'torch/_export/db/logging.py' 2024-08-08T20:19:04.5375390Z adding 'torch/_export/db/examples/__init__.py' 2024-08-08T20:19:04.5376090Z adding 'torch/_export/db/examples/assume_constant_result.py' 2024-08-08T20:19:04.5381430Z adding 'torch/_export/db/examples/autograd_function.py' 2024-08-08T20:19:04.5381920Z adding 'torch/_export/db/examples/class_method.py' 2024-08-08T20:19:04.5382340Z adding 'torch/_export/db/examples/cond_branch_class_method.py' 2024-08-08T20:19:04.5382810Z adding 'torch/_export/db/examples/cond_branch_nested_function.py' 2024-08-08T20:19:04.5383310Z adding 'torch/_export/db/examples/cond_branch_nonlocal_variables.py' 2024-08-08T20:19:04.5383860Z adding 'torch/_export/db/examples/cond_closed_over_variable.py' 2024-08-08T20:19:04.5384290Z adding 'torch/_export/db/examples/cond_operands.py' 2024-08-08T20:19:04.5384670Z adding 'torch/_export/db/examples/cond_predicate.py' 2024-08-08T20:19:04.5385100Z adding 'torch/_export/db/examples/constrain_as_size_example.py' 2024-08-08T20:19:04.5385600Z adding 'torch/_export/db/examples/constrain_as_value_example.py' 2024-08-08T20:19:04.5386490Z adding 'torch/_export/db/examples/decorator.py' 2024-08-08T20:19:04.5387330Z adding 'torch/_export/db/examples/dictionary.py' 2024-08-08T20:19:04.5388220Z adding 'torch/_export/db/examples/dynamic_shape_assert.py' 2024-08-08T20:19:04.5389100Z adding 'torch/_export/db/examples/dynamic_shape_constructor.py' 2024-08-08T20:19:04.5390410Z adding 'torch/_export/db/examples/dynamic_shape_if_guard.py' 2024-08-08T20:19:04.5390910Z adding 'torch/_export/db/examples/dynamic_shape_map.py' 2024-08-08T20:19:04.5392160Z adding 'torch/_export/db/examples/dynamic_shape_round.py' 2024-08-08T20:19:04.5392610Z adding 'torch/_export/db/examples/dynamic_shape_slicing.py' 2024-08-08T20:19:04.5393890Z adding 'torch/_export/db/examples/dynamic_shape_view.py' 2024-08-08T20:19:04.5394410Z adding 'torch/_export/db/examples/fn_with_kwargs.py' 2024-08-08T20:19:04.5395660Z adding 'torch/_export/db/examples/list_contains.py' 2024-08-08T20:19:04.5396060Z adding 'torch/_export/db/examples/list_unpack.py' 2024-08-08T20:19:04.5397320Z adding 'torch/_export/db/examples/model_attr_mutation.py' 2024-08-08T20:19:04.5397960Z adding 'torch/_export/db/examples/nested_function.py' 2024-08-08T20:19:04.5398990Z adding 'torch/_export/db/examples/null_context_manager.py' 2024-08-08T20:19:04.5399770Z adding 'torch/_export/db/examples/optional_input.py' 2024-08-08T20:19:04.5401100Z adding 'torch/_export/db/examples/pytree_flatten.py' 2024-08-08T20:19:04.5401510Z adding 'torch/_export/db/examples/scalar_output.py' 2024-08-08T20:19:04.5402760Z adding 'torch/_export/db/examples/specialized_attribute.py' 2024-08-08T20:19:04.5403300Z adding 'torch/_export/db/examples/static_for_loop.py' 2024-08-08T20:19:04.5404560Z adding 'torch/_export/db/examples/static_if.py' 2024-08-08T20:19:04.5405190Z adding 'torch/_export/db/examples/tensor_setattr.py' 2024-08-08T20:19:04.5406530Z adding 'torch/_export/db/examples/type_reflection_method.py' 2024-08-08T20:19:04.5407000Z adding 'torch/_export/db/examples/unsupported_operator.py' 2024-08-08T20:19:04.5407860Z adding 'torch/_export/db/examples/user_input_mutation.py' 2024-08-08T20:19:04.5409080Z adding 'torch/_export/pass_infra/__init__.py' 2024-08-08T20:19:04.5409770Z adding 'torch/_export/pass_infra/node_metadata.py' 2024-08-08T20:19:04.5411040Z adding 'torch/_export/pass_infra/proxy_value.py' 2024-08-08T20:19:04.5412230Z adding 'torch/_export/passes/__init__.py' 2024-08-08T20:19:04.5413580Z adding 'torch/_export/passes/_node_metadata_hook.py' 2024-08-08T20:19:04.5416010Z adding 'torch/_export/passes/add_runtime_assertions_for_constraints_pass.py' 2024-08-08T20:19:04.5417370Z adding 'torch/_export/passes/collect_tracepoints_pass.py' 2024-08-08T20:19:04.5420030Z adding 'torch/_export/passes/constant_folding.py' 2024-08-08T20:19:04.5421520Z adding 'torch/_export/passes/functionalize_side_effectful_ops_pass.py' 2024-08-08T20:19:04.5424310Z adding 'torch/_export/passes/lift_constants_pass.py' 2024-08-08T20:19:04.5425620Z adding 'torch/_export/passes/remove_runtime_assertions.py' 2024-08-08T20:19:04.5427650Z adding 'torch/_export/passes/replace_autocast_with_hop_pass.py' 2024-08-08T20:19:04.5429260Z adding 'torch/_export/passes/replace_set_grad_with_hop_pass.py' 2024-08-08T20:19:04.5430610Z adding 'torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py' 2024-08-08T20:19:04.5431940Z adding 'torch/_export/passes/replace_with_hop_pass_util.py' 2024-08-08T20:19:04.5432550Z adding 'torch/_export/serde/__init__.py' 2024-08-08T20:19:04.5433810Z adding 'torch/_export/serde/aoti_schema.py' 2024-08-08T20:19:04.5436030Z adding 'torch/_export/serde/schema.py' 2024-08-08T20:19:04.5437910Z adding 'torch/_export/serde/schema.yaml' 2024-08-08T20:19:04.5440330Z adding 'torch/_export/serde/schema_check.py' 2024-08-08T20:19:04.5464730Z adding 'torch/_export/serde/serialize.py' 2024-08-08T20:19:04.5466410Z adding 'torch/_export/serde/union.py' 2024-08-08T20:19:04.5467670Z adding 'torch/_functorch/__init__.py' 2024-08-08T20:19:04.5482560Z adding 'torch/_functorch/aot_autograd.py' 2024-08-08T20:19:04.5486790Z adding 'torch/_functorch/apis.py' 2024-08-08T20:19:04.5492740Z adding 'torch/_functorch/autograd_function.py' 2024-08-08T20:19:04.5493930Z adding 'torch/_functorch/batch_norm_replacement.py' 2024-08-08T20:19:04.5495730Z adding 'torch/_functorch/benchmark_utils.py' 2024-08-08T20:19:04.5497340Z adding 'torch/_functorch/compile_utils.py' 2024-08-08T20:19:04.5500490Z adding 'torch/_functorch/compilers.py' 2024-08-08T20:19:04.5503180Z adding 'torch/_functorch/config.py' 2024-08-08T20:19:04.5504780Z adding 'torch/_functorch/deprecated.py' 2024-08-08T20:19:04.5520250Z adding 'torch/_functorch/eager_transforms.py' 2024-08-08T20:19:04.5523300Z adding 'torch/_functorch/functional_call.py' 2024-08-08T20:19:04.5527180Z adding 'torch/_functorch/fx_minifier.py' 2024-08-08T20:19:04.5531700Z adding 'torch/_functorch/make_functional.py' 2024-08-08T20:19:04.5549150Z adding 'torch/_functorch/partitioners.py' 2024-08-08T20:19:04.5553160Z adding 'torch/_functorch/pyfunctorch.py' 2024-08-08T20:19:04.5554390Z adding 'torch/_functorch/python_key.py' 2024-08-08T20:19:04.5555560Z adding 'torch/_functorch/pytree_hacks.py' 2024-08-08T20:19:04.5560380Z adding 'torch/_functorch/top_operators_github_usage.py' 2024-08-08T20:19:04.5561600Z adding 'torch/_functorch/utils.py' 2024-08-08T20:19:04.5566010Z adding 'torch/_functorch/vmap.py' 2024-08-08T20:19:04.5567410Z adding 'torch/_functorch/_aot_autograd/__init__.py' 2024-08-08T20:19:04.5572210Z adding 'torch/_functorch/_aot_autograd/autograd_cache.py' 2024-08-08T20:19:04.5581040Z adding 'torch/_functorch/_aot_autograd/collect_metadata_analysis.py' 2024-08-08T20:19:04.5584000Z adding 'torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py' 2024-08-08T20:19:04.5588540Z adding 'torch/_functorch/_aot_autograd/functional_utils.py' 2024-08-08T20:19:04.5593240Z adding 'torch/_functorch/_aot_autograd/input_output_analysis.py' 2024-08-08T20:19:04.5599890Z adding 'torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py' 2024-08-08T20:19:04.5606180Z adding 'torch/_functorch/_aot_autograd/logging_utils.py' 2024-08-08T20:19:04.5622630Z adding 'torch/_functorch/_aot_autograd/runtime_wrappers.py' 2024-08-08T20:19:04.5631720Z adding 'torch/_functorch/_aot_autograd/schemas.py' 2024-08-08T20:19:04.5635660Z adding 'torch/_functorch/_aot_autograd/subclass_utils.py' 2024-08-08T20:19:04.5644990Z adding 'torch/_functorch/_aot_autograd/traced_function_transforms.py' 2024-08-08T20:19:04.5648090Z adding 'torch/_functorch/_aot_autograd/utils.py' 2024-08-08T20:19:04.5649470Z adding 'torch/_higher_order_ops/__init__.py' 2024-08-08T20:19:04.5651650Z adding 'torch/_higher_order_ops/associative_scan.py' 2024-08-08T20:19:04.5655150Z adding 'torch/_higher_order_ops/auto_functionalize.py' 2024-08-08T20:19:04.5660060Z adding 'torch/_higher_order_ops/cond.py' 2024-08-08T20:19:04.5662540Z adding 'torch/_higher_order_ops/effects.py' 2024-08-08T20:19:04.5668160Z adding 'torch/_higher_order_ops/flex_attention.py' 2024-08-08T20:19:04.5670580Z adding 'torch/_higher_order_ops/map.py' 2024-08-08T20:19:04.5672590Z adding 'torch/_higher_order_ops/out_dtype.py' 2024-08-08T20:19:04.5673880Z adding 'torch/_higher_order_ops/run_const_graph.py' 2024-08-08T20:19:04.5675110Z adding 'torch/_higher_order_ops/strict_mode.py' 2024-08-08T20:19:04.5676760Z adding 'torch/_higher_order_ops/torchbind.py' 2024-08-08T20:19:04.5685080Z adding 'torch/_higher_order_ops/triton_kernel_wrap.py' 2024-08-08T20:19:04.5688610Z adding 'torch/_higher_order_ops/utils.py' 2024-08-08T20:19:04.5691100Z adding 'torch/_higher_order_ops/while_loop.py' 2024-08-08T20:19:04.5693600Z adding 'torch/_higher_order_ops/wrap.py' 2024-08-08T20:19:04.5696120Z adding 'torch/_inductor/__init__.py' 2024-08-08T20:19:04.5698620Z adding 'torch/_inductor/aoti_eager.py' 2024-08-08T20:19:04.5700880Z adding 'torch/_inductor/async_compile.py' 2024-08-08T20:19:04.5706670Z adding 'torch/_inductor/autotune_process.py' 2024-08-08T20:19:04.5708610Z adding 'torch/_inductor/bounds.py' 2024-08-08T20:19:04.5740340Z adding 'torch/_inductor/codecache.py' 2024-08-08T20:19:04.5743320Z adding 'torch/_inductor/comm_analysis.py' 2024-08-08T20:19:04.5748400Z adding 'torch/_inductor/comms.py' 2024-08-08T20:19:04.5761820Z adding 'torch/_inductor/compile_fx.py' 2024-08-08T20:19:04.5773170Z adding 'torch/_inductor/config.py' 2024-08-08T20:19:04.5776410Z adding 'torch/_inductor/constant_folding.py' 2024-08-08T20:19:04.5785460Z adding 'torch/_inductor/cpp_builder.py' 2024-08-08T20:19:04.5788440Z adding 'torch/_inductor/cpu_vec_isa.py' 2024-08-08T20:19:04.5811900Z adding 'torch/_inductor/cudagraph_trees.py' 2024-08-08T20:19:04.5815000Z adding 'torch/_inductor/cudagraph_utils.py' 2024-08-08T20:19:04.5820080Z adding 'torch/_inductor/debug.py' 2024-08-08T20:19:04.5826560Z adding 'torch/_inductor/decomposition.py' 2024-08-08T20:19:04.5831590Z adding 'torch/_inductor/dependencies.py' 2024-08-08T20:19:04.5832970Z adding 'torch/_inductor/exc.py' 2024-08-08T20:19:04.5833890Z adding 'torch/_inductor/extern_node_serializer.py' 2024-08-08T20:19:04.5836520Z adding 'torch/_inductor/freezing.py' 2024-08-08T20:19:04.5838960Z adding 'torch/_inductor/fx_utils.py' 2024-08-08T20:19:04.5856880Z adding 'torch/_inductor/graph.py' 2024-08-08T20:19:04.5858250Z adding 'torch/_inductor/hooks.py' 2024-08-08T20:19:04.5861340Z adding 'torch/_inductor/index_propagation.py' 2024-08-08T20:19:04.5863120Z adding 'torch/_inductor/inductor_prims.py' 2024-08-08T20:19:04.5917180Z adding 'torch/_inductor/ir.py' 2024-08-08T20:19:04.5920750Z adding 'torch/_inductor/jagged_lowerings.py' 2024-08-08T20:19:04.5967360Z adding 'torch/_inductor/lowering.py' 2024-08-08T20:19:04.5971980Z adding 'torch/_inductor/metrics.py' 2024-08-08T20:19:04.5979190Z adding 'torch/_inductor/mkldnn_ir.py' 2024-08-08T20:19:04.5985810Z adding 'torch/_inductor/mkldnn_lowerings.py' 2024-08-08T20:19:04.5991750Z adding 'torch/_inductor/ops_handler.py' 2024-08-08T20:19:04.5993570Z adding 'torch/_inductor/optimize_indexing.py' 2024-08-08T20:19:04.6009870Z adding 'torch/_inductor/pattern_matcher.py' 2024-08-08T20:19:04.6011400Z adding 'torch/_inductor/quantized_lowerings.py' 2024-08-08T20:19:04.6012590Z adding 'torch/_inductor/remote_cache.py' 2024-08-08T20:19:04.6040890Z adding 'torch/_inductor/scheduler.py' 2024-08-08T20:19:04.6054640Z adding 'torch/_inductor/select_algorithm.py' 2024-08-08T20:19:04.6062360Z adding 'torch/_inductor/sizevars.py' 2024-08-08T20:19:04.6064310Z adding 'torch/_inductor/subgraph_lowering.py' 2024-08-08T20:19:04.6065500Z adding 'torch/_inductor/test_case.py' 2024-08-08T20:19:04.6066680Z adding 'torch/_inductor/test_operators.py' 2024-08-08T20:19:04.6081550Z adding 'torch/_inductor/utils.py' 2024-08-08T20:19:04.6084820Z adding 'torch/_inductor/virtualized.py' 2024-08-08T20:19:04.6087700Z adding 'torch/_inductor/wrapper_benchmark.py' 2024-08-08T20:19:04.6089010Z adding 'torch/_inductor/autoheuristic/__init__.py' 2024-08-08T20:19:04.6091700Z adding 'torch/_inductor/autoheuristic/autoheuristic.py' 2024-08-08T20:19:04.6094250Z adding 'torch/_inductor/autoheuristic/autoheuristic_utils.py' 2024-08-08T20:19:04.6095940Z adding 'torch/_inductor/autoheuristic/learned_heuristic_controller.py' 2024-08-08T20:19:04.6096930Z adding 'torch/_inductor/autoheuristic/learnedheuristic_interface.py' 2024-08-08T20:19:04.6099230Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMA100.py' 2024-08-08T20:19:04.6100700Z adding 'torch/_inductor/autoheuristic/artifacts/_PadMMA100.py' 2024-08-08T20:19:04.6101250Z adding 'torch/_inductor/autoheuristic/artifacts/__init__.py' 2024-08-08T20:19:04.6102740Z adding 'torch/_inductor/codegen/__init__.py' 2024-08-08T20:19:04.6103960Z adding 'torch/_inductor/codegen/aoti_hipify_utils.py' 2024-08-08T20:19:04.6105410Z adding 'torch/_inductor/codegen/codegen_device_driver.py' 2024-08-08T20:19:04.6120310Z adding 'torch/_inductor/codegen/common.py' 2024-08-08T20:19:04.6157080Z adding 'torch/_inductor/codegen/cpp.py' 2024-08-08T20:19:04.6165040Z adding 'torch/_inductor/codegen/cpp_gemm_template.py' 2024-08-08T20:19:04.6169930Z adding 'torch/_inductor/codegen/cpp_micro_gemm.py' 2024-08-08T20:19:04.6174650Z adding 'torch/_inductor/codegen/cpp_prefix.h' 2024-08-08T20:19:04.6176680Z adding 'torch/_inductor/codegen/cpp_template.py' 2024-08-08T20:19:04.6180340Z adding 'torch/_inductor/codegen/cpp_template_kernel.py' 2024-08-08T20:19:04.6190490Z adding 'torch/_inductor/codegen/cpp_utils.py' 2024-08-08T20:19:04.6207300Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu.py' 2024-08-08T20:19:04.6210800Z adding 'torch/_inductor/codegen/cpp_wrapper_cuda.py' 2024-08-08T20:19:04.6212300Z adding 'torch/_inductor/codegen/cuda_combined_scheduling.py' 2024-08-08T20:19:04.6225080Z adding 'torch/_inductor/codegen/halide.py' 2024-08-08T20:19:04.6230810Z adding 'torch/_inductor/codegen/memory_planning.py' 2024-08-08T20:19:04.6234460Z adding 'torch/_inductor/codegen/multi_kernel.py' 2024-08-08T20:19:04.6251020Z adding 'torch/_inductor/codegen/simd.py' 2024-08-08T20:19:04.6277810Z adding 'torch/_inductor/codegen/triton.py' 2024-08-08T20:19:04.6285900Z adding 'torch/_inductor/codegen/triton_combo_kernel.py' 2024-08-08T20:19:04.6288080Z adding 'torch/_inductor/codegen/triton_split_scan.py' 2024-08-08T20:19:04.6289850Z adding 'torch/_inductor/codegen/triton_utils.py' 2024-08-08T20:19:04.6307640Z adding 'torch/_inductor/codegen/wrapper.py' 2024-08-08T20:19:04.6309780Z adding 'torch/_inductor/codegen/aoti_runtime/implementation.cpp' 2024-08-08T20:19:04.6312220Z adding 'torch/_inductor/codegen/aoti_runtime/interface.cpp' 2024-08-08T20:19:04.6313530Z adding 'torch/_inductor/codegen/cuda/__init__.py' 2024-08-08T20:19:04.6314870Z adding 'torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py' 2024-08-08T20:19:04.6315640Z adding 'torch/_inductor/codegen/cuda/cuda_env.py' 2024-08-08T20:19:04.6318980Z adding 'torch/_inductor/codegen/cuda/cuda_kernel.py' 2024-08-08T20:19:04.6321190Z adding 'torch/_inductor/codegen/cuda/cuda_template.py' 2024-08-08T20:19:04.6323830Z adding 'torch/_inductor/codegen/cuda/cutlass_epilogue_gen.py' 2024-08-08T20:19:04.6326700Z adding 'torch/_inductor/codegen/cuda/cutlass_utils.py' 2024-08-08T20:19:04.6327410Z adding 'torch/_inductor/codegen/cuda/device_op_overrides.py' 2024-08-08T20:19:04.6336230Z adding 'torch/_inductor/codegen/cuda/gemm_template.py' 2024-08-08T20:19:04.6337610Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py' 2024-08-08T20:19:04.6339800Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py' 2024-08-08T20:19:04.6340440Z adding 'torch/_inductor/codegen/rocm/__init__.py' 2024-08-08T20:19:04.6341900Z adding 'torch/_inductor/codegen/rocm/ck_template.py' 2024-08-08T20:19:04.6345260Z adding 'torch/_inductor/codegen/rocm/ck_universal_gemm_template.py' 2024-08-08T20:19:04.6346640Z adding 'torch/_inductor/codegen/rocm/compile_command.py' 2024-08-08T20:19:04.6348240Z adding 'torch/_inductor/codegen/rocm/rocm_benchmark_request.py' 2024-08-08T20:19:04.6349680Z adding 'torch/_inductor/codegen/rocm/rocm_cpp_scheduling.py' 2024-08-08T20:19:04.6352230Z adding 'torch/_inductor/codegen/rocm/rocm_kernel.py' 2024-08-08T20:19:04.6354020Z adding 'torch/_inductor/codegen/rocm/rocm_template.py' 2024-08-08T20:19:04.6354720Z adding 'torch/_inductor/codegen/rocm/rocm_template_buffer.py' 2024-08-08T20:19:04.6356090Z adding 'torch/_inductor/codegen/xpu/__init__.py' 2024-08-08T20:19:04.6356810Z adding 'torch/_inductor/codegen/xpu/device_op_overrides.py' 2024-08-08T20:19:04.6358060Z adding 'torch/_inductor/compile_worker/__init__.py' 2024-08-08T20:19:04.6359280Z adding 'torch/_inductor/compile_worker/__main__.py' 2024-08-08T20:19:04.6361950Z adding 'torch/_inductor/compile_worker/subproc_pool.py' 2024-08-08T20:19:04.6362790Z adding 'torch/_inductor/compile_worker/watchdog.py' 2024-08-08T20:19:04.6364100Z adding 'torch/_inductor/fx_passes/__init__.py' 2024-08-08T20:19:04.6368470Z adding 'torch/_inductor/fx_passes/b2b_gemm.py' 2024-08-08T20:19:04.6370910Z adding 'torch/_inductor/fx_passes/binary_folding.py' 2024-08-08T20:19:04.6375850Z adding 'torch/_inductor/fx_passes/ddp_fusion.py' 2024-08-08T20:19:04.6377360Z adding 'torch/_inductor/fx_passes/decompose_mem_bound_mm.py' 2024-08-08T20:19:04.6378670Z adding 'torch/_inductor/fx_passes/dedupe_symint_uses.py' 2024-08-08T20:19:04.6381350Z adding 'torch/_inductor/fx_passes/efficient_conv_bn_eval.py' 2024-08-08T20:19:04.6383190Z adding 'torch/_inductor/fx_passes/freezing_patterns.py' 2024-08-08T20:19:04.6387860Z adding 'torch/_inductor/fx_passes/fuse_attention.py' 2024-08-08T20:19:04.6396270Z adding 'torch/_inductor/fx_passes/group_batch_fusion.py' 2024-08-08T20:19:04.6401370Z adding 'torch/_inductor/fx_passes/joint_graph.py' 2024-08-08T20:19:04.6407160Z adding 'torch/_inductor/fx_passes/micro_pipeline_tp.py' 2024-08-08T20:19:04.6408840Z adding 'torch/_inductor/fx_passes/misc_patterns.py' 2024-08-08T20:19:04.6416880Z adding 'torch/_inductor/fx_passes/mkldnn_fusion.py' 2024-08-08T20:19:04.6419000Z adding 'torch/_inductor/fx_passes/numeric_utils.py' 2024-08-08T20:19:04.6424370Z adding 'torch/_inductor/fx_passes/pad_mm.py' 2024-08-08T20:19:04.6433480Z adding 'torch/_inductor/fx_passes/post_grad.py' 2024-08-08T20:19:04.6438740Z adding 'torch/_inductor/fx_passes/pre_grad.py' 2024-08-08T20:19:04.6454290Z adding 'torch/_inductor/fx_passes/quantization.py' 2024-08-08T20:19:04.6459950Z adding 'torch/_inductor/fx_passes/reinplace.py' 2024-08-08T20:19:04.6461560Z adding 'torch/_inductor/fx_passes/replace_random.py' 2024-08-08T20:19:04.6476100Z adding 'torch/_inductor/fx_passes/split_cat.py' 2024-08-08T20:19:04.6477680Z adding 'torch/_inductor/fx_passes/serialized_patterns/__init__.py' 2024-08-08T20:19:04.6479460Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py' 2024-08-08T20:19:04.6481280Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py' 2024-08-08T20:19:04.6483060Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py' 2024-08-08T20:19:04.6484980Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py' 2024-08-08T20:19:04.6486490Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py' 2024-08-08T20:19:04.6488230Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py' 2024-08-08T20:19:04.6490110Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py' 2024-08-08T20:19:04.6493190Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py' 2024-08-08T20:19:04.6495290Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py' 2024-08-08T20:19:04.6497840Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py' 2024-08-08T20:19:04.6499660Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_19.py' 2024-08-08T20:19:04.6501220Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py' 2024-08-08T20:19:04.6502910Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py' 2024-08-08T20:19:04.6504440Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py' 2024-08-08T20:19:04.6506110Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py' 2024-08-08T20:19:04.6507820Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py' 2024-08-08T20:19:04.6509600Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py' 2024-08-08T20:19:04.6511300Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py' 2024-08-08T20:19:04.6513300Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py' 2024-08-08T20:19:04.6514220Z adding 'torch/_inductor/fx_passes/serialized_patterns/addmm_pattern.py' 2024-08-08T20:19:04.6515580Z adding 'torch/_inductor/fx_passes/serialized_patterns/bmm_pattern.py' 2024-08-08T20:19:04.6516210Z adding 'torch/_inductor/fx_passes/serialized_patterns/mm_pattern.py' 2024-08-08T20:19:04.6521270Z adding 'torch/_inductor/kernel/__init__.py' 2024-08-08T20:19:04.6521700Z adding 'torch/_inductor/kernel/bmm.py' 2024-08-08T20:19:04.6523830Z adding 'torch/_inductor/kernel/conv.py' 2024-08-08T20:19:04.6533010Z adding 'torch/_inductor/kernel/flex_attention.py' 2024-08-08T20:19:04.6537400Z adding 'torch/_inductor/kernel/flex_decoding.py' 2024-08-08T20:19:04.6541870Z adding 'torch/_inductor/kernel/mm.py' 2024-08-08T20:19:04.6545100Z adding 'torch/_inductor/kernel/mm_common.py' 2024-08-08T20:19:04.6547350Z adding 'torch/_inductor/kernel/mm_plus_mm.py' 2024-08-08T20:19:04.6549750Z adding 'torch/_inductor/kernel/mm_scaled.py' 2024-08-08T20:19:04.6551150Z adding 'torch/_inductor/kernel/unpack_mixed_mm.py' 2024-08-08T20:19:04.6551950Z adding 'torch/_inductor/package/__init__.py' 2024-08-08T20:19:04.6553140Z adding 'torch/_inductor/package/build_package.py' 2024-08-08T20:19:04.6555240Z adding 'torch/_inductor/package/package.py' 2024-08-08T20:19:04.6555970Z adding 'torch/_inductor/package/pt2_archive_constants.py' 2024-08-08T20:19:04.6557190Z adding 'torch/_inductor/runtime/__init__.py' 2024-08-08T20:19:04.6558410Z adding 'torch/_inductor/runtime/compile_tasks.py' 2024-08-08T20:19:04.6560820Z adding 'torch/_inductor/runtime/coordinate_descent_tuner.py' 2024-08-08T20:19:04.6562180Z adding 'torch/_inductor/runtime/halide_helpers.py' 2024-08-08T20:19:04.6563850Z adding 'torch/_inductor/runtime/hints.py' 2024-08-08T20:19:04.6565780Z adding 'torch/_inductor/runtime/runtime_utils.py' 2024-08-08T20:19:04.6569320Z adding 'torch/_inductor/runtime/triton_helpers.py' 2024-08-08T20:19:04.6583520Z adding 'torch/_inductor/runtime/triton_heuristics.py' 2024-08-08T20:19:04.6585330Z adding 'torch/_lazy/__init__.py' 2024-08-08T20:19:04.6587020Z adding 'torch/_lazy/closure.py' 2024-08-08T20:19:04.6588030Z adding 'torch/_lazy/computation.py' 2024-08-08T20:19:04.6588680Z adding 'torch/_lazy/config.py' 2024-08-08T20:19:04.6589990Z adding 'torch/_lazy/debug.py' 2024-08-08T20:19:04.6590620Z adding 'torch/_lazy/device_context.py' 2024-08-08T20:19:04.6593380Z adding 'torch/_lazy/extract_compiled_graph.py' 2024-08-08T20:19:04.6594000Z adding 'torch/_lazy/ir_cache.py' 2024-08-08T20:19:04.6595270Z adding 'torch/_lazy/metrics.py' 2024-08-08T20:19:04.6595970Z adding 'torch/_lazy/tensor_factory_functions.py' 2024-08-08T20:19:04.6596940Z adding 'torch/_lazy/ts_backend.py' 2024-08-08T20:19:04.6598300Z adding 'torch/_library/__init__.py' 2024-08-08T20:19:04.6600600Z adding 'torch/_library/autograd.py' 2024-08-08T20:19:04.6607390Z adding 'torch/_library/custom_ops.py' 2024-08-08T20:19:04.6610500Z adding 'torch/_library/fake_class_registry.py' 2024-08-08T20:19:04.6612640Z adding 'torch/_library/fake_impl.py' 2024-08-08T20:19:04.6615390Z adding 'torch/_library/infer_schema.py' 2024-08-08T20:19:04.6616790Z adding 'torch/_library/simple_registry.py' 2024-08-08T20:19:04.6618890Z adding 'torch/_library/triton.py' 2024-08-08T20:19:04.6621450Z adding 'torch/_library/utils.py' 2024-08-08T20:19:04.6622750Z adding 'torch/_logging/__init__.py' 2024-08-08T20:19:04.6632170Z adding 'torch/_logging/_internal.py' 2024-08-08T20:19:04.6633960Z adding 'torch/_logging/_registrations.py' 2024-08-08T20:19:04.6635510Z adding 'torch/_logging/structured.py' 2024-08-08T20:19:04.6636790Z adding 'torch/_numpy/__init__.py' 2024-08-08T20:19:04.6637990Z adding 'torch/_numpy/_binary_ufuncs_impl.py' 2024-08-08T20:19:04.6641010Z adding 'torch/_numpy/_casting_dicts.py' 2024-08-08T20:19:04.6643930Z adding 'torch/_numpy/_dtypes.py' 2024-08-08T20:19:04.6645980Z adding 'torch/_numpy/_dtypes_impl.py' 2024-08-08T20:19:04.6647110Z adding 'torch/_numpy/_funcs.py' 2024-08-08T20:19:04.6660160Z adding 'torch/_numpy/_funcs_impl.py' 2024-08-08T20:19:04.6661330Z adding 'torch/_numpy/_getlimits.py' 2024-08-08T20:19:04.6665180Z adding 'torch/_numpy/_ndarray.py' 2024-08-08T20:19:04.6667490Z adding 'torch/_numpy/_normalizations.py' 2024-08-08T20:19:04.6670080Z adding 'torch/_numpy/_reductions_impl.py' 2024-08-08T20:19:04.6672140Z adding 'torch/_numpy/_ufuncs.py' 2024-08-08T20:19:04.6673350Z adding 'torch/_numpy/_unary_ufuncs_impl.py' 2024-08-08T20:19:04.6675700Z adding 'torch/_numpy/_util.py' 2024-08-08T20:19:04.6676960Z adding 'torch/_numpy/fft.py' 2024-08-08T20:19:04.6678500Z adding 'torch/_numpy/linalg.py' 2024-08-08T20:19:04.6680300Z adding 'torch/_numpy/random.py' 2024-08-08T20:19:04.6681570Z adding 'torch/_numpy/testing/__init__.py' 2024-08-08T20:19:04.6698370Z adding 'torch/_numpy/testing/utils.py' 2024-08-08T20:19:04.6716100Z adding 'torch/_prims/__init__.py' 2024-08-08T20:19:04.6718380Z adding 'torch/_prims/context.py' 2024-08-08T20:19:04.6719570Z adding 'torch/_prims/debug_prims.py' 2024-08-08T20:19:04.6720760Z adding 'torch/_prims/executor.py' 2024-08-08T20:19:04.6722980Z adding 'torch/_prims/rng_prims.py' 2024-08-08T20:19:04.6739240Z adding 'torch/_prims_common/__init__.py' 2024-08-08T20:19:04.6743540Z adding 'torch/_prims_common/wrappers.py' 2024-08-08T20:19:04.6789910Z adding 'torch/_refs/__init__.py' 2024-08-08T20:19:04.6792280Z adding 'torch/_refs/_conversions.py' 2024-08-08T20:19:04.6795660Z adding 'torch/_refs/fft.py' 2024-08-08T20:19:04.6798390Z adding 'torch/_refs/linalg/__init__.py' 2024-08-08T20:19:04.6799750Z adding 'torch/_refs/nn/__init__.py' 2024-08-08T20:19:04.6807780Z adding 'torch/_refs/nn/functional/__init__.py' 2024-08-08T20:19:04.6809720Z adding 'torch/_refs/special/__init__.py' 2024-08-08T20:19:04.6810460Z adding 'torch/_strobelight/__init__.py' 2024-08-08T20:19:04.6813200Z adding 'torch/_strobelight/cli_function_profiler.py' 2024-08-08T20:19:04.6815040Z adding 'torch/_strobelight/compile_time_profiler.py' 2024-08-08T20:19:04.6816350Z adding 'torch/_subclasses/__init__.py' 2024-08-08T20:19:04.6819140Z adding 'torch/_subclasses/_fake_tensor_utils.py' 2024-08-08T20:19:04.6827510Z adding 'torch/_subclasses/fake_impls.py' 2024-08-08T20:19:04.6855180Z adding 'torch/_subclasses/fake_tensor.py' 2024-08-08T20:19:04.6855540Z adding 'torch/_subclasses/fake_utils.py' 2024-08-08T20:19:04.6859680Z adding 'torch/_subclasses/functional_tensor.py' 2024-08-08T20:19:04.6876350Z adding 'torch/_subclasses/meta_utils.py' 2024-08-08T20:19:04.6879010Z adding 'torch/_subclasses/schema_check_mode.py' 2024-08-08T20:19:04.6880330Z adding 'torch/_vendor/__init__.py' 2024-08-08T20:19:04.6881830Z adding 'torch/_vendor/packaging/__init__.py' 2024-08-08T20:19:04.6883030Z adding 'torch/_vendor/packaging/_structures.py' 2024-08-08T20:19:04.6886590Z adding 'torch/_vendor/packaging/version.py' 2024-08-08T20:19:04.6887780Z adding 'torch/amp/__init__.py' 2024-08-08T20:19:04.6892280Z adding 'torch/amp/autocast_mode.py' 2024-08-08T20:19:04.6898860Z adding 'torch/amp/grad_scaler.py' 2024-08-08T20:19:04.6901070Z adding 'torch/ao/__init__.py' 2024-08-08T20:19:04.6902500Z adding 'torch/ao/nn/__init__.py' 2024-08-08T20:19:04.6903990Z adding 'torch/ao/nn/intrinsic/__init__.py' 2024-08-08T20:19:04.6905260Z adding 'torch/ao/nn/intrinsic/modules/__init__.py' 2024-08-08T20:19:04.6906890Z adding 'torch/ao/nn/intrinsic/modules/fused.py' 2024-08-08T20:19:04.6907680Z adding 'torch/ao/nn/intrinsic/qat/__init__.py' 2024-08-08T20:19:04.6909090Z adding 'torch/ao/nn/intrinsic/qat/modules/__init__.py' 2024-08-08T20:19:04.6913950Z adding 'torch/ao/nn/intrinsic/qat/modules/conv_fused.py' 2024-08-08T20:19:04.6916180Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_fused.py' 2024-08-08T20:19:04.6917470Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_relu.py' 2024-08-08T20:19:04.6918250Z adding 'torch/ao/nn/intrinsic/quantized/__init__.py' 2024-08-08T20:19:04.6919600Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/__init__.py' 2024-08-08T20:19:04.6920390Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2024-08-08T20:19:04.6921830Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2024-08-08T20:19:04.6922770Z adding 'torch/ao/nn/intrinsic/quantized/modules/__init__.py' 2024-08-08T20:19:04.6924200Z adding 'torch/ao/nn/intrinsic/quantized/modules/bn_relu.py' 2024-08-08T20:19:04.6925690Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_add.py' 2024-08-08T20:19:04.6927300Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_relu.py' 2024-08-08T20:19:04.6929290Z adding 'torch/ao/nn/intrinsic/quantized/modules/linear_relu.py' 2024-08-08T20:19:04.6929800Z adding 'torch/ao/nn/qat/__init__.py' 2024-08-08T20:19:04.6931120Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2024-08-08T20:19:04.6932360Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2024-08-08T20:19:04.6932970Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2024-08-08T20:19:04.6934280Z adding 'torch/ao/nn/qat/modules/__init__.py' 2024-08-08T20:19:04.6936230Z adding 'torch/ao/nn/qat/modules/conv.py' 2024-08-08T20:19:04.6938010Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2024-08-08T20:19:04.6939360Z adding 'torch/ao/nn/qat/modules/linear.py' 2024-08-08T20:19:04.6940570Z adding 'torch/ao/nn/quantizable/__init__.py' 2024-08-08T20:19:04.6941250Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2024-08-08T20:19:04.6945870Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2024-08-08T20:19:04.6950190Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2024-08-08T20:19:04.6951620Z adding 'torch/ao/nn/quantized/__init__.py' 2024-08-08T20:19:04.6956110Z adding 'torch/ao/nn/quantized/functional.py' 2024-08-08T20:19:04.6957320Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2024-08-08T20:19:04.6958090Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2024-08-08T20:19:04.6960590Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2024-08-08T20:19:04.6962500Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2024-08-08T20:19:04.6970730Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2024-08-08T20:19:04.6972780Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2024-08-08T20:19:04.6975150Z adding 'torch/ao/nn/quantized/modules/activation.py' 2024-08-08T20:19:04.6976610Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2024-08-08T20:19:04.6981910Z adding 'torch/ao/nn/quantized/modules/conv.py' 2024-08-08T20:19:04.6983170Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2024-08-08T20:19:04.6985970Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2024-08-08T20:19:04.6987830Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2024-08-08T20:19:04.6990890Z adding 'torch/ao/nn/quantized/modules/linear.py' 2024-08-08T20:19:04.6992580Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2024-08-08T20:19:04.6993800Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2024-08-08T20:19:04.6995490Z adding 'torch/ao/nn/quantized/modules/utils.py' 2024-08-08T20:19:04.6996750Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2024-08-08T20:19:04.6998040Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2024-08-08T20:19:04.6999970Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2024-08-08T20:19:04.7001380Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2024-08-08T20:19:04.7005730Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2024-08-08T20:19:04.7007210Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2024-08-08T20:19:04.7009780Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2024-08-08T20:19:04.7010980Z adding 'torch/ao/nn/sparse/__init__.py' 2024-08-08T20:19:04.7012180Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2024-08-08T20:19:04.7014200Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2024-08-08T20:19:04.7015410Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2024-08-08T20:19:04.7016130Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2024-08-08T20:19:04.7018270Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2024-08-08T20:19:04.7019050Z adding 'torch/ao/ns/__init__.py' 2024-08-08T20:19:04.7023090Z adding 'torch/ao/ns/_numeric_suite.py' 2024-08-08T20:19:04.7031030Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2024-08-08T20:19:04.7032290Z adding 'torch/ao/ns/fx/__init__.py' 2024-08-08T20:19:04.7036620Z adding 'torch/ao/ns/fx/graph_matcher.py' 2024-08-08T20:19:04.7045320Z adding 'torch/ao/ns/fx/graph_passes.py' 2024-08-08T20:19:04.7048570Z adding 'torch/ao/ns/fx/mappings.py' 2024-08-08T20:19:04.7059240Z adding 'torch/ao/ns/fx/n_shadows_utils.py' 2024-08-08T20:19:04.7060650Z adding 'torch/ao/ns/fx/ns_types.py' 2024-08-08T20:19:04.7062820Z adding 'torch/ao/ns/fx/pattern_utils.py' 2024-08-08T20:19:04.7065210Z adding 'torch/ao/ns/fx/qconfig_multi_mapping.py' 2024-08-08T20:19:04.7069320Z adding 'torch/ao/ns/fx/utils.py' 2024-08-08T20:19:04.7074340Z adding 'torch/ao/ns/fx/weight_utils.py' 2024-08-08T20:19:04.7074650Z adding 'torch/ao/pruning/__init__.py' 2024-08-08T20:19:04.7075040Z adding 'torch/ao/pruning/_mappings.py' 2024-08-08T20:19:04.7075380Z adding 'torch/ao/pruning/_experimental/__init__.py' 2024-08-08T20:19:04.7075860Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/__init__.py' 2024-08-08T20:19:04.7080090Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py' 2024-08-08T20:19:04.7080900Z adding 'torch/ao/pruning/_experimental/data_scheduler/__init__.py' 2024-08-08T20:19:04.7083240Z adding 'torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py' 2024-08-08T20:19:04.7084010Z adding 'torch/ao/pruning/_experimental/data_sparsifier/__init__.py' 2024-08-08T20:19:04.7087460Z adding 'torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py' 2024-08-08T20:19:04.7089770Z adding 'torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py' 2024-08-08T20:19:04.7091430Z adding 'torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py' 2024-08-08T20:19:04.7092180Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py' 2024-08-08T20:19:04.7093640Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2024-08-08T20:19:04.7094440Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2024-08-08T20:19:04.7096400Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2024-08-08T20:19:04.7097880Z adding 'torch/ao/pruning/_experimental/pruner/FPGM_pruner.py' 2024-08-08T20:19:04.7098470Z adding 'torch/ao/pruning/_experimental/pruner/__init__.py' 2024-08-08T20:19:04.7101260Z adding 'torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py' 2024-08-08T20:19:04.7102220Z adding 'torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py' 2024-08-08T20:19:04.7103600Z adding 'torch/ao/pruning/_experimental/pruner/match_utils.py' 2024-08-08T20:19:04.7104530Z adding 'torch/ao/pruning/_experimental/pruner/parametrization.py' 2024-08-08T20:19:04.7108490Z adding 'torch/ao/pruning/_experimental/pruner/prune_functions.py' 2024-08-08T20:19:04.7109810Z adding 'torch/ao/pruning/_experimental/pruner/saliency_pruner.py' 2024-08-08T20:19:04.7110350Z adding 'torch/ao/pruning/scheduler/__init__.py' 2024-08-08T20:19:04.7112480Z adding 'torch/ao/pruning/scheduler/base_scheduler.py' 2024-08-08T20:19:04.7113960Z adding 'torch/ao/pruning/scheduler/cubic_scheduler.py' 2024-08-08T20:19:04.7115210Z adding 'torch/ao/pruning/scheduler/lambda_scheduler.py' 2024-08-08T20:19:04.7115870Z adding 'torch/ao/pruning/sparsifier/__init__.py' 2024-08-08T20:19:04.7119340Z adding 'torch/ao/pruning/sparsifier/base_sparsifier.py' 2024-08-08T20:19:04.7120740Z adding 'torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py' 2024-08-08T20:19:04.7122340Z adding 'torch/ao/pruning/sparsifier/utils.py' 2024-08-08T20:19:04.7124820Z adding 'torch/ao/pruning/sparsifier/weight_norm_sparsifier.py' 2024-08-08T20:19:04.7126990Z adding 'torch/ao/quantization/__init__.py' 2024-08-08T20:19:04.7128810Z adding 'torch/ao/quantization/_correct_bias.py' 2024-08-08T20:19:04.7131340Z adding 'torch/ao/quantization/_equalize.py' 2024-08-08T20:19:04.7133320Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2024-08-08T20:19:04.7137450Z adding 'torch/ao/quantization/fake_quantize.py' 2024-08-08T20:19:04.7139640Z adding 'torch/ao/quantization/fuse_modules.py' 2024-08-08T20:19:04.7141910Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2024-08-08T20:19:04.7154960Z adding 'torch/ao/quantization/observer.py' 2024-08-08T20:19:04.7159650Z adding 'torch/ao/quantization/qconfig.py' 2024-08-08T20:19:04.7162730Z adding 'torch/ao/quantization/qconfig_mapping.py' 2024-08-08T20:19:04.7163550Z adding 'torch/ao/quantization/quant_type.py' 2024-08-08T20:19:04.7166380Z adding 'torch/ao/quantization/quantization_mappings.py' 2024-08-08T20:19:04.7172700Z adding 'torch/ao/quantization/quantize.py' 2024-08-08T20:19:04.7178360Z adding 'torch/ao/quantization/quantize_fx.py' 2024-08-08T20:19:04.7181620Z adding 'torch/ao/quantization/quantize_jit.py' 2024-08-08T20:19:04.7183870Z adding 'torch/ao/quantization/quantize_pt2e.py' 2024-08-08T20:19:04.7185040Z adding 'torch/ao/quantization/stubs.py' 2024-08-08T20:19:04.7191310Z adding 'torch/ao/quantization/utils.py' 2024-08-08T20:19:04.7192780Z adding 'torch/ao/quantization/backend_config/__init__.py' 2024-08-08T20:19:04.7197230Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2024-08-08T20:19:04.7199060Z adding 'torch/ao/quantization/backend_config/_qnnpack_pt2e.py' 2024-08-08T20:19:04.7204750Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2024-08-08T20:19:04.7207600Z adding 'torch/ao/quantization/backend_config/executorch.py' 2024-08-08T20:19:04.7208920Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2024-08-08T20:19:04.7210740Z adding 'torch/ao/quantization/backend_config/native.py' 2024-08-08T20:19:04.7211490Z adding 'torch/ao/quantization/backend_config/observation_type.py' 2024-08-08T20:19:04.7214550Z adding 'torch/ao/quantization/backend_config/onednn.py' 2024-08-08T20:19:04.7216100Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2024-08-08T20:19:04.7217390Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2024-08-08T20:19:04.7220280Z adding 'torch/ao/quantization/backend_config/utils.py' 2024-08-08T20:19:04.7221810Z adding 'torch/ao/quantization/backend_config/x86.py' 2024-08-08T20:19:04.7223130Z adding 'torch/ao/quantization/fx/__init__.py' 2024-08-08T20:19:04.7228940Z adding 'torch/ao/quantization/fx/_decomposed.py' 2024-08-08T20:19:04.7237240Z adding 'torch/ao/quantization/fx/_equalize.py' 2024-08-08T20:19:04.7247180Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2024-08-08T20:19:04.7259110Z adding 'torch/ao/quantization/fx/convert.py' 2024-08-08T20:19:04.7262640Z adding 'torch/ao/quantization/fx/custom_config.py' 2024-08-08T20:19:04.7264810Z adding 'torch/ao/quantization/fx/fuse.py' 2024-08-08T20:19:04.7266390Z adding 'torch/ao/quantization/fx/fuse_handler.py' 2024-08-08T20:19:04.7268150Z adding 'torch/ao/quantization/fx/graph_module.py' 2024-08-08T20:19:04.7268830Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2024-08-08T20:19:04.7270100Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2024-08-08T20:19:04.7272240Z adding 'torch/ao/quantization/fx/lstm_utils.py' 2024-08-08T20:19:04.7274650Z adding 'torch/ao/quantization/fx/match_utils.py' 2024-08-08T20:19:04.7276090Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2024-08-08T20:19:04.7295820Z adding 'torch/ao/quantization/fx/prepare.py' 2024-08-08T20:19:04.7299780Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2024-08-08T20:19:04.7301650Z adding 'torch/ao/quantization/fx/quantize_handler.py' 2024-08-08T20:19:04.7302850Z adding 'torch/ao/quantization/fx/tracer.py' 2024-08-08T20:19:04.7312410Z adding 'torch/ao/quantization/fx/utils.py' 2024-08-08T20:19:04.7313830Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2024-08-08T20:19:04.7328400Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2024-08-08T20:19:04.7335140Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2024-08-08T20:19:04.7338090Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2024-08-08T20:19:04.7344710Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2024-08-08T20:19:04.7346100Z adding 'torch/ao/quantization/pt2e/__init__.py' 2024-08-08T20:19:04.7348210Z adding 'torch/ao/quantization/pt2e/_numeric_debugger.py' 2024-08-08T20:19:04.7349620Z adding 'torch/ao/quantization/pt2e/duplicate_dq_pass.py' 2024-08-08T20:19:04.7351760Z adding 'torch/ao/quantization/pt2e/export_utils.py' 2024-08-08T20:19:04.7353290Z adding 'torch/ao/quantization/pt2e/graph_utils.py' 2024-08-08T20:19:04.7355660Z adding 'torch/ao/quantization/pt2e/port_metadata_pass.py' 2024-08-08T20:19:04.7360750Z adding 'torch/ao/quantization/pt2e/prepare.py' 2024-08-08T20:19:04.7367690Z adding 'torch/ao/quantization/pt2e/qat_utils.py' 2024-08-08T20:19:04.7372670Z adding 'torch/ao/quantization/pt2e/utils.py' 2024-08-08T20:19:04.7374050Z adding 'torch/ao/quantization/pt2e/representation/__init__.py' 2024-08-08T20:19:04.7378280Z adding 'torch/ao/quantization/pt2e/representation/rewrite.py' 2024-08-08T20:19:04.7379620Z adding 'torch/ao/quantization/quantizer/__init__.py' 2024-08-08T20:19:04.7381120Z adding 'torch/ao/quantization/quantizer/composable_quantizer.py' 2024-08-08T20:19:04.7383000Z adding 'torch/ao/quantization/quantizer/embedding_quantizer.py' 2024-08-08T20:19:04.7384780Z adding 'torch/ao/quantization/quantizer/quantizer.py' 2024-08-08T20:19:04.7386160Z adding 'torch/ao/quantization/quantizer/utils.py' 2024-08-08T20:19:04.7397750Z adding 'torch/ao/quantization/quantizer/x86_inductor_quantizer.py' 2024-08-08T20:19:04.7401360Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer.py' 2024-08-08T20:19:04.7407810Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py' 2024-08-08T20:19:04.7413710Z adding 'torch/autograd/__init__.py' 2024-08-08T20:19:04.7415420Z adding 'torch/autograd/anomaly_mode.py' 2024-08-08T20:19:04.7417450Z adding 'torch/autograd/forward_ad.py' 2024-08-08T20:19:04.7424470Z adding 'torch/autograd/function.py' 2024-08-08T20:19:04.7433890Z adding 'torch/autograd/functional.py' 2024-08-08T20:19:04.7437000Z adding 'torch/autograd/grad_mode.py' 2024-08-08T20:19:04.7457690Z adding 'torch/autograd/gradcheck.py' 2024-08-08T20:19:04.7464520Z adding 'torch/autograd/graph.py' 2024-08-08T20:19:04.7474020Z adding 'torch/autograd/profiler.py' 2024-08-08T20:19:04.7476890Z adding 'torch/autograd/profiler_legacy.py' 2024-08-08T20:19:04.7485280Z adding 'torch/autograd/profiler_util.py' 2024-08-08T20:19:04.7486440Z adding 'torch/autograd/variable.py' 2024-08-08T20:19:04.7487230Z adding 'torch/autograd/_functions/__init__.py' 2024-08-08T20:19:04.7488670Z adding 'torch/autograd/_functions/tensor.py' 2024-08-08T20:19:04.7489850Z adding 'torch/autograd/_functions/utils.py' 2024-08-08T20:19:04.7491580Z adding 'torch/backends/__init__.py' 2024-08-08T20:19:04.7492810Z adding 'torch/backends/_coreml/__init__.py' 2024-08-08T20:19:04.7494400Z adding 'torch/backends/_coreml/preprocess.py' 2024-08-08T20:19:04.7495610Z adding 'torch/backends/_nnapi/__init__.py' 2024-08-08T20:19:04.7497440Z adding 'torch/backends/_nnapi/prepare.py' 2024-08-08T20:19:04.7512800Z adding 'torch/backends/_nnapi/serializer.py' 2024-08-08T20:19:04.7514360Z adding 'torch/backends/cpu/__init__.py' 2024-08-08T20:19:04.7517520Z adding 'torch/backends/cuda/__init__.py' 2024-08-08T20:19:04.7519740Z adding 'torch/backends/cudnn/__init__.py' 2024-08-08T20:19:04.7520980Z adding 'torch/backends/cudnn/rnn.py' 2024-08-08T20:19:04.7522220Z adding 'torch/backends/mha/__init__.py' 2024-08-08T20:19:04.7523600Z adding 'torch/backends/mkl/__init__.py' 2024-08-08T20:19:04.7525110Z adding 'torch/backends/mkldnn/__init__.py' 2024-08-08T20:19:04.7526400Z adding 'torch/backends/mps/__init__.py' 2024-08-08T20:19:04.7527580Z adding 'torch/backends/nnpack/__init__.py' 2024-08-08T20:19:04.7528180Z adding 'torch/backends/openmp/__init__.py' 2024-08-08T20:19:04.7529880Z adding 'torch/backends/opt_einsum/__init__.py' 2024-08-08T20:19:04.7531140Z adding 'torch/backends/quantized/__init__.py' 2024-08-08T20:19:04.7531750Z adding 'torch/backends/xeon/__init__.py' 2024-08-08T20:19:04.7538980Z adding 'torch/backends/xeon/run_cpu.py' 2024-08-08T20:19:04.7540400Z adding 'torch/backends/xnnpack/__init__.py' 2024-08-08T20:19:04.8722290Z adding 'torch/bin/protoc' 2024-08-08T20:19:04.9916960Z adding 'torch/bin/protoc-3.13.0.0' 2024-08-08T20:19:04.9945590Z adding 'torch/bin/torch_shm_manager' 2024-08-08T20:19:04.9948970Z adding 'torch/compiler/__init__.py' 2024-08-08T20:19:04.9950160Z adding 'torch/contrib/__init__.py' 2024-08-08T20:19:04.9952220Z adding 'torch/contrib/_tensorboard_vis.py' 2024-08-08T20:19:04.9953910Z adding 'torch/cpu/__init__.py' 2024-08-08T20:19:04.9955130Z adding 'torch/cpu/amp/__init__.py' 2024-08-08T20:19:04.9956360Z adding 'torch/cpu/amp/autocast_mode.py' 2024-08-08T20:19:04.9957560Z adding 'torch/cpu/amp/grad_scaler.py' 2024-08-08T20:19:04.9968650Z adding 'torch/cuda/__init__.py' 2024-08-08T20:19:04.9970090Z adding 'torch/cuda/_gpu_trace.py' 2024-08-08T20:19:04.9975870Z adding 'torch/cuda/_memory_viz.py' 2024-08-08T20:19:04.9980340Z adding 'torch/cuda/_sanitizer.py' 2024-08-08T20:19:04.9981660Z adding 'torch/cuda/_utils.py' 2024-08-08T20:19:04.9982540Z adding 'torch/cuda/comm.py' 2024-08-08T20:19:04.9983210Z adding 'torch/cuda/error.py' 2024-08-08T20:19:04.9988330Z adding 'torch/cuda/graphs.py' 2024-08-08T20:19:04.9990260Z adding 'torch/cuda/jiterator.py' 2024-08-08T20:19:04.9998400Z adding 'torch/cuda/memory.py' 2024-08-08T20:19:05.0000140Z adding 'torch/cuda/nccl.py' 2024-08-08T20:19:05.0001490Z adding 'torch/cuda/nvtx.py' 2024-08-08T20:19:05.0002790Z adding 'torch/cuda/profiler.py' 2024-08-08T20:19:05.0004440Z adding 'torch/cuda/random.py' 2024-08-08T20:19:05.0004980Z adding 'torch/cuda/sparse.py' 2024-08-08T20:19:05.0007410Z adding 'torch/cuda/streams.py' 2024-08-08T20:19:05.0010040Z adding 'torch/cuda/tunable.py' 2024-08-08T20:19:05.0011260Z adding 'torch/cuda/amp/__init__.py' 2024-08-08T20:19:05.0012530Z adding 'torch/cuda/amp/autocast_mode.py' 2024-08-08T20:19:05.0013180Z adding 'torch/cuda/amp/common.py' 2024-08-08T20:19:05.0014530Z adding 'torch/cuda/amp/grad_scaler.py' 2024-08-08T20:19:05.0016710Z adding 'torch/distributed/__init__.py' 2024-08-08T20:19:05.0017910Z adding 'torch/distributed/_checkpointable.py' 2024-08-08T20:19:05.0019210Z adding 'torch/distributed/_composable_state.py' 2024-08-08T20:19:05.0027640Z adding 'torch/distributed/_functional_collectives.py' 2024-08-08T20:19:05.0029180Z adding 'torch/distributed/_functional_collectives_impl.py' 2024-08-08T20:19:05.0034590Z adding 'torch/distributed/_state_dict_utils.py' 2024-08-08T20:19:05.0036110Z adding 'torch/distributed/argparse_util.py' 2024-08-08T20:19:05.0037570Z adding 'torch/distributed/c10d_logger.py' 2024-08-08T20:19:05.0039730Z adding 'torch/distributed/collective_utils.py' 2024-08-08T20:19:05.0040910Z adding 'torch/distributed/constants.py' 2024-08-08T20:19:05.0047290Z adding 'torch/distributed/device_mesh.py' 2024-08-08T20:19:05.0089270Z adding 'torch/distributed/distributed_c10d.py' 2024-08-08T20:19:05.0092420Z adding 'torch/distributed/launch.py' 2024-08-08T20:19:05.0093610Z adding 'torch/distributed/logging_handlers.py' 2024-08-08T20:19:05.0095120Z adding 'torch/distributed/remote_device.py' 2024-08-08T20:19:05.0097660Z adding 'torch/distributed/rendezvous.py' 2024-08-08T20:19:05.0105450Z adding 'torch/distributed/run.py' 2024-08-08T20:19:05.0108670Z adding 'torch/distributed/utils.py' 2024-08-08T20:19:05.0114540Z adding 'torch/distributed/_composable/__init__.py' 2024-08-08T20:19:05.0114980Z adding 'torch/distributed/_composable/checkpoint_activation.py' 2024-08-08T20:19:05.0115410Z adding 'torch/distributed/_composable/contract.py' 2024-08-08T20:19:05.0115860Z adding 'torch/distributed/_composable/fully_shard.py' 2024-08-08T20:19:05.0118230Z adding 'torch/distributed/_composable/replicate.py' 2024-08-08T20:19:05.0119720Z adding 'torch/distributed/_composable/fsdp/__init__.py' 2024-08-08T20:19:05.0121220Z adding 'torch/distributed/_composable/fsdp/_fsdp_api.py' 2024-08-08T20:19:05.0125080Z adding 'torch/distributed/_composable/fsdp/_fsdp_collectives.py' 2024-08-08T20:19:05.0126780Z adding 'torch/distributed/_composable/fsdp/_fsdp_common.py' 2024-08-08T20:19:05.0128750Z adding 'torch/distributed/_composable/fsdp/_fsdp_init.py' 2024-08-08T20:19:05.0135900Z adding 'torch/distributed/_composable/fsdp/_fsdp_param.py' 2024-08-08T20:19:05.0141650Z adding 'torch/distributed/_composable/fsdp/_fsdp_param_group.py' 2024-08-08T20:19:05.0145310Z adding 'torch/distributed/_composable/fsdp/_fsdp_state.py' 2024-08-08T20:19:05.0149850Z adding 'torch/distributed/_composable/fsdp/fully_shard.py' 2024-08-08T20:19:05.0151110Z adding 'torch/distributed/_shard/__init__.py' 2024-08-08T20:19:05.0152320Z adding 'torch/distributed/_shard/_utils.py' 2024-08-08T20:19:05.0155300Z adding 'torch/distributed/_shard/api.py' 2024-08-08T20:19:05.0156700Z adding 'torch/distributed/_shard/common_op_utils.py' 2024-08-08T20:19:05.0157990Z adding 'torch/distributed/_shard/metadata.py' 2024-08-08T20:19:05.0158800Z adding 'torch/distributed/_shard/op_registry_utils.py' 2024-08-08T20:19:05.0160090Z adding 'torch/distributed/_shard/sharder.py' 2024-08-08T20:19:05.0161330Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2024-08-08T20:19:05.0162820Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2024-08-08T20:19:05.0164360Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2024-08-08T20:19:05.0167720Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2024-08-08T20:19:05.0178170Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2024-08-08T20:19:05.0179560Z adding 'torch/distributed/_shard/sharded_tensor/logger.py' 2024-08-08T20:19:05.0180390Z adding 'torch/distributed/_shard/sharded_tensor/logging_handlers.py' 2024-08-08T20:19:05.0182000Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2024-08-08T20:19:05.0184630Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2024-08-08T20:19:05.0185990Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2024-08-08T20:19:05.0188420Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2024-08-08T20:19:05.0189740Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2024-08-08T20:19:05.0191280Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2024-08-08T20:19:05.0192710Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2024-08-08T20:19:05.0194360Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2024-08-08T20:19:05.0195160Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2024-08-08T20:19:05.0197430Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2024-08-08T20:19:05.0198750Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2024-08-08T20:19:05.0200230Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2024-08-08T20:19:05.0201490Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2024-08-08T20:19:05.0203810Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2024-08-08T20:19:05.0206430Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2024-08-08T20:19:05.0208950Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2024-08-08T20:19:05.0209970Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2024-08-08T20:19:05.0213420Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2024-08-08T20:19:05.0216270Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2024-08-08T20:19:05.0220380Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2024-08-08T20:19:05.0221790Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2024-08-08T20:19:05.0223240Z adding 'torch/distributed/_sharding_spec/__init__.py' 2024-08-08T20:19:05.0230000Z adding 'torch/distributed/_symmetric_memory/__init__.py' 2024-08-08T20:19:05.0232600Z adding 'torch/distributed/_tensor/__init__.py' 2024-08-08T20:19:05.0235940Z adding 'torch/distributed/_tensor/_collective_utils.py' 2024-08-08T20:19:05.0239820Z adding 'torch/distributed/_tensor/_dispatch.py' 2024-08-08T20:19:05.0243780Z adding 'torch/distributed/_tensor/_op_schema.py' 2024-08-08T20:19:05.0246950Z adding 'torch/distributed/_tensor/_redistribute.py' 2024-08-08T20:19:05.0251270Z adding 'torch/distributed/_tensor/_sharding_prop.py' 2024-08-08T20:19:05.0253830Z adding 'torch/distributed/_tensor/_shards_wrapper.py' 2024-08-08T20:19:05.0256120Z adding 'torch/distributed/_tensor/_tp_conv.py' 2024-08-08T20:19:05.0258670Z adding 'torch/distributed/_tensor/_utils.py' 2024-08-08T20:19:05.0266510Z adding 'torch/distributed/_tensor/api.py' 2024-08-08T20:19:05.0267730Z adding 'torch/distributed/_tensor/device_mesh.py' 2024-08-08T20:19:05.0273390Z adding 'torch/distributed/_tensor/placement_types.py' 2024-08-08T20:19:05.0277130Z adding 'torch/distributed/_tensor/random.py' 2024-08-08T20:19:05.0278530Z adding 'torch/distributed/_tensor/debug/__init__.py' 2024-08-08T20:19:05.0280020Z adding 'torch/distributed/_tensor/debug/_op_coverage.py' 2024-08-08T20:19:05.0285210Z adding 'torch/distributed/_tensor/debug/comm_mode.py' 2024-08-08T20:19:05.0287430Z adding 'torch/distributed/_tensor/debug/visualize_sharding.py' 2024-08-08T20:19:05.0288740Z adding 'torch/distributed/_tensor/experimental/__init__.py' 2024-08-08T20:19:05.0293060Z adding 'torch/distributed/_tensor/experimental/attention.py' 2024-08-08T20:19:05.0295710Z adding 'torch/distributed/_tensor/experimental/local_map.py' 2024-08-08T20:19:05.0297620Z adding 'torch/distributed/_tensor/experimental/register_sharding.py' 2024-08-08T20:19:05.0301880Z adding 'torch/distributed/_tensor/experimental/tp_transform.py' 2024-08-08T20:19:05.0303160Z adding 'torch/distributed/_tensor/ops/__init__.py' 2024-08-08T20:19:05.0306340Z adding 'torch/distributed/_tensor/ops/_common_rules.py' 2024-08-08T20:19:05.0307760Z adding 'torch/distributed/_tensor/ops/_conv_ops.py' 2024-08-08T20:19:05.0309780Z adding 'torch/distributed/_tensor/ops/_einsum_strategy.py' 2024-08-08T20:19:05.0312260Z adding 'torch/distributed/_tensor/ops/_embedding_ops.py' 2024-08-08T20:19:05.0313530Z adding 'torch/distributed/_tensor/ops/_experimental_ops.py' 2024-08-08T20:19:05.0320220Z adding 'torch/distributed/_tensor/ops/_math_ops.py' 2024-08-08T20:19:05.0323260Z adding 'torch/distributed/_tensor/ops/_matrix_ops.py' 2024-08-08T20:19:05.0327140Z adding 'torch/distributed/_tensor/ops/_pointwise_ops.py' 2024-08-08T20:19:05.0328390Z adding 'torch/distributed/_tensor/ops/_random_ops.py' 2024-08-08T20:19:05.0334660Z adding 'torch/distributed/_tensor/ops/_tensor_ops.py' 2024-08-08T20:19:05.0340390Z adding 'torch/distributed/_tensor/ops/_view_ops.py' 2024-08-08T20:19:05.0345940Z adding 'torch/distributed/_tensor/ops/utils.py' 2024-08-08T20:19:05.0346290Z adding 'torch/distributed/_tools/__init__.py' 2024-08-08T20:19:05.0349400Z adding 'torch/distributed/_tools/fsdp2_mem_tracker.py' 2024-08-08T20:19:05.0358220Z adding 'torch/distributed/_tools/mem_tracker.py' 2024-08-08T20:19:05.0361010Z adding 'torch/distributed/_tools/memory_tracker.py' 2024-08-08T20:19:05.0363380Z adding 'torch/distributed/_tools/mod_tracker.py' 2024-08-08T20:19:05.0364600Z adding 'torch/distributed/algorithms/__init__.py' 2024-08-08T20:19:05.0367860Z adding 'torch/distributed/algorithms/join.py' 2024-08-08T20:19:05.0369120Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2024-08-08T20:19:05.0372070Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2024-08-08T20:19:05.0372910Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2024-08-08T20:19:05.0375170Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2024-08-08T20:19:05.0376100Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2024-08-08T20:19:05.0377800Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2024-08-08T20:19:05.0378530Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2024-08-08T20:19:05.0380480Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2024-08-08T20:19:05.0382200Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2024-08-08T20:19:05.0386130Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2024-08-08T20:19:05.0387090Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2024-08-08T20:19:05.0389250Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2024-08-08T20:19:05.0390810Z adding 'torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py' 2024-08-08T20:19:05.0392680Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2024-08-08T20:19:05.0394480Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2024-08-08T20:19:05.0402640Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2024-08-08T20:19:05.0404820Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2024-08-08T20:19:05.0405650Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2024-08-08T20:19:05.0407690Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2024-08-08T20:19:05.0410210Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2024-08-08T20:19:05.0411600Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2024-08-08T20:19:05.0412930Z adding 'torch/distributed/autograd/__init__.py' 2024-08-08T20:19:05.0414390Z adding 'torch/distributed/checkpoint/__init__.py' 2024-08-08T20:19:05.0415920Z adding 'torch/distributed/checkpoint/_checkpointer.py' 2024-08-08T20:19:05.0417270Z adding 'torch/distributed/checkpoint/_dedup_save_plans.py' 2024-08-08T20:19:05.0418560Z adding 'torch/distributed/checkpoint/_dedup_tensors.py' 2024-08-08T20:19:05.0420040Z adding 'torch/distributed/checkpoint/_fsspec_filesystem.py' 2024-08-08T20:19:05.0421350Z adding 'torch/distributed/checkpoint/_nested_dict.py' 2024-08-08T20:19:05.0422840Z adding 'torch/distributed/checkpoint/_sharded_tensor_utils.py' 2024-08-08T20:19:05.0423650Z adding 'torch/distributed/checkpoint/_storage_utils.py' 2024-08-08T20:19:05.0425650Z adding 'torch/distributed/checkpoint/_traverse.py' 2024-08-08T20:19:05.0426870Z adding 'torch/distributed/checkpoint/api.py' 2024-08-08T20:19:05.0430780Z adding 'torch/distributed/checkpoint/default_planner.py' 2024-08-08T20:19:05.0436130Z adding 'torch/distributed/checkpoint/filesystem.py' 2024-08-08T20:19:05.0438740Z adding 'torch/distributed/checkpoint/format_utils.py' 2024-08-08T20:19:05.0440110Z adding 'torch/distributed/checkpoint/logger.py' 2024-08-08T20:19:05.0440910Z adding 'torch/distributed/checkpoint/logging_handlers.py' 2024-08-08T20:19:05.0442860Z adding 'torch/distributed/checkpoint/metadata.py' 2024-08-08T20:19:05.0446050Z adding 'torch/distributed/checkpoint/optimizer.py' 2024-08-08T20:19:05.0449380Z adding 'torch/distributed/checkpoint/planner.py' 2024-08-08T20:19:05.0452020Z adding 'torch/distributed/checkpoint/planner_helpers.py' 2024-08-08T20:19:05.0453330Z adding 'torch/distributed/checkpoint/resharding.py' 2024-08-08T20:19:05.0455080Z adding 'torch/distributed/checkpoint/staging.py' 2024-08-08T20:19:05.0465610Z adding 'torch/distributed/checkpoint/state_dict.py' 2024-08-08T20:19:05.0468690Z adding 'torch/distributed/checkpoint/state_dict_loader.py' 2024-08-08T20:19:05.0471540Z adding 'torch/distributed/checkpoint/state_dict_saver.py' 2024-08-08T20:19:05.0473190Z adding 'torch/distributed/checkpoint/stateful.py' 2024-08-08T20:19:05.0475450Z adding 'torch/distributed/checkpoint/storage.py' 2024-08-08T20:19:05.0478480Z adding 'torch/distributed/checkpoint/utils.py' 2024-08-08T20:19:05.0480660Z adding 'torch/distributed/elastic/__init__.py' 2024-08-08T20:19:05.0481880Z adding 'torch/distributed/elastic/control_plane.py' 2024-08-08T20:19:05.0482610Z adding 'torch/distributed/elastic/agent/__init__.py' 2024-08-08T20:19:05.0484330Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2024-08-08T20:19:05.0492820Z adding 'torch/distributed/elastic/agent/server/api.py' 2024-08-08T20:19:05.0494300Z adding 'torch/distributed/elastic/agent/server/health_check_server.py' 2024-08-08T20:19:05.0497920Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2024-08-08T20:19:05.0500040Z adding 'torch/distributed/elastic/events/__init__.py' 2024-08-08T20:19:05.0501470Z adding 'torch/distributed/elastic/events/api.py' 2024-08-08T20:19:05.0502270Z adding 'torch/distributed/elastic/events/handlers.py' 2024-08-08T20:19:05.0504560Z adding 'torch/distributed/elastic/metrics/__init__.py' 2024-08-08T20:19:05.0506330Z adding 'torch/distributed/elastic/metrics/api.py' 2024-08-08T20:19:05.0508980Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2024-08-08T20:19:05.0516140Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2024-08-08T20:19:05.0517730Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2024-08-08T20:19:05.0519500Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2024-08-08T20:19:05.0523500Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2024-08-08T20:19:05.0529450Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2024-08-08T20:19:05.0530040Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2024-08-08T20:19:05.0530620Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py' 2024-08-08T20:19:05.0531230Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py' 2024-08-08T20:19:05.0531880Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py' 2024-08-08T20:19:05.0532440Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2024-08-08T20:19:05.0535220Z adding 'torch/distributed/elastic/rendezvous/api.py' 2024-08-08T20:19:05.0538060Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2024-08-08T20:19:05.0547310Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2024-08-08T20:19:05.0556270Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2024-08-08T20:19:05.0558680Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2024-08-08T20:19:05.0561180Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2024-08-08T20:19:05.0563390Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2024-08-08T20:19:05.0564770Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2024-08-08T20:19:05.0566360Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2024-08-08T20:19:05.0568700Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2024-08-08T20:19:05.0570280Z adding 'torch/distributed/elastic/timer/__init__.py' 2024-08-08T20:19:05.0572930Z adding 'torch/distributed/elastic/timer/api.py' 2024-08-08T20:19:05.0574190Z adding 'torch/distributed/elastic/timer/debug_info_logging.py' 2024-08-08T20:19:05.0577860Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2024-08-08T20:19:05.0579620Z adding 'torch/distributed/elastic/timer/local_timer.py' 2024-08-08T20:19:05.0580910Z adding 'torch/distributed/elastic/utils/__init__.py' 2024-08-08T20:19:05.0582070Z adding 'torch/distributed/elastic/utils/api.py' 2024-08-08T20:19:05.0584250Z adding 'torch/distributed/elastic/utils/distributed.py' 2024-08-08T20:19:05.0585020Z adding 'torch/distributed/elastic/utils/log_level.py' 2024-08-08T20:19:05.0586620Z adding 'torch/distributed/elastic/utils/logging.py' 2024-08-08T20:19:05.0588290Z adding 'torch/distributed/elastic/utils/store.py' 2024-08-08T20:19:05.0589670Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2024-08-08T20:19:05.0590980Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2024-08-08T20:19:05.0592410Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2024-08-08T20:19:05.0593960Z adding 'torch/distributed/fsdp/__init__.py' 2024-08-08T20:19:05.0599510Z adding 'torch/distributed/fsdp/_common_utils.py' 2024-08-08T20:19:05.0601600Z adding 'torch/distributed/fsdp/_debug_utils.py' 2024-08-08T20:19:05.0602970Z adding 'torch/distributed/fsdp/_dynamo_utils.py' 2024-08-08T20:19:05.0606280Z adding 'torch/distributed/fsdp/_exec_order_utils.py' 2024-08-08T20:19:05.0633030Z adding 'torch/distributed/fsdp/_flat_param.py' 2024-08-08T20:19:05.0635150Z adding 'torch/distributed/fsdp/_fsdp_extensions.py' 2024-08-08T20:19:05.0645270Z adding 'torch/distributed/fsdp/_init_utils.py' 2024-08-08T20:19:05.0646750Z adding 'torch/distributed/fsdp/_limiter_utils.py' 2024-08-08T20:19:05.0667370Z adding 'torch/distributed/fsdp/_optim_utils.py' 2024-08-08T20:19:05.0682840Z adding 'torch/distributed/fsdp/_runtime_utils.py' 2024-08-08T20:19:05.0684790Z adding 'torch/distributed/fsdp/_shard_utils.py' 2024-08-08T20:19:05.0691580Z adding 'torch/distributed/fsdp/_state_dict_utils.py' 2024-08-08T20:19:05.0694330Z adding 'torch/distributed/fsdp/_trace_utils.py' 2024-08-08T20:19:05.0696160Z adding 'torch/distributed/fsdp/_traversal_utils.py' 2024-08-08T20:19:05.0698990Z adding 'torch/distributed/fsdp/_unshard_param_utils.py' 2024-08-08T20:19:05.0701700Z adding 'torch/distributed/fsdp/_wrap_utils.py' 2024-08-08T20:19:05.0706010Z adding 'torch/distributed/fsdp/api.py' 2024-08-08T20:19:05.0727130Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2024-08-08T20:19:05.0731430Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2024-08-08T20:19:05.0736720Z adding 'torch/distributed/fsdp/wrap.py' 2024-08-08T20:19:05.0738060Z adding 'torch/distributed/launcher/__init__.py' 2024-08-08T20:19:05.0741020Z adding 'torch/distributed/launcher/api.py' 2024-08-08T20:19:05.0742310Z adding 'torch/distributed/nn/__init__.py' 2024-08-08T20:19:05.0745450Z adding 'torch/distributed/nn/functional.py' 2024-08-08T20:19:05.0746680Z adding 'torch/distributed/nn/api/__init__.py' 2024-08-08T20:19:05.0752600Z adding 'torch/distributed/nn/api/remote_module.py' 2024-08-08T20:19:05.0753830Z adding 'torch/distributed/nn/jit/__init__.py' 2024-08-08T20:19:05.0755600Z adding 'torch/distributed/nn/jit/instantiator.py' 2024-08-08T20:19:05.0756840Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2024-08-08T20:19:05.0758210Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2024-08-08T20:19:05.0759650Z adding 'torch/distributed/optim/__init__.py' 2024-08-08T20:19:05.0761510Z adding 'torch/distributed/optim/apply_optimizer_in_backward.py' 2024-08-08T20:19:05.0762990Z adding 'torch/distributed/optim/functional_adadelta.py' 2024-08-08T20:19:05.0764570Z adding 'torch/distributed/optim/functional_adagrad.py' 2024-08-08T20:19:05.0766400Z adding 'torch/distributed/optim/functional_adam.py' 2024-08-08T20:19:05.0767950Z adding 'torch/distributed/optim/functional_adamax.py' 2024-08-08T20:19:05.0769780Z adding 'torch/distributed/optim/functional_adamw.py' 2024-08-08T20:19:05.0771320Z adding 'torch/distributed/optim/functional_rmsprop.py' 2024-08-08T20:19:05.0772740Z adding 'torch/distributed/optim/functional_rprop.py' 2024-08-08T20:19:05.0774420Z adding 'torch/distributed/optim/functional_sgd.py' 2024-08-08T20:19:05.0777650Z adding 'torch/distributed/optim/named_optimizer.py' 2024-08-08T20:19:05.0780340Z adding 'torch/distributed/optim/optimizer.py' 2024-08-08T20:19:05.0782050Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2024-08-08T20:19:05.0783270Z adding 'torch/distributed/optim/utils.py' 2024-08-08T20:19:05.0799100Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2024-08-08T20:19:05.0811450Z adding 'torch/distributed/pipelining/_IR.py' 2024-08-08T20:19:05.0812740Z adding 'torch/distributed/pipelining/__init__.py' 2024-08-08T20:19:05.0814420Z adding 'torch/distributed/pipelining/_backward.py' 2024-08-08T20:19:05.0815630Z adding 'torch/distributed/pipelining/_debug.py' 2024-08-08T20:19:05.0816320Z adding 'torch/distributed/pipelining/_unflatten.py' 2024-08-08T20:19:05.0817870Z adding 'torch/distributed/pipelining/_utils.py' 2024-08-08T20:19:05.0821880Z adding 'torch/distributed/pipelining/microbatch.py' 2024-08-08T20:19:05.0836210Z adding 'torch/distributed/pipelining/schedules.py' 2024-08-08T20:19:05.0848670Z adding 'torch/distributed/pipelining/stage.py' 2024-08-08T20:19:05.0855400Z adding 'torch/distributed/rpc/__init__.py' 2024-08-08T20:19:05.0855820Z adding 'torch/distributed/rpc/_utils.py' 2024-08-08T20:19:05.0860270Z adding 'torch/distributed/rpc/api.py' 2024-08-08T20:19:05.0864160Z adding 'torch/distributed/rpc/backend_registry.py' 2024-08-08T20:19:05.0865400Z adding 'torch/distributed/rpc/constants.py' 2024-08-08T20:19:05.0867140Z adding 'torch/distributed/rpc/functions.py' 2024-08-08T20:19:05.0869760Z adding 'torch/distributed/rpc/internal.py' 2024-08-08T20:19:05.0871820Z adding 'torch/distributed/rpc/options.py' 2024-08-08T20:19:05.0873150Z adding 'torch/distributed/rpc/rref_proxy.py' 2024-08-08T20:19:05.0875440Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2024-08-08T20:19:05.0876710Z adding 'torch/distributed/rpc/_testing/__init__.py' 2024-08-08T20:19:05.0877570Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2024-08-08T20:19:05.0878840Z adding 'torch/distributed/tensor/__init__.py' 2024-08-08T20:19:05.0880120Z adding 'torch/distributed/tensor/parallel/__init__.py' 2024-08-08T20:19:05.0880940Z adding 'torch/distributed/tensor/parallel/_data_parallel_utils.py' 2024-08-08T20:19:05.0882430Z adding 'torch/distributed/tensor/parallel/_utils.py' 2024-08-08T20:19:05.0884200Z adding 'torch/distributed/tensor/parallel/api.py' 2024-08-08T20:19:05.0885730Z adding 'torch/distributed/tensor/parallel/ddp.py' 2024-08-08T20:19:05.0888990Z adding 'torch/distributed/tensor/parallel/fsdp.py' 2024-08-08T20:19:05.0890490Z adding 'torch/distributed/tensor/parallel/input_reshard.py' 2024-08-08T20:19:05.0894250Z adding 'torch/distributed/tensor/parallel/loss.py' 2024-08-08T20:19:05.0899200Z adding 'torch/distributed/tensor/parallel/style.py' 2024-08-08T20:19:05.0901690Z adding 'torch/distributions/__init__.py' 2024-08-08T20:19:05.0903310Z adding 'torch/distributions/bernoulli.py' 2024-08-08T20:19:05.0904700Z adding 'torch/distributions/beta.py' 2024-08-08T20:19:05.0906520Z adding 'torch/distributions/binomial.py' 2024-08-08T20:19:05.0908360Z adding 'torch/distributions/categorical.py' 2024-08-08T20:19:05.0909710Z adding 'torch/distributions/cauchy.py' 2024-08-08T20:19:05.0910900Z adding 'torch/distributions/chi2.py' 2024-08-08T20:19:05.0913230Z adding 'torch/distributions/constraint_registry.py' 2024-08-08T20:19:05.0916860Z adding 'torch/distributions/constraints.py' 2024-08-08T20:19:05.0919230Z adding 'torch/distributions/continuous_bernoulli.py' 2024-08-08T20:19:05.0920700Z adding 'torch/distributions/dirichlet.py' 2024-08-08T20:19:05.0923530Z adding 'torch/distributions/distribution.py' 2024-08-08T20:19:05.0924820Z adding 'torch/distributions/exp_family.py' 2024-08-08T20:19:05.0926070Z adding 'torch/distributions/exponential.py' 2024-08-08T20:19:05.0927510Z adding 'torch/distributions/fishersnedecor.py' 2024-08-08T20:19:05.0928910Z adding 'torch/distributions/gamma.py' 2024-08-08T20:19:05.0930550Z adding 'torch/distributions/geometric.py' 2024-08-08T20:19:05.0931830Z adding 'torch/distributions/gumbel.py' 2024-08-08T20:19:05.0933110Z adding 'torch/distributions/half_cauchy.py' 2024-08-08T20:19:05.0934280Z adding 'torch/distributions/half_normal.py' 2024-08-08T20:19:05.0935780Z adding 'torch/distributions/independent.py' 2024-08-08T20:19:05.0937030Z adding 'torch/distributions/inverse_gamma.py' 2024-08-08T20:19:05.0942940Z adding 'torch/distributions/kl.py' 2024-08-08T20:19:05.0944560Z adding 'torch/distributions/kumaraswamy.py' 2024-08-08T20:19:05.0946070Z adding 'torch/distributions/laplace.py' 2024-08-08T20:19:05.0948030Z adding 'torch/distributions/lkj_cholesky.py' 2024-08-08T20:19:05.0949310Z adding 'torch/distributions/log_normal.py' 2024-08-08T20:19:05.0950650Z adding 'torch/distributions/logistic_normal.py' 2024-08-08T20:19:05.0953070Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2024-08-08T20:19:05.0955240Z adding 'torch/distributions/mixture_same_family.py' 2024-08-08T20:19:05.0956990Z adding 'torch/distributions/multinomial.py' 2024-08-08T20:19:05.0959580Z adding 'torch/distributions/multivariate_normal.py' 2024-08-08T20:19:05.0961170Z adding 'torch/distributions/negative_binomial.py' 2024-08-08T20:19:05.0962560Z adding 'torch/distributions/normal.py' 2024-08-08T20:19:05.0964170Z adding 'torch/distributions/one_hot_categorical.py' 2024-08-08T20:19:05.0965380Z adding 'torch/distributions/pareto.py' 2024-08-08T20:19:05.0966540Z adding 'torch/distributions/poisson.py' 2024-08-08T20:19:05.0968330Z adding 'torch/distributions/relaxed_bernoulli.py' 2024-08-08T20:19:05.0969950Z adding 'torch/distributions/relaxed_categorical.py' 2024-08-08T20:19:05.0971440Z adding 'torch/distributions/studentT.py' 2024-08-08T20:19:05.0973640Z adding 'torch/distributions/transformed_distribution.py' 2024-08-08T20:19:05.0980760Z adding 'torch/distributions/transforms.py' 2024-08-08T20:19:05.0982440Z adding 'torch/distributions/uniform.py' 2024-08-08T20:19:05.0984560Z adding 'torch/distributions/utils.py' 2024-08-08T20:19:05.0986530Z adding 'torch/distributions/von_mises.py' 2024-08-08T20:19:05.0987820Z adding 'torch/distributions/weibull.py' 2024-08-08T20:19:05.0990730Z adding 'torch/distributions/wishart.py' 2024-08-08T20:19:05.0994810Z adding 'torch/export/__init__.py' 2024-08-08T20:19:05.0996440Z adding 'torch/export/_remove_auto_functionalized_pass.py' 2024-08-08T20:19:05.0998380Z adding 'torch/export/_remove_effect_tokens_pass.py' 2024-08-08T20:19:05.0999610Z adding 'torch/export/_safeguard.py' 2024-08-08T20:19:05.1017560Z adding 'torch/export/_trace.py' 2024-08-08T20:19:05.1019220Z adding 'torch/export/_tree_utils.py' 2024-08-08T20:19:05.1021940Z adding 'torch/export/_unlift.py' 2024-08-08T20:19:05.1022810Z adding 'torch/export/custom_obj.py' 2024-08-08T20:19:05.1032340Z adding 'torch/export/dynamic_shapes.py' 2024-08-08T20:19:05.1042010Z adding 'torch/export/exported_program.py' 2024-08-08T20:19:05.1045890Z adding 'torch/export/graph_signature.py' 2024-08-08T20:19:05.1057030Z adding 'torch/export/unflatten.py' 2024-08-08T20:19:05.1058720Z adding 'torch/export/experimental/__init__.py' 2024-08-08T20:19:05.1066340Z adding 'torch/fft/__init__.py' 2024-08-08T20:19:05.1067710Z adding 'torch/func/__init__.py' 2024-08-08T20:19:05.1071270Z adding 'torch/futures/__init__.py' 2024-08-08T20:19:05.1073330Z adding 'torch/fx/__init__.py' 2024-08-08T20:19:05.1077590Z adding 'torch/fx/__init__.pyi' 2024-08-08T20:19:05.1077960Z adding 'torch/fx/_compatibility.py' 2024-08-08T20:19:05.1078320Z adding 'torch/fx/_lazy_graph_module.py' 2024-08-08T20:19:05.1078610Z adding 'torch/fx/_pytree.py' 2024-08-08T20:19:05.1089700Z adding 'torch/fx/_symbolic_trace.py' 2024-08-08T20:19:05.1091140Z adding 'torch/fx/_utils.py' 2024-08-08T20:19:05.1092400Z adding 'torch/fx/annotate.py' 2024-08-08T20:19:05.1093090Z adding 'torch/fx/config.py' 2024-08-08T20:19:05.1110210Z adding 'torch/fx/graph.py' 2024-08-08T20:19:05.1119270Z adding 'torch/fx/graph_module.py' 2024-08-08T20:19:05.1120750Z adding 'torch/fx/immutable_collections.py' 2024-08-08T20:19:05.1124960Z adding 'torch/fx/interpreter.py' 2024-08-08T20:19:05.1132780Z adding 'torch/fx/node.py' 2024-08-08T20:19:05.1137660Z adding 'torch/fx/operator_schemas.py' 2024-08-08T20:19:05.1143000Z adding 'torch/fx/proxy.py' 2024-08-08T20:19:05.1146650Z adding 'torch/fx/subgraph_rewriter.py' 2024-08-08T20:19:05.1147980Z adding 'torch/fx/tensor_type.py' 2024-08-08T20:19:05.1149350Z adding 'torch/fx/traceback.py' 2024-08-08T20:19:05.1150690Z adding 'torch/fx/experimental/__init__.py' 2024-08-08T20:19:05.1151940Z adding 'torch/fx/experimental/_backward_state.py' 2024-08-08T20:19:05.1153280Z adding 'torch/fx/experimental/_config.py' 2024-08-08T20:19:05.1154600Z adding 'torch/fx/experimental/_sym_dispatch_mode.py' 2024-08-08T20:19:05.1164460Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2024-08-08T20:19:05.1167840Z adding 'torch/fx/experimental/const_fold.py' 2024-08-08T20:19:05.1169010Z adding 'torch/fx/experimental/debug.py' 2024-08-08T20:19:05.1175540Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2024-08-08T20:19:05.1177770Z adding 'torch/fx/experimental/merge_matmul.py' 2024-08-08T20:19:05.1180390Z adding 'torch/fx/experimental/meta_tracer.py' 2024-08-08T20:19:05.1182250Z adding 'torch/fx/experimental/normalize.py' 2024-08-08T20:19:05.1186410Z adding 'torch/fx/experimental/optimization.py' 2024-08-08T20:19:05.1189540Z adding 'torch/fx/experimental/partitioner_utils.py' 2024-08-08T20:19:05.1207760Z adding 'torch/fx/experimental/proxy_tensor.py' 2024-08-08T20:19:05.1212890Z adding 'torch/fx/experimental/recording.py' 2024-08-08T20:19:05.1213710Z adding 'torch/fx/experimental/refinement_types.py' 2024-08-08T20:19:05.1215680Z adding 'torch/fx/experimental/rewriter.py' 2024-08-08T20:19:05.1217420Z adding 'torch/fx/experimental/schema_type_annotation.py' 2024-08-08T20:19:05.1228090Z adding 'torch/fx/experimental/sym_node.py' 2024-08-08T20:19:05.1293640Z adding 'torch/fx/experimental/symbolic_shapes.py' 2024-08-08T20:19:05.1296690Z adding 'torch/fx/experimental/unify_refinements.py' 2024-08-08T20:19:05.1303750Z adding 'torch/fx/experimental/validator.py' 2024-08-08T20:19:05.1305180Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2024-08-08T20:19:05.1308230Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2024-08-08T20:19:05.1316740Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2024-08-08T20:19:05.1324940Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2024-08-08T20:19:05.1325830Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2024-08-08T20:19:05.1329270Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2024-08-08T20:19:05.1330140Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2024-08-08T20:19:05.1331490Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2024-08-08T20:19:05.1332780Z adding 'torch/fx/experimental/unification/__init__.py' 2024-08-08T20:19:05.1334130Z adding 'torch/fx/experimental/unification/core.py' 2024-08-08T20:19:05.1334870Z adding 'torch/fx/experimental/unification/dispatch.py' 2024-08-08T20:19:05.1336660Z adding 'torch/fx/experimental/unification/match.py' 2024-08-08T20:19:05.1338100Z adding 'torch/fx/experimental/unification/more.py' 2024-08-08T20:19:05.1340890Z adding 'torch/fx/experimental/unification/unification_tools.py' 2024-08-08T20:19:05.1342340Z adding 'torch/fx/experimental/unification/utils.py' 2024-08-08T20:19:05.1343660Z adding 'torch/fx/experimental/unification/variable.py' 2024-08-08T20:19:05.1345070Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2024-08-08T20:19:05.1346500Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2024-08-08T20:19:05.1347900Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2024-08-08T20:19:05.1351320Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2024-08-08T20:19:05.1353010Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2024-08-08T20:19:05.1354480Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2024-08-08T20:19:05.1355730Z adding 'torch/fx/passes/__init__.py' 2024-08-08T20:19:05.1357000Z adding 'torch/fx/passes/annotate_getitem_nodes.py' 2024-08-08T20:19:05.1358360Z adding 'torch/fx/passes/fake_tensor_prop.py' 2024-08-08T20:19:05.1361990Z adding 'torch/fx/passes/graph_drawer.py' 2024-08-08T20:19:05.1363750Z adding 'torch/fx/passes/graph_manipulation.py' 2024-08-08T20:19:05.1365070Z adding 'torch/fx/passes/graph_transform_observer.py' 2024-08-08T20:19:05.1371790Z adding 'torch/fx/passes/net_min_base.py' 2024-08-08T20:19:05.1374010Z adding 'torch/fx/passes/operator_support.py' 2024-08-08T20:19:05.1375480Z adding 'torch/fx/passes/param_fetch.py' 2024-08-08T20:19:05.1377620Z adding 'torch/fx/passes/pass_manager.py' 2024-08-08T20:19:05.1385600Z adding 'torch/fx/passes/reinplace.py' 2024-08-08T20:19:05.1390900Z adding 'torch/fx/passes/runtime_assert.py' 2024-08-08T20:19:05.1393170Z adding 'torch/fx/passes/shape_prop.py' 2024-08-08T20:19:05.1398480Z adding 'torch/fx/passes/split_module.py' 2024-08-08T20:19:05.1401580Z adding 'torch/fx/passes/split_utils.py' 2024-08-08T20:19:05.1408580Z adding 'torch/fx/passes/splitter_base.py' 2024-08-08T20:19:05.1411640Z adding 'torch/fx/passes/tools_common.py' 2024-08-08T20:19:05.1412830Z adding 'torch/fx/passes/backends/__init__.py' 2024-08-08T20:19:05.1414070Z adding 'torch/fx/passes/backends/cudagraphs.py' 2024-08-08T20:19:05.1415260Z adding 'torch/fx/passes/dialect/__init__.py' 2024-08-08T20:19:05.1415920Z adding 'torch/fx/passes/dialect/common/__init__.py' 2024-08-08T20:19:05.1417920Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2024-08-08T20:19:05.1419140Z adding 'torch/fx/passes/infra/__init__.py' 2024-08-08T20:19:05.1422560Z adding 'torch/fx/passes/infra/partitioner.py' 2024-08-08T20:19:05.1427230Z adding 'torch/fx/passes/infra/pass_base.py' 2024-08-08T20:19:05.1427570Z adding 'torch/fx/passes/infra/pass_manager.py' 2024-08-08T20:19:05.1427900Z adding 'torch/fx/passes/tests/__init__.py' 2024-08-08T20:19:05.1428660Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2024-08-08T20:19:05.1430060Z adding 'torch/fx/passes/utils/__init__.py' 2024-08-08T20:19:05.1431480Z adding 'torch/fx/passes/utils/common.py' 2024-08-08T20:19:05.1434070Z adding 'torch/fx/passes/utils/fuser_utils.py' 2024-08-08T20:19:05.1438070Z adding 'torch/fx/passes/utils/matcher_utils.py' 2024-08-08T20:19:05.1439800Z adding 'torch/fx/passes/utils/matcher_with_name_node_map_utils.py' 2024-08-08T20:19:05.1441430Z adding 'torch/fx/passes/utils/source_matcher_utils.py' 2024-08-08T20:19:05.1443120Z adding 'torch/include/clog.h' 2024-08-08T20:19:05.1450520Z adding 'torch/include/cpuinfo.h' 2024-08-08T20:19:05.1451820Z adding 'torch/include/experiments-config.h' 2024-08-08T20:19:05.1452470Z adding 'torch/include/fp16.h' 2024-08-08T20:19:05.1455290Z adding 'torch/include/fxdiv.h' 2024-08-08T20:19:05.1456460Z adding 'torch/include/libshm.h' 2024-08-08T20:19:05.1460590Z adding 'torch/include/nnpack.h' 2024-08-08T20:19:05.1464800Z adding 'torch/include/omp.h' 2024-08-08T20:19:05.1470620Z adding 'torch/include/psimd.h' 2024-08-08T20:19:05.1479770Z adding 'torch/include/pthreadpool.h' 2024-08-08T20:19:05.1481580Z adding 'torch/include/qnnpack_func.h' 2024-08-08T20:19:05.1497920Z adding 'torch/include/sleef.h' 2024-08-08T20:19:05.1523950Z adding 'torch/include/xnnpack.h' 2024-08-08T20:19:05.1527330Z adding 'torch/include/ATen/ATen.h' 2024-08-08T20:19:05.1529150Z adding 'torch/include/ATen/AccumulateType.h' 2024-08-08T20:19:05.1529910Z adding 'torch/include/ATen/ArrayRef.h' 2024-08-08T20:19:05.1531110Z adding 'torch/include/ATen/Backend.h' 2024-08-08T20:19:05.1531580Z adding 'torch/include/ATen/Backtrace.h' 2024-08-08T20:19:05.1532870Z adding 'torch/include/ATen/BlasBackend.h' 2024-08-08T20:19:05.1535400Z adding 'torch/include/ATen/CPUApplyUtils.h' 2024-08-08T20:19:05.1536600Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2024-08-08T20:19:05.1537790Z adding 'torch/include/ATen/CPUFunctions.h' 2024-08-08T20:19:05.1540800Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2024-08-08T20:19:05.1542030Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2024-08-08T20:19:05.1543220Z adding 'torch/include/ATen/CUDAFunctions.h' 2024-08-08T20:19:05.1546630Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2024-08-08T20:19:05.1547850Z adding 'torch/include/ATen/CachedTensorUtils.h' 2024-08-08T20:19:05.1549140Z adding 'torch/include/ATen/CollapseDims.h' 2024-08-08T20:19:05.1550530Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2024-08-08T20:19:05.1554280Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2024-08-08T20:19:05.1555730Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2024-08-08T20:19:05.1558210Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2024-08-08T20:19:05.1559140Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2024-08-08T20:19:05.1562750Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2024-08-08T20:19:05.1564250Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2024-08-08T20:19:05.1565050Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2024-08-08T20:19:05.1565900Z adding 'torch/include/ATen/Config.h' 2024-08-08T20:19:05.1570380Z adding 'torch/include/ATen/Context.h' 2024-08-08T20:19:05.1571600Z adding 'torch/include/ATen/DLConvertor.h' 2024-08-08T20:19:05.1572300Z adding 'torch/include/ATen/Device.h' 2024-08-08T20:19:05.1573680Z adding 'torch/include/ATen/DeviceAccelerator.h' 2024-08-08T20:19:05.1574880Z adding 'torch/include/ATen/DeviceGuard.h' 2024-08-08T20:19:05.1575400Z adding 'torch/include/ATen/DimVector.h' 2024-08-08T20:19:05.1576580Z adding 'torch/include/ATen/Dimname.h' 2024-08-08T20:19:05.1581680Z adding 'torch/include/ATen/Dispatch.h' 2024-08-08T20:19:05.1585270Z adding 'torch/include/ATen/Dispatch_v2.h' 2024-08-08T20:19:05.1586400Z adding 'torch/include/ATen/DynamicLibrary.h' 2024-08-08T20:19:05.1587690Z adding 'torch/include/ATen/EmptyTensor.h' 2024-08-08T20:19:05.1589150Z adding 'torch/include/ATen/ExpandBase.h' 2024-08-08T20:19:05.1592080Z adding 'torch/include/ATen/ExpandUtils.h' 2024-08-08T20:19:05.1592840Z adding 'torch/include/ATen/Formatting.h' 2024-08-08T20:19:05.1594360Z adding 'torch/include/ATen/FuncTorchTLS.h' 2024-08-08T20:19:05.1596840Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2024-08-08T20:19:05.1600910Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2024-08-08T20:19:05.1607440Z adding 'torch/include/ATen/Functions.h' 2024-08-08T20:19:05.1608600Z adding 'torch/include/ATen/Generator.h' 2024-08-08T20:19:05.1609910Z adding 'torch/include/ATen/InferSize.h' 2024-08-08T20:19:05.1611100Z adding 'torch/include/ATen/InitialTensorOptions.h' 2024-08-08T20:19:05.1611660Z adding 'torch/include/ATen/Layout.h' 2024-08-08T20:19:05.1613040Z adding 'torch/include/ATen/LegacyBatchedFallback.h' 2024-08-08T20:19:05.1614970Z adding 'torch/include/ATen/LegacyBatchedTensorImpl.h' 2024-08-08T20:19:05.1615720Z adding 'torch/include/ATen/LegacyVmapMode.h' 2024-08-08T20:19:05.1618360Z adding 'torch/include/ATen/LegacyVmapTransforms.h' 2024-08-08T20:19:05.1619080Z adding 'torch/include/ATen/LinalgBackend.h' 2024-08-08T20:19:05.1620540Z adding 'torch/include/ATen/MPSFunctions.h' 2024-08-08T20:19:05.1622660Z adding 'torch/include/ATen/MPSFunctions_inl.h' 2024-08-08T20:19:05.1624080Z adding 'torch/include/ATen/MapAllocator.h' 2024-08-08T20:19:05.1625540Z adding 'torch/include/ATen/MatrixRef.h' 2024-08-08T20:19:05.1626530Z adding 'torch/include/ATen/MemoryOverlap.h' 2024-08-08T20:19:05.1627780Z adding 'torch/include/ATen/MetaFunctions.h' 2024-08-08T20:19:05.1629890Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2024-08-08T20:19:05.1632190Z adding 'torch/include/ATen/MethodOperators.h' 2024-08-08T20:19:05.1632860Z adding 'torch/include/ATen/NamedTensor.h' 2024-08-08T20:19:05.1634980Z adding 'torch/include/ATen/NamedTensorUtils.h' 2024-08-08T20:19:05.1641210Z adding 'torch/include/ATen/NativeFunctions.h' 2024-08-08T20:19:05.1651150Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2024-08-08T20:19:05.1651590Z adding 'torch/include/ATen/NestedTensorImpl.h' 2024-08-08T20:19:05.1651930Z adding 'torch/include/ATen/NumericUtils.h' 2024-08-08T20:19:05.1652560Z adding 'torch/include/ATen/OpMathType.h' 2024-08-08T20:19:05.1654550Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2024-08-08T20:19:05.1660910Z adding 'torch/include/ATen/Operators.h' 2024-08-08T20:19:05.1662140Z adding 'torch/include/ATen/PTThreadPool.h' 2024-08-08T20:19:05.1662830Z adding 'torch/include/ATen/PadNd.h' 2024-08-08T20:19:05.1664330Z adding 'torch/include/ATen/Parallel-inl.h' 2024-08-08T20:19:05.1665690Z adding 'torch/include/ATen/Parallel.h' 2024-08-08T20:19:05.1666650Z adding 'torch/include/ATen/ParallelFuture.h' 2024-08-08T20:19:05.1667810Z adding 'torch/include/ATen/ParallelNative.h' 2024-08-08T20:19:05.1669020Z adding 'torch/include/ATen/ParallelOpenMP.h' 2024-08-08T20:19:05.1669800Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2024-08-08T20:19:05.1856940Z adding 'torch/include/ATen/RedispatchFunctions.h' 2024-08-08T20:19:05.1958910Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2024-08-08T20:19:05.1963960Z adding 'torch/include/ATen/SavedTensorHooks.h' 2024-08-08T20:19:05.1964750Z adding 'torch/include/ATen/Scalar.h' 2024-08-08T20:19:05.1966280Z adding 'torch/include/ATen/ScalarOps.h' 2024-08-08T20:19:05.1967450Z adding 'torch/include/ATen/ScalarType.h' 2024-08-08T20:19:05.1968070Z adding 'torch/include/ATen/SequenceNumber.h' 2024-08-08T20:19:05.1969290Z adding 'torch/include/ATen/SmallVector.h' 2024-08-08T20:19:05.1971260Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2024-08-08T20:19:05.1974360Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2024-08-08T20:19:05.1977760Z adding 'torch/include/ATen/SparseTensorImpl.h' 2024-08-08T20:19:05.1978520Z adding 'torch/include/ATen/Storage.h' 2024-08-08T20:19:05.1979890Z adding 'torch/include/ATen/StorageUtils.h' 2024-08-08T20:19:05.1980500Z adding 'torch/include/ATen/Tensor.h' 2024-08-08T20:19:05.1981650Z adding 'torch/include/ATen/TensorAccessor.h' 2024-08-08T20:19:05.1983110Z adding 'torch/include/ATen/TensorGeometry.h' 2024-08-08T20:19:05.1988530Z adding 'torch/include/ATen/TensorIndexing.h' 2024-08-08T20:19:05.1997460Z adding 'torch/include/ATen/TensorIterator.h' 2024-08-08T20:19:05.1998930Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2024-08-08T20:19:05.2000560Z adding 'torch/include/ATen/TensorMeta.h' 2024-08-08T20:19:05.2001960Z adding 'torch/include/ATen/TensorNames.h' 2024-08-08T20:19:05.2003240Z adding 'torch/include/ATen/TensorOperators.h' 2024-08-08T20:19:05.2003920Z adding 'torch/include/ATen/TensorOptions.h' 2024-08-08T20:19:05.2005680Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2024-08-08T20:19:05.2007270Z adding 'torch/include/ATen/TensorUtils.h' 2024-08-08T20:19:05.2008500Z adding 'torch/include/ATen/ThreadLocalPythonObjects.h' 2024-08-08T20:19:05.2009910Z adding 'torch/include/ATen/ThreadLocalState.h' 2024-08-08T20:19:05.2011770Z adding 'torch/include/ATen/TracerMode.h' 2024-08-08T20:19:05.2012930Z adding 'torch/include/ATen/TypeDefault.h' 2024-08-08T20:19:05.2014210Z adding 'torch/include/ATen/Utils.h' 2024-08-08T20:19:05.2015080Z adding 'torch/include/ATen/Version.h' 2024-08-08T20:19:05.2143280Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2024-08-08T20:19:05.2152320Z adding 'torch/include/ATen/WrapDimUtils.h' 2024-08-08T20:19:05.2153520Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2024-08-08T20:19:05.2159930Z adding 'torch/include/ATen/autocast_mode.h' 2024-08-08T20:19:05.2161250Z adding 'torch/include/ATen/ceil_div.h' 2024-08-08T20:19:05.2163280Z adding 'torch/include/ATen/code_template.h' 2024-08-08T20:19:05.2164780Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2024-08-08T20:19:05.2166850Z adding 'torch/include/ATen/div_rtn.h' 2024-08-08T20:19:05.2169790Z adding 'torch/include/ATen/dlpack.h' 2024-08-08T20:19:05.2170610Z adding 'torch/include/ATen/jit_macros.h' 2024-08-08T20:19:05.2171980Z adding 'torch/include/ATen/jiterator_macros.h' 2024-08-08T20:19:05.2176970Z adding 'torch/include/ATen/record_function.h' 2024-08-08T20:19:05.2178890Z adding 'torch/include/ATen/core/ATenGeneral.h' 2024-08-08T20:19:05.2179620Z adding 'torch/include/ATen/core/ATenOpList.h' 2024-08-08T20:19:05.2180930Z adding 'torch/include/ATen/core/ATen_fwd.h' 2024-08-08T20:19:05.2182500Z adding 'torch/include/ATen/core/ATen_pch.h' 2024-08-08T20:19:05.2183670Z adding 'torch/include/ATen/core/Array.h' 2024-08-08T20:19:05.2184200Z adding 'torch/include/ATen/core/Backtrace.h' 2024-08-08T20:19:05.2187880Z adding 'torch/include/ATen/core/CachingHostAllocator.h' 2024-08-08T20:19:05.2189130Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2024-08-08T20:19:05.2190560Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2024-08-08T20:19:05.2191420Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2024-08-08T20:19:05.2194940Z adding 'torch/include/ATen/core/Dict.h' 2024-08-08T20:19:05.2196830Z adding 'torch/include/ATen/core/Dict_inl.h' 2024-08-08T20:19:05.2197560Z adding 'torch/include/ATen/core/DimVector.h' 2024-08-08T20:19:05.2198900Z adding 'torch/include/ATen/core/Dimname.h' 2024-08-08T20:19:05.2201280Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2024-08-08T20:19:05.2202040Z adding 'torch/include/ATen/core/Formatting.h' 2024-08-08T20:19:05.2204320Z adding 'torch/include/ATen/core/Generator.h' 2024-08-08T20:19:05.2205570Z adding 'torch/include/ATen/core/GeneratorForPrivateuseone.h' 2024-08-08T20:19:05.2210020Z adding 'torch/include/ATen/core/IListRef.h' 2024-08-08T20:19:05.2211720Z adding 'torch/include/ATen/core/IListRef_inl.h' 2024-08-08T20:19:05.2213470Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2024-08-08T20:19:05.2216790Z adding 'torch/include/ATen/core/List.h' 2024-08-08T20:19:05.2219320Z adding 'torch/include/ATen/core/List_inl.h' 2024-08-08T20:19:05.2221260Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2024-08-08T20:19:05.2223010Z adding 'torch/include/ATen/core/NamedTensor.h' 2024-08-08T20:19:05.2224860Z adding 'torch/include/ATen/core/NestedIntSymNodeImpl.h' 2024-08-08T20:19:05.2227110Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2024-08-08T20:19:05.2227920Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2024-08-08T20:19:05.2229240Z adding 'torch/include/ATen/core/PythonOpRegistrationTrampoline.h' 2024-08-08T20:19:05.2234300Z adding 'torch/include/ATen/core/QuantizerBase.h' 2024-08-08T20:19:05.2234640Z adding 'torch/include/ATen/core/Range.h' 2024-08-08T20:19:05.2234960Z adding 'torch/include/ATen/core/Reduction.h' 2024-08-08T20:19:05.2235280Z adding 'torch/include/ATen/core/Scalar.h' 2024-08-08T20:19:05.2235600Z adding 'torch/include/ATen/core/ScalarType.h' 2024-08-08T20:19:05.2235920Z adding 'torch/include/ATen/core/Tensor.h' 2024-08-08T20:19:05.2237210Z adding 'torch/include/ATen/core/TensorAccessor.h' 2024-08-08T20:19:05.2246320Z adding 'torch/include/ATen/core/TensorBase.h' 2024-08-08T20:19:05.2307880Z adding 'torch/include/ATen/core/TensorBody.h' 2024-08-08T20:19:05.2310490Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2024-08-08T20:19:05.2313020Z adding 'torch/include/ATen/core/TransformationHelper.h' 2024-08-08T20:19:05.2313690Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2024-08-08T20:19:05.2314960Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2024-08-08T20:19:05.2316480Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2024-08-08T20:19:05.2317720Z adding 'torch/include/ATen/core/Variadic.h' 2024-08-08T20:19:05.2318920Z adding 'torch/include/ATen/core/Vitals.h' 2024-08-08T20:19:05.2320520Z adding 'torch/include/ATen/core/alias_info.h' 2024-08-08T20:19:05.2329910Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2024-08-08T20:19:05.2331950Z adding 'torch/include/ATen/core/blob.h' 2024-08-08T20:19:05.2333200Z adding 'torch/include/ATen/core/builtin_function.h' 2024-08-08T20:19:05.2336430Z adding 'torch/include/ATen/core/class_type.h' 2024-08-08T20:19:05.2337260Z adding 'torch/include/ATen/core/custom_class.h' 2024-08-08T20:19:05.2340000Z adding 'torch/include/ATen/core/dynamic_type.h' 2024-08-08T20:19:05.2340680Z adding 'torch/include/ATen/core/enum_tag.h' 2024-08-08T20:19:05.2342210Z adding 'torch/include/ATen/core/enum_type.h' 2024-08-08T20:19:05.2343560Z adding 'torch/include/ATen/core/function.h' 2024-08-08T20:19:05.2349260Z adding 'torch/include/ATen/core/function_schema.h' 2024-08-08T20:19:05.2352540Z adding 'torch/include/ATen/core/function_schema_inl.h' 2024-08-08T20:19:05.2353780Z adding 'torch/include/ATen/core/functional.h' 2024-08-08T20:19:05.2354430Z adding 'torch/include/ATen/core/grad_mode.h' 2024-08-08T20:19:05.2357500Z adding 'torch/include/ATen/core/interned_strings.h' 2024-08-08T20:19:05.2358270Z adding 'torch/include/ATen/core/interned_strings_class.h' 2024-08-08T20:19:05.2370150Z adding 'torch/include/ATen/core/ivalue.h' 2024-08-08T20:19:05.2388710Z adding 'torch/include/ATen/core/ivalue_inl.h' 2024-08-08T20:19:05.2390120Z adding 'torch/include/ATen/core/ivalue_to.h' 2024-08-08T20:19:05.2404250Z adding 'torch/include/ATen/core/jit_type.h' 2024-08-08T20:19:05.2409240Z adding 'torch/include/ATen/core/jit_type_base.h' 2024-08-08T20:19:05.2410750Z adding 'torch/include/ATen/core/operator_name.h' 2024-08-08T20:19:05.2412500Z adding 'torch/include/ATen/core/qualified_name.h' 2024-08-08T20:19:05.2413710Z adding 'torch/include/ATen/core/rref_interface.h' 2024-08-08T20:19:05.2415410Z adding 'torch/include/ATen/core/stack.h' 2024-08-08T20:19:05.2417470Z adding 'torch/include/ATen/core/symbol.h' 2024-08-08T20:19:05.2418770Z adding 'torch/include/ATen/core/type_factory.h' 2024-08-08T20:19:05.2420020Z adding 'torch/include/ATen/core/type_ptr.h' 2024-08-08T20:19:05.2420650Z adding 'torch/include/ATen/core/typeid.h' 2024-08-08T20:19:05.2423430Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2024-08-08T20:19:05.2425080Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2024-08-08T20:19:05.2427050Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2024-08-08T20:19:05.2429670Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2024-08-08T20:19:05.2430460Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2024-08-08T20:19:05.2432350Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2024-08-08T20:19:05.2433230Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2024-08-08T20:19:05.2436230Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2024-08-08T20:19:05.2441390Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2024-08-08T20:19:05.2442860Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2024-08-08T20:19:05.2444350Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2024-08-08T20:19:05.2446820Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2024-08-08T20:19:05.2453900Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2024-08-08T20:19:05.2454690Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2024-08-08T20:19:05.2458120Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2024-08-08T20:19:05.2458900Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2024-08-08T20:19:05.2460230Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2024-08-08T20:19:05.2461660Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2024-08-08T20:19:05.2463400Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2024-08-08T20:19:05.2465350Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2024-08-08T20:19:05.2469900Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2024-08-08T20:19:05.2471170Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2024-08-08T20:19:05.2471810Z adding 'torch/include/ATen/cpu/Utils.h' 2024-08-08T20:19:05.2473870Z adding 'torch/include/ATen/cpu/vml.h' 2024-08-08T20:19:05.2475130Z adding 'torch/include/ATen/cpu/vec/functional.h' 2024-08-08T20:19:05.2477240Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2024-08-08T20:19:05.2480300Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2024-08-08T20:19:05.2481560Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2024-08-08T20:19:05.2482150Z adding 'torch/include/ATen/cpu/vec/vec.h' 2024-08-08T20:19:05.2489030Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2024-08-08T20:19:05.2490260Z adding 'torch/include/ATen/cpu/vec/vec_convert.h' 2024-08-08T20:19:05.2491000Z adding 'torch/include/ATen/cpu/vec/vec_half.h' 2024-08-08T20:19:05.2493370Z adding 'torch/include/ATen/cpu/vec/vec_mask.h' 2024-08-08T20:19:05.2495480Z adding 'torch/include/ATen/cpu/vec/vec_n.h' 2024-08-08T20:19:05.2497570Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2024-08-08T20:19:05.2498220Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2024-08-08T20:19:05.2500630Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2024-08-08T20:19:05.2506600Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2024-08-08T20:19:05.2510220Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2024-08-08T20:19:05.2514170Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2024-08-08T20:19:05.2518750Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_convert.h' 2024-08-08T20:19:05.2519240Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2024-08-08T20:19:05.2522740Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2024-08-08T20:19:05.2526890Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h' 2024-08-08T20:19:05.2531080Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_half_neon.h' 2024-08-08T20:19:05.2539170Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2024-08-08T20:19:05.2540680Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_mask.h' 2024-08-08T20:19:05.2546900Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2024-08-08T20:19:05.2548740Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h' 2024-08-08T20:19:05.2550550Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h' 2024-08-08T20:19:05.2554260Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h' 2024-08-08T20:19:05.2558240Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h' 2024-08-08T20:19:05.2560920Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h' 2024-08-08T20:19:05.2563640Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h' 2024-08-08T20:19:05.2566020Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h' 2024-08-08T20:19:05.2568200Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h' 2024-08-08T20:19:05.2570190Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h' 2024-08-08T20:19:05.2572330Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h' 2024-08-08T20:19:05.2575260Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h' 2024-08-08T20:19:05.2578290Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h' 2024-08-08T20:19:05.2581860Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h' 2024-08-08T20:19:05.2597260Z adding 'torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h' 2024-08-08T20:19:05.2599960Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2024-08-08T20:19:05.2608880Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2024-08-08T20:19:05.2613120Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2024-08-08T20:19:05.2618380Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2024-08-08T20:19:05.2620160Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_convert.h' 2024-08-08T20:19:05.2622780Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2024-08-08T20:19:05.2627530Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2024-08-08T20:19:05.2634880Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2024-08-08T20:19:05.2636650Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_mask.h' 2024-08-08T20:19:05.2643140Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2024-08-08T20:19:05.2644850Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2024-08-08T20:19:05.2645650Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2024-08-08T20:19:05.2647060Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2024-08-08T20:19:05.2650510Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2024-08-08T20:19:05.2654730Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2024-08-08T20:19:05.2656920Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2024-08-08T20:19:05.2657560Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2024-08-08T20:19:05.2659040Z adding 'torch/include/ATen/cuda/CUDAContextLight.h' 2024-08-08T20:19:05.2660260Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2024-08-08T20:19:05.2660900Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2024-08-08T20:19:05.2663080Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2024-08-08T20:19:05.2664980Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2024-08-08T20:19:05.2666300Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2024-08-08T20:19:05.2667520Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2024-08-08T20:19:05.2668210Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2024-08-08T20:19:05.2670340Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2024-08-08T20:19:05.2672270Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2024-08-08T20:19:05.2672910Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2024-08-08T20:19:05.2673860Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2024-08-08T20:19:05.2675110Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2024-08-08T20:19:05.2676330Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2024-08-08T20:19:05.2676900Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2024-08-08T20:19:05.2679040Z adding 'torch/include/ATen/cuda/Exceptions.h' 2024-08-08T20:19:05.2680410Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2024-08-08T20:19:05.2681090Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2024-08-08T20:19:05.2681840Z adding 'torch/include/ATen/cuda/PhiloxCudaState.h' 2024-08-08T20:19:05.2682600Z adding 'torch/include/ATen/cuda/PhiloxUtils.cuh' 2024-08-08T20:19:05.2683870Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2024-08-08T20:19:05.2684540Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2024-08-08T20:19:05.2685770Z adding 'torch/include/ATen/cuda/Sleep.h' 2024-08-08T20:19:05.2686260Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2024-08-08T20:19:05.2689110Z adding 'torch/include/ATen/cuda/cub.cuh' 2024-08-08T20:19:05.2690430Z adding 'torch/include/ATen/cuda/cub.h' 2024-08-08T20:19:05.2691340Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2024-08-08T20:19:05.2692540Z adding 'torch/include/ATen/cuda/jiterator.h' 2024-08-08T20:19:05.2694090Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2024-08-08T20:19:05.2694690Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2024-08-08T20:19:05.2696330Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2024-08-08T20:19:05.2698650Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2024-08-08T20:19:05.2699330Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2024-08-08T20:19:05.2701170Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2024-08-08T20:19:05.2701930Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2024-08-08T20:19:05.2703160Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2024-08-08T20:19:05.2704520Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2024-08-08T20:19:05.2705300Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2024-08-08T20:19:05.2706830Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2024-08-08T20:19:05.2707680Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2024-08-08T20:19:05.2709890Z adding 'torch/include/ATen/cuda/tunable/GemmCommon.h' 2024-08-08T20:19:05.2712910Z adding 'torch/include/ATen/cuda/tunable/GemmHipblaslt.h' 2024-08-08T20:19:05.2714900Z adding 'torch/include/ATen/cuda/tunable/GemmRocblas.h' 2024-08-08T20:19:05.2715620Z adding 'torch/include/ATen/cuda/tunable/StreamTimer.h' 2024-08-08T20:19:05.2717670Z adding 'torch/include/ATen/cuda/tunable/Tunable.h' 2024-08-08T20:19:05.2719660Z adding 'torch/include/ATen/cuda/tunable/TunableGemm.h' 2024-08-08T20:19:05.2723670Z adding 'torch/include/ATen/cuda/tunable/TunableOp.h' 2024-08-08T20:19:05.2725760Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2024-08-08T20:19:05.2726250Z adding 'torch/include/ATen/cudnn/Exceptions.h' 2024-08-08T20:19:05.2727450Z adding 'torch/include/ATen/cudnn/Handle.h' 2024-08-08T20:19:05.2727910Z adding 'torch/include/ATen/cudnn/Handles.h' 2024-08-08T20:19:05.2729100Z adding 'torch/include/ATen/cudnn/Types.h' 2024-08-08T20:19:05.2729770Z adding 'torch/include/ATen/cudnn/Utils.h' 2024-08-08T20:19:05.2731060Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2024-08-08T20:19:05.2732550Z adding 'torch/include/ATen/detail/AcceleratorHooksInterface.h' 2024-08-08T20:19:05.2734320Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2024-08-08T20:19:05.2735560Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2024-08-08T20:19:05.2736800Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2024-08-08T20:19:05.2737390Z adding 'torch/include/ATen/detail/IPUHooksInterface.h' 2024-08-08T20:19:05.2738780Z adding 'torch/include/ATen/detail/MAIAHooksInterface.h' 2024-08-08T20:19:05.2739560Z adding 'torch/include/ATen/detail/MPSHooksInterface.h' 2024-08-08T20:19:05.2741050Z adding 'torch/include/ATen/detail/MTIAHooksInterface.h' 2024-08-08T20:19:05.2741910Z adding 'torch/include/ATen/detail/PrivateUse1HooksInterface.h' 2024-08-08T20:19:05.2743250Z adding 'torch/include/ATen/detail/XPUHooksInterface.h' 2024-08-08T20:19:05.2744600Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2024-08-08T20:19:05.2747920Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2024-08-08T20:19:05.2749310Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2024-08-08T20:19:05.2751200Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2024-08-08T20:19:05.2752750Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2024-08-08T20:19:05.2754360Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2024-08-08T20:19:05.2755120Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2024-08-08T20:19:05.2757380Z adding 'torch/include/ATen/functorch/Interpreter.h' 2024-08-08T20:19:05.2759780Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2024-08-08T20:19:05.2760240Z adding 'torch/include/ATen/functorch/Macros.h' 2024-08-08T20:19:05.2761810Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2024-08-08T20:19:05.2763260Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2024-08-08T20:19:05.2763980Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2024-08-08T20:19:05.2765750Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2024-08-08T20:19:05.2766450Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2024-08-08T20:19:05.2769650Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2024-08-08T20:19:05.2771140Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2024-08-08T20:19:05.2772760Z adding 'torch/include/ATen/miopen/Descriptors.h' 2024-08-08T20:19:05.2773510Z adding 'torch/include/ATen/miopen/Exceptions.h' 2024-08-08T20:19:05.2774690Z adding 'torch/include/ATen/miopen/Handle.h' 2024-08-08T20:19:05.2775170Z adding 'torch/include/ATen/miopen/Types.h' 2024-08-08T20:19:05.2776340Z adding 'torch/include/ATen/miopen/Utils.h' 2024-08-08T20:19:05.2776790Z adding 'torch/include/ATen/miopen/miopen-wrapper.h' 2024-08-08T20:19:05.2778270Z adding 'torch/include/ATen/mps/EmptyTensor.h' 2024-08-08T20:19:05.2781700Z adding 'torch/include/ATen/mps/IndexKernels.h' 2024-08-08T20:19:05.2786510Z adding 'torch/include/ATen/mps/MPSAllocator.h' 2024-08-08T20:19:05.2787840Z adding 'torch/include/ATen/mps/MPSAllocatorInterface.h' 2024-08-08T20:19:05.2789050Z adding 'torch/include/ATen/mps/MPSDevice.h' 2024-08-08T20:19:05.2790410Z adding 'torch/include/ATen/mps/MPSEvent.h' 2024-08-08T20:19:05.2791610Z adding 'torch/include/ATen/mps/MPSGeneratorImpl.h' 2024-08-08T20:19:05.2793050Z adding 'torch/include/ATen/mps/MPSGuardImpl.h' 2024-08-08T20:19:05.2794230Z adding 'torch/include/ATen/mps/MPSHooks.h' 2024-08-08T20:19:05.2798010Z adding 'torch/include/ATen/mps/MPSProfiler.h' 2024-08-08T20:19:05.2799470Z adding 'torch/include/ATen/mps/MPSStream.h' 2024-08-08T20:19:05.2801780Z adding 'torch/include/ATen/native/Activation.h' 2024-08-08T20:19:05.2803040Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2024-08-08T20:19:05.2803680Z adding 'torch/include/ATen/native/AmpKernels.h' 2024-08-08T20:19:05.2805920Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2024-08-08T20:19:05.2807240Z adding 'torch/include/ATen/native/BinaryOps.h' 2024-08-08T20:19:05.2809310Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2024-08-08T20:19:05.2810640Z adding 'torch/include/ATen/native/CPUBlas.h' 2024-08-08T20:19:05.2811860Z adding 'torch/include/ATen/native/CPUFallback.h' 2024-08-08T20:19:05.2812410Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2024-08-08T20:19:05.2814080Z adding 'torch/include/ATen/native/ComplexHelper.h' 2024-08-08T20:19:05.2814820Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2024-08-08T20:19:05.2816780Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2024-08-08T20:19:05.2820040Z adding 'torch/include/ATen/native/ConvUtils.h' 2024-08-08T20:19:05.2820830Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2024-08-08T20:19:05.2822020Z adding 'torch/include/ATen/native/Copy.h' 2024-08-08T20:19:05.2822520Z adding 'torch/include/ATen/native/Cross.h' 2024-08-08T20:19:05.2824580Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2024-08-08T20:19:05.2827600Z adding 'torch/include/ATen/native/DispatchStub.h' 2024-08-08T20:19:05.2828280Z adding 'torch/include/ATen/native/Distance.h' 2024-08-08T20:19:05.2831880Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2024-08-08T20:19:05.2836850Z adding 'torch/include/ATen/native/Distributions.h' 2024-08-08T20:19:05.2838430Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2024-08-08T20:19:05.2839050Z adding 'torch/include/ATen/native/Fill.h' 2024-08-08T20:19:05.2842440Z adding 'torch/include/ATen/native/ForeachUtils.h' 2024-08-08T20:19:05.2843680Z adding 'torch/include/ATen/native/FractionalMaxPooling.h' 2024-08-08T20:19:05.2844250Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2024-08-08T20:19:05.2845490Z adding 'torch/include/ATen/native/FusedAdagrad.h' 2024-08-08T20:19:05.2846020Z adding 'torch/include/ATen/native/FusedAdam.h' 2024-08-08T20:19:05.2847210Z adding 'torch/include/ATen/native/FusedSGD.h' 2024-08-08T20:19:05.2849280Z adding 'torch/include/ATen/native/GridSampler.h' 2024-08-08T20:19:05.2850570Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2024-08-08T20:19:05.2851180Z adding 'torch/include/ATen/native/Histogram.h' 2024-08-08T20:19:05.2852430Z adding 'torch/include/ATen/native/IndexKernel.h' 2024-08-08T20:19:05.2856890Z adding 'torch/include/ATen/native/IndexingUtils.h' 2024-08-08T20:19:05.2857240Z adding 'torch/include/ATen/native/Lerp.h' 2024-08-08T20:19:05.2857700Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2024-08-08T20:19:05.2862100Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2024-08-08T20:19:05.2863350Z adding 'torch/include/ATen/native/LossMulti.h' 2024-08-08T20:19:05.2893890Z adding 'torch/include/ATen/native/Math.h' 2024-08-08T20:19:05.2895810Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2024-08-08T20:19:05.2898760Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2024-08-08T20:19:05.2900250Z adding 'torch/include/ATen/native/MaxPooling.h' 2024-08-08T20:19:05.2901560Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2024-08-08T20:19:05.2902820Z adding 'torch/include/ATen/native/NonSymbolicBC.h' 2024-08-08T20:19:05.2903520Z adding 'torch/include/ATen/native/Normalization.h' 2024-08-08T20:19:05.2904960Z adding 'torch/include/ATen/native/Padding.h' 2024-08-08T20:19:05.2906170Z adding 'torch/include/ATen/native/PixelShuffle.h' 2024-08-08T20:19:05.2906870Z adding 'torch/include/ATen/native/PointwiseOps.h' 2024-08-08T20:19:05.2909830Z adding 'torch/include/ATen/native/Pool.h' 2024-08-08T20:19:05.2911030Z adding 'torch/include/ATen/native/Pow.h' 2024-08-08T20:19:05.2912240Z adding 'torch/include/ATen/native/RNN.h' 2024-08-08T20:19:05.2913140Z adding 'torch/include/ATen/native/RangeFactories.h' 2024-08-08T20:19:05.2914370Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2024-08-08T20:19:05.2915110Z adding 'torch/include/ATen/native/ReduceOps.h' 2024-08-08T20:19:05.2918690Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2024-08-08T20:19:05.2919780Z adding 'torch/include/ATen/native/ReductionType.h' 2024-08-08T20:19:05.2921070Z adding 'torch/include/ATen/native/Repeat.h' 2024-08-08T20:19:05.2922980Z adding 'torch/include/ATen/native/Resize.h' 2024-08-08T20:19:05.2924420Z adding 'torch/include/ATen/native/ResizeCommon.h' 2024-08-08T20:19:05.2925880Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2024-08-08T20:19:05.2926630Z adding 'torch/include/ATen/native/SegmentReduce.h' 2024-08-08T20:19:05.2929570Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2024-08-08T20:19:05.2930840Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2024-08-08T20:19:05.2931530Z adding 'torch/include/ATen/native/Sorting.h' 2024-08-08T20:19:05.2933010Z adding 'torch/include/ATen/native/SortingUtils.h' 2024-08-08T20:19:05.2935000Z adding 'torch/include/ATen/native/SparseTensorUtils.h' 2024-08-08T20:19:05.2936490Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2024-08-08T20:19:05.2938170Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2024-08-08T20:19:05.2939470Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2024-08-08T20:19:05.2940920Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2024-08-08T20:19:05.2941700Z adding 'torch/include/ATen/native/TensorCompare.h' 2024-08-08T20:19:05.2943050Z adding 'torch/include/ATen/native/TensorConversions.h' 2024-08-08T20:19:05.2944300Z adding 'torch/include/ATen/native/TensorDimApply.h' 2024-08-08T20:19:05.2945980Z adding 'torch/include/ATen/native/TensorFactories.h' 2024-08-08T20:19:05.2946540Z adding 'torch/include/ATen/native/TensorIterator.h' 2024-08-08T20:19:05.2948060Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2024-08-08T20:19:05.2949140Z adding 'torch/include/ATen/native/TensorProperties.h' 2024-08-08T20:19:05.2950600Z adding 'torch/include/ATen/native/TensorShape.h' 2024-08-08T20:19:05.2951430Z adding 'torch/include/ATen/native/TensorTransformations.h' 2024-08-08T20:19:05.2952970Z adding 'torch/include/ATen/native/TopKImpl.h' 2024-08-08T20:19:05.2953750Z adding 'torch/include/ATen/native/TransposeType.h' 2024-08-08T20:19:05.2955230Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2024-08-08T20:19:05.2955960Z adding 'torch/include/ATen/native/TypeProperties.h' 2024-08-08T20:19:05.2957670Z adding 'torch/include/ATen/native/UnaryOps.h' 2024-08-08T20:19:05.2958870Z adding 'torch/include/ATen/native/Unfold2d.h' 2024-08-08T20:19:05.2959540Z adding 'torch/include/ATen/native/Unfold3d.h' 2024-08-08T20:19:05.2961190Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2024-08-08T20:19:05.2964970Z adding 'torch/include/ATen/native/UpSample.h' 2024-08-08T20:19:05.2966150Z adding 'torch/include/ATen/native/batch_norm.h' 2024-08-08T20:19:05.2967170Z adding 'torch/include/ATen/native/group_norm.h' 2024-08-08T20:19:05.2968610Z adding 'torch/include/ATen/native/im2col.h' 2024-08-08T20:19:05.2970480Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2024-08-08T20:19:05.2971830Z adding 'torch/include/ATen/native/layer_norm.h' 2024-08-08T20:19:05.2972920Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2024-08-08T20:19:05.2974060Z adding 'torch/include/ATen/native/vol2col.h' 2024-08-08T20:19:05.2975770Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2024-08-08T20:19:05.2976620Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2024-08-08T20:19:05.2977760Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2024-08-08T20:19:05.2978580Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2024-08-08T20:19:05.2979760Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2024-08-08T20:19:05.2982550Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2024-08-08T20:19:05.2983700Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2024-08-08T20:19:05.2985080Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2024-08-08T20:19:05.2986230Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2024-08-08T20:19:05.2987340Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2024-08-08T20:19:05.2988600Z adding 'torch/include/ATen/native/cpu/LogAddExp.h' 2024-08-08T20:19:05.2991550Z adding 'torch/include/ATen/native/cpu/Loops.h' 2024-08-08T20:19:05.2992440Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2024-08-08T20:19:05.2993630Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2024-08-08T20:19:05.2996560Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2024-08-08T20:19:05.2998570Z adding 'torch/include/ATen/native/cpu/ReduceUtils.h' 2024-08-08T20:19:05.2999460Z adding 'torch/include/ATen/native/cpu/SampledAddmmKernel.h' 2024-08-08T20:19:05.3001360Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2024-08-08T20:19:05.3002520Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2024-08-08T20:19:05.3003220Z adding 'torch/include/ATen/native/cpu/SpmmReduceKernel.h' 2024-08-08T20:19:05.3004470Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2024-08-08T20:19:05.3014200Z adding 'torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h' 2024-08-08T20:19:05.3015440Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2024-08-08T20:19:05.3018820Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2024-08-08T20:19:05.3019900Z adding 'torch/include/ATen/native/cpu/int_mm_kernel.h' 2024-08-08T20:19:05.3021070Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2024-08-08T20:19:05.3023000Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2024-08-08T20:19:05.3024840Z adding 'torch/include/ATen/native/cpu/utils.h' 2024-08-08T20:19:05.3026410Z adding 'torch/include/ATen/native/cpu/zmath.h' 2024-08-08T20:19:05.3029050Z adding 'torch/include/ATen/native/cuda/Activation.h' 2024-08-08T20:19:05.3030380Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2024-08-08T20:19:05.3033160Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2024-08-08T20:19:05.3035780Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2024-08-08T20:19:05.3037020Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2024-08-08T20:19:05.3037800Z adding 'torch/include/ATen/native/cuda/Copy.h' 2024-08-08T20:19:05.3042410Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2024-08-08T20:19:05.3043730Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2024-08-08T20:19:05.3044740Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2024-08-08T20:19:05.3049620Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2024-08-08T20:19:05.3050780Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2024-08-08T20:19:05.3051720Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2024-08-08T20:19:05.3054430Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2024-08-08T20:19:05.3055650Z adding 'torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh' 2024-08-08T20:19:05.3057730Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2024-08-08T20:19:05.3058900Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2024-08-08T20:19:05.3059490Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2024-08-08T20:19:05.3061860Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2024-08-08T20:19:05.3063450Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2024-08-08T20:19:05.3064220Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2024-08-08T20:19:05.3066720Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2024-08-08T20:19:05.3089450Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2024-08-08T20:19:05.3092950Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2024-08-08T20:19:05.3094140Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2024-08-08T20:19:05.3100510Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2024-08-08T20:19:05.3108330Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2024-08-08T20:19:05.3111830Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2024-08-08T20:19:05.3113080Z adding 'torch/include/ATen/native/cuda/Pow.cuh' 2024-08-08T20:19:05.3114390Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2024-08-08T20:19:05.3124070Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2024-08-08T20:19:05.3125220Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2024-08-08T20:19:05.3126410Z adding 'torch/include/ATen/native/cuda/Resize.h' 2024-08-08T20:19:05.3127440Z adding 'torch/include/ATen/native/cuda/RowwiseScaledMM.h' 2024-08-08T20:19:05.3128580Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2024-08-08T20:19:05.3132140Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2024-08-08T20:19:05.3133290Z adding 'torch/include/ATen/native/cuda/Sort.h' 2024-08-08T20:19:05.3134020Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2024-08-08T20:19:05.3136880Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2024-08-08T20:19:05.3137740Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2024-08-08T20:19:05.3139540Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2024-08-08T20:19:05.3142560Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2024-08-08T20:19:05.3146500Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2024-08-08T20:19:05.3147660Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2024-08-08T20:19:05.3148260Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2024-08-08T20:19:05.3149540Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2024-08-08T20:19:05.3152020Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2024-08-08T20:19:05.3153540Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2024-08-08T20:19:05.3154420Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2024-08-08T20:19:05.3155550Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2024-08-08T20:19:05.3157450Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2024-08-08T20:19:05.3158350Z adding 'torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh' 2024-08-08T20:19:05.3159490Z adding 'torch/include/ATen/native/cuda/fused_adamw_impl.cuh' 2024-08-08T20:19:05.3161580Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2024-08-08T20:19:05.3163390Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2024-08-08T20:19:05.3167770Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2024-08-08T20:19:05.3168930Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2024-08-08T20:19:05.3171090Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2024-08-08T20:19:05.3172400Z adding 'torch/include/ATen/native/mps/Copy.h' 2024-08-08T20:19:05.3173660Z adding 'torch/include/ATen/native/mps/MPSGraphSonomaOps.h' 2024-08-08T20:19:05.3175570Z adding 'torch/include/ATen/native/mps/MPSGraphVenturaOps.h' 2024-08-08T20:19:05.3179250Z adding 'torch/include/ATen/native/mps/OperationUtils.h' 2024-08-08T20:19:05.3180460Z adding 'torch/include/ATen/native/mps/TensorFactory.h' 2024-08-08T20:19:05.3181630Z adding 'torch/include/ATen/native/mps/UnaryConstants.h' 2024-08-08T20:19:05.3182940Z adding 'torch/include/ATen/native/nested/NestedTensorBinaryOps.h' 2024-08-08T20:19:05.3183930Z adding 'torch/include/ATen/native/nested/NestedTensorFactories.h' 2024-08-08T20:19:05.3185150Z adding 'torch/include/ATen/native/nested/NestedTensorMath.h' 2024-08-08T20:19:05.3186600Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h' 2024-08-08T20:19:05.3187710Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerUtils.h' 2024-08-08T20:19:05.3191130Z adding 'torch/include/ATen/native/nested/NestedTensorUtils.h' 2024-08-08T20:19:05.3192740Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2024-08-08T20:19:05.3193930Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2024-08-08T20:19:05.3195050Z adding 'torch/include/ATen/native/quantized/ConvUtils.h' 2024-08-08T20:19:05.3195890Z adding 'torch/include/ATen/native/quantized/Copy.h' 2024-08-08T20:19:05.3197080Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2024-08-08T20:19:05.3197930Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2024-08-08T20:19:05.3199370Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2024-08-08T20:19:05.3200650Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2024-08-08T20:19:05.3201580Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2024-08-08T20:19:05.3204440Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2024-08-08T20:19:05.3208040Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2024-08-08T20:19:05.3210520Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2024-08-08T20:19:05.3212320Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2024-08-08T20:19:05.3213170Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2024-08-08T20:19:05.3215950Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2024-08-08T20:19:05.3218700Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2024-08-08T20:19:05.3221080Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2024-08-08T20:19:05.3221940Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2024-08-08T20:19:05.3223120Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2024-08-08T20:19:05.3223770Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2024-08-08T20:19:05.3225380Z adding 'torch/include/ATen/native/transformers/attention.h' 2024-08-08T20:19:05.3228620Z adding 'torch/include/ATen/native/transformers/sdp_utils_cpp.h' 2024-08-08T20:19:05.3230030Z adding 'torch/include/ATen/native/utils/Factory.h' 2024-08-08T20:19:05.3230960Z adding 'torch/include/ATen/native/utils/ParamUtils.h' 2024-08-08T20:19:05.3232390Z adding 'torch/include/ATen/native/utils/ParamsHash.h' 2024-08-08T20:19:05.3293560Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d.h' 2024-08-08T20:19:05.3294750Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h' 2024-08-08T20:19:05.3296070Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3297070Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h' 2024-08-08T20:19:05.3298170Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h' 2024-08-08T20:19:05.3299150Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_mps_dispatch.h' 2024-08-08T20:19:05.3300160Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h' 2024-08-08T20:19:05.3301310Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h' 2024-08-08T20:19:05.3302470Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3303400Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h' 2024-08-08T20:19:05.3304390Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h' 2024-08-08T20:19:05.3305330Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_mps_dispatch.h' 2024-08-08T20:19:05.3306380Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_native.h' 2024-08-08T20:19:05.3307480Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h' 2024-08-08T20:19:05.3308680Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d.h' 2024-08-08T20:19:05.3309890Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h' 2024-08-08T20:19:05.3311010Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3311850Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h' 2024-08-08T20:19:05.3312990Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h' 2024-08-08T20:19:05.3314020Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h' 2024-08-08T20:19:05.3315120Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h' 2024-08-08T20:19:05.3316210Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3317110Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h' 2024-08-08T20:19:05.3318070Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h' 2024-08-08T20:19:05.3319030Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_native.h' 2024-08-08T20:19:05.3320120Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h' 2024-08-08T20:19:05.3321090Z adding 'torch/include/ATen/ops/_add_batch_dim.h' 2024-08-08T20:19:05.3322280Z adding 'torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.3324030Z adding 'torch/include/ATen/ops/_add_batch_dim_native.h' 2024-08-08T20:19:05.3325060Z adding 'torch/include/ATen/ops/_add_batch_dim_ops.h' 2024-08-08T20:19:05.3326150Z adding 'torch/include/ATen/ops/_add_relu.h' 2024-08-08T20:19:05.3327270Z adding 'torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3328190Z adding 'torch/include/ATen/ops/_add_relu_cpu_dispatch.h' 2024-08-08T20:19:05.3329200Z adding 'torch/include/ATen/ops/_add_relu_meta_dispatch.h' 2024-08-08T20:19:05.3330170Z adding 'torch/include/ATen/ops/_add_relu_native.h' 2024-08-08T20:19:05.3331610Z adding 'torch/include/ATen/ops/_add_relu_ops.h' 2024-08-08T20:19:05.3332690Z adding 'torch/include/ATen/ops/_addmm_activation.h' 2024-08-08T20:19:05.3333910Z adding 'torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.3334780Z adding 'torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h' 2024-08-08T20:19:05.3335840Z adding 'torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h' 2024-08-08T20:19:05.3336710Z adding 'torch/include/ATen/ops/_addmm_activation_meta.h' 2024-08-08T20:19:05.3337750Z adding 'torch/include/ATen/ops/_addmm_activation_meta_dispatch.h' 2024-08-08T20:19:05.3338740Z adding 'torch/include/ATen/ops/_addmm_activation_native.h' 2024-08-08T20:19:05.3339850Z adding 'torch/include/ATen/ops/_addmm_activation_ops.h' 2024-08-08T20:19:05.3340910Z adding 'torch/include/ATen/ops/_aminmax.h' 2024-08-08T20:19:05.3342060Z adding 'torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3342980Z adding 'torch/include/ATen/ops/_aminmax_cpu_dispatch.h' 2024-08-08T20:19:05.3343930Z adding 'torch/include/ATen/ops/_aminmax_cuda_dispatch.h' 2024-08-08T20:19:05.3344900Z adding 'torch/include/ATen/ops/_aminmax_native.h' 2024-08-08T20:19:05.3346090Z adding 'torch/include/ATen/ops/_aminmax_ops.h' 2024-08-08T20:19:05.3347340Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h' 2024-08-08T20:19:05.3348540Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3349440Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h' 2024-08-08T20:19:05.3350390Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h' 2024-08-08T20:19:05.3351370Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h' 2024-08-08T20:19:05.3352520Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h' 2024-08-08T20:19:05.3353590Z adding 'torch/include/ATen/ops/_amp_update_scale.h' 2024-08-08T20:19:05.3354830Z adding 'torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3355680Z adding 'torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h' 2024-08-08T20:19:05.3356660Z adding 'torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h' 2024-08-08T20:19:05.3357610Z adding 'torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h' 2024-08-08T20:19:05.3358590Z adding 'torch/include/ATen/ops/_amp_update_scale_native.h' 2024-08-08T20:19:05.3359780Z adding 'torch/include/ATen/ops/_amp_update_scale_ops.h' 2024-08-08T20:19:05.3360770Z adding 'torch/include/ATen/ops/_assert_async.h' 2024-08-08T20:19:05.3361980Z adding 'torch/include/ATen/ops/_assert_async_cpu_dispatch.h' 2024-08-08T20:19:05.3362900Z adding 'torch/include/ATen/ops/_assert_async_cuda_dispatch.h' 2024-08-08T20:19:05.3363900Z adding 'torch/include/ATen/ops/_assert_async_native.h' 2024-08-08T20:19:05.3365040Z adding 'torch/include/ATen/ops/_assert_async_ops.h' 2024-08-08T20:19:05.3366120Z adding 'torch/include/ATen/ops/_assert_scalar.h' 2024-08-08T20:19:05.3367340Z adding 'torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3368230Z adding 'torch/include/ATen/ops/_assert_scalar_native.h' 2024-08-08T20:19:05.3369330Z adding 'torch/include/ATen/ops/_assert_scalar_ops.h' 2024-08-08T20:19:05.3370660Z adding 'torch/include/ATen/ops/_assert_tensor_metadata.h' 2024-08-08T20:19:05.3371940Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.3372810Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_native.h' 2024-08-08T20:19:05.3373930Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_ops.h' 2024-08-08T20:19:05.3374950Z adding 'torch/include/ATen/ops/_autocast_to_full_precision.h' 2024-08-08T20:19:05.3376160Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.3377090Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_native.h' 2024-08-08T20:19:05.3378190Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_ops.h' 2024-08-08T20:19:05.3379250Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision.h' 2024-08-08T20:19:05.3380450Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.3381400Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_native.h' 2024-08-08T20:19:05.3382470Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h' 2024-08-08T20:19:05.3383380Z adding 'torch/include/ATen/ops/_backward.h' 2024-08-08T20:19:05.3384600Z adding 'torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.3385510Z adding 'torch/include/ATen/ops/_backward_native.h' 2024-08-08T20:19:05.3386670Z adding 'torch/include/ATen/ops/_backward_ops.h' 2024-08-08T20:19:05.3387890Z adding 'torch/include/ATen/ops/_batch_norm_impl_index.h' 2024-08-08T20:19:05.3389080Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward.h' 2024-08-08T20:19:05.3390350Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.3391310Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h' 2024-08-08T20:19:05.3392530Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h' 2024-08-08T20:19:05.3393740Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.3394680Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_native.h' 2024-08-08T20:19:05.3399720Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_ops.h' 2024-08-08T20:19:05.3400050Z adding 'torch/include/ATen/ops/_batch_norm_no_update.h' 2024-08-08T20:19:05.3400410Z adding 'torch/include/ATen/ops/_batch_norm_no_update_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3400620Z adding 'torch/include/ATen/ops/_batch_norm_no_update_native.h' 2024-08-08T20:19:05.3400820Z adding 'torch/include/ATen/ops/_batch_norm_no_update_ops.h' 2024-08-08T20:19:05.3402040Z adding 'torch/include/ATen/ops/_batch_norm_with_update.h' 2024-08-08T20:19:05.3403470Z adding 'torch/include/ATen/ops/_batch_norm_with_update_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3404560Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cpu_dispatch.h' 2024-08-08T20:19:05.3405720Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cuda_dispatch.h' 2024-08-08T20:19:05.3406850Z adding 'torch/include/ATen/ops/_batch_norm_with_update_mps_dispatch.h' 2024-08-08T20:19:05.3408200Z adding 'torch/include/ATen/ops/_batch_norm_with_update_native.h' 2024-08-08T20:19:05.3409600Z adding 'torch/include/ATen/ops/_batch_norm_with_update_ops.h' 2024-08-08T20:19:05.3410700Z adding 'torch/include/ATen/ops/_cast_Byte.h' 2024-08-08T20:19:05.3412250Z adding 'torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.3412740Z adding 'torch/include/ATen/ops/_cast_Byte_native.h' 2024-08-08T20:19:05.3414070Z adding 'torch/include/ATen/ops/_cast_Byte_ops.h' 2024-08-08T20:19:05.3414930Z adding 'torch/include/ATen/ops/_cast_Char.h' 2024-08-08T20:19:05.3416230Z adding 'torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.3416710Z adding 'torch/include/ATen/ops/_cast_Char_native.h' 2024-08-08T20:19:05.3417960Z adding 'torch/include/ATen/ops/_cast_Char_ops.h' 2024-08-08T20:19:05.3418950Z adding 'torch/include/ATen/ops/_cast_Double.h' 2024-08-08T20:19:05.3420090Z adding 'torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.3420760Z adding 'torch/include/ATen/ops/_cast_Double_native.h' 2024-08-08T20:19:05.3421970Z adding 'torch/include/ATen/ops/_cast_Double_ops.h' 2024-08-08T20:19:05.3422820Z adding 'torch/include/ATen/ops/_cast_Float.h' 2024-08-08T20:19:05.3424150Z adding 'torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.3425260Z adding 'torch/include/ATen/ops/_cast_Float_native.h' 2024-08-08T20:19:05.3426110Z adding 'torch/include/ATen/ops/_cast_Float_ops.h' 2024-08-08T20:19:05.3427280Z adding 'torch/include/ATen/ops/_cast_Half.h' 2024-08-08T20:19:05.3428270Z adding 'torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.3429450Z adding 'torch/include/ATen/ops/_cast_Half_native.h' 2024-08-08T20:19:05.3430550Z adding 'torch/include/ATen/ops/_cast_Half_ops.h' 2024-08-08T20:19:05.3431680Z adding 'torch/include/ATen/ops/_cast_Int.h' 2024-08-08T20:19:05.3432970Z adding 'torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.3433490Z adding 'torch/include/ATen/ops/_cast_Int_native.h' 2024-08-08T20:19:05.3434810Z adding 'torch/include/ATen/ops/_cast_Int_ops.h' 2024-08-08T20:19:05.3435670Z adding 'torch/include/ATen/ops/_cast_Long.h' 2024-08-08T20:19:05.3436950Z adding 'torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.3437740Z adding 'torch/include/ATen/ops/_cast_Long_native.h' 2024-08-08T20:19:05.3438850Z adding 'torch/include/ATen/ops/_cast_Long_ops.h' 2024-08-08T20:19:05.3440030Z adding 'torch/include/ATen/ops/_cast_Short.h' 2024-08-08T20:19:05.3441030Z adding 'torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.3441780Z adding 'torch/include/ATen/ops/_cast_Short_native.h' 2024-08-08T20:19:05.3443000Z adding 'torch/include/ATen/ops/_cast_Short_ops.h' 2024-08-08T20:19:05.3444200Z adding 'torch/include/ATen/ops/_cdist_backward.h' 2024-08-08T20:19:05.3445360Z adding 'torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3446180Z adding 'torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h' 2024-08-08T20:19:05.3447330Z adding 'torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h' 2024-08-08T20:19:05.3447900Z adding 'torch/include/ATen/ops/_cdist_backward_native.h' 2024-08-08T20:19:05.3449390Z adding 'torch/include/ATen/ops/_cdist_backward_ops.h' 2024-08-08T20:19:05.3450540Z adding 'torch/include/ATen/ops/_cdist_forward.h' 2024-08-08T20:19:05.3451620Z adding 'torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3452670Z adding 'torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h' 2024-08-08T20:19:05.3453290Z adding 'torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h' 2024-08-08T20:19:05.3454550Z adding 'torch/include/ATen/ops/_cdist_forward_mps_dispatch.h' 2024-08-08T20:19:05.3455710Z adding 'torch/include/ATen/ops/_cdist_forward_native.h' 2024-08-08T20:19:05.3456930Z adding 'torch/include/ATen/ops/_cdist_forward_ops.h' 2024-08-08T20:19:05.3458140Z adding 'torch/include/ATen/ops/_cholesky_solve_helper.h' 2024-08-08T20:19:05.3459490Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3460040Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h' 2024-08-08T20:19:05.3461100Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h' 2024-08-08T20:19:05.3462360Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_native.h' 2024-08-08T20:19:05.3463270Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_ops.h' 2024-08-08T20:19:05.3464420Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor.h' 2024-08-08T20:19:05.3465710Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.3466690Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_native.h' 2024-08-08T20:19:05.3467830Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h' 2024-08-08T20:19:05.3468900Z adding 'torch/include/ATen/ops/_chunk_cat.h' 2024-08-08T20:19:05.3470160Z adding 'torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3471170Z adding 'torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h' 2024-08-08T20:19:05.3472270Z adding 'torch/include/ATen/ops/_chunk_cat_native.h' 2024-08-08T20:19:05.3473510Z adding 'torch/include/ATen/ops/_chunk_cat_ops.h' 2024-08-08T20:19:05.3474680Z adding 'torch/include/ATen/ops/_coalesce.h' 2024-08-08T20:19:05.3475960Z adding 'torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3476890Z adding 'torch/include/ATen/ops/_coalesce_native.h' 2024-08-08T20:19:05.3478040Z adding 'torch/include/ATen/ops/_coalesce_ops.h' 2024-08-08T20:19:05.3479160Z adding 'torch/include/ATen/ops/_coalesced.h' 2024-08-08T20:19:05.3480450Z adding 'torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3481430Z adding 'torch/include/ATen/ops/_coalesced_meta_dispatch.h' 2024-08-08T20:19:05.3482430Z adding 'torch/include/ATen/ops/_coalesced_native.h' 2024-08-08T20:19:05.3483720Z adding 'torch/include/ATen/ops/_coalesced_ops.h' 2024-08-08T20:19:05.3484880Z adding 'torch/include/ATen/ops/_compute_linear_combination.h' 2024-08-08T20:19:05.3486090Z adding 'torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h' 2024-08-08T20:19:05.3487200Z adding 'torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h' 2024-08-08T20:19:05.3488310Z adding 'torch/include/ATen/ops/_compute_linear_combination_native.h' 2024-08-08T20:19:05.3489560Z adding 'torch/include/ATen/ops/_compute_linear_combination_ops.h' 2024-08-08T20:19:05.3490600Z adding 'torch/include/ATen/ops/_conj.h' 2024-08-08T20:19:05.3491870Z adding 'torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3492900Z adding 'torch/include/ATen/ops/_conj_copy.h' 2024-08-08T20:19:05.3494240Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3495430Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.3496330Z adding 'torch/include/ATen/ops/_conj_copy_native.h' 2024-08-08T20:19:05.3497560Z adding 'torch/include/ATen/ops/_conj_copy_ops.h' 2024-08-08T20:19:05.3498630Z adding 'torch/include/ATen/ops/_conj_native.h' 2024-08-08T20:19:05.3499760Z adding 'torch/include/ATen/ops/_conj_ops.h' 2024-08-08T20:19:05.3500870Z adding 'torch/include/ATen/ops/_conj_physical.h' 2024-08-08T20:19:05.3502250Z adding 'torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3503070Z adding 'torch/include/ATen/ops/_conj_physical_native.h' 2024-08-08T20:19:05.3504310Z adding 'torch/include/ATen/ops/_conj_physical_ops.h' 2024-08-08T20:19:05.3505720Z adding 'torch/include/ATen/ops/_conv_depthwise2d.h' 2024-08-08T20:19:05.3507000Z adding 'torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h' 2024-08-08T20:19:05.3508100Z adding 'torch/include/ATen/ops/_conv_depthwise2d_native.h' 2024-08-08T20:19:05.3509340Z adding 'torch/include/ATen/ops/_conv_depthwise2d_ops.h' 2024-08-08T20:19:05.3510660Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h' 2024-08-08T20:19:05.3512100Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.3513040Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h' 2024-08-08T20:19:05.3514150Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h' 2024-08-08T20:19:05.3515320Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h' 2024-08-08T20:19:05.3516370Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h' 2024-08-08T20:19:05.3517320Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h' 2024-08-08T20:19:05.3518390Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h' 2024-08-08T20:19:05.3519430Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h' 2024-08-08T20:19:05.3520690Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.3521570Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h' 2024-08-08T20:19:05.3522620Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h' 2024-08-08T20:19:05.3523730Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h' 2024-08-08T20:19:05.3524500Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h' 2024-08-08T20:19:05.3525650Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h' 2024-08-08T20:19:05.3526820Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h' 2024-08-08T20:19:05.3527920Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack.h' 2024-08-08T20:19:05.3528930Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_cpu_dispatch.h' 2024-08-08T20:19:05.3529900Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_cuda_dispatch.h' 2024-08-08T20:19:05.3530890Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_mps_dispatch.h' 2024-08-08T20:19:05.3531960Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_native.h' 2024-08-08T20:19:05.3533000Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h' 2024-08-08T20:19:05.3534560Z adding 'torch/include/ATen/ops/_convolution.h' 2024-08-08T20:19:05.3535930Z adding 'torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3536970Z adding 'torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.3538090Z adding 'torch/include/ATen/ops/_convolution_double_backward.h' 2024-08-08T20:19:05.3539330Z adding 'torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.3540210Z adding 'torch/include/ATen/ops/_convolution_double_backward_native.h' 2024-08-08T20:19:05.3541360Z adding 'torch/include/ATen/ops/_convolution_double_backward_ops.h' 2024-08-08T20:19:05.3542480Z adding 'torch/include/ATen/ops/_convolution_mode.h' 2024-08-08T20:19:05.3543680Z adding 'torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.3544610Z adding 'torch/include/ATen/ops/_convolution_mode_native.h' 2024-08-08T20:19:05.3545770Z adding 'torch/include/ATen/ops/_convolution_mode_ops.h' 2024-08-08T20:19:05.3546910Z adding 'torch/include/ATen/ops/_convolution_native.h' 2024-08-08T20:19:05.3548270Z adding 'torch/include/ATen/ops/_convolution_ops.h' 2024-08-08T20:19:05.3549290Z adding 'torch/include/ATen/ops/_copy_from.h' 2024-08-08T20:19:05.3550480Z adding 'torch/include/ATen/ops/_copy_from_and_resize.h' 2024-08-08T20:19:05.3551690Z adding 'torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3552610Z adding 'torch/include/ATen/ops/_copy_from_and_resize_mps_dispatch.h' 2024-08-08T20:19:05.3553610Z adding 'torch/include/ATen/ops/_copy_from_and_resize_native.h' 2024-08-08T20:19:05.3554700Z adding 'torch/include/ATen/ops/_copy_from_and_resize_ops.h' 2024-08-08T20:19:05.3555810Z adding 'torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3556700Z adding 'torch/include/ATen/ops/_copy_from_mps_dispatch.h' 2024-08-08T20:19:05.3557670Z adding 'torch/include/ATen/ops/_copy_from_native.h' 2024-08-08T20:19:05.3558990Z adding 'torch/include/ATen/ops/_copy_from_ops.h' 2024-08-08T20:19:05.3560010Z adding 'torch/include/ATen/ops/_cslt_compress.h' 2024-08-08T20:19:05.3561140Z adding 'torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h' 2024-08-08T20:19:05.3562250Z adding 'torch/include/ATen/ops/_cslt_compress_native.h' 2024-08-08T20:19:05.3563350Z adding 'torch/include/ATen/ops/_cslt_compress_ops.h' 2024-08-08T20:19:05.3564490Z adding 'torch/include/ATen/ops/_cslt_sparse_mm.h' 2024-08-08T20:19:05.3565630Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h' 2024-08-08T20:19:05.3566670Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_native.h' 2024-08-08T20:19:05.3567950Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_ops.h' 2024-08-08T20:19:05.3569130Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search.h' 2024-08-08T20:19:05.3570300Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_cuda_dispatch.h' 2024-08-08T20:19:05.3571390Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_native.h' 2024-08-08T20:19:05.3572860Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h' 2024-08-08T20:19:05.3574270Z adding 'torch/include/ATen/ops/_ctc_loss.h' 2024-08-08T20:19:05.3575630Z adding 'torch/include/ATen/ops/_ctc_loss_backward.h' 2024-08-08T20:19:05.3577650Z adding 'torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3582410Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h' 2024-08-08T20:19:05.3582800Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h' 2024-08-08T20:19:05.3583000Z adding 'torch/include/ATen/ops/_ctc_loss_backward_native.h' 2024-08-08T20:19:05.3583180Z adding 'torch/include/ATen/ops/_ctc_loss_backward_ops.h' 2024-08-08T20:19:05.3583690Z adding 'torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3584920Z adding 'torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h' 2024-08-08T20:19:05.3586030Z adding 'torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h' 2024-08-08T20:19:05.3587210Z adding 'torch/include/ATen/ops/_ctc_loss_meta_dispatch.h' 2024-08-08T20:19:05.3588180Z adding 'torch/include/ATen/ops/_ctc_loss_native.h' 2024-08-08T20:19:05.3589530Z adding 'torch/include/ATen/ops/_ctc_loss_ops.h' 2024-08-08T20:19:05.3590790Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss.h' 2024-08-08T20:19:05.3592080Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3593090Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h' 2024-08-08T20:19:05.3594190Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_native.h' 2024-08-08T20:19:05.3595480Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_ops.h' 2024-08-08T20:19:05.3596710Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state.h' 2024-08-08T20:19:05.3597960Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3598960Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h' 2024-08-08T20:19:05.3600020Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_native.h' 2024-08-08T20:19:05.3601330Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h' 2024-08-08T20:19:05.3602970Z adding 'torch/include/ATen/ops/_cudnn_rnn.h' 2024-08-08T20:19:05.3604980Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward.h' 2024-08-08T20:19:05.3606490Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3607580Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h' 2024-08-08T20:19:05.3608750Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_native.h' 2024-08-08T20:19:05.3610220Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_ops.h' 2024-08-08T20:19:05.3611590Z adding 'torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3612620Z adding 'torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h' 2024-08-08T20:19:05.3614070Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h' 2024-08-08T20:19:05.3615470Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3616480Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h' 2024-08-08T20:19:05.3617530Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h' 2024-08-08T20:19:05.3618790Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h' 2024-08-08T20:19:05.3619890Z adding 'torch/include/ATen/ops/_cudnn_rnn_native.h' 2024-08-08T20:19:05.3621280Z adding 'torch/include/ATen/ops/_cudnn_rnn_ops.h' 2024-08-08T20:19:05.3622420Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache.h' 2024-08-08T20:19:05.3623700Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.3624610Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_native.h' 2024-08-08T20:19:05.3625710Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h' 2024-08-08T20:19:05.3626750Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h' 2024-08-08T20:19:05.3627970Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.3628880Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h' 2024-08-08T20:19:05.3630030Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h' 2024-08-08T20:19:05.3631020Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size.h' 2024-08-08T20:19:05.3632470Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.3633210Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h' 2024-08-08T20:19:05.3634410Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h' 2024-08-08T20:19:05.3635440Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h' 2024-08-08T20:19:05.3636640Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.3637560Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h' 2024-08-08T20:19:05.3638670Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h' 2024-08-08T20:19:05.3639740Z adding 'torch/include/ATen/ops/_cummax_helper.h' 2024-08-08T20:19:05.3640860Z adding 'torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h' 2024-08-08T20:19:05.3641930Z adding 'torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h' 2024-08-08T20:19:05.3642940Z adding 'torch/include/ATen/ops/_cummax_helper_native.h' 2024-08-08T20:19:05.3644020Z adding 'torch/include/ATen/ops/_cummax_helper_ops.h' 2024-08-08T20:19:05.3645170Z adding 'torch/include/ATen/ops/_cummin_helper.h' 2024-08-08T20:19:05.3646150Z adding 'torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h' 2024-08-08T20:19:05.3647160Z adding 'torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h' 2024-08-08T20:19:05.3648180Z adding 'torch/include/ATen/ops/_cummin_helper_native.h' 2024-08-08T20:19:05.3649310Z adding 'torch/include/ATen/ops/_cummin_helper_ops.h' 2024-08-08T20:19:05.3650390Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap.h' 2024-08-08T20:19:05.3651710Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.3652570Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_native.h' 2024-08-08T20:19:05.3653650Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_ops.h' 2024-08-08T20:19:05.3654580Z adding 'torch/include/ATen/ops/_dimI.h' 2024-08-08T20:19:05.3655640Z adding 'torch/include/ATen/ops/_dimI_native.h' 2024-08-08T20:19:05.3656730Z adding 'torch/include/ATen/ops/_dimI_ops.h' 2024-08-08T20:19:05.3657720Z adding 'torch/include/ATen/ops/_dimV.h' 2024-08-08T20:19:05.3658760Z adding 'torch/include/ATen/ops/_dimV_native.h' 2024-08-08T20:19:05.3659810Z adding 'torch/include/ATen/ops/_dimV_ops.h' 2024-08-08T20:19:05.3660880Z adding 'torch/include/ATen/ops/_dim_arange.h' 2024-08-08T20:19:05.3662870Z adding 'torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.3663780Z adding 'torch/include/ATen/ops/_dim_arange_native.h' 2024-08-08T20:19:05.3664870Z adding 'torch/include/ATen/ops/_dim_arange_ops.h' 2024-08-08T20:19:05.3666010Z adding 'torch/include/ATen/ops/_dirichlet_grad.h' 2024-08-08T20:19:05.3667210Z adding 'torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3668180Z adding 'torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h' 2024-08-08T20:19:05.3669200Z adding 'torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h' 2024-08-08T20:19:05.3670350Z adding 'torch/include/ATen/ops/_dirichlet_grad_native.h' 2024-08-08T20:19:05.3671470Z adding 'torch/include/ATen/ops/_dirichlet_grad_ops.h' 2024-08-08T20:19:05.3673010Z adding 'torch/include/ATen/ops/_efficient_attention_backward.h' 2024-08-08T20:19:05.3674350Z adding 'torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h' 2024-08-08T20:19:05.3675480Z adding 'torch/include/ATen/ops/_efficient_attention_backward_native.h' 2024-08-08T20:19:05.3676770Z adding 'torch/include/ATen/ops/_efficient_attention_backward_ops.h' 2024-08-08T20:19:05.3678240Z adding 'torch/include/ATen/ops/_efficient_attention_forward.h' 2024-08-08T20:19:05.3679530Z adding 'torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h' 2024-08-08T20:19:05.3680640Z adding 'torch/include/ATen/ops/_efficient_attention_forward_native.h' 2024-08-08T20:19:05.3681930Z adding 'torch/include/ATen/ops/_efficient_attention_forward_ops.h' 2024-08-08T20:19:05.3683260Z adding 'torch/include/ATen/ops/_efficientzerotensor.h' 2024-08-08T20:19:05.3684530Z adding 'torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3685600Z adding 'torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h' 2024-08-08T20:19:05.3686660Z adding 'torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h' 2024-08-08T20:19:05.3687690Z adding 'torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h' 2024-08-08T20:19:05.3688740Z adding 'torch/include/ATen/ops/_efficientzerotensor_mps_dispatch.h' 2024-08-08T20:19:05.3689810Z adding 'torch/include/ATen/ops/_efficientzerotensor_native.h' 2024-08-08T20:19:05.3691010Z adding 'torch/include/ATen/ops/_efficientzerotensor_ops.h' 2024-08-08T20:19:05.3692250Z adding 'torch/include/ATen/ops/_embedding_bag.h' 2024-08-08T20:19:05.3693600Z adding 'torch/include/ATen/ops/_embedding_bag_backward.h' 2024-08-08T20:19:05.3694790Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cpu_dispatch.h' 2024-08-08T20:19:05.3695860Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cuda_dispatch.h' 2024-08-08T20:19:05.3696890Z adding 'torch/include/ATen/ops/_embedding_bag_backward_native.h' 2024-08-08T20:19:05.3698080Z adding 'torch/include/ATen/ops/_embedding_bag_backward_ops.h' 2024-08-08T20:19:05.3699340Z adding 'torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3700380Z adding 'torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h' 2024-08-08T20:19:05.3701420Z adding 'torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h' 2024-08-08T20:19:05.3702920Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward.h' 2024-08-08T20:19:05.3704350Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3705280Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h' 2024-08-08T20:19:05.3706340Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h' 2024-08-08T20:19:05.3707450Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_native.h' 2024-08-08T20:19:05.3708730Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h' 2024-08-08T20:19:05.3709960Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only.h' 2024-08-08T20:19:05.3711280Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3712270Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h' 2024-08-08T20:19:05.3713300Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h' 2024-08-08T20:19:05.3714370Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_native.h' 2024-08-08T20:19:05.3715720Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_ops.h' 2024-08-08T20:19:05.3716780Z adding 'torch/include/ATen/ops/_embedding_bag_native.h' 2024-08-08T20:19:05.3718100Z adding 'torch/include/ATen/ops/_embedding_bag_ops.h' 2024-08-08T20:19:05.3719380Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h' 2024-08-08T20:19:05.3720650Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3721640Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h' 2024-08-08T20:19:05.3722770Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h' 2024-08-08T20:19:05.3723800Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h' 2024-08-08T20:19:05.3725050Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h' 2024-08-08T20:19:05.3726220Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward.h' 2024-08-08T20:19:05.3727560Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.3728530Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h' 2024-08-08T20:19:05.3729810Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h' 2024-08-08T20:19:05.3731320Z adding 'torch/include/ATen/ops/_empty_affine_quantized.h' 2024-08-08T20:19:05.3732640Z adding 'torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3733800Z adding 'torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h' 2024-08-08T20:19:05.3734980Z adding 'torch/include/ATen/ops/_empty_affine_quantized_native.h' 2024-08-08T20:19:05.3736160Z adding 'torch/include/ATen/ops/_empty_affine_quantized_ops.h' 2024-08-08T20:19:05.3737870Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized.h' 2024-08-08T20:19:05.3739210Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3740280Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h' 2024-08-08T20:19:05.3741390Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h' 2024-08-08T20:19:05.3742680Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h' 2024-08-08T20:19:05.3743700Z adding 'torch/include/ATen/ops/_euclidean_dist.h' 2024-08-08T20:19:05.3744980Z adding 'torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3745920Z adding 'torch/include/ATen/ops/_euclidean_dist_native.h' 2024-08-08T20:19:05.3747080Z adding 'torch/include/ATen/ops/_euclidean_dist_ops.h' 2024-08-08T20:19:05.3748370Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h' 2024-08-08T20:19:05.3749580Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h' 2024-08-08T20:19:05.3750730Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h' 2024-08-08T20:19:05.3751750Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h' 2024-08-08T20:19:05.3752850Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h' 2024-08-08T20:19:05.3754070Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h' 2024-08-08T20:19:05.3755230Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3756230Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h' 2024-08-08T20:19:05.3757240Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h' 2024-08-08T20:19:05.3758260Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h' 2024-08-08T20:19:05.3759490Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h' 2024-08-08T20:19:05.3760680Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h' 2024-08-08T20:19:05.3761830Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h' 2024-08-08T20:19:05.3762970Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h' 2024-08-08T20:19:05.3764020Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h' 2024-08-08T20:19:05.3765040Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h' 2024-08-08T20:19:05.3766200Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h' 2024-08-08T20:19:05.3767440Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3768460Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h' 2024-08-08T20:19:05.3769510Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h' 2024-08-08T20:19:05.3774130Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h' 2024-08-08T20:19:05.3774660Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h' 2024-08-08T20:19:05.3775000Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h' 2024-08-08T20:19:05.3775470Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3775930Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h' 2024-08-08T20:19:05.3776390Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h' 2024-08-08T20:19:05.3777590Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h' 2024-08-08T20:19:05.3778870Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h' 2024-08-08T20:19:05.3779950Z adding 'torch/include/ATen/ops/_fft_c2c.h' 2024-08-08T20:19:05.3781130Z adding 'torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h' 2024-08-08T20:19:05.3782200Z adding 'torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h' 2024-08-08T20:19:05.3783300Z adding 'torch/include/ATen/ops/_fft_c2c_mps_dispatch.h' 2024-08-08T20:19:05.3784420Z adding 'torch/include/ATen/ops/_fft_c2c_native.h' 2024-08-08T20:19:05.3785580Z adding 'torch/include/ATen/ops/_fft_c2c_ops.h' 2024-08-08T20:19:05.3786890Z adding 'torch/include/ATen/ops/_fft_c2r.h' 2024-08-08T20:19:05.3788060Z adding 'torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h' 2024-08-08T20:19:05.3789180Z adding 'torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h' 2024-08-08T20:19:05.3790260Z adding 'torch/include/ATen/ops/_fft_c2r_mps_dispatch.h' 2024-08-08T20:19:05.3791410Z adding 'torch/include/ATen/ops/_fft_c2r_native.h' 2024-08-08T20:19:05.3792690Z adding 'torch/include/ATen/ops/_fft_c2r_ops.h' 2024-08-08T20:19:05.3793730Z adding 'torch/include/ATen/ops/_fft_r2c.h' 2024-08-08T20:19:05.3794870Z adding 'torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h' 2024-08-08T20:19:05.3795960Z adding 'torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h' 2024-08-08T20:19:05.3797000Z adding 'torch/include/ATen/ops/_fft_r2c_mps_dispatch.h' 2024-08-08T20:19:05.3798050Z adding 'torch/include/ATen/ops/_fft_r2c_native.h' 2024-08-08T20:19:05.3799210Z adding 'torch/include/ATen/ops/_fft_r2c_ops.h' 2024-08-08T20:19:05.3800420Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h' 2024-08-08T20:19:05.3801590Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_cuda_dispatch.h' 2024-08-08T20:19:05.3802650Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_meta_dispatch.h' 2024-08-08T20:19:05.3803650Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_native.h' 2024-08-08T20:19:05.3804790Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_ops.h' 2024-08-08T20:19:05.3806230Z adding 'torch/include/ATen/ops/_flash_attention_backward.h' 2024-08-08T20:19:05.3807420Z adding 'torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h' 2024-08-08T20:19:05.3808540Z adding 'torch/include/ATen/ops/_flash_attention_backward_native.h' 2024-08-08T20:19:05.3809780Z adding 'torch/include/ATen/ops/_flash_attention_backward_ops.h' 2024-08-08T20:19:05.3811150Z adding 'torch/include/ATen/ops/_flash_attention_forward.h' 2024-08-08T20:19:05.3812400Z adding 'torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h' 2024-08-08T20:19:05.3813440Z adding 'torch/include/ATen/ops/_flash_attention_forward_native.h' 2024-08-08T20:19:05.3814730Z adding 'torch/include/ATen/ops/_flash_attention_forward_ops.h' 2024-08-08T20:19:05.3815790Z adding 'torch/include/ATen/ops/_foobar.h' 2024-08-08T20:19:05.3817030Z adding 'torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3817990Z adding 'torch/include/ATen/ops/_foobar_cpu_dispatch.h' 2024-08-08T20:19:05.3819000Z adding 'torch/include/ATen/ops/_foobar_native.h' 2024-08-08T20:19:05.3820160Z adding 'torch/include/ATen/ops/_foobar_ops.h' 2024-08-08T20:19:05.3821280Z adding 'torch/include/ATen/ops/_foreach_abs.h' 2024-08-08T20:19:05.3822530Z adding 'torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3823530Z adding 'torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h' 2024-08-08T20:19:05.3824530Z adding 'torch/include/ATen/ops/_foreach_abs_native.h' 2024-08-08T20:19:05.3825710Z adding 'torch/include/ATen/ops/_foreach_abs_ops.h' 2024-08-08T20:19:05.3826800Z adding 'torch/include/ATen/ops/_foreach_acos.h' 2024-08-08T20:19:05.3828000Z adding 'torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3829000Z adding 'torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h' 2024-08-08T20:19:05.3830040Z adding 'torch/include/ATen/ops/_foreach_acos_native.h' 2024-08-08T20:19:05.3831230Z adding 'torch/include/ATen/ops/_foreach_acos_ops.h' 2024-08-08T20:19:05.3832620Z adding 'torch/include/ATen/ops/_foreach_add.h' 2024-08-08T20:19:05.3834090Z adding 'torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3835100Z adding 'torch/include/ATen/ops/_foreach_add_cuda_dispatch.h' 2024-08-08T20:19:05.3836280Z adding 'torch/include/ATen/ops/_foreach_add_native.h' 2024-08-08T20:19:05.3837950Z adding 'torch/include/ATen/ops/_foreach_add_ops.h' 2024-08-08T20:19:05.3839350Z adding 'torch/include/ATen/ops/_foreach_addcdiv.h' 2024-08-08T20:19:05.3840750Z adding 'torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3841780Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h' 2024-08-08T20:19:05.3842950Z adding 'torch/include/ATen/ops/_foreach_addcdiv_native.h' 2024-08-08T20:19:05.3844510Z adding 'torch/include/ATen/ops/_foreach_addcdiv_ops.h' 2024-08-08T20:19:05.3851310Z adding 'torch/include/ATen/ops/_foreach_addcmul.h' 2024-08-08T20:19:05.3852790Z adding 'torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3853810Z adding 'torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h' 2024-08-08T20:19:05.3855000Z adding 'torch/include/ATen/ops/_foreach_addcmul_native.h' 2024-08-08T20:19:05.3856580Z adding 'torch/include/ATen/ops/_foreach_addcmul_ops.h' 2024-08-08T20:19:05.3857700Z adding 'torch/include/ATen/ops/_foreach_asin.h' 2024-08-08T20:19:05.3858930Z adding 'torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3859890Z adding 'torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h' 2024-08-08T20:19:05.3860890Z adding 'torch/include/ATen/ops/_foreach_asin_native.h' 2024-08-08T20:19:05.3862190Z adding 'torch/include/ATen/ops/_foreach_asin_ops.h' 2024-08-08T20:19:05.3863290Z adding 'torch/include/ATen/ops/_foreach_atan.h' 2024-08-08T20:19:05.3864500Z adding 'torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3865490Z adding 'torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h' 2024-08-08T20:19:05.3866470Z adding 'torch/include/ATen/ops/_foreach_atan_native.h' 2024-08-08T20:19:05.3867640Z adding 'torch/include/ATen/ops/_foreach_atan_ops.h' 2024-08-08T20:19:05.3868710Z adding 'torch/include/ATen/ops/_foreach_ceil.h' 2024-08-08T20:19:05.3869970Z adding 'torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3871010Z adding 'torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h' 2024-08-08T20:19:05.3871970Z adding 'torch/include/ATen/ops/_foreach_ceil_native.h' 2024-08-08T20:19:05.3873120Z adding 'torch/include/ATen/ops/_foreach_ceil_ops.h' 2024-08-08T20:19:05.3874430Z adding 'torch/include/ATen/ops/_foreach_clamp_max.h' 2024-08-08T20:19:05.3875760Z adding 'torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3876750Z adding 'torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h' 2024-08-08T20:19:05.3877890Z adding 'torch/include/ATen/ops/_foreach_clamp_max_native.h' 2024-08-08T20:19:05.3879370Z adding 'torch/include/ATen/ops/_foreach_clamp_max_ops.h' 2024-08-08T20:19:05.3880660Z adding 'torch/include/ATen/ops/_foreach_clamp_min.h' 2024-08-08T20:19:05.3882080Z adding 'torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3883090Z adding 'torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h' 2024-08-08T20:19:05.3884270Z adding 'torch/include/ATen/ops/_foreach_clamp_min_native.h' 2024-08-08T20:19:05.3885790Z adding 'torch/include/ATen/ops/_foreach_clamp_min_ops.h' 2024-08-08T20:19:05.3886880Z adding 'torch/include/ATen/ops/_foreach_copy.h' 2024-08-08T20:19:05.3888120Z adding 'torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3889110Z adding 'torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h' 2024-08-08T20:19:05.3890180Z adding 'torch/include/ATen/ops/_foreach_copy_native.h' 2024-08-08T20:19:05.3891430Z adding 'torch/include/ATen/ops/_foreach_copy_ops.h' 2024-08-08T20:19:05.3892560Z adding 'torch/include/ATen/ops/_foreach_cos.h' 2024-08-08T20:19:05.3893820Z adding 'torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3894810Z adding 'torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h' 2024-08-08T20:19:05.3895910Z adding 'torch/include/ATen/ops/_foreach_cos_native.h' 2024-08-08T20:19:05.3897130Z adding 'torch/include/ATen/ops/_foreach_cos_ops.h' 2024-08-08T20:19:05.3898220Z adding 'torch/include/ATen/ops/_foreach_cosh.h' 2024-08-08T20:19:05.3899510Z adding 'torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3900450Z adding 'torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h' 2024-08-08T20:19:05.3901580Z adding 'torch/include/ATen/ops/_foreach_cosh_native.h' 2024-08-08T20:19:05.3902850Z adding 'torch/include/ATen/ops/_foreach_cosh_ops.h' 2024-08-08T20:19:05.3904230Z adding 'torch/include/ATen/ops/_foreach_div.h' 2024-08-08T20:19:05.3905630Z adding 'torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3906580Z adding 'torch/include/ATen/ops/_foreach_div_cuda_dispatch.h' 2024-08-08T20:19:05.3907800Z adding 'torch/include/ATen/ops/_foreach_div_native.h' 2024-08-08T20:19:05.3909390Z adding 'torch/include/ATen/ops/_foreach_div_ops.h' 2024-08-08T20:19:05.3910510Z adding 'torch/include/ATen/ops/_foreach_erf.h' 2024-08-08T20:19:05.3911700Z adding 'torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3912770Z adding 'torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h' 2024-08-08T20:19:05.3913540Z adding 'torch/include/ATen/ops/_foreach_erf_native.h' 2024-08-08T20:19:05.3914810Z adding 'torch/include/ATen/ops/_foreach_erf_ops.h' 2024-08-08T20:19:05.3915880Z adding 'torch/include/ATen/ops/_foreach_erfc.h' 2024-08-08T20:19:05.3917060Z adding 'torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3917980Z adding 'torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h' 2024-08-08T20:19:05.3918970Z adding 'torch/include/ATen/ops/_foreach_erfc_native.h' 2024-08-08T20:19:05.3920210Z adding 'torch/include/ATen/ops/_foreach_erfc_ops.h' 2024-08-08T20:19:05.3921190Z adding 'torch/include/ATen/ops/_foreach_exp.h' 2024-08-08T20:19:05.3922360Z adding 'torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3923290Z adding 'torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h' 2024-08-08T20:19:05.3924280Z adding 'torch/include/ATen/ops/_foreach_exp_native.h' 2024-08-08T20:19:05.3925400Z adding 'torch/include/ATen/ops/_foreach_exp_ops.h' 2024-08-08T20:19:05.3926460Z adding 'torch/include/ATen/ops/_foreach_expm1.h' 2024-08-08T20:19:05.3927670Z adding 'torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3928600Z adding 'torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h' 2024-08-08T20:19:05.3929580Z adding 'torch/include/ATen/ops/_foreach_expm1_native.h' 2024-08-08T20:19:05.3930730Z adding 'torch/include/ATen/ops/_foreach_expm1_ops.h' 2024-08-08T20:19:05.3931780Z adding 'torch/include/ATen/ops/_foreach_floor.h' 2024-08-08T20:19:05.3932980Z adding 'torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3934060Z adding 'torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h' 2024-08-08T20:19:05.3935010Z adding 'torch/include/ATen/ops/_foreach_floor_native.h' 2024-08-08T20:19:05.3936170Z adding 'torch/include/ATen/ops/_foreach_floor_ops.h' 2024-08-08T20:19:05.3937220Z adding 'torch/include/ATen/ops/_foreach_frac.h' 2024-08-08T20:19:05.3938400Z adding 'torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3939330Z adding 'torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h' 2024-08-08T20:19:05.3940310Z adding 'torch/include/ATen/ops/_foreach_frac_native.h' 2024-08-08T20:19:05.3941440Z adding 'torch/include/ATen/ops/_foreach_frac_ops.h' 2024-08-08T20:19:05.3942650Z adding 'torch/include/ATen/ops/_foreach_lerp.h' 2024-08-08T20:19:05.3943920Z adding 'torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3944890Z adding 'torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h' 2024-08-08T20:19:05.3945960Z adding 'torch/include/ATen/ops/_foreach_lerp_native.h' 2024-08-08T20:19:05.3947300Z adding 'torch/include/ATen/ops/_foreach_lerp_ops.h' 2024-08-08T20:19:05.3948380Z adding 'torch/include/ATen/ops/_foreach_lgamma.h' 2024-08-08T20:19:05.3949590Z adding 'torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3950540Z adding 'torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h' 2024-08-08T20:19:05.3951550Z adding 'torch/include/ATen/ops/_foreach_lgamma_native.h' 2024-08-08T20:19:05.3952690Z adding 'torch/include/ATen/ops/_foreach_lgamma_ops.h' 2024-08-08T20:19:05.3953740Z adding 'torch/include/ATen/ops/_foreach_log.h' 2024-08-08T20:19:05.3954810Z adding 'torch/include/ATen/ops/_foreach_log10.h' 2024-08-08T20:19:05.3956050Z adding 'torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3956940Z adding 'torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h' 2024-08-08T20:19:05.3957930Z adding 'torch/include/ATen/ops/_foreach_log10_native.h' 2024-08-08T20:19:05.3959070Z adding 'torch/include/ATen/ops/_foreach_log10_ops.h' 2024-08-08T20:19:05.3960110Z adding 'torch/include/ATen/ops/_foreach_log1p.h' 2024-08-08T20:19:05.3961300Z adding 'torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3962280Z adding 'torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h' 2024-08-08T20:19:05.3963260Z adding 'torch/include/ATen/ops/_foreach_log1p_native.h' 2024-08-08T20:19:05.3968090Z adding 'torch/include/ATen/ops/_foreach_log1p_ops.h' 2024-08-08T20:19:05.3968420Z adding 'torch/include/ATen/ops/_foreach_log2.h' 2024-08-08T20:19:05.3968720Z adding 'torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3969760Z adding 'torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h' 2024-08-08T20:19:05.3969940Z adding 'torch/include/ATen/ops/_foreach_log2_native.h' 2024-08-08T20:19:05.3970910Z adding 'torch/include/ATen/ops/_foreach_log2_ops.h' 2024-08-08T20:19:05.3971260Z adding 'torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3971690Z adding 'torch/include/ATen/ops/_foreach_log_cuda_dispatch.h' 2024-08-08T20:19:05.3972800Z adding 'torch/include/ATen/ops/_foreach_log_native.h' 2024-08-08T20:19:05.3973970Z adding 'torch/include/ATen/ops/_foreach_log_ops.h' 2024-08-08T20:19:05.3975020Z adding 'torch/include/ATen/ops/_foreach_max.h' 2024-08-08T20:19:05.3976200Z adding 'torch/include/ATen/ops/_foreach_max_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3977180Z adding 'torch/include/ATen/ops/_foreach_max_cuda_dispatch.h' 2024-08-08T20:19:05.3978180Z adding 'torch/include/ATen/ops/_foreach_max_native.h' 2024-08-08T20:19:05.3979280Z adding 'torch/include/ATen/ops/_foreach_max_ops.h' 2024-08-08T20:19:05.3980550Z adding 'torch/include/ATen/ops/_foreach_maximum.h' 2024-08-08T20:19:05.3981850Z adding 'torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3982840Z adding 'torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h' 2024-08-08T20:19:05.3984110Z adding 'torch/include/ATen/ops/_foreach_maximum_native.h' 2024-08-08T20:19:05.3985450Z adding 'torch/include/ATen/ops/_foreach_maximum_ops.h' 2024-08-08T20:19:05.3986700Z adding 'torch/include/ATen/ops/_foreach_minimum.h' 2024-08-08T20:19:05.3988010Z adding 'torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3989010Z adding 'torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h' 2024-08-08T20:19:05.3990120Z adding 'torch/include/ATen/ops/_foreach_minimum_native.h' 2024-08-08T20:19:05.3991550Z adding 'torch/include/ATen/ops/_foreach_minimum_ops.h' 2024-08-08T20:19:05.3992880Z adding 'torch/include/ATen/ops/_foreach_mul.h' 2024-08-08T20:19:05.3994190Z adding 'torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.3995170Z adding 'torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h' 2024-08-08T20:19:05.3996310Z adding 'torch/include/ATen/ops/_foreach_mul_native.h' 2024-08-08T20:19:05.3997900Z adding 'torch/include/ATen/ops/_foreach_mul_ops.h' 2024-08-08T20:19:05.3998990Z adding 'torch/include/ATen/ops/_foreach_neg.h' 2024-08-08T20:19:05.4000170Z adding 'torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4001100Z adding 'torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h' 2024-08-08T20:19:05.4002080Z adding 'torch/include/ATen/ops/_foreach_neg_native.h' 2024-08-08T20:19:05.4003200Z adding 'torch/include/ATen/ops/_foreach_neg_ops.h' 2024-08-08T20:19:05.4004320Z adding 'torch/include/ATen/ops/_foreach_norm.h' 2024-08-08T20:19:05.4005550Z adding 'torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4006520Z adding 'torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h' 2024-08-08T20:19:05.4007600Z adding 'torch/include/ATen/ops/_foreach_norm_native.h' 2024-08-08T20:19:05.4008710Z adding 'torch/include/ATen/ops/_foreach_norm_ops.h' 2024-08-08T20:19:05.4009940Z adding 'torch/include/ATen/ops/_foreach_pow.h' 2024-08-08T20:19:05.4011220Z adding 'torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4012210Z adding 'torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h' 2024-08-08T20:19:05.4013320Z adding 'torch/include/ATen/ops/_foreach_pow_native.h' 2024-08-08T20:19:05.4014790Z adding 'torch/include/ATen/ops/_foreach_pow_ops.h' 2024-08-08T20:19:05.4015910Z adding 'torch/include/ATen/ops/_foreach_reciprocal.h' 2024-08-08T20:19:05.4017120Z adding 'torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4018070Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h' 2024-08-08T20:19:05.4019070Z adding 'torch/include/ATen/ops/_foreach_reciprocal_native.h' 2024-08-08T20:19:05.4020230Z adding 'torch/include/ATen/ops/_foreach_reciprocal_ops.h' 2024-08-08T20:19:05.4021280Z adding 'torch/include/ATen/ops/_foreach_round.h' 2024-08-08T20:19:05.4022470Z adding 'torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4023410Z adding 'torch/include/ATen/ops/_foreach_round_cuda_dispatch.h' 2024-08-08T20:19:05.4024390Z adding 'torch/include/ATen/ops/_foreach_round_native.h' 2024-08-08T20:19:05.4025530Z adding 'torch/include/ATen/ops/_foreach_round_ops.h' 2024-08-08T20:19:05.4026610Z adding 'torch/include/ATen/ops/_foreach_sigmoid.h' 2024-08-08T20:19:05.4027810Z adding 'torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4028760Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h' 2024-08-08T20:19:05.4029750Z adding 'torch/include/ATen/ops/_foreach_sigmoid_native.h' 2024-08-08T20:19:05.4030890Z adding 'torch/include/ATen/ops/_foreach_sigmoid_ops.h' 2024-08-08T20:19:05.4031940Z adding 'torch/include/ATen/ops/_foreach_sign.h' 2024-08-08T20:19:05.4033130Z adding 'torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4034060Z adding 'torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h' 2024-08-08T20:19:05.4035180Z adding 'torch/include/ATen/ops/_foreach_sign_native.h' 2024-08-08T20:19:05.4036260Z adding 'torch/include/ATen/ops/_foreach_sign_ops.h' 2024-08-08T20:19:05.4037310Z adding 'torch/include/ATen/ops/_foreach_sin.h' 2024-08-08T20:19:05.4038490Z adding 'torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4039400Z adding 'torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h' 2024-08-08T20:19:05.4040380Z adding 'torch/include/ATen/ops/_foreach_sin_native.h' 2024-08-08T20:19:05.4041520Z adding 'torch/include/ATen/ops/_foreach_sin_ops.h' 2024-08-08T20:19:05.4042560Z adding 'torch/include/ATen/ops/_foreach_sinh.h' 2024-08-08T20:19:05.4043740Z adding 'torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4044670Z adding 'torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h' 2024-08-08T20:19:05.4045650Z adding 'torch/include/ATen/ops/_foreach_sinh_native.h' 2024-08-08T20:19:05.4046760Z adding 'torch/include/ATen/ops/_foreach_sinh_ops.h' 2024-08-08T20:19:05.4047820Z adding 'torch/include/ATen/ops/_foreach_sqrt.h' 2024-08-08T20:19:05.4049020Z adding 'torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4049950Z adding 'torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h' 2024-08-08T20:19:05.4050940Z adding 'torch/include/ATen/ops/_foreach_sqrt_native.h' 2024-08-08T20:19:05.4052090Z adding 'torch/include/ATen/ops/_foreach_sqrt_ops.h' 2024-08-08T20:19:05.4053350Z adding 'torch/include/ATen/ops/_foreach_sub.h' 2024-08-08T20:19:05.4054660Z adding 'torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4055650Z adding 'torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h' 2024-08-08T20:19:05.4056820Z adding 'torch/include/ATen/ops/_foreach_sub_native.h' 2024-08-08T20:19:05.4058240Z adding 'torch/include/ATen/ops/_foreach_sub_ops.h' 2024-08-08T20:19:05.4059330Z adding 'torch/include/ATen/ops/_foreach_tan.h' 2024-08-08T20:19:05.4060520Z adding 'torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4061460Z adding 'torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h' 2024-08-08T20:19:05.4062440Z adding 'torch/include/ATen/ops/_foreach_tan_native.h' 2024-08-08T20:19:05.4063580Z adding 'torch/include/ATen/ops/_foreach_tan_ops.h' 2024-08-08T20:19:05.4064620Z adding 'torch/include/ATen/ops/_foreach_tanh.h' 2024-08-08T20:19:05.4065810Z adding 'torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4066730Z adding 'torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h' 2024-08-08T20:19:05.4067730Z adding 'torch/include/ATen/ops/_foreach_tanh_native.h' 2024-08-08T20:19:05.4068840Z adding 'torch/include/ATen/ops/_foreach_tanh_ops.h' 2024-08-08T20:19:05.4069900Z adding 'torch/include/ATen/ops/_foreach_trunc.h' 2024-08-08T20:19:05.4071080Z adding 'torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4072020Z adding 'torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h' 2024-08-08T20:19:05.4073010Z adding 'torch/include/ATen/ops/_foreach_trunc_native.h' 2024-08-08T20:19:05.4074130Z adding 'torch/include/ATen/ops/_foreach_trunc_ops.h' 2024-08-08T20:19:05.4075200Z adding 'torch/include/ATen/ops/_foreach_zero.h' 2024-08-08T20:19:05.4076410Z adding 'torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4077350Z adding 'torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h' 2024-08-08T20:19:05.4078340Z adding 'torch/include/ATen/ops/_foreach_zero_native.h' 2024-08-08T20:19:05.4079500Z adding 'torch/include/ATen/ops/_foreach_zero_ops.h' 2024-08-08T20:19:05.4080590Z adding 'torch/include/ATen/ops/_functional_assert_async.h' 2024-08-08T20:19:05.4081710Z adding 'torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h' 2024-08-08T20:19:05.4082720Z adding 'torch/include/ATen/ops/_functional_assert_async_native.h' 2024-08-08T20:19:05.4083820Z adding 'torch/include/ATen/ops/_functional_assert_async_ops.h' 2024-08-08T20:19:05.4084890Z adding 'torch/include/ATen/ops/_functional_assert_scalar.h' 2024-08-08T20:19:05.4086080Z adding 'torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4087080Z adding 'torch/include/ATen/ops/_functional_assert_scalar_native.h' 2024-08-08T20:19:05.4088100Z adding 'torch/include/ATen/ops/_functional_assert_scalar_ops.h' 2024-08-08T20:19:05.4089180Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range.h' 2024-08-08T20:19:05.4090410Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4091360Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size.h' 2024-08-08T20:19:05.4092580Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4093480Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_native.h' 2024-08-08T20:19:05.4094610Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_ops.h' 2024-08-08T20:19:05.4095610Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_native.h' 2024-08-08T20:19:05.4096720Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_ops.h' 2024-08-08T20:19:05.4097910Z adding 'torch/include/ATen/ops/_fused_adagrad.h' 2024-08-08T20:19:05.4099190Z adding 'torch/include/ATen/ops/_fused_adagrad_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4100170Z adding 'torch/include/ATen/ops/_fused_adagrad_cpu_dispatch.h' 2024-08-08T20:19:05.4101230Z adding 'torch/include/ATen/ops/_fused_adagrad_native.h' 2024-08-08T20:19:05.4102570Z adding 'torch/include/ATen/ops/_fused_adagrad_ops.h' 2024-08-08T20:19:05.4104080Z adding 'torch/include/ATen/ops/_fused_adam.h' 2024-08-08T20:19:05.4105560Z adding 'torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4106520Z adding 'torch/include/ATen/ops/_fused_adam_cpu_dispatch.h' 2024-08-08T20:19:05.4107920Z adding 'torch/include/ATen/ops/_fused_adam_cuda_dispatch.h' 2024-08-08T20:19:05.4108960Z adding 'torch/include/ATen/ops/_fused_adam_mps_dispatch.h' 2024-08-08T20:19:05.4110180Z adding 'torch/include/ATen/ops/_fused_adam_native.h' 2024-08-08T20:19:05.4111950Z adding 'torch/include/ATen/ops/_fused_adam_ops.h' 2024-08-08T20:19:05.4113510Z adding 'torch/include/ATen/ops/_fused_adamw.h' 2024-08-08T20:19:05.4114980Z adding 'torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4115910Z adding 'torch/include/ATen/ops/_fused_adamw_cpu_dispatch.h' 2024-08-08T20:19:05.4116940Z adding 'torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h' 2024-08-08T20:19:05.4117970Z adding 'torch/include/ATen/ops/_fused_adamw_mps_dispatch.h' 2024-08-08T20:19:05.4119200Z adding 'torch/include/ATen/ops/_fused_adamw_native.h' 2024-08-08T20:19:05.4120900Z adding 'torch/include/ATen/ops/_fused_adamw_ops.h' 2024-08-08T20:19:05.4122080Z adding 'torch/include/ATen/ops/_fused_dropout.h' 2024-08-08T20:19:05.4123320Z adding 'torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4124290Z adding 'torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h' 2024-08-08T20:19:05.4125300Z adding 'torch/include/ATen/ops/_fused_dropout_native.h' 2024-08-08T20:19:05.4126500Z adding 'torch/include/ATen/ops/_fused_dropout_ops.h' 2024-08-08T20:19:05.4127910Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h' 2024-08-08T20:19:05.4129260Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4130260Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h' 2024-08-08T20:19:05.4131320Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h' 2024-08-08T20:19:05.4132430Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h' 2024-08-08T20:19:05.4133860Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h' 2024-08-08T20:19:05.4134920Z adding 'torch/include/ATen/ops/_fused_sdp_choice.h' 2024-08-08T20:19:05.4136170Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h' 2024-08-08T20:19:05.4137140Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h' 2024-08-08T20:19:05.4138140Z adding 'torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h' 2024-08-08T20:19:05.4139180Z adding 'torch/include/ATen/ops/_fused_sdp_choice_native.h' 2024-08-08T20:19:05.4140330Z adding 'torch/include/ATen/ops/_fused_sdp_choice_ops.h' 2024-08-08T20:19:05.4141740Z adding 'torch/include/ATen/ops/_fused_sgd.h' 2024-08-08T20:19:05.4143110Z adding 'torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4144110Z adding 'torch/include/ATen/ops/_fused_sgd_cpu_dispatch.h' 2024-08-08T20:19:05.4145150Z adding 'torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h' 2024-08-08T20:19:05.4146160Z adding 'torch/include/ATen/ops/_fused_sgd_mps_dispatch.h' 2024-08-08T20:19:05.4147360Z adding 'torch/include/ATen/ops/_fused_sgd_native.h' 2024-08-08T20:19:05.4149030Z adding 'torch/include/ATen/ops/_fused_sgd_ops.h' 2024-08-08T20:19:05.4153450Z adding 'torch/include/ATen/ops/_fw_primal.h' 2024-08-08T20:19:05.4153900Z adding 'torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4154060Z adding 'torch/include/ATen/ops/_fw_primal_copy.h' 2024-08-08T20:19:05.4154720Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4155110Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.4155330Z adding 'torch/include/ATen/ops/_fw_primal_copy_native.h' 2024-08-08T20:19:05.4156590Z adding 'torch/include/ATen/ops/_fw_primal_copy_ops.h' 2024-08-08T20:19:05.4157650Z adding 'torch/include/ATen/ops/_fw_primal_native.h' 2024-08-08T20:19:05.4158700Z adding 'torch/include/ATen/ops/_fw_primal_ops.h' 2024-08-08T20:19:05.4159790Z adding 'torch/include/ATen/ops/_gather_sparse_backward.h' 2024-08-08T20:19:05.4161020Z adding 'torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.4161940Z adding 'torch/include/ATen/ops/_gather_sparse_backward_native.h' 2024-08-08T20:19:05.4163020Z adding 'torch/include/ATen/ops/_gather_sparse_backward_ops.h' 2024-08-08T20:19:05.4164190Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h' 2024-08-08T20:19:05.4165350Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h' 2024-08-08T20:19:05.4166600Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.4167510Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h' 2024-08-08T20:19:05.4168650Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h' 2024-08-08T20:19:05.4169870Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4170840Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h' 2024-08-08T20:19:05.4172050Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h' 2024-08-08T20:19:05.4173040Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type.h' 2024-08-08T20:19:05.4174270Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.4175200Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h' 2024-08-08T20:19:05.4176340Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h' 2024-08-08T20:19:05.4177300Z adding 'torch/include/ATen/ops/_has_same_storage_numel.h' 2024-08-08T20:19:05.4178470Z adding 'torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4179350Z adding 'torch/include/ATen/ops/_has_same_storage_numel_native.h' 2024-08-08T20:19:05.4180420Z adding 'torch/include/ATen/ops/_has_same_storage_numel_ops.h' 2024-08-08T20:19:05.4181550Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges.h' 2024-08-08T20:19:05.4182900Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4183800Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h' 2024-08-08T20:19:05.4184840Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_mps_dispatch.h' 2024-08-08T20:19:05.4185830Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_native.h' 2024-08-08T20:19:05.4187020Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_ops.h' 2024-08-08T20:19:05.4188160Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts.h' 2024-08-08T20:19:05.4189410Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4190370Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h' 2024-08-08T20:19:05.4191370Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_mps_dispatch.h' 2024-08-08T20:19:05.4192400Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h' 2024-08-08T20:19:05.4193590Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h' 2024-08-08T20:19:05.4194720Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors.h' 2024-08-08T20:19:05.4195970Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4196940Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h' 2024-08-08T20:19:05.4197940Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_mps_dispatch.h' 2024-08-08T20:19:05.4198940Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h' 2024-08-08T20:19:05.4200130Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h' 2024-08-08T20:19:05.4201210Z adding 'torch/include/ATen/ops/_index_put_impl.h' 2024-08-08T20:19:05.4202590Z adding 'torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4203450Z adding 'torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h' 2024-08-08T20:19:05.4204450Z adding 'torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h' 2024-08-08T20:19:05.4205420Z adding 'torch/include/ATen/ops/_index_put_impl_meta_dispatch.h' 2024-08-08T20:19:05.4206440Z adding 'torch/include/ATen/ops/_index_put_impl_mps_dispatch.h' 2024-08-08T20:19:05.4207490Z adding 'torch/include/ATen/ops/_index_put_impl_native.h' 2024-08-08T20:19:05.4208770Z adding 'torch/include/ATen/ops/_index_put_impl_ops.h' 2024-08-08T20:19:05.4209740Z adding 'torch/include/ATen/ops/_indices.h' 2024-08-08T20:19:05.4210820Z adding 'torch/include/ATen/ops/_indices_copy.h' 2024-08-08T20:19:05.4212250Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4213160Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.4214220Z adding 'torch/include/ATen/ops/_indices_copy_native.h' 2024-08-08T20:19:05.4215420Z adding 'torch/include/ATen/ops/_indices_copy_ops.h' 2024-08-08T20:19:05.4216490Z adding 'torch/include/ATen/ops/_indices_native.h' 2024-08-08T20:19:05.4217650Z adding 'torch/include/ATen/ops/_indices_ops.h' 2024-08-08T20:19:05.4218760Z adding 'torch/include/ATen/ops/_int_mm.h' 2024-08-08T20:19:05.4219960Z adding 'torch/include/ATen/ops/_int_mm_cpu_dispatch.h' 2024-08-08T20:19:05.4221050Z adding 'torch/include/ATen/ops/_int_mm_cuda_dispatch.h' 2024-08-08T20:19:05.4222120Z adding 'torch/include/ATen/ops/_int_mm_native.h' 2024-08-08T20:19:05.4223340Z adding 'torch/include/ATen/ops/_int_mm_ops.h' 2024-08-08T20:19:05.4224450Z adding 'torch/include/ATen/ops/_is_all_true.h' 2024-08-08T20:19:05.4226040Z adding 'torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4226970Z adding 'torch/include/ATen/ops/_is_all_true_native.h' 2024-08-08T20:19:05.4228100Z adding 'torch/include/ATen/ops/_is_all_true_ops.h' 2024-08-08T20:19:05.4229170Z adding 'torch/include/ATen/ops/_is_any_true.h' 2024-08-08T20:19:05.4230420Z adding 'torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4231400Z adding 'torch/include/ATen/ops/_is_any_true_native.h' 2024-08-08T20:19:05.4232500Z adding 'torch/include/ATen/ops/_is_any_true_ops.h' 2024-08-08T20:19:05.4233610Z adding 'torch/include/ATen/ops/_is_zerotensor.h' 2024-08-08T20:19:05.4234860Z adding 'torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.4235810Z adding 'torch/include/ATen/ops/_is_zerotensor_native.h' 2024-08-08T20:19:05.4236960Z adding 'torch/include/ATen/ops/_is_zerotensor_ops.h' 2024-08-08T20:19:05.4238270Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward.h' 2024-08-08T20:19:05.4239490Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cpu_dispatch.h' 2024-08-08T20:19:05.4240590Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cuda_dispatch.h' 2024-08-08T20:19:05.4241680Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_native.h' 2024-08-08T20:19:05.4242850Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_ops.h' 2024-08-08T20:19:05.4243840Z adding 'torch/include/ATen/ops/_lazy_clone.h' 2024-08-08T20:19:05.4245110Z adding 'torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4246050Z adding 'torch/include/ATen/ops/_lazy_clone_native.h' 2024-08-08T20:19:05.4247200Z adding 'torch/include/ATen/ops/_lazy_clone_ops.h' 2024-08-08T20:19:05.4248330Z adding 'torch/include/ATen/ops/_linalg_check_errors.h' 2024-08-08T20:19:05.4249620Z adding 'torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4250590Z adding 'torch/include/ATen/ops/_linalg_check_errors_native.h' 2024-08-08T20:19:05.4251750Z adding 'torch/include/ATen/ops/_linalg_check_errors_ops.h' 2024-08-08T20:19:05.4252990Z adding 'torch/include/ATen/ops/_linalg_det.h' 2024-08-08T20:19:05.4254330Z adding 'torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.4255260Z adding 'torch/include/ATen/ops/_linalg_det_cpu_dispatch.h' 2024-08-08T20:19:05.4256350Z adding 'torch/include/ATen/ops/_linalg_det_cuda_dispatch.h' 2024-08-08T20:19:05.4257420Z adding 'torch/include/ATen/ops/_linalg_det_meta.h' 2024-08-08T20:19:05.4258540Z adding 'torch/include/ATen/ops/_linalg_det_meta_dispatch.h' 2024-08-08T20:19:05.4259620Z adding 'torch/include/ATen/ops/_linalg_det_native.h' 2024-08-08T20:19:05.4260870Z adding 'torch/include/ATen/ops/_linalg_det_ops.h' 2024-08-08T20:19:05.4262120Z adding 'torch/include/ATen/ops/_linalg_eigh.h' 2024-08-08T20:19:05.4263460Z adding 'torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.4264450Z adding 'torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h' 2024-08-08T20:19:05.4265540Z adding 'torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h' 2024-08-08T20:19:05.4266610Z adding 'torch/include/ATen/ops/_linalg_eigh_meta.h' 2024-08-08T20:19:05.4267750Z adding 'torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h' 2024-08-08T20:19:05.4268830Z adding 'torch/include/ATen/ops/_linalg_eigh_native.h' 2024-08-08T20:19:05.4270090Z adding 'torch/include/ATen/ops/_linalg_eigh_ops.h' 2024-08-08T20:19:05.4271200Z adding 'torch/include/ATen/ops/_linalg_eigvals.h' 2024-08-08T20:19:05.4272370Z adding 'torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h' 2024-08-08T20:19:05.4273480Z adding 'torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h' 2024-08-08T20:19:05.4274520Z adding 'torch/include/ATen/ops/_linalg_eigvals_native.h' 2024-08-08T20:19:05.4275660Z adding 'torch/include/ATen/ops/_linalg_eigvals_ops.h' 2024-08-08T20:19:05.4276850Z adding 'torch/include/ATen/ops/_linalg_slogdet.h' 2024-08-08T20:19:05.4278240Z adding 'torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.4279210Z adding 'torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h' 2024-08-08T20:19:05.4280310Z adding 'torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h' 2024-08-08T20:19:05.4281360Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta.h' 2024-08-08T20:19:05.4282540Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h' 2024-08-08T20:19:05.4283560Z adding 'torch/include/ATen/ops/_linalg_slogdet_native.h' 2024-08-08T20:19:05.4284840Z adding 'torch/include/ATen/ops/_linalg_slogdet_ops.h' 2024-08-08T20:19:05.4286110Z adding 'torch/include/ATen/ops/_linalg_solve_ex.h' 2024-08-08T20:19:05.4287470Z adding 'torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.4288460Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h' 2024-08-08T20:19:05.4289570Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h' 2024-08-08T20:19:05.4290630Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta.h' 2024-08-08T20:19:05.4291800Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h' 2024-08-08T20:19:05.4292880Z adding 'torch/include/ATen/ops/_linalg_solve_ex_native.h' 2024-08-08T20:19:05.4294180Z adding 'torch/include/ATen/ops/_linalg_solve_ex_ops.h' 2024-08-08T20:19:05.4295380Z adding 'torch/include/ATen/ops/_linalg_svd.h' 2024-08-08T20:19:05.4296750Z adding 'torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.4297770Z adding 'torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h' 2024-08-08T20:19:05.4298880Z adding 'torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h' 2024-08-08T20:19:05.4299950Z adding 'torch/include/ATen/ops/_linalg_svd_meta.h' 2024-08-08T20:19:05.4301100Z adding 'torch/include/ATen/ops/_linalg_svd_meta_dispatch.h' 2024-08-08T20:19:05.4302190Z adding 'torch/include/ATen/ops/_linalg_svd_native.h' 2024-08-08T20:19:05.4303480Z adding 'torch/include/ATen/ops/_linalg_svd_ops.h' 2024-08-08T20:19:05.4304630Z adding 'torch/include/ATen/ops/_local_scalar_dense.h' 2024-08-08T20:19:05.4305870Z adding 'torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h' 2024-08-08T20:19:05.4306880Z adding 'torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h' 2024-08-08T20:19:05.4308100Z adding 'torch/include/ATen/ops/_local_scalar_dense_mps_dispatch.h' 2024-08-08T20:19:05.4310190Z adding 'torch/include/ATen/ops/_local_scalar_dense_native.h' 2024-08-08T20:19:05.4311530Z adding 'torch/include/ATen/ops/_local_scalar_dense_ops.h' 2024-08-08T20:19:05.4312450Z adding 'torch/include/ATen/ops/_log_softmax.h' 2024-08-08T20:19:05.4313680Z adding 'torch/include/ATen/ops/_log_softmax_backward_data.h' 2024-08-08T20:19:05.4315070Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.4316040Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h' 2024-08-08T20:19:05.4317210Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h' 2024-08-08T20:19:05.4318280Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta.h' 2024-08-08T20:19:05.4319570Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h' 2024-08-08T20:19:05.4320750Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_mps_dispatch.h' 2024-08-08T20:19:05.4321910Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_native.h' 2024-08-08T20:19:05.4323180Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_ops.h' 2024-08-08T20:19:05.4324460Z adding 'torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.4325430Z adding 'torch/include/ATen/ops/_log_softmax_cpu_dispatch.h' 2024-08-08T20:19:05.4326510Z adding 'torch/include/ATen/ops/_log_softmax_cuda_dispatch.h' 2024-08-08T20:19:05.4327570Z adding 'torch/include/ATen/ops/_log_softmax_meta.h' 2024-08-08T20:19:05.4328690Z adding 'torch/include/ATen/ops/_log_softmax_meta_dispatch.h' 2024-08-08T20:19:05.4329750Z adding 'torch/include/ATen/ops/_log_softmax_mps_dispatch.h' 2024-08-08T20:19:05.4330830Z adding 'torch/include/ATen/ops/_log_softmax_native.h' 2024-08-08T20:19:05.4332030Z adding 'torch/include/ATen/ops/_log_softmax_ops.h' 2024-08-08T20:19:05.4333150Z adding 'torch/include/ATen/ops/_logcumsumexp.h' 2024-08-08T20:19:05.4334340Z adding 'torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h' 2024-08-08T20:19:05.4339260Z adding 'torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h' 2024-08-08T20:19:05.4339520Z adding 'torch/include/ATen/ops/_logcumsumexp_native.h' 2024-08-08T20:19:05.4339700Z adding 'torch/include/ATen/ops/_logcumsumexp_ops.h' 2024-08-08T20:19:05.4339840Z adding 'torch/include/ATen/ops/_lstm_mps.h' 2024-08-08T20:19:05.4340300Z adding 'torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4341470Z adding 'torch/include/ATen/ops/_lstm_mps_mps_dispatch.h' 2024-08-08T20:19:05.4342570Z adding 'torch/include/ATen/ops/_lstm_mps_native.h' 2024-08-08T20:19:05.4343990Z adding 'torch/include/ATen/ops/_lstm_mps_ops.h' 2024-08-08T20:19:05.4345090Z adding 'torch/include/ATen/ops/_lu_with_info.h' 2024-08-08T20:19:05.4346380Z adding 'torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.4347320Z adding 'torch/include/ATen/ops/_lu_with_info_native.h' 2024-08-08T20:19:05.4348480Z adding 'torch/include/ATen/ops/_lu_with_info_ops.h' 2024-08-08T20:19:05.4349670Z adding 'torch/include/ATen/ops/_make_dep_token.h' 2024-08-08T20:19:05.4350860Z adding 'torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h' 2024-08-08T20:19:05.4351930Z adding 'torch/include/ATen/ops/_make_dep_token_native.h' 2024-08-08T20:19:05.4353120Z adding 'torch/include/ATen/ops/_make_dep_token_ops.h' 2024-08-08T20:19:05.4354190Z adding 'torch/include/ATen/ops/_make_dual.h' 2024-08-08T20:19:05.4355440Z adding 'torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4356440Z adding 'torch/include/ATen/ops/_make_dual_copy.h' 2024-08-08T20:19:05.4357720Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4358960Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.4359720Z adding 'torch/include/ATen/ops/_make_dual_copy_native.h' 2024-08-08T20:19:05.4361040Z adding 'torch/include/ATen/ops/_make_dual_copy_ops.h' 2024-08-08T20:19:05.4362100Z adding 'torch/include/ATen/ops/_make_dual_native.h' 2024-08-08T20:19:05.4363240Z adding 'torch/include/ATen/ops/_make_dual_ops.h' 2024-08-08T20:19:05.4364520Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor.h' 2024-08-08T20:19:05.4365840Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4366880Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h' 2024-08-08T20:19:05.4367930Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h' 2024-08-08T20:19:05.4369000Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h' 2024-08-08T20:19:05.4370610Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h' 2024-08-08T20:19:05.4371770Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h' 2024-08-08T20:19:05.4373080Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4374080Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h' 2024-08-08T20:19:05.4375130Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h' 2024-08-08T20:19:05.4376200Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h' 2024-08-08T20:19:05.4377430Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h' 2024-08-08T20:19:05.4378480Z adding 'torch/include/ATen/ops/_masked_scale.h' 2024-08-08T20:19:05.4379760Z adding 'torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4380750Z adding 'torch/include/ATen/ops/_masked_scale_cuda_dispatch.h' 2024-08-08T20:19:05.4381800Z adding 'torch/include/ATen/ops/_masked_scale_native.h' 2024-08-08T20:19:05.4382990Z adding 'torch/include/ATen/ops/_masked_scale_ops.h' 2024-08-08T20:19:05.4384170Z adding 'torch/include/ATen/ops/_masked_softmax.h' 2024-08-08T20:19:05.4385490Z adding 'torch/include/ATen/ops/_masked_softmax_backward.h' 2024-08-08T20:19:05.4386720Z adding 'torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4387710Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h' 2024-08-08T20:19:05.4388770Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h' 2024-08-08T20:19:05.4389870Z adding 'torch/include/ATen/ops/_masked_softmax_backward_native.h' 2024-08-08T20:19:05.4391110Z adding 'torch/include/ATen/ops/_masked_softmax_backward_ops.h' 2024-08-08T20:19:05.4392420Z adding 'torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4393410Z adding 'torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h' 2024-08-08T20:19:05.4394470Z adding 'torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h' 2024-08-08T20:19:05.4395540Z adding 'torch/include/ATen/ops/_masked_softmax_native.h' 2024-08-08T20:19:05.4396780Z adding 'torch/include/ATen/ops/_masked_softmax_ops.h' 2024-08-08T20:19:05.4397920Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear.h' 2024-08-08T20:19:05.4399100Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h' 2024-08-08T20:19:05.4400150Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_native.h' 2024-08-08T20:19:05.4401340Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_ops.h' 2024-08-08T20:19:05.4402440Z adding 'torch/include/ATen/ops/_mkldnn_reshape.h' 2024-08-08T20:19:05.4403720Z adding 'torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4404660Z adding 'torch/include/ATen/ops/_mkldnn_reshape_native.h' 2024-08-08T20:19:05.4405860Z adding 'torch/include/ATen/ops/_mkldnn_reshape_ops.h' 2024-08-08T20:19:05.4407070Z adding 'torch/include/ATen/ops/_mkldnn_transpose.h' 2024-08-08T20:19:05.4408300Z adding 'torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4409300Z adding 'torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h' 2024-08-08T20:19:05.4410350Z adding 'torch/include/ATen/ops/_mkldnn_transpose_native.h' 2024-08-08T20:19:05.4411920Z adding 'torch/include/ATen/ops/_mkldnn_transpose_ops.h' 2024-08-08T20:19:05.4413190Z adding 'torch/include/ATen/ops/_mps_convolution.h' 2024-08-08T20:19:05.4414490Z adding 'torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4415470Z adding 'torch/include/ATen/ops/_mps_convolution_mps_dispatch.h' 2024-08-08T20:19:05.4416490Z adding 'torch/include/ATen/ops/_mps_convolution_native.h' 2024-08-08T20:19:05.4417670Z adding 'torch/include/ATen/ops/_mps_convolution_ops.h' 2024-08-08T20:19:05.4419120Z adding 'torch/include/ATen/ops/_mps_convolution_transpose.h' 2024-08-08T20:19:05.4420540Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4421470Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_mps_dispatch.h' 2024-08-08T20:19:05.4422440Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_native.h' 2024-08-08T20:19:05.4423630Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_ops.h' 2024-08-08T20:19:05.4424960Z adding 'torch/include/ATen/ops/_native_batch_norm_legit.h' 2024-08-08T20:19:05.4426200Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4427240Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cpu_dispatch.h' 2024-08-08T20:19:05.4428360Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cuda_dispatch.h' 2024-08-08T20:19:05.4429390Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_mps_dispatch.h' 2024-08-08T20:19:05.4430620Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_native.h' 2024-08-08T20:19:05.4431830Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training.h' 2024-08-08T20:19:05.4433090Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4434150Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_native.h' 2024-08-08T20:19:05.4435260Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_ops.h' 2024-08-08T20:19:05.4436730Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_ops.h' 2024-08-08T20:19:05.4438010Z adding 'torch/include/ATen/ops/_native_multi_head_attention.h' 2024-08-08T20:19:05.4439300Z adding 'torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4440410Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h' 2024-08-08T20:19:05.4441370Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h' 2024-08-08T20:19:05.4442590Z adding 'torch/include/ATen/ops/_native_multi_head_attention_native.h' 2024-08-08T20:19:05.4443850Z adding 'torch/include/ATen/ops/_native_multi_head_attention_ops.h' 2024-08-08T20:19:05.4444800Z adding 'torch/include/ATen/ops/_neg_view.h' 2024-08-08T20:19:05.4445990Z adding 'torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4446890Z adding 'torch/include/ATen/ops/_neg_view_copy.h' 2024-08-08T20:19:05.4448070Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4449150Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.4449970Z adding 'torch/include/ATen/ops/_neg_view_copy_native.h' 2024-08-08T20:19:05.4451090Z adding 'torch/include/ATen/ops/_neg_view_copy_ops.h' 2024-08-08T20:19:05.4452080Z adding 'torch/include/ATen/ops/_neg_view_native.h' 2024-08-08T20:19:05.4453140Z adding 'torch/include/ATen/ops/_neg_view_ops.h' 2024-08-08T20:19:05.4454340Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h' 2024-08-08T20:19:05.4455370Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cpu_dispatch.h' 2024-08-08T20:19:05.4456370Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cuda_dispatch.h' 2024-08-08T20:19:05.4457350Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_native.h' 2024-08-08T20:19:05.4458420Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_ops.h' 2024-08-08T20:19:05.4459390Z adding 'torch/include/ATen/ops/_nested_from_padded.h' 2024-08-08T20:19:05.4460600Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example.h' 2024-08-08T20:19:05.4462000Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4462840Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h' 2024-08-08T20:19:05.4464150Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h' 2024-08-08T20:19:05.4465340Z adding 'torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4466340Z adding 'torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h' 2024-08-08T20:19:05.4467390Z adding 'torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h' 2024-08-08T20:19:05.4468460Z adding 'torch/include/ATen/ops/_nested_from_padded_native.h' 2024-08-08T20:19:05.4469670Z adding 'torch/include/ATen/ops/_nested_from_padded_ops.h' 2024-08-08T20:19:05.4470770Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy.h' 2024-08-08T20:19:05.4471840Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_native.h' 2024-08-08T20:19:05.4472980Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h' 2024-08-08T20:19:05.4474000Z adding 'torch/include/ATen/ops/_nested_get_lengths.h' 2024-08-08T20:19:05.4475060Z adding 'torch/include/ATen/ops/_nested_get_lengths_native.h' 2024-08-08T20:19:05.4476180Z adding 'torch/include/ATen/ops/_nested_get_lengths_ops.h' 2024-08-08T20:19:05.4477250Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen.h' 2024-08-08T20:19:05.4478270Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_native.h' 2024-08-08T20:19:05.4479400Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_ops.h' 2024-08-08T20:19:05.4480500Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen.h' 2024-08-08T20:19:05.4481460Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_native.h' 2024-08-08T20:19:05.4482560Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_ops.h' 2024-08-08T20:19:05.4483600Z adding 'torch/include/ATen/ops/_nested_get_offsets.h' 2024-08-08T20:19:05.4484640Z adding 'torch/include/ATen/ops/_nested_get_offsets_native.h' 2024-08-08T20:19:05.4485770Z adding 'torch/include/ATen/ops/_nested_get_offsets_ops.h' 2024-08-08T20:19:05.4486830Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx.h' 2024-08-08T20:19:05.4487860Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_native.h' 2024-08-08T20:19:05.4488990Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_ops.h' 2024-08-08T20:19:05.4490060Z adding 'torch/include/ATen/ops/_nested_get_values.h' 2024-08-08T20:19:05.4491200Z adding 'torch/include/ATen/ops/_nested_get_values_copy.h' 2024-08-08T20:19:05.4492520Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4493690Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.4494560Z adding 'torch/include/ATen/ops/_nested_get_values_copy_native.h' 2024-08-08T20:19:05.4495740Z adding 'torch/include/ATen/ops/_nested_get_values_copy_ops.h' 2024-08-08T20:19:05.4496870Z adding 'torch/include/ATen/ops/_nested_get_values_native.h' 2024-08-08T20:19:05.4497980Z adding 'torch/include/ATen/ops/_nested_get_values_ops.h' 2024-08-08T20:19:05.4499160Z adding 'torch/include/ATen/ops/_nested_select_backward.h' 2024-08-08T20:19:05.4500270Z adding 'torch/include/ATen/ops/_nested_select_backward_native.h' 2024-08-08T20:19:05.4501470Z adding 'torch/include/ATen/ops/_nested_select_backward_ops.h' 2024-08-08T20:19:05.4502480Z adding 'torch/include/ATen/ops/_nested_sum_backward.h' 2024-08-08T20:19:05.4503600Z adding 'torch/include/ATen/ops/_nested_sum_backward_native.h' 2024-08-08T20:19:05.4504730Z adding 'torch/include/ATen/ops/_nested_sum_backward_ops.h' 2024-08-08T20:19:05.4505870Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask.h' 2024-08-08T20:19:05.4507160Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4508170Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h' 2024-08-08T20:19:05.4509230Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h' 2024-08-08T20:19:05.4510300Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h' 2024-08-08T20:19:05.4511460Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h' 2024-08-08T20:19:05.4512540Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h' 2024-08-08T20:19:05.4513580Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h' 2024-08-08T20:19:05.4514730Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h' 2024-08-08T20:19:05.4515790Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_native.h' 2024-08-08T20:19:05.4516990Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_ops.h' 2024-08-08T20:19:05.4518250Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list.h' 2024-08-08T20:19:05.4519590Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4520590Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h' 2024-08-08T20:19:05.4525350Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h' 2024-08-08T20:19:05.4525630Z adding 'torch/include/ATen/ops/_nested_tensor_size.h' 2024-08-08T20:19:05.4525990Z adding 'torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4526200Z adding 'torch/include/ATen/ops/_nested_tensor_size_native.h' 2024-08-08T20:19:05.4526390Z adding 'torch/include/ATen/ops/_nested_tensor_size_ops.h' 2024-08-08T20:19:05.4527460Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h' 2024-08-08T20:19:05.4528500Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h' 2024-08-08T20:19:05.4529640Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h' 2024-08-08T20:19:05.4530700Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets.h' 2024-08-08T20:19:05.4531980Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4532910Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h' 2024-08-08T20:19:05.4534100Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h' 2024-08-08T20:19:05.4535160Z adding 'torch/include/ATen/ops/_nested_tensor_strides.h' 2024-08-08T20:19:05.4536430Z adding 'torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4537360Z adding 'torch/include/ATen/ops/_nested_tensor_strides_native.h' 2024-08-08T20:19:05.4538540Z adding 'torch/include/ATen/ops/_nested_tensor_strides_ops.h' 2024-08-08T20:19:05.4539640Z adding 'torch/include/ATen/ops/_nested_view_from_buffer.h' 2024-08-08T20:19:05.4540820Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy.h' 2024-08-08T20:19:05.4542120Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4543320Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.4544200Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h' 2024-08-08T20:19:05.4545440Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h' 2024-08-08T20:19:05.4546610Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h' 2024-08-08T20:19:05.4547630Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h' 2024-08-08T20:19:05.4548660Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_native.h' 2024-08-08T20:19:05.4549820Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_ops.h' 2024-08-08T20:19:05.4550950Z adding 'torch/include/ATen/ops/_nested_view_from_jagged.h' 2024-08-08T20:19:05.4552220Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy.h' 2024-08-08T20:19:05.4553580Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4554800Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.4555730Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_native.h' 2024-08-08T20:19:05.4557020Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_ops.h' 2024-08-08T20:19:05.4558060Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_native.h' 2024-08-08T20:19:05.4559250Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_ops.h' 2024-08-08T20:19:05.4560450Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h' 2024-08-08T20:19:05.4561770Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4562730Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h' 2024-08-08T20:19:05.4563960Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h' 2024-08-08T20:19:05.4564960Z adding 'torch/include/ATen/ops/_nnpack_available.h' 2024-08-08T20:19:05.4566240Z adding 'torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.4567160Z adding 'torch/include/ATen/ops/_nnpack_available_native.h' 2024-08-08T20:19:05.4568270Z adding 'torch/include/ATen/ops/_nnpack_available_ops.h' 2024-08-08T20:19:05.4569750Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution.h' 2024-08-08T20:19:05.4571170Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4572150Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_native.h' 2024-08-08T20:19:05.4573450Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h' 2024-08-08T20:19:05.4574350Z adding 'torch/include/ATen/ops/_nnz.h' 2024-08-08T20:19:05.4575450Z adding 'torch/include/ATen/ops/_nnz_native.h' 2024-08-08T20:19:05.4576570Z adding 'torch/include/ATen/ops/_nnz_ops.h' 2024-08-08T20:19:05.4577800Z adding 'torch/include/ATen/ops/_pack_padded_sequence.h' 2024-08-08T20:19:05.4579060Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward.h' 2024-08-08T20:19:05.4580360Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.4581320Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_native.h' 2024-08-08T20:19:05.4582500Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h' 2024-08-08T20:19:05.4583750Z adding 'torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4584720Z adding 'torch/include/ATen/ops/_pack_padded_sequence_native.h' 2024-08-08T20:19:05.4585960Z adding 'torch/include/ATen/ops/_pack_padded_sequence_ops.h' 2024-08-08T20:19:05.4587110Z adding 'torch/include/ATen/ops/_pad_circular.h' 2024-08-08T20:19:05.4588370Z adding 'torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.4589290Z adding 'torch/include/ATen/ops/_pad_circular_native.h' 2024-08-08T20:19:05.4590430Z adding 'torch/include/ATen/ops/_pad_circular_ops.h' 2024-08-08T20:19:05.4591580Z adding 'torch/include/ATen/ops/_pad_enum.h' 2024-08-08T20:19:05.4592890Z adding 'torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.4593830Z adding 'torch/include/ATen/ops/_pad_enum_native.h' 2024-08-08T20:19:05.4595080Z adding 'torch/include/ATen/ops/_pad_enum_ops.h' 2024-08-08T20:19:05.4596140Z adding 'torch/include/ATen/ops/_pad_packed_sequence.h' 2024-08-08T20:19:05.4597450Z adding 'torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.4598390Z adding 'torch/include/ATen/ops/_pad_packed_sequence_native.h' 2024-08-08T20:19:05.4599600Z adding 'torch/include/ATen/ops/_pad_packed_sequence_ops.h' 2024-08-08T20:19:05.4600850Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward.h' 2024-08-08T20:19:05.4602060Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cpu_dispatch.h' 2024-08-08T20:19:05.4603140Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cuda_dispatch.h' 2024-08-08T20:19:05.4604220Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_native.h' 2024-08-08T20:19:05.4605350Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_ops.h' 2024-08-08T20:19:05.4606440Z adding 'torch/include/ATen/ops/_pdist_backward.h' 2024-08-08T20:19:05.4607730Z adding 'torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4608730Z adding 'torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h' 2024-08-08T20:19:05.4609790Z adding 'torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h' 2024-08-08T20:19:05.4610900Z adding 'torch/include/ATen/ops/_pdist_backward_native.h' 2024-08-08T20:19:05.4612290Z adding 'torch/include/ATen/ops/_pdist_backward_ops.h' 2024-08-08T20:19:05.4613420Z adding 'torch/include/ATen/ops/_pdist_forward.h' 2024-08-08T20:19:05.4614710Z adding 'torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4615700Z adding 'torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h' 2024-08-08T20:19:05.4616740Z adding 'torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h' 2024-08-08T20:19:05.4617830Z adding 'torch/include/ATen/ops/_pdist_forward_native.h' 2024-08-08T20:19:05.4619100Z adding 'torch/include/ATen/ops/_pdist_forward_ops.h' 2024-08-08T20:19:05.4620180Z adding 'torch/include/ATen/ops/_pin_memory.h' 2024-08-08T20:19:05.4621480Z adding 'torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4622440Z adding 'torch/include/ATen/ops/_pin_memory_native.h' 2024-08-08T20:19:05.4623640Z adding 'torch/include/ATen/ops/_pin_memory_ops.h' 2024-08-08T20:19:05.4624770Z adding 'torch/include/ATen/ops/_prelu_kernel.h' 2024-08-08T20:19:05.4625900Z adding 'torch/include/ATen/ops/_prelu_kernel_backward.h' 2024-08-08T20:19:05.4627030Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h' 2024-08-08T20:19:05.4628130Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h' 2024-08-08T20:19:05.4629160Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_mps_dispatch.h' 2024-08-08T20:19:05.4630570Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_native.h' 2024-08-08T20:19:05.4631760Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_ops.h' 2024-08-08T20:19:05.4632860Z adding 'torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h' 2024-08-08T20:19:05.4633970Z adding 'torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h' 2024-08-08T20:19:05.4635090Z adding 'torch/include/ATen/ops/_prelu_kernel_mps_dispatch.h' 2024-08-08T20:19:05.4636170Z adding 'torch/include/ATen/ops/_prelu_kernel_native.h' 2024-08-08T20:19:05.4637300Z adding 'torch/include/ATen/ops/_prelu_kernel_ops.h' 2024-08-08T20:19:05.4638340Z adding 'torch/include/ATen/ops/_print.h' 2024-08-08T20:19:05.4639570Z adding 'torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4640640Z adding 'torch/include/ATen/ops/_print_native.h' 2024-08-08T20:19:05.4641760Z adding 'torch/include/ATen/ops/_print_ops.h' 2024-08-08T20:19:05.4642900Z adding 'torch/include/ATen/ops/_propagate_xla_data.h' 2024-08-08T20:19:05.4644120Z adding 'torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.4645060Z adding 'torch/include/ATen/ops/_propagate_xla_data_native.h' 2024-08-08T20:19:05.4646270Z adding 'torch/include/ATen/ops/_propagate_xla_data_ops.h' 2024-08-08T20:19:05.4647280Z adding 'torch/include/ATen/ops/_remove_batch_dim.h' 2024-08-08T20:19:05.4648540Z adding 'torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.4649500Z adding 'torch/include/ATen/ops/_remove_batch_dim_native.h' 2024-08-08T20:19:05.4650640Z adding 'torch/include/ATen/ops/_remove_batch_dim_ops.h' 2024-08-08T20:19:05.4651800Z adding 'torch/include/ATen/ops/_reshape_alias.h' 2024-08-08T20:19:05.4653160Z adding 'torch/include/ATen/ops/_reshape_alias_copy.h' 2024-08-08T20:19:05.4654500Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4655690Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.4656570Z adding 'torch/include/ATen/ops/_reshape_alias_copy_native.h' 2024-08-08T20:19:05.4657790Z adding 'torch/include/ATen/ops/_reshape_alias_copy_ops.h' 2024-08-08T20:19:05.4658970Z adding 'torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h' 2024-08-08T20:19:05.4660170Z adding 'torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h' 2024-08-08T20:19:05.4661250Z adding 'torch/include/ATen/ops/_reshape_alias_meta_dispatch.h' 2024-08-08T20:19:05.4662420Z adding 'torch/include/ATen/ops/_reshape_alias_mps_dispatch.h' 2024-08-08T20:19:05.4663470Z adding 'torch/include/ATen/ops/_reshape_alias_native.h' 2024-08-08T20:19:05.4664660Z adding 'torch/include/ATen/ops/_reshape_alias_ops.h' 2024-08-08T20:19:05.4665850Z adding 'torch/include/ATen/ops/_reshape_copy.h' 2024-08-08T20:19:05.4667110Z adding 'torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4668030Z adding 'torch/include/ATen/ops/_reshape_copy_native.h' 2024-08-08T20:19:05.4669170Z adding 'torch/include/ATen/ops/_reshape_copy_ops.h' 2024-08-08T20:19:05.4670270Z adding 'torch/include/ATen/ops/_reshape_from_tensor.h' 2024-08-08T20:19:05.4671590Z adding 'torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.4672470Z adding 'torch/include/ATen/ops/_reshape_from_tensor_native.h' 2024-08-08T20:19:05.4673620Z adding 'torch/include/ATen/ops/_reshape_from_tensor_ops.h' 2024-08-08T20:19:05.4674980Z adding 'torch/include/ATen/ops/_resize_output.h' 2024-08-08T20:19:05.4676400Z adding 'torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4677350Z adding 'torch/include/ATen/ops/_resize_output_meta_dispatch.h' 2024-08-08T20:19:05.4678390Z adding 'torch/include/ATen/ops/_resize_output_native.h' 2024-08-08T20:19:05.4679670Z adding 'torch/include/ATen/ops/_resize_output_ops.h' 2024-08-08T20:19:05.4680790Z adding 'torch/include/ATen/ops/_rowwise_prune.h' 2024-08-08T20:19:05.4682100Z adding 'torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.4683030Z adding 'torch/include/ATen/ops/_rowwise_prune_native.h' 2024-08-08T20:19:05.4684240Z adding 'torch/include/ATen/ops/_rowwise_prune_ops.h' 2024-08-08T20:19:05.4685320Z adding 'torch/include/ATen/ops/_safe_softmax.h' 2024-08-08T20:19:05.4686600Z adding 'torch/include/ATen/ops/_safe_softmax_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4687530Z adding 'torch/include/ATen/ops/_safe_softmax_native.h' 2024-08-08T20:19:05.4688680Z adding 'torch/include/ATen/ops/_safe_softmax_ops.h' 2024-08-08T20:19:05.4689840Z adding 'torch/include/ATen/ops/_sample_dirichlet.h' 2024-08-08T20:19:05.4691150Z adding 'torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4692180Z adding 'torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h' 2024-08-08T20:19:05.4693220Z adding 'torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h' 2024-08-08T20:19:05.4694280Z adding 'torch/include/ATen/ops/_sample_dirichlet_native.h' 2024-08-08T20:19:05.4695480Z adding 'torch/include/ATen/ops/_sample_dirichlet_ops.h' 2024-08-08T20:19:05.4696610Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16.h' 2024-08-08T20:19:05.4697980Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.4698730Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_native.h' 2024-08-08T20:19:05.4700520Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h' 2024-08-08T20:19:05.4702360Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math.h' 2024-08-08T20:19:05.4703850Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.4705020Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps.h' 2024-08-08T20:19:05.4706320Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_mps_dispatch.h' 2024-08-08T20:19:05.4707500Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_native.h' 2024-08-08T20:19:05.4708830Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_ops.h' 2024-08-08T20:19:05.4709960Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h' 2024-08-08T20:19:05.4711380Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h' 2024-08-08T20:19:05.4716220Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h' 2024-08-08T20:19:05.4716590Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward.h' 2024-08-08T20:19:05.4716940Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h' 2024-08-08T20:19:05.4717260Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_native.h' 2024-08-08T20:19:05.4717810Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_ops.h' 2024-08-08T20:19:05.4719150Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_cuda_dispatch.h' 2024-08-08T20:19:05.4720350Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_native.h' 2024-08-08T20:19:05.4721680Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_ops.h' 2024-08-08T20:19:05.4722910Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h' 2024-08-08T20:19:05.4724200Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h' 2024-08-08T20:19:05.4725560Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h' 2024-08-08T20:19:05.4726640Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h' 2024-08-08T20:19:05.4727950Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h' 2024-08-08T20:19:05.4729180Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h' 2024-08-08T20:19:05.4730330Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h' 2024-08-08T20:19:05.4731610Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h' 2024-08-08T20:19:05.4732800Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention.h' 2024-08-08T20:19:05.4734250Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward.h' 2024-08-08T20:19:05.4735560Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_cuda_dispatch.h' 2024-08-08T20:19:05.4736760Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_native.h' 2024-08-08T20:19:05.4738080Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_ops.h' 2024-08-08T20:19:05.4739300Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h' 2024-08-08T20:19:05.4740470Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu.h' 2024-08-08T20:19:05.4741740Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward.h' 2024-08-08T20:19:05.4743010Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h' 2024-08-08T20:19:05.4744140Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_native.h' 2024-08-08T20:19:05.4745490Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_ops.h' 2024-08-08T20:19:05.4746620Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h' 2024-08-08T20:19:05.4747760Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_native.h' 2024-08-08T20:19:05.4749030Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_ops.h' 2024-08-08T20:19:05.4750190Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h' 2024-08-08T20:19:05.4751470Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h' 2024-08-08T20:19:05.4752760Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable.h' 2024-08-08T20:19:05.4754270Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward.h' 2024-08-08T20:19:05.4755720Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4756810Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_native.h' 2024-08-08T20:19:05.4758170Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_ops.h' 2024-08-08T20:19:05.4759620Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4760540Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_native.h' 2024-08-08T20:19:05.4761950Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_ops.h' 2024-08-08T20:19:05.4762970Z adding 'torch/include/ATen/ops/_scaled_mm.h' 2024-08-08T20:19:05.4764180Z adding 'torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h' 2024-08-08T20:19:05.4765240Z adding 'torch/include/ATen/ops/_scaled_mm_native.h' 2024-08-08T20:19:05.4766520Z adding 'torch/include/ATen/ops/_scaled_mm_ops.h' 2024-08-08T20:19:05.4767760Z adding 'torch/include/ATen/ops/_segment_reduce_backward.h' 2024-08-08T20:19:05.4769100Z adding 'torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4770140Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h' 2024-08-08T20:19:05.4771260Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h' 2024-08-08T20:19:05.4772290Z adding 'torch/include/ATen/ops/_segment_reduce_backward_native.h' 2024-08-08T20:19:05.4773600Z adding 'torch/include/ATen/ops/_segment_reduce_backward_ops.h' 2024-08-08T20:19:05.4774770Z adding 'torch/include/ATen/ops/_shape_as_tensor.h' 2024-08-08T20:19:05.4776080Z adding 'torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.4777150Z adding 'torch/include/ATen/ops/_shape_as_tensor_native.h' 2024-08-08T20:19:05.4778100Z adding 'torch/include/ATen/ops/_shape_as_tensor_ops.h' 2024-08-08T20:19:05.4780130Z adding 'torch/include/ATen/ops/_slow_conv2d_backward.h' 2024-08-08T20:19:05.4781560Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4782670Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h' 2024-08-08T20:19:05.4783840Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h' 2024-08-08T20:19:05.4784970Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_native.h' 2024-08-08T20:19:05.4786380Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_ops.h' 2024-08-08T20:19:05.4787800Z adding 'torch/include/ATen/ops/_slow_conv2d_forward.h' 2024-08-08T20:19:05.4789130Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h' 2024-08-08T20:19:05.4790220Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h' 2024-08-08T20:19:05.4791310Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_native.h' 2024-08-08T20:19:05.4792540Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_ops.h' 2024-08-08T20:19:05.4793700Z adding 'torch/include/ATen/ops/_sobol_engine_draw.h' 2024-08-08T20:19:05.4794960Z adding 'torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.4795900Z adding 'torch/include/ATen/ops/_sobol_engine_draw_native.h' 2024-08-08T20:19:05.4797060Z adding 'torch/include/ATen/ops/_sobol_engine_draw_ops.h' 2024-08-08T20:19:05.4798140Z adding 'torch/include/ATen/ops/_sobol_engine_ff.h' 2024-08-08T20:19:05.4799420Z adding 'torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.4800440Z adding 'torch/include/ATen/ops/_sobol_engine_ff_native.h' 2024-08-08T20:19:05.4801580Z adding 'torch/include/ATen/ops/_sobol_engine_ff_ops.h' 2024-08-08T20:19:05.4802700Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state.h' 2024-08-08T20:19:05.4803940Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.4804880Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_native.h' 2024-08-08T20:19:05.4806000Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h' 2024-08-08T20:19:05.4807040Z adding 'torch/include/ATen/ops/_sobol_engine_scramble.h' 2024-08-08T20:19:05.4808270Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.4809200Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_native.h' 2024-08-08T20:19:05.4810340Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_ops.h' 2024-08-08T20:19:05.4811560Z adding 'torch/include/ATen/ops/_softmax.h' 2024-08-08T20:19:05.4812850Z adding 'torch/include/ATen/ops/_softmax_backward_data.h' 2024-08-08T20:19:05.4813920Z adding 'torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.4814990Z adding 'torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h' 2024-08-08T20:19:05.4815860Z adding 'torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h' 2024-08-08T20:19:05.4817000Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta.h' 2024-08-08T20:19:05.4817710Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h' 2024-08-08T20:19:05.4818910Z adding 'torch/include/ATen/ops/_softmax_backward_data_mps_dispatch.h' 2024-08-08T20:19:05.4820090Z adding 'torch/include/ATen/ops/_softmax_backward_data_native.h' 2024-08-08T20:19:05.4820910Z adding 'torch/include/ATen/ops/_softmax_backward_data_ops.h' 2024-08-08T20:19:05.4822210Z adding 'torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.4822820Z adding 'torch/include/ATen/ops/_softmax_cpu_dispatch.h' 2024-08-08T20:19:05.4824040Z adding 'torch/include/ATen/ops/_softmax_cuda_dispatch.h' 2024-08-08T20:19:05.4824870Z adding 'torch/include/ATen/ops/_softmax_meta.h' 2024-08-08T20:19:05.4825980Z adding 'torch/include/ATen/ops/_softmax_meta_dispatch.h' 2024-08-08T20:19:05.4826850Z adding 'torch/include/ATen/ops/_softmax_mps_dispatch.h' 2024-08-08T20:19:05.4827990Z adding 'torch/include/ATen/ops/_softmax_native.h' 2024-08-08T20:19:05.4829080Z adding 'torch/include/ATen/ops/_softmax_ops.h' 2024-08-08T20:19:05.4830300Z adding 'torch/include/ATen/ops/_sparse_addmm.h' 2024-08-08T20:19:05.4831490Z adding 'torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4832270Z adding 'torch/include/ATen/ops/_sparse_addmm_native.h' 2024-08-08T20:19:05.4833540Z adding 'torch/include/ATen/ops/_sparse_addmm_ops.h' 2024-08-08T20:19:05.4834610Z adding 'torch/include/ATen/ops/_sparse_broadcast_to.h' 2024-08-08T20:19:05.4835840Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy.h' 2024-08-08T20:19:05.4837080Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4838310Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.4838800Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h' 2024-08-08T20:19:05.4840290Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h' 2024-08-08T20:19:05.4841110Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_native.h' 2024-08-08T20:19:05.4842320Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_ops.h' 2024-08-08T20:19:05.4843530Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h' 2024-08-08T20:19:05.4844840Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.4845440Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h' 2024-08-08T20:19:05.4846850Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h' 2024-08-08T20:19:05.4848010Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h' 2024-08-08T20:19:05.4849310Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.4849910Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h' 2024-08-08T20:19:05.4851330Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h' 2024-08-08T20:19:05.4852690Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h' 2024-08-08T20:19:05.4854000Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.4854600Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h' 2024-08-08T20:19:05.4855960Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h' 2024-08-08T20:19:05.4857130Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims.h' 2024-08-08T20:19:05.4858450Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4859070Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_native.h' 2024-08-08T20:19:05.4860480Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_ops.h' 2024-08-08T20:19:05.4861790Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h' 2024-08-08T20:19:05.4863100Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.4864160Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h' 2024-08-08T20:19:05.4865070Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h' 2024-08-08T20:19:05.4866410Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h' 2024-08-08T20:19:05.4868010Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h' 2024-08-08T20:19:05.4869330Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4870480Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h' 2024-08-08T20:19:05.4871230Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h' 2024-08-08T20:19:05.4872710Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h' 2024-08-08T20:19:05.4874000Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4874700Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h' 2024-08-08T20:19:05.4876010Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h' 2024-08-08T20:19:05.4877250Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h' 2024-08-08T20:19:05.4878390Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h' 2024-08-08T20:19:05.4879400Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.4880470Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h' 2024-08-08T20:19:05.4881620Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h' 2024-08-08T20:19:05.4882750Z adding 'torch/include/ATen/ops/_sparse_csr_prod.h' 2024-08-08T20:19:05.4883900Z adding 'torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4884960Z adding 'torch/include/ATen/ops/_sparse_csr_prod_native.h' 2024-08-08T20:19:05.4886170Z adding 'torch/include/ATen/ops/_sparse_csr_prod_ops.h' 2024-08-08T20:19:05.4887280Z adding 'torch/include/ATen/ops/_sparse_csr_sum.h' 2024-08-08T20:19:05.4888420Z adding 'torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4889180Z adding 'torch/include/ATen/ops/_sparse_csr_sum_native.h' 2024-08-08T20:19:05.4890500Z adding 'torch/include/ATen/ops/_sparse_csr_sum_ops.h' 2024-08-08T20:19:05.4891700Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h' 2024-08-08T20:19:05.4893010Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.4893640Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h' 2024-08-08T20:19:05.4895040Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h' 2024-08-08T20:19:05.4896180Z adding 'torch/include/ATen/ops/_sparse_log_softmax.h' 2024-08-08T20:19:05.4897410Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data.h' 2024-08-08T20:19:05.4898940Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4900050Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h' 2024-08-08T20:19:05.4900900Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h' 2024-08-08T20:19:05.4902250Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4906460Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.4906780Z adding 'torch/include/ATen/ops/_sparse_log_softmax_native.h' 2024-08-08T20:19:05.4907010Z adding 'torch/include/ATen/ops/_sparse_log_softmax_ops.h' 2024-08-08T20:19:05.4907180Z adding 'torch/include/ATen/ops/_sparse_mask_projection.h' 2024-08-08T20:19:05.4907490Z adding 'torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4908540Z adding 'torch/include/ATen/ops/_sparse_mask_projection_native.h' 2024-08-08T20:19:05.4909400Z adding 'torch/include/ATen/ops/_sparse_mask_projection_ops.h' 2024-08-08T20:19:05.4910520Z adding 'torch/include/ATen/ops/_sparse_mm.h' 2024-08-08T20:19:05.4911830Z adding 'torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.4912460Z adding 'torch/include/ATen/ops/_sparse_mm_native.h' 2024-08-08T20:19:05.4913810Z adding 'torch/include/ATen/ops/_sparse_mm_ops.h' 2024-08-08T20:19:05.4914900Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl.h' 2024-08-08T20:19:05.4916130Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h' 2024-08-08T20:19:05.4916810Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_native.h' 2024-08-08T20:19:05.4918160Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_ops.h' 2024-08-08T20:19:05.4919000Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h' 2024-08-08T20:19:05.4920190Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h' 2024-08-08T20:19:05.4921280Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm.h' 2024-08-08T20:19:05.4922200Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_cuda_dispatch.h' 2024-08-08T20:19:05.4923400Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_native.h' 2024-08-08T20:19:05.4924240Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_ops.h' 2024-08-08T20:19:05.4925450Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply.h' 2024-08-08T20:19:05.4926370Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_cuda_dispatch.h' 2024-08-08T20:19:05.4927530Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense.h' 2024-08-08T20:19:05.4928220Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_cuda_dispatch.h' 2024-08-08T20:19:05.4929410Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_native.h' 2024-08-08T20:19:05.4930560Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_ops.h' 2024-08-08T20:19:05.4931160Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_native.h' 2024-08-08T20:19:05.4932430Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_ops.h' 2024-08-08T20:19:05.4933580Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear.h' 2024-08-08T20:19:05.4934500Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_cuda_dispatch.h' 2024-08-08T20:19:05.4935650Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_native.h' 2024-08-08T20:19:05.4936500Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h' 2024-08-08T20:19:05.4937640Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm.h' 2024-08-08T20:19:05.4938560Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_cuda_dispatch.h' 2024-08-08T20:19:05.4939700Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_native.h' 2024-08-08T20:19:05.4940550Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_ops.h' 2024-08-08T20:19:05.4941710Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile.h' 2024-08-08T20:19:05.4942630Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_cuda_dispatch.h' 2024-08-08T20:19:05.4943770Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_native.h' 2024-08-08T20:19:05.4944630Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_ops.h' 2024-08-08T20:19:05.4945960Z adding 'torch/include/ATen/ops/_sparse_softmax.h' 2024-08-08T20:19:05.4946860Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data.h' 2024-08-08T20:19:05.4948240Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4948780Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_native.h' 2024-08-08T20:19:05.4950080Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h' 2024-08-08T20:19:05.4951050Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4952370Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.4952840Z adding 'torch/include/ATen/ops/_sparse_softmax_native.h' 2024-08-08T20:19:05.4954290Z adding 'torch/include/ATen/ops/_sparse_softmax_ops.h' 2024-08-08T20:19:05.4955470Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul.h' 2024-08-08T20:19:05.4956280Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4957470Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_native.h' 2024-08-08T20:19:05.4958320Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_ops.h' 2024-08-08T20:19:05.4959490Z adding 'torch/include/ATen/ops/_sparse_sum.h' 2024-08-08T20:19:05.4960690Z adding 'torch/include/ATen/ops/_sparse_sum_backward.h' 2024-08-08T20:19:05.4961700Z adding 'torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4962470Z adding 'torch/include/ATen/ops/_sparse_sum_backward_native.h' 2024-08-08T20:19:05.4963710Z adding 'torch/include/ATen/ops/_sparse_sum_backward_ops.h' 2024-08-08T20:19:05.4964970Z adding 'torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4965590Z adding 'torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.4966770Z adding 'torch/include/ATen/ops/_sparse_sum_native.h' 2024-08-08T20:19:05.4967950Z adding 'torch/include/ATen/ops/_sparse_sum_ops.h' 2024-08-08T20:19:05.4968980Z adding 'torch/include/ATen/ops/_spdiags.h' 2024-08-08T20:19:05.4970280Z adding 'torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4970840Z adding 'torch/include/ATen/ops/_spdiags_cpu_dispatch.h' 2024-08-08T20:19:05.4972080Z adding 'torch/include/ATen/ops/_spdiags_native.h' 2024-08-08T20:19:05.4973170Z adding 'torch/include/ATen/ops/_spdiags_ops.h' 2024-08-08T20:19:05.4974320Z adding 'torch/include/ATen/ops/_stack.h' 2024-08-08T20:19:05.4975290Z adding 'torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4976420Z adding 'torch/include/ATen/ops/_stack_cpu_dispatch.h' 2024-08-08T20:19:05.4977220Z adding 'torch/include/ATen/ops/_stack_native.h' 2024-08-08T20:19:05.4978410Z adding 'torch/include/ATen/ops/_stack_ops.h' 2024-08-08T20:19:05.4979590Z adding 'torch/include/ATen/ops/_standard_gamma.h' 2024-08-08T20:19:05.4980730Z adding 'torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4981290Z adding 'torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h' 2024-08-08T20:19:05.4982560Z adding 'torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h' 2024-08-08T20:19:05.4983380Z adding 'torch/include/ATen/ops/_standard_gamma_grad.h' 2024-08-08T20:19:05.4984700Z adding 'torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4985350Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h' 2024-08-08T20:19:05.4986570Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h' 2024-08-08T20:19:05.4987410Z adding 'torch/include/ATen/ops/_standard_gamma_grad_native.h' 2024-08-08T20:19:05.4988620Z adding 'torch/include/ATen/ops/_standard_gamma_grad_ops.h' 2024-08-08T20:19:05.4989480Z adding 'torch/include/ATen/ops/_standard_gamma_native.h' 2024-08-08T20:19:05.4990720Z adding 'torch/include/ATen/ops/_standard_gamma_ops.h' 2024-08-08T20:19:05.4991790Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults.h' 2024-08-08T20:19:05.4992860Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.4993910Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_native.h' 2024-08-08T20:19:05.4994760Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_ops.h' 2024-08-08T20:19:05.4995970Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch.h' 2024-08-08T20:19:05.4997290Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.4997910Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.4998990Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h' 2024-08-08T20:19:05.5000150Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h' 2024-08-08T20:19:05.5001130Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h' 2024-08-08T20:19:05.5002710Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5003640Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h' 2024-08-08T20:19:05.5005100Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5005810Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5006950Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h' 2024-08-08T20:19:05.5007610Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h' 2024-08-08T20:19:05.5008860Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h' 2024-08-08T20:19:05.5009490Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h' 2024-08-08T20:19:05.5010690Z adding 'torch/include/ATen/ops/_test_check_tensor.h' 2024-08-08T20:19:05.5011690Z adding 'torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5012230Z adding 'torch/include/ATen/ops/_test_check_tensor_native.h' 2024-08-08T20:19:05.5013510Z adding 'torch/include/ATen/ops/_test_check_tensor_ops.h' 2024-08-08T20:19:05.5014380Z adding 'torch/include/ATen/ops/_test_functorch_fallback.h' 2024-08-08T20:19:05.5015720Z adding 'torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5016200Z adding 'torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h' 2024-08-08T20:19:05.5017390Z adding 'torch/include/ATen/ops/_test_functorch_fallback_native.h' 2024-08-08T20:19:05.5018190Z adding 'torch/include/ATen/ops/_test_functorch_fallback_ops.h' 2024-08-08T20:19:05.5019390Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist.h' 2024-08-08T20:19:05.5020160Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5021370Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h' 2024-08-08T20:19:05.5021860Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_native.h' 2024-08-08T20:19:05.5023150Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_ops.h' 2024-08-08T20:19:05.5023980Z adding 'torch/include/ATen/ops/_test_optional_floatlist.h' 2024-08-08T20:19:05.5025300Z adding 'torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5025680Z adding 'torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h' 2024-08-08T20:19:05.5026850Z adding 'torch/include/ATen/ops/_test_optional_floatlist_native.h' 2024-08-08T20:19:05.5027700Z adding 'torch/include/ATen/ops/_test_optional_floatlist_ops.h' 2024-08-08T20:19:05.5028850Z adding 'torch/include/ATen/ops/_test_optional_intlist.h' 2024-08-08T20:19:05.5029630Z adding 'torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5030710Z adding 'torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h' 2024-08-08T20:19:05.5031220Z adding 'torch/include/ATen/ops/_test_optional_intlist_native.h' 2024-08-08T20:19:05.5032450Z adding 'torch/include/ATen/ops/_test_optional_intlist_ops.h' 2024-08-08T20:19:05.5033130Z adding 'torch/include/ATen/ops/_test_parallel_materialize.h' 2024-08-08T20:19:05.5034540Z adding 'torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5034940Z adding 'torch/include/ATen/ops/_test_parallel_materialize_native.h' 2024-08-08T20:19:05.5036220Z adding 'torch/include/ATen/ops/_test_parallel_materialize_ops.h' 2024-08-08T20:19:05.5037070Z adding 'torch/include/ATen/ops/_test_serialization_subcmul.h' 2024-08-08T20:19:05.5038120Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5038790Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_native.h' 2024-08-08T20:19:05.5039970Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_ops.h' 2024-08-08T20:19:05.5040790Z adding 'torch/include/ATen/ops/_test_string_default.h' 2024-08-08T20:19:05.5042110Z adding 'torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5042470Z adding 'torch/include/ATen/ops/_test_string_default_native.h' 2024-08-08T20:19:05.5043680Z adding 'torch/include/ATen/ops/_test_string_default_ops.h' 2024-08-08T20:19:05.5044530Z adding 'torch/include/ATen/ops/_test_warn_in_autograd.h' 2024-08-08T20:19:05.5045580Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5046150Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_native.h' 2024-08-08T20:19:05.5047410Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_ops.h' 2024-08-08T20:19:05.5048310Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h' 2024-08-08T20:19:05.5049620Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5049940Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h' 2024-08-08T20:19:05.5051250Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h' 2024-08-08T20:19:05.5051920Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h' 2024-08-08T20:19:05.5053310Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5053800Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h' 2024-08-08T20:19:05.5055190Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h' 2024-08-08T20:19:05.5055790Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell.h' 2024-08-08T20:19:05.5057110Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h' 2024-08-08T20:19:05.5058140Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5058750Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h' 2024-08-08T20:19:05.5059990Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h' 2024-08-08T20:19:05.5061180Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h' 2024-08-08T20:19:05.5061810Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5062930Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h' 2024-08-08T20:19:05.5063550Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_native.h' 2024-08-08T20:19:05.5064900Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h' 2024-08-08T20:19:05.5066050Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell.h' 2024-08-08T20:19:05.5066570Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h' 2024-08-08T20:19:05.5067940Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5072460Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h' 2024-08-08T20:19:05.5073030Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5073300Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h' 2024-08-08T20:19:05.5073600Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h' 2024-08-08T20:19:05.5073840Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h' 2024-08-08T20:19:05.5074070Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h' 2024-08-08T20:19:05.5074310Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h' 2024-08-08T20:19:05.5075790Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5076230Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h' 2024-08-08T20:19:05.5077410Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h' 2024-08-08T20:19:05.5078520Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h' 2024-08-08T20:19:05.5079350Z adding 'torch/include/ATen/ops/_to_copy.h' 2024-08-08T20:19:05.5080570Z adding 'torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5081120Z adding 'torch/include/ATen/ops/_to_copy_native.h' 2024-08-08T20:19:05.5082440Z adding 'torch/include/ATen/ops/_to_copy_ops.h' 2024-08-08T20:19:05.5083430Z adding 'torch/include/ATen/ops/_to_cpu.h' 2024-08-08T20:19:05.5084050Z adding 'torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5085110Z adding 'torch/include/ATen/ops/_to_cpu_native.h' 2024-08-08T20:19:05.5086130Z adding 'torch/include/ATen/ops/_to_cpu_ops.h' 2024-08-08T20:19:05.5086700Z adding 'torch/include/ATen/ops/_to_dense.h' 2024-08-08T20:19:05.5088050Z adding 'torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5088560Z adding 'torch/include/ATen/ops/_to_dense_native.h' 2024-08-08T20:19:05.5089840Z adding 'torch/include/ATen/ops/_to_dense_ops.h' 2024-08-08T20:19:05.5090830Z adding 'torch/include/ATen/ops/_to_sparse.h' 2024-08-08T20:19:05.5091740Z adding 'torch/include/ATen/ops/_to_sparse_bsc.h' 2024-08-08T20:19:05.5092770Z adding 'torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5093420Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h' 2024-08-08T20:19:05.5094610Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h' 2024-08-08T20:19:05.5095190Z adding 'torch/include/ATen/ops/_to_sparse_bsc_native.h' 2024-08-08T20:19:05.5096560Z adding 'torch/include/ATen/ops/_to_sparse_bsc_ops.h' 2024-08-08T20:19:05.5097120Z adding 'torch/include/ATen/ops/_to_sparse_bsr.h' 2024-08-08T20:19:05.5098520Z adding 'torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5098970Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h' 2024-08-08T20:19:05.5100080Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h' 2024-08-08T20:19:05.5100910Z adding 'torch/include/ATen/ops/_to_sparse_bsr_native.h' 2024-08-08T20:19:05.5102060Z adding 'torch/include/ATen/ops/_to_sparse_bsr_ops.h' 2024-08-08T20:19:05.5103040Z adding 'torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5103810Z adding 'torch/include/ATen/ops/_to_sparse_cpu_dispatch.h' 2024-08-08T20:19:05.5104990Z adding 'torch/include/ATen/ops/_to_sparse_csc.h' 2024-08-08T20:19:05.5105580Z adding 'torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5106670Z adding 'torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h' 2024-08-08T20:19:05.5107260Z adding 'torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h' 2024-08-08T20:19:05.5108400Z adding 'torch/include/ATen/ops/_to_sparse_csc_native.h' 2024-08-08T20:19:05.5109570Z adding 'torch/include/ATen/ops/_to_sparse_csc_ops.h' 2024-08-08T20:19:05.5110090Z adding 'torch/include/ATen/ops/_to_sparse_csr.h' 2024-08-08T20:19:05.5111390Z adding 'torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5111910Z adding 'torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h' 2024-08-08T20:19:05.5112860Z adding 'torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h' 2024-08-08T20:19:05.5113700Z adding 'torch/include/ATen/ops/_to_sparse_csr_native.h' 2024-08-08T20:19:05.5114690Z adding 'torch/include/ATen/ops/_to_sparse_csr_ops.h' 2024-08-08T20:19:05.5115620Z adding 'torch/include/ATen/ops/_to_sparse_cuda_dispatch.h' 2024-08-08T20:19:05.5116550Z adding 'torch/include/ATen/ops/_to_sparse_native.h' 2024-08-08T20:19:05.5117710Z adding 'torch/include/ATen/ops/_to_sparse_ops.h' 2024-08-08T20:19:05.5118660Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured.h' 2024-08-08T20:19:05.5119620Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_cuda_dispatch.h' 2024-08-08T20:19:05.5120510Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_native.h' 2024-08-08T20:19:05.5121440Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_ops.h' 2024-08-08T20:19:05.5122420Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv.h' 2024-08-08T20:19:05.5123500Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5124260Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h' 2024-08-08T20:19:05.5125230Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h' 2024-08-08T20:19:05.5126430Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h' 2024-08-08T20:19:05.5127500Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h' 2024-08-08T20:19:05.5128650Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd.h' 2024-08-08T20:19:05.5129820Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5130720Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h' 2024-08-08T20:19:05.5131700Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h' 2024-08-08T20:19:05.5132650Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h' 2024-08-08T20:19:05.5133900Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h' 2024-08-08T20:19:05.5134820Z adding 'torch/include/ATen/ops/_trilinear.h' 2024-08-08T20:19:05.5135960Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5136880Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5137660Z adding 'torch/include/ATen/ops/_trilinear_native.h' 2024-08-08T20:19:05.5138650Z adding 'torch/include/ATen/ops/_trilinear_ops.h' 2024-08-08T20:19:05.5139740Z adding 'torch/include/ATen/ops/_triton_multi_head_attention.h' 2024-08-08T20:19:05.5140850Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5141690Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h' 2024-08-08T20:19:05.5142570Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_native.h' 2024-08-08T20:19:05.5143650Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_ops.h' 2024-08-08T20:19:05.5144590Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention.h' 2024-08-08T20:19:05.5145670Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5146490Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h' 2024-08-08T20:19:05.5147360Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_native.h' 2024-08-08T20:19:05.5148370Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h' 2024-08-08T20:19:05.5149230Z adding 'torch/include/ATen/ops/_unique.h' 2024-08-08T20:19:05.5150240Z adding 'torch/include/ATen/ops/_unique2.h' 2024-08-08T20:19:05.5151300Z adding 'torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5152110Z adding 'torch/include/ATen/ops/_unique2_cpu_dispatch.h' 2024-08-08T20:19:05.5152970Z adding 'torch/include/ATen/ops/_unique2_cuda_dispatch.h' 2024-08-08T20:19:05.5153810Z adding 'torch/include/ATen/ops/_unique2_mps_dispatch.h' 2024-08-08T20:19:05.5154700Z adding 'torch/include/ATen/ops/_unique2_native.h' 2024-08-08T20:19:05.5155730Z adding 'torch/include/ATen/ops/_unique2_ops.h' 2024-08-08T20:19:05.5156780Z adding 'torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5157570Z adding 'torch/include/ATen/ops/_unique_cpu_dispatch.h' 2024-08-08T20:19:05.5158420Z adding 'torch/include/ATen/ops/_unique_cuda_dispatch.h' 2024-08-08T20:19:05.5159290Z adding 'torch/include/ATen/ops/_unique_native.h' 2024-08-08T20:19:05.5160310Z adding 'torch/include/ATen/ops/_unique_ops.h' 2024-08-08T20:19:05.5161210Z adding 'torch/include/ATen/ops/_unpack_dual.h' 2024-08-08T20:19:05.5162370Z adding 'torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5162900Z adding 'torch/include/ATen/ops/_unpack_dual_native.h' 2024-08-08T20:19:05.5163940Z adding 'torch/include/ATen/ops/_unpack_dual_ops.h' 2024-08-08T20:19:05.5164820Z adding 'torch/include/ATen/ops/_unsafe_index.h' 2024-08-08T20:19:05.5165860Z adding 'torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5166520Z adding 'torch/include/ATen/ops/_unsafe_index_native.h' 2024-08-08T20:19:05.5167550Z adding 'torch/include/ATen/ops/_unsafe_index_ops.h' 2024-08-08T20:19:05.5168460Z adding 'torch/include/ATen/ops/_unsafe_index_put.h' 2024-08-08T20:19:05.5169520Z adding 'torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5170430Z adding 'torch/include/ATen/ops/_unsafe_index_put_native.h' 2024-08-08T20:19:05.5171340Z adding 'torch/include/ATen/ops/_unsafe_index_put_ops.h' 2024-08-08T20:19:05.5172120Z adding 'torch/include/ATen/ops/_unsafe_masked_index.h' 2024-08-08T20:19:05.5173160Z adding 'torch/include/ATen/ops/_unsafe_masked_index_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5173920Z adding 'torch/include/ATen/ops/_unsafe_masked_index_native.h' 2024-08-08T20:19:05.5174860Z adding 'torch/include/ATen/ops/_unsafe_masked_index_ops.h' 2024-08-08T20:19:05.5175820Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate.h' 2024-08-08T20:19:05.5176870Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5177540Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_native.h' 2024-08-08T20:19:05.5178650Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_ops.h' 2024-08-08T20:19:05.5179600Z adding 'torch/include/ATen/ops/_unsafe_view.h' 2024-08-08T20:19:05.5180680Z adding 'torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5181440Z adding 'torch/include/ATen/ops/_unsafe_view_native.h' 2024-08-08T20:19:05.5182420Z adding 'torch/include/ATen/ops/_unsafe_view_ops.h' 2024-08-08T20:19:05.5183760Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa.h' 2024-08-08T20:19:05.5185090Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h' 2024-08-08T20:19:05.5186290Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5187130Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h' 2024-08-08T20:19:05.5188080Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h' 2024-08-08T20:19:05.5188970Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h' 2024-08-08T20:19:05.5189930Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h' 2024-08-08T20:19:05.5190860Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h' 2024-08-08T20:19:05.5191920Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h' 2024-08-08T20:19:05.5192990Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5193860Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5194740Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h' 2024-08-08T20:19:05.5195650Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h' 2024-08-08T20:19:05.5196530Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h' 2024-08-08T20:19:05.5197470Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h' 2024-08-08T20:19:05.5198390Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h' 2024-08-08T20:19:05.5199470Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h' 2024-08-08T20:19:05.5200770Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa.h' 2024-08-08T20:19:05.5202180Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h' 2024-08-08T20:19:05.5203490Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5204370Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h' 2024-08-08T20:19:05.5205390Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h' 2024-08-08T20:19:05.5206340Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h' 2024-08-08T20:19:05.5207370Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h' 2024-08-08T20:19:05.5208360Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h' 2024-08-08T20:19:05.5209510Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h' 2024-08-08T20:19:05.5210670Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5211520Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5212520Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h' 2024-08-08T20:19:05.5213500Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h' 2024-08-08T20:19:05.5214450Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h' 2024-08-08T20:19:05.5215510Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h' 2024-08-08T20:19:05.5216510Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h' 2024-08-08T20:19:05.5217710Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h' 2024-08-08T20:19:05.5219060Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d.h' 2024-08-08T20:19:05.5220500Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h' 2024-08-08T20:19:05.5221690Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5222670Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h' 2024-08-08T20:19:05.5223720Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h' 2024-08-08T20:19:05.5224720Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h' 2024-08-08T20:19:05.5225810Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h' 2024-08-08T20:19:05.5226940Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_mps_dispatch.h' 2024-08-08T20:19:05.5228030Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h' 2024-08-08T20:19:05.5232700Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h' 2024-08-08T20:19:05.5233280Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5233640Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5233900Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h' 2024-08-08T20:19:05.5234160Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h' 2024-08-08T20:19:05.5234570Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h' 2024-08-08T20:19:05.5235740Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h' 2024-08-08T20:19:05.5236750Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_mps_dispatch.h' 2024-08-08T20:19:05.5237790Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_native.h' 2024-08-08T20:19:05.5238970Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h' 2024-08-08T20:19:05.5240460Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d.h' 2024-08-08T20:19:05.5241960Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h' 2024-08-08T20:19:05.5243280Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5244320Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h' 2024-08-08T20:19:05.5245430Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h' 2024-08-08T20:19:05.5246430Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h' 2024-08-08T20:19:05.5247560Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h' 2024-08-08T20:19:05.5248570Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_mps_dispatch.h' 2024-08-08T20:19:05.5249830Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h' 2024-08-08T20:19:05.5251000Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h' 2024-08-08T20:19:05.5252220Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5253230Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5254210Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h' 2024-08-08T20:19:05.5255210Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h' 2024-08-08T20:19:05.5256120Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h' 2024-08-08T20:19:05.5257130Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h' 2024-08-08T20:19:05.5258090Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_mps_dispatch.h' 2024-08-08T20:19:05.5259120Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_native.h' 2024-08-08T20:19:05.5260330Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h' 2024-08-08T20:19:05.5261720Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d.h' 2024-08-08T20:19:05.5263210Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h' 2024-08-08T20:19:05.5264410Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5265300Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h' 2024-08-08T20:19:05.5266340Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h' 2024-08-08T20:19:05.5267290Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h' 2024-08-08T20:19:05.5268360Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h' 2024-08-08T20:19:05.5269360Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h' 2024-08-08T20:19:05.5270490Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h' 2024-08-08T20:19:05.5271680Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5272480Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5273510Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h' 2024-08-08T20:19:05.5274510Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h' 2024-08-08T20:19:05.5275440Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h' 2024-08-08T20:19:05.5276480Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h' 2024-08-08T20:19:05.5277470Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_native.h' 2024-08-08T20:19:05.5278630Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h' 2024-08-08T20:19:05.5279630Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss.h' 2024-08-08T20:19:05.5280700Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h' 2024-08-08T20:19:05.5281590Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h' 2024-08-08T20:19:05.5282690Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h' 2024-08-08T20:19:05.5283670Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h' 2024-08-08T20:19:05.5284800Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5285560Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h' 2024-08-08T20:19:05.5286610Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h' 2024-08-08T20:19:05.5287600Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices.h' 2024-08-08T20:19:05.5288640Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h' 2024-08-08T20:19:05.5289580Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h' 2024-08-08T20:19:05.5290520Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h' 2024-08-08T20:19:05.5291560Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h' 2024-08-08T20:19:05.5292510Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h' 2024-08-08T20:19:05.5293640Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5294330Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h' 2024-08-08T20:19:05.5295470Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h' 2024-08-08T20:19:05.5296410Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h' 2024-08-08T20:19:05.5297520Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5298210Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h' 2024-08-08T20:19:05.5299340Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h' 2024-08-08T20:19:05.5300340Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h' 2024-08-08T20:19:05.5301550Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5302260Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h' 2024-08-08T20:19:05.5303360Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h' 2024-08-08T20:19:05.5304430Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h' 2024-08-08T20:19:05.5305560Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5306250Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h' 2024-08-08T20:19:05.5307430Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h' 2024-08-08T20:19:05.5308370Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h' 2024-08-08T20:19:05.5309430Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5310130Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h' 2024-08-08T20:19:05.5311250Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h' 2024-08-08T20:19:05.5312200Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h' 2024-08-08T20:19:05.5313290Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5313960Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h' 2024-08-08T20:19:05.5315080Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h' 2024-08-08T20:19:05.5315930Z adding 'torch/include/ATen/ops/_values.h' 2024-08-08T20:19:05.5316880Z adding 'torch/include/ATen/ops/_values_copy.h' 2024-08-08T20:19:05.5318010Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5319030Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5319790Z adding 'torch/include/ATen/ops/_values_copy_native.h' 2024-08-08T20:19:05.5320870Z adding 'torch/include/ATen/ops/_values_copy_ops.h' 2024-08-08T20:19:05.5321770Z adding 'torch/include/ATen/ops/_values_native.h' 2024-08-08T20:19:05.5322750Z adding 'torch/include/ATen/ops/_values_ops.h' 2024-08-08T20:19:05.5323660Z adding 'torch/include/ATen/ops/_version.h' 2024-08-08T20:19:05.5324820Z adding 'torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5325570Z adding 'torch/include/ATen/ops/_version_native.h' 2024-08-08T20:19:05.5326570Z adding 'torch/include/ATen/ops/_version_ops.h' 2024-08-08T20:19:05.5327560Z adding 'torch/include/ATen/ops/_weight_int4pack_mm.h' 2024-08-08T20:19:05.5328590Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_cpu_dispatch.h' 2024-08-08T20:19:05.5329530Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h' 2024-08-08T20:19:05.5330450Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_mps_dispatch.h' 2024-08-08T20:19:05.5331380Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_native.h' 2024-08-08T20:19:05.5332410Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_ops.h' 2024-08-08T20:19:05.5333360Z adding 'torch/include/ATen/ops/_weight_int8pack_mm.h' 2024-08-08T20:19:05.5334490Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h' 2024-08-08T20:19:05.5335290Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_mps_dispatch.h' 2024-08-08T20:19:05.5336210Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_native.h' 2024-08-08T20:19:05.5337250Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_ops.h' 2024-08-08T20:19:05.5338140Z adding 'torch/include/ATen/ops/_weight_norm.h' 2024-08-08T20:19:05.5339260Z adding 'torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5340220Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward.h' 2024-08-08T20:19:05.5341340Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5342070Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h' 2024-08-08T20:19:05.5343260Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h' 2024-08-08T20:19:05.5344150Z adding 'torch/include/ATen/ops/_weight_norm_interface.h' 2024-08-08T20:19:05.5345260Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward.h' 2024-08-08T20:19:05.5346450Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5347350Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h' 2024-08-08T20:19:05.5348270Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h' 2024-08-08T20:19:05.5349170Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_mps_dispatch.h' 2024-08-08T20:19:05.5350120Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_native.h' 2024-08-08T20:19:05.5351260Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_ops.h' 2024-08-08T20:19:05.5352560Z adding 'torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5353060Z adding 'torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h' 2024-08-08T20:19:05.5354020Z adding 'torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h' 2024-08-08T20:19:05.5354880Z adding 'torch/include/ATen/ops/_weight_norm_interface_mps_dispatch.h' 2024-08-08T20:19:05.5355750Z adding 'torch/include/ATen/ops/_weight_norm_interface_native.h' 2024-08-08T20:19:05.5356770Z adding 'torch/include/ATen/ops/_weight_norm_interface_ops.h' 2024-08-08T20:19:05.5357960Z adding 'torch/include/ATen/ops/_weight_norm_native.h' 2024-08-08T20:19:05.5358900Z adding 'torch/include/ATen/ops/_weight_norm_ops.h' 2024-08-08T20:19:05.5359780Z adding 'torch/include/ATen/ops/abs.h' 2024-08-08T20:19:05.5360800Z adding 'torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5361600Z adding 'torch/include/ATen/ops/abs_cpu_dispatch.h' 2024-08-08T20:19:05.5362460Z adding 'torch/include/ATen/ops/abs_cuda_dispatch.h' 2024-08-08T20:19:05.5363300Z adding 'torch/include/ATen/ops/abs_mps_dispatch.h' 2024-08-08T20:19:05.5364200Z adding 'torch/include/ATen/ops/abs_native.h' 2024-08-08T20:19:05.5365180Z adding 'torch/include/ATen/ops/abs_ops.h' 2024-08-08T20:19:05.5366100Z adding 'torch/include/ATen/ops/absolute.h' 2024-08-08T20:19:05.5367190Z adding 'torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5367910Z adding 'torch/include/ATen/ops/absolute_native.h' 2024-08-08T20:19:05.5368930Z adding 'torch/include/ATen/ops/absolute_ops.h' 2024-08-08T20:19:05.5369820Z adding 'torch/include/ATen/ops/acos.h' 2024-08-08T20:19:05.5370970Z adding 'torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5371630Z adding 'torch/include/ATen/ops/acos_cpu_dispatch.h' 2024-08-08T20:19:05.5372570Z adding 'torch/include/ATen/ops/acos_cuda_dispatch.h' 2024-08-08T20:19:05.5373430Z adding 'torch/include/ATen/ops/acos_meta.h' 2024-08-08T20:19:05.5374300Z adding 'torch/include/ATen/ops/acos_meta_dispatch.h' 2024-08-08T20:19:05.5375140Z adding 'torch/include/ATen/ops/acos_mps_dispatch.h' 2024-08-08T20:19:05.5375990Z adding 'torch/include/ATen/ops/acos_native.h' 2024-08-08T20:19:05.5377040Z adding 'torch/include/ATen/ops/acos_ops.h' 2024-08-08T20:19:05.5377930Z adding 'torch/include/ATen/ops/acosh.h' 2024-08-08T20:19:05.5378990Z adding 'torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5379590Z adding 'torch/include/ATen/ops/acosh_cpu_dispatch.h' 2024-08-08T20:19:05.5380550Z adding 'torch/include/ATen/ops/acosh_cuda_dispatch.h' 2024-08-08T20:19:05.5381410Z adding 'torch/include/ATen/ops/acosh_meta.h' 2024-08-08T20:19:05.5382320Z adding 'torch/include/ATen/ops/acosh_meta_dispatch.h' 2024-08-08T20:19:05.5383190Z adding 'torch/include/ATen/ops/acosh_mps_dispatch.h' 2024-08-08T20:19:05.5384030Z adding 'torch/include/ATen/ops/acosh_native.h' 2024-08-08T20:19:05.5385030Z adding 'torch/include/ATen/ops/acosh_ops.h' 2024-08-08T20:19:05.5386070Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d.h' 2024-08-08T20:19:05.5387030Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5387820Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_native.h' 2024-08-08T20:19:05.5388770Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_ops.h' 2024-08-08T20:19:05.5389840Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d.h' 2024-08-08T20:19:05.5390920Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5391750Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h' 2024-08-08T20:19:05.5395820Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h' 2024-08-08T20:19:05.5396200Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_mps_dispatch.h' 2024-08-08T20:19:05.5396390Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_native.h' 2024-08-08T20:19:05.5396570Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_ops.h' 2024-08-08T20:19:05.5396730Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d.h' 2024-08-08T20:19:05.5397360Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward.h' 2024-08-08T20:19:05.5398430Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h' 2024-08-08T20:19:05.5399290Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h' 2024-08-08T20:19:05.5400130Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h' 2024-08-08T20:19:05.5401090Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h' 2024-08-08T20:19:05.5402120Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5402880Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h' 2024-08-08T20:19:05.5403930Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h' 2024-08-08T20:19:05.5404870Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_native.h' 2024-08-08T20:19:05.5406040Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_ops.h' 2024-08-08T20:19:05.5407020Z adding 'torch/include/ATen/ops/adaptive_max_pool1d.h' 2024-08-08T20:19:05.5408180Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5409020Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_native.h' 2024-08-08T20:19:05.5409970Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_ops.h' 2024-08-08T20:19:05.5410990Z adding 'torch/include/ATen/ops/adaptive_max_pool2d.h' 2024-08-08T20:19:05.5412080Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward.h' 2024-08-08T20:19:05.5413300Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5414020Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h' 2024-08-08T20:19:05.5415060Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h' 2024-08-08T20:19:05.5415980Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h' 2024-08-08T20:19:05.5416960Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h' 2024-08-08T20:19:05.5417870Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_mps_dispatch.h' 2024-08-08T20:19:05.5418820Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h' 2024-08-08T20:19:05.5419900Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h' 2024-08-08T20:19:05.5421080Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5421910Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h' 2024-08-08T20:19:05.5422860Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h' 2024-08-08T20:19:05.5423780Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta.h' 2024-08-08T20:19:05.5424760Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h' 2024-08-08T20:19:05.5425660Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_mps_dispatch.h' 2024-08-08T20:19:05.5426680Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_native.h' 2024-08-08T20:19:05.5427730Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_ops.h' 2024-08-08T20:19:05.5428770Z adding 'torch/include/ATen/ops/adaptive_max_pool3d.h' 2024-08-08T20:19:05.5429870Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward.h' 2024-08-08T20:19:05.5431070Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5431760Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h' 2024-08-08T20:19:05.5432810Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h' 2024-08-08T20:19:05.5433730Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h' 2024-08-08T20:19:05.5434710Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h' 2024-08-08T20:19:05.5435690Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h' 2024-08-08T20:19:05.5436760Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h' 2024-08-08T20:19:05.5437900Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5438570Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h' 2024-08-08T20:19:05.5439610Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h' 2024-08-08T20:19:05.5440510Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta.h' 2024-08-08T20:19:05.5441470Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h' 2024-08-08T20:19:05.5442400Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_native.h' 2024-08-08T20:19:05.5443480Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_ops.h' 2024-08-08T20:19:05.5444500Z adding 'torch/include/ATen/ops/add.h' 2024-08-08T20:19:05.5445650Z adding 'torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5446710Z adding 'torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5447500Z adding 'torch/include/ATen/ops/add_cpu_dispatch.h' 2024-08-08T20:19:05.5448450Z adding 'torch/include/ATen/ops/add_cuda_dispatch.h' 2024-08-08T20:19:05.5449370Z adding 'torch/include/ATen/ops/add_meta.h' 2024-08-08T20:19:05.5450380Z adding 'torch/include/ATen/ops/add_meta_dispatch.h' 2024-08-08T20:19:05.5451270Z adding 'torch/include/ATen/ops/add_mps_dispatch.h' 2024-08-08T20:19:05.5452410Z adding 'torch/include/ATen/ops/add_native.h' 2024-08-08T20:19:05.5453700Z adding 'torch/include/ATen/ops/add_ops.h' 2024-08-08T20:19:05.5454730Z adding 'torch/include/ATen/ops/addbmm.h' 2024-08-08T20:19:05.5455810Z adding 'torch/include/ATen/ops/addbmm_cpu_dispatch.h' 2024-08-08T20:19:05.5456800Z adding 'torch/include/ATen/ops/addbmm_cuda_dispatch.h' 2024-08-08T20:19:05.5457780Z adding 'torch/include/ATen/ops/addbmm_meta_dispatch.h' 2024-08-08T20:19:05.5458740Z adding 'torch/include/ATen/ops/addbmm_mps_dispatch.h' 2024-08-08T20:19:05.5459720Z adding 'torch/include/ATen/ops/addbmm_native.h' 2024-08-08T20:19:05.5460870Z adding 'torch/include/ATen/ops/addbmm_ops.h' 2024-08-08T20:19:05.5461890Z adding 'torch/include/ATen/ops/addcdiv.h' 2024-08-08T20:19:05.5463110Z adding 'torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5463910Z adding 'torch/include/ATen/ops/addcdiv_cpu_dispatch.h' 2024-08-08T20:19:05.5464830Z adding 'torch/include/ATen/ops/addcdiv_cuda_dispatch.h' 2024-08-08T20:19:05.5465770Z adding 'torch/include/ATen/ops/addcdiv_meta.h' 2024-08-08T20:19:05.5466760Z adding 'torch/include/ATen/ops/addcdiv_meta_dispatch.h' 2024-08-08T20:19:05.5467680Z adding 'torch/include/ATen/ops/addcdiv_mps_dispatch.h' 2024-08-08T20:19:05.5468730Z adding 'torch/include/ATen/ops/addcdiv_native.h' 2024-08-08T20:19:05.5469920Z adding 'torch/include/ATen/ops/addcdiv_ops.h' 2024-08-08T20:19:05.5470690Z adding 'torch/include/ATen/ops/addcmul.h' 2024-08-08T20:19:05.5472120Z adding 'torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5472860Z adding 'torch/include/ATen/ops/addcmul_cpu_dispatch.h' 2024-08-08T20:19:05.5473620Z adding 'torch/include/ATen/ops/addcmul_cuda_dispatch.h' 2024-08-08T20:19:05.5474760Z adding 'torch/include/ATen/ops/addcmul_meta.h' 2024-08-08T20:19:05.5475620Z adding 'torch/include/ATen/ops/addcmul_meta_dispatch.h' 2024-08-08T20:19:05.5476640Z adding 'torch/include/ATen/ops/addcmul_mps_dispatch.h' 2024-08-08T20:19:05.5477450Z adding 'torch/include/ATen/ops/addcmul_native.h' 2024-08-08T20:19:05.5478680Z adding 'torch/include/ATen/ops/addcmul_ops.h' 2024-08-08T20:19:05.5479700Z adding 'torch/include/ATen/ops/addmm.h' 2024-08-08T20:19:05.5480840Z adding 'torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5481590Z adding 'torch/include/ATen/ops/addmm_cpu_dispatch.h' 2024-08-08T20:19:05.5482510Z adding 'torch/include/ATen/ops/addmm_cuda_dispatch.h' 2024-08-08T20:19:05.5483500Z adding 'torch/include/ATen/ops/addmm_meta.h' 2024-08-08T20:19:05.5484660Z adding 'torch/include/ATen/ops/addmm_meta_dispatch.h' 2024-08-08T20:19:05.5485440Z adding 'torch/include/ATen/ops/addmm_mps_dispatch.h' 2024-08-08T20:19:05.5486630Z adding 'torch/include/ATen/ops/addmm_native.h' 2024-08-08T20:19:05.5487790Z adding 'torch/include/ATen/ops/addmm_ops.h' 2024-08-08T20:19:05.5488840Z adding 'torch/include/ATen/ops/addmv.h' 2024-08-08T20:19:05.5490100Z adding 'torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5490820Z adding 'torch/include/ATen/ops/addmv_cpu_dispatch.h' 2024-08-08T20:19:05.5491900Z adding 'torch/include/ATen/ops/addmv_cuda_dispatch.h' 2024-08-08T20:19:05.5492740Z adding 'torch/include/ATen/ops/addmv_meta.h' 2024-08-08T20:19:05.5493870Z adding 'torch/include/ATen/ops/addmv_meta_dispatch.h' 2024-08-08T20:19:05.5494700Z adding 'torch/include/ATen/ops/addmv_mps_dispatch.h' 2024-08-08T20:19:05.5495820Z adding 'torch/include/ATen/ops/addmv_native.h' 2024-08-08T20:19:05.5496950Z adding 'torch/include/ATen/ops/addmv_ops.h' 2024-08-08T20:19:05.5497950Z adding 'torch/include/ATen/ops/addr.h' 2024-08-08T20:19:05.5499100Z adding 'torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5499870Z adding 'torch/include/ATen/ops/addr_cpu_dispatch.h' 2024-08-08T20:19:05.5500950Z adding 'torch/include/ATen/ops/addr_cuda_dispatch.h' 2024-08-08T20:19:05.5501750Z adding 'torch/include/ATen/ops/addr_mps_dispatch.h' 2024-08-08T20:19:05.5506780Z adding 'torch/include/ATen/ops/addr_native.h' 2024-08-08T20:19:05.5507150Z adding 'torch/include/ATen/ops/addr_ops.h' 2024-08-08T20:19:05.5507490Z adding 'torch/include/ATen/ops/adjoint.h' 2024-08-08T20:19:05.5507980Z adding 'torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5508540Z adding 'torch/include/ATen/ops/adjoint_native.h' 2024-08-08T20:19:05.5508920Z adding 'torch/include/ATen/ops/adjoint_ops.h' 2024-08-08T20:19:05.5509310Z adding 'torch/include/ATen/ops/affine_grid_generator.h' 2024-08-08T20:19:05.5510150Z adding 'torch/include/ATen/ops/affine_grid_generator_backward.h' 2024-08-08T20:19:05.5511410Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5512220Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_native.h' 2024-08-08T20:19:05.5513240Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_ops.h' 2024-08-08T20:19:05.5514470Z adding 'torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5515210Z adding 'torch/include/ATen/ops/affine_grid_generator_native.h' 2024-08-08T20:19:05.5516380Z adding 'torch/include/ATen/ops/affine_grid_generator_ops.h' 2024-08-08T20:19:05.5517140Z adding 'torch/include/ATen/ops/alias.h' 2024-08-08T20:19:05.5518360Z adding 'torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5519110Z adding 'torch/include/ATen/ops/alias_copy.h' 2024-08-08T20:19:05.5520270Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5521370Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5522100Z adding 'torch/include/ATen/ops/alias_copy_native.h' 2024-08-08T20:19:05.5523160Z adding 'torch/include/ATen/ops/alias_copy_ops.h' 2024-08-08T20:19:05.5523990Z adding 'torch/include/ATen/ops/alias_native.h' 2024-08-08T20:19:05.5525080Z adding 'torch/include/ATen/ops/alias_ops.h' 2024-08-08T20:19:05.5526030Z adding 'torch/include/ATen/ops/align_as.h' 2024-08-08T20:19:05.5527140Z adding 'torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5527840Z adding 'torch/include/ATen/ops/align_as_native.h' 2024-08-08T20:19:05.5528910Z adding 'torch/include/ATen/ops/align_as_ops.h' 2024-08-08T20:19:05.5529880Z adding 'torch/include/ATen/ops/align_tensors.h' 2024-08-08T20:19:05.5531020Z adding 'torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5531700Z adding 'torch/include/ATen/ops/align_tensors_native.h' 2024-08-08T20:19:05.5532810Z adding 'torch/include/ATen/ops/align_tensors_ops.h' 2024-08-08T20:19:05.5533610Z adding 'torch/include/ATen/ops/align_to.h' 2024-08-08T20:19:05.5534890Z adding 'torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5535560Z adding 'torch/include/ATen/ops/align_to_native.h' 2024-08-08T20:19:05.5536730Z adding 'torch/include/ATen/ops/align_to_ops.h' 2024-08-08T20:19:05.5537910Z adding 'torch/include/ATen/ops/all.h' 2024-08-08T20:19:05.5539080Z adding 'torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5540040Z adding 'torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5540980Z adding 'torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5541880Z adding 'torch/include/ATen/ops/all_cpu_dispatch.h' 2024-08-08T20:19:05.5542990Z adding 'torch/include/ATen/ops/all_cuda_dispatch.h' 2024-08-08T20:19:05.5544000Z adding 'torch/include/ATen/ops/all_meta.h' 2024-08-08T20:19:05.5544890Z adding 'torch/include/ATen/ops/all_meta_dispatch.h' 2024-08-08T20:19:05.5545990Z adding 'torch/include/ATen/ops/all_mps_dispatch.h' 2024-08-08T20:19:05.5547080Z adding 'torch/include/ATen/ops/all_native.h' 2024-08-08T20:19:05.5548460Z adding 'torch/include/ATen/ops/all_ops.h' 2024-08-08T20:19:05.5549450Z adding 'torch/include/ATen/ops/allclose.h' 2024-08-08T20:19:05.5550640Z adding 'torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5551300Z adding 'torch/include/ATen/ops/allclose_native.h' 2024-08-08T20:19:05.5552500Z adding 'torch/include/ATen/ops/allclose_ops.h' 2024-08-08T20:19:05.5553400Z adding 'torch/include/ATen/ops/alpha_dropout.h' 2024-08-08T20:19:05.5554640Z adding 'torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5555360Z adding 'torch/include/ATen/ops/alpha_dropout_native.h' 2024-08-08T20:19:05.5556530Z adding 'torch/include/ATen/ops/alpha_dropout_ops.h' 2024-08-08T20:19:05.5557540Z adding 'torch/include/ATen/ops/amax.h' 2024-08-08T20:19:05.5558770Z adding 'torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5559470Z adding 'torch/include/ATen/ops/amax_cpu_dispatch.h' 2024-08-08T20:19:05.5560550Z adding 'torch/include/ATen/ops/amax_cuda_dispatch.h' 2024-08-08T20:19:05.5561390Z adding 'torch/include/ATen/ops/amax_meta.h' 2024-08-08T20:19:05.5562440Z adding 'torch/include/ATen/ops/amax_meta_dispatch.h' 2024-08-08T20:19:05.5563230Z adding 'torch/include/ATen/ops/amax_mps_dispatch.h' 2024-08-08T20:19:05.5564290Z adding 'torch/include/ATen/ops/amax_native.h' 2024-08-08T20:19:05.5565340Z adding 'torch/include/ATen/ops/amax_ops.h' 2024-08-08T20:19:05.5566340Z adding 'torch/include/ATen/ops/amin.h' 2024-08-08T20:19:05.5567500Z adding 'torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5568210Z adding 'torch/include/ATen/ops/amin_cpu_dispatch.h' 2024-08-08T20:19:05.5569300Z adding 'torch/include/ATen/ops/amin_cuda_dispatch.h' 2024-08-08T20:19:05.5570040Z adding 'torch/include/ATen/ops/amin_meta.h' 2024-08-08T20:19:05.5571100Z adding 'torch/include/ATen/ops/amin_meta_dispatch.h' 2024-08-08T20:19:05.5571890Z adding 'torch/include/ATen/ops/amin_mps_dispatch.h' 2024-08-08T20:19:05.5572940Z adding 'torch/include/ATen/ops/amin_native.h' 2024-08-08T20:19:05.5574000Z adding 'torch/include/ATen/ops/amin_ops.h' 2024-08-08T20:19:05.5575030Z adding 'torch/include/ATen/ops/aminmax.h' 2024-08-08T20:19:05.5576240Z adding 'torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5576950Z adding 'torch/include/ATen/ops/aminmax_cpu_dispatch.h' 2024-08-08T20:19:05.5578030Z adding 'torch/include/ATen/ops/aminmax_cuda_dispatch.h' 2024-08-08T20:19:05.5578840Z adding 'torch/include/ATen/ops/aminmax_meta.h' 2024-08-08T20:19:05.5579940Z adding 'torch/include/ATen/ops/aminmax_meta_dispatch.h' 2024-08-08T20:19:05.5580770Z adding 'torch/include/ATen/ops/aminmax_mps_dispatch.h' 2024-08-08T20:19:05.5581830Z adding 'torch/include/ATen/ops/aminmax_native.h' 2024-08-08T20:19:05.5583320Z adding 'torch/include/ATen/ops/aminmax_ops.h' 2024-08-08T20:19:05.5584280Z adding 'torch/include/ATen/ops/and.h' 2024-08-08T20:19:05.5585420Z adding 'torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5586120Z adding 'torch/include/ATen/ops/and_native.h' 2024-08-08T20:19:05.5587390Z adding 'torch/include/ATen/ops/and_ops.h' 2024-08-08T20:19:05.5592080Z adding 'torch/include/ATen/ops/angle.h' 2024-08-08T20:19:05.5592470Z adding 'torch/include/ATen/ops/angle_cpu_dispatch.h' 2024-08-08T20:19:05.5592930Z adding 'torch/include/ATen/ops/angle_cuda_dispatch.h' 2024-08-08T20:19:05.5593320Z adding 'torch/include/ATen/ops/angle_native.h' 2024-08-08T20:19:05.5593680Z adding 'torch/include/ATen/ops/angle_ops.h' 2024-08-08T20:19:05.5594010Z adding 'torch/include/ATen/ops/any.h' 2024-08-08T20:19:05.5594530Z adding 'torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5595540Z adding 'torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5596440Z adding 'torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5597340Z adding 'torch/include/ATen/ops/any_cpu_dispatch.h' 2024-08-08T20:19:05.5598480Z adding 'torch/include/ATen/ops/any_cuda_dispatch.h' 2024-08-08T20:19:05.5599250Z adding 'torch/include/ATen/ops/any_meta.h' 2024-08-08T20:19:05.5600350Z adding 'torch/include/ATen/ops/any_meta_dispatch.h' 2024-08-08T20:19:05.5601330Z adding 'torch/include/ATen/ops/any_mps_dispatch.h' 2024-08-08T20:19:05.5602340Z adding 'torch/include/ATen/ops/any_native.h' 2024-08-08T20:19:05.5603640Z adding 'torch/include/ATen/ops/any_ops.h' 2024-08-08T20:19:05.5604910Z adding 'torch/include/ATen/ops/arange.h' 2024-08-08T20:19:05.5606180Z adding 'torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5606930Z adding 'torch/include/ATen/ops/arange_cpu_dispatch.h' 2024-08-08T20:19:05.5607980Z adding 'torch/include/ATen/ops/arange_cuda_dispatch.h' 2024-08-08T20:19:05.5608820Z adding 'torch/include/ATen/ops/arange_meta_dispatch.h' 2024-08-08T20:19:05.5609710Z adding 'torch/include/ATen/ops/arange_mps_dispatch.h' 2024-08-08T20:19:05.5610780Z adding 'torch/include/ATen/ops/arange_native.h' 2024-08-08T20:19:05.5612080Z adding 'torch/include/ATen/ops/arange_ops.h' 2024-08-08T20:19:05.5613180Z adding 'torch/include/ATen/ops/arccos.h' 2024-08-08T20:19:05.5614310Z adding 'torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5615010Z adding 'torch/include/ATen/ops/arccos_native.h' 2024-08-08T20:19:05.5616200Z adding 'torch/include/ATen/ops/arccos_ops.h' 2024-08-08T20:19:05.5617180Z adding 'torch/include/ATen/ops/arccosh.h' 2024-08-08T20:19:05.5618300Z adding 'torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5619010Z adding 'torch/include/ATen/ops/arccosh_native.h' 2024-08-08T20:19:05.5620270Z adding 'torch/include/ATen/ops/arccosh_ops.h' 2024-08-08T20:19:05.5621110Z adding 'torch/include/ATen/ops/arcsin.h' 2024-08-08T20:19:05.5622320Z adding 'torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5623010Z adding 'torch/include/ATen/ops/arcsin_native.h' 2024-08-08T20:19:05.5624200Z adding 'torch/include/ATen/ops/arcsin_ops.h' 2024-08-08T20:19:05.5625170Z adding 'torch/include/ATen/ops/arcsinh.h' 2024-08-08T20:19:05.5626270Z adding 'torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5626940Z adding 'torch/include/ATen/ops/arcsinh_native.h' 2024-08-08T20:19:05.5628120Z adding 'torch/include/ATen/ops/arcsinh_ops.h' 2024-08-08T20:19:05.5628980Z adding 'torch/include/ATen/ops/arctan.h' 2024-08-08T20:19:05.5630060Z adding 'torch/include/ATen/ops/arctan2.h' 2024-08-08T20:19:05.5631180Z adding 'torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5631880Z adding 'torch/include/ATen/ops/arctan2_native.h' 2024-08-08T20:19:05.5633080Z adding 'torch/include/ATen/ops/arctan2_ops.h' 2024-08-08T20:19:05.5634180Z adding 'torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5634860Z adding 'torch/include/ATen/ops/arctan_native.h' 2024-08-08T20:19:05.5636020Z adding 'torch/include/ATen/ops/arctan_ops.h' 2024-08-08T20:19:05.5636980Z adding 'torch/include/ATen/ops/arctanh.h' 2024-08-08T20:19:05.5638080Z adding 'torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5638750Z adding 'torch/include/ATen/ops/arctanh_native.h' 2024-08-08T20:19:05.5639900Z adding 'torch/include/ATen/ops/arctanh_ops.h' 2024-08-08T20:19:05.5640920Z adding 'torch/include/ATen/ops/argmax.h' 2024-08-08T20:19:05.5642210Z adding 'torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5642910Z adding 'torch/include/ATen/ops/argmax_cpu_dispatch.h' 2024-08-08T20:19:05.5643800Z adding 'torch/include/ATen/ops/argmax_cuda_dispatch.h' 2024-08-08T20:19:05.5644840Z adding 'torch/include/ATen/ops/argmax_meta.h' 2024-08-08T20:19:05.5645900Z adding 'torch/include/ATen/ops/argmax_meta_dispatch.h' 2024-08-08T20:19:05.5646590Z adding 'torch/include/ATen/ops/argmax_mps_dispatch.h' 2024-08-08T20:19:05.5647630Z adding 'torch/include/ATen/ops/argmax_native.h' 2024-08-08T20:19:05.5648730Z adding 'torch/include/ATen/ops/argmax_ops.h' 2024-08-08T20:19:05.5649600Z adding 'torch/include/ATen/ops/argmin.h' 2024-08-08T20:19:05.5650880Z adding 'torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5651580Z adding 'torch/include/ATen/ops/argmin_cpu_dispatch.h' 2024-08-08T20:19:05.5652490Z adding 'torch/include/ATen/ops/argmin_cuda_dispatch.h' 2024-08-08T20:19:05.5653510Z adding 'torch/include/ATen/ops/argmin_meta.h' 2024-08-08T20:19:05.5654490Z adding 'torch/include/ATen/ops/argmin_meta_dispatch.h' 2024-08-08T20:19:05.5655310Z adding 'torch/include/ATen/ops/argmin_mps_dispatch.h' 2024-08-08T20:19:05.5656360Z adding 'torch/include/ATen/ops/argmin_native.h' 2024-08-08T20:19:05.5657410Z adding 'torch/include/ATen/ops/argmin_ops.h' 2024-08-08T20:19:05.5658460Z adding 'torch/include/ATen/ops/argsort.h' 2024-08-08T20:19:05.5659650Z adding 'torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5660370Z adding 'torch/include/ATen/ops/argsort_native.h' 2024-08-08T20:19:05.5661660Z adding 'torch/include/ATen/ops/argsort_ops.h' 2024-08-08T20:19:05.5662640Z adding 'torch/include/ATen/ops/argwhere.h' 2024-08-08T20:19:05.5663780Z adding 'torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5664460Z adding 'torch/include/ATen/ops/argwhere_native.h' 2024-08-08T20:19:05.5665580Z adding 'torch/include/ATen/ops/argwhere_ops.h' 2024-08-08T20:19:05.5666730Z adding 'torch/include/ATen/ops/as_strided.h' 2024-08-08T20:19:05.5667980Z adding 'torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5668990Z adding 'torch/include/ATen/ops/as_strided_copy.h' 2024-08-08T20:19:05.5670500Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5671400Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5672140Z adding 'torch/include/ATen/ops/as_strided_copy_native.h' 2024-08-08T20:19:05.5673290Z adding 'torch/include/ATen/ops/as_strided_copy_ops.h' 2024-08-08T20:19:05.5677770Z adding 'torch/include/ATen/ops/as_strided_cpu_dispatch.h' 2024-08-08T20:19:05.5678260Z adding 'torch/include/ATen/ops/as_strided_cuda_dispatch.h' 2024-08-08T20:19:05.5678720Z adding 'torch/include/ATen/ops/as_strided_meta_dispatch.h' 2024-08-08T20:19:05.5679170Z adding 'torch/include/ATen/ops/as_strided_mps_dispatch.h' 2024-08-08T20:19:05.5679590Z adding 'torch/include/ATen/ops/as_strided_native.h' 2024-08-08T20:19:05.5679980Z adding 'torch/include/ATen/ops/as_strided_ops.h' 2024-08-08T20:19:05.5680420Z adding 'torch/include/ATen/ops/as_strided_scatter.h' 2024-08-08T20:19:05.5681630Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5682580Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5683350Z adding 'torch/include/ATen/ops/as_strided_scatter_native.h' 2024-08-08T20:19:05.5684560Z adding 'torch/include/ATen/ops/as_strided_scatter_ops.h' 2024-08-08T20:19:05.5685400Z adding 'torch/include/ATen/ops/asin.h' 2024-08-08T20:19:05.5686690Z adding 'torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5687370Z adding 'torch/include/ATen/ops/asin_cpu_dispatch.h' 2024-08-08T20:19:05.5688310Z adding 'torch/include/ATen/ops/asin_cuda_dispatch.h' 2024-08-08T20:19:05.5689320Z adding 'torch/include/ATen/ops/asin_meta.h' 2024-08-08T20:19:05.5690170Z adding 'torch/include/ATen/ops/asin_meta_dispatch.h' 2024-08-08T20:19:05.5691180Z adding 'torch/include/ATen/ops/asin_mps_dispatch.h' 2024-08-08T20:19:05.5692040Z adding 'torch/include/ATen/ops/asin_native.h' 2024-08-08T20:19:05.5693220Z adding 'torch/include/ATen/ops/asin_ops.h' 2024-08-08T20:19:05.5694190Z adding 'torch/include/ATen/ops/asinh.h' 2024-08-08T20:19:05.5695380Z adding 'torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5696110Z adding 'torch/include/ATen/ops/asinh_cpu_dispatch.h' 2024-08-08T20:19:05.5697010Z adding 'torch/include/ATen/ops/asinh_cuda_dispatch.h' 2024-08-08T20:19:05.5698010Z adding 'torch/include/ATen/ops/asinh_meta.h' 2024-08-08T20:19:05.5698840Z adding 'torch/include/ATen/ops/asinh_meta_dispatch.h' 2024-08-08T20:19:05.5699870Z adding 'torch/include/ATen/ops/asinh_mps_dispatch.h' 2024-08-08T20:19:05.5700730Z adding 'torch/include/ATen/ops/asinh_native.h' 2024-08-08T20:19:05.5701960Z adding 'torch/include/ATen/ops/asinh_ops.h' 2024-08-08T20:19:05.5702940Z adding 'torch/include/ATen/ops/atan.h' 2024-08-08T20:19:05.5703910Z adding 'torch/include/ATen/ops/atan2.h' 2024-08-08T20:19:05.5705110Z adding 'torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5705830Z adding 'torch/include/ATen/ops/atan2_cpu_dispatch.h' 2024-08-08T20:19:05.5706890Z adding 'torch/include/ATen/ops/atan2_cuda_dispatch.h' 2024-08-08T20:19:05.5707680Z adding 'torch/include/ATen/ops/atan2_meta.h' 2024-08-08T20:19:05.5708790Z adding 'torch/include/ATen/ops/atan2_meta_dispatch.h' 2024-08-08T20:19:05.5709580Z adding 'torch/include/ATen/ops/atan2_mps_dispatch.h' 2024-08-08T20:19:05.5710630Z adding 'torch/include/ATen/ops/atan2_native.h' 2024-08-08T20:19:05.5711750Z adding 'torch/include/ATen/ops/atan2_ops.h' 2024-08-08T20:19:05.5712970Z adding 'torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5713650Z adding 'torch/include/ATen/ops/atan_cpu_dispatch.h' 2024-08-08T20:19:05.5714690Z adding 'torch/include/ATen/ops/atan_cuda_dispatch.h' 2024-08-08T20:19:05.5715680Z adding 'torch/include/ATen/ops/atan_meta.h' 2024-08-08T20:19:05.5716590Z adding 'torch/include/ATen/ops/atan_meta_dispatch.h' 2024-08-08T20:19:05.5717660Z adding 'torch/include/ATen/ops/atan_mps_dispatch.h' 2024-08-08T20:19:05.5718510Z adding 'torch/include/ATen/ops/atan_native.h' 2024-08-08T20:19:05.5719710Z adding 'torch/include/ATen/ops/atan_ops.h' 2024-08-08T20:19:05.5720680Z adding 'torch/include/ATen/ops/atanh.h' 2024-08-08T20:19:05.5721850Z adding 'torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5722530Z adding 'torch/include/ATen/ops/atanh_cpu_dispatch.h' 2024-08-08T20:19:05.5723410Z adding 'torch/include/ATen/ops/atanh_cuda_dispatch.h' 2024-08-08T20:19:05.5724410Z adding 'torch/include/ATen/ops/atanh_meta.h' 2024-08-08T20:19:05.5725400Z adding 'torch/include/ATen/ops/atanh_meta_dispatch.h' 2024-08-08T20:19:05.5726210Z adding 'torch/include/ATen/ops/atanh_mps_dispatch.h' 2024-08-08T20:19:05.5727290Z adding 'torch/include/ATen/ops/atanh_native.h' 2024-08-08T20:19:05.5729050Z adding 'torch/include/ATen/ops/atanh_ops.h' 2024-08-08T20:19:05.5730070Z adding 'torch/include/ATen/ops/atleast_1d.h' 2024-08-08T20:19:05.5731210Z adding 'torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5731990Z adding 'torch/include/ATen/ops/atleast_1d_native.h' 2024-08-08T20:19:05.5733190Z adding 'torch/include/ATen/ops/atleast_1d_ops.h' 2024-08-08T20:19:05.5734030Z adding 'torch/include/ATen/ops/atleast_2d.h' 2024-08-08T20:19:05.5735290Z adding 'torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5735950Z adding 'torch/include/ATen/ops/atleast_2d_native.h' 2024-08-08T20:19:05.5737150Z adding 'torch/include/ATen/ops/atleast_2d_ops.h' 2024-08-08T20:19:05.5738010Z adding 'torch/include/ATen/ops/atleast_3d.h' 2024-08-08T20:19:05.5739290Z adding 'torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5739980Z adding 'torch/include/ATen/ops/atleast_3d_native.h' 2024-08-08T20:19:05.5741160Z adding 'torch/include/ATen/ops/atleast_3d_ops.h' 2024-08-08T20:19:05.5742150Z adding 'torch/include/ATen/ops/avg_pool1d.h' 2024-08-08T20:19:05.5743300Z adding 'torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5744040Z adding 'torch/include/ATen/ops/avg_pool1d_native.h' 2024-08-08T20:19:05.5745220Z adding 'torch/include/ATen/ops/avg_pool1d_ops.h' 2024-08-08T20:19:05.5746280Z adding 'torch/include/ATen/ops/avg_pool2d.h' 2024-08-08T20:19:05.5747450Z adding 'torch/include/ATen/ops/avg_pool2d_backward.h' 2024-08-08T20:19:05.5748690Z adding 'torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5749490Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h' 2024-08-08T20:19:05.5750420Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h' 2024-08-08T20:19:05.5751380Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta.h' 2024-08-08T20:19:05.5752600Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h' 2024-08-08T20:19:05.5753540Z adding 'torch/include/ATen/ops/avg_pool2d_backward_mps_dispatch.h' 2024-08-08T20:19:05.5754620Z adding 'torch/include/ATen/ops/avg_pool2d_backward_native.h' 2024-08-08T20:19:05.5755980Z adding 'torch/include/ATen/ops/avg_pool2d_backward_ops.h' 2024-08-08T20:19:05.5757130Z adding 'torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5758100Z adding 'torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h' 2024-08-08T20:19:05.5759280Z adding 'torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h' 2024-08-08T20:19:05.5764410Z adding 'torch/include/ATen/ops/avg_pool2d_meta.h' 2024-08-08T20:19:05.5764890Z adding 'torch/include/ATen/ops/avg_pool2d_meta_dispatch.h' 2024-08-08T20:19:05.5765380Z adding 'torch/include/ATen/ops/avg_pool2d_mps_dispatch.h' 2024-08-08T20:19:05.5765830Z adding 'torch/include/ATen/ops/avg_pool2d_native.h' 2024-08-08T20:19:05.5766250Z adding 'torch/include/ATen/ops/avg_pool2d_ops.h' 2024-08-08T20:19:05.5766630Z adding 'torch/include/ATen/ops/avg_pool3d.h' 2024-08-08T20:19:05.5767470Z adding 'torch/include/ATen/ops/avg_pool3d_backward.h' 2024-08-08T20:19:05.5768840Z adding 'torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5769610Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h' 2024-08-08T20:19:05.5770620Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h' 2024-08-08T20:19:05.5771640Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta.h' 2024-08-08T20:19:05.5772860Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h' 2024-08-08T20:19:05.5773830Z adding 'torch/include/ATen/ops/avg_pool3d_backward_native.h' 2024-08-08T20:19:05.5775160Z adding 'torch/include/ATen/ops/avg_pool3d_backward_ops.h' 2024-08-08T20:19:05.5776470Z adding 'torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5777270Z adding 'torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h' 2024-08-08T20:19:05.5778290Z adding 'torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h' 2024-08-08T20:19:05.5779370Z adding 'torch/include/ATen/ops/avg_pool3d_meta.h' 2024-08-08T20:19:05.5780330Z adding 'torch/include/ATen/ops/avg_pool3d_meta_dispatch.h' 2024-08-08T20:19:05.5781520Z adding 'torch/include/ATen/ops/avg_pool3d_native.h' 2024-08-08T20:19:05.5782740Z adding 'torch/include/ATen/ops/avg_pool3d_ops.h' 2024-08-08T20:19:05.5783830Z adding 'torch/include/ATen/ops/baddbmm.h' 2024-08-08T20:19:05.5785120Z adding 'torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5785890Z adding 'torch/include/ATen/ops/baddbmm_cpu_dispatch.h' 2024-08-08T20:19:05.5786970Z adding 'torch/include/ATen/ops/baddbmm_cuda_dispatch.h' 2024-08-08T20:19:05.5788020Z adding 'torch/include/ATen/ops/baddbmm_meta.h' 2024-08-08T20:19:05.5789070Z adding 'torch/include/ATen/ops/baddbmm_meta_dispatch.h' 2024-08-08T20:19:05.5789960Z adding 'torch/include/ATen/ops/baddbmm_mps_dispatch.h' 2024-08-08T20:19:05.5791100Z adding 'torch/include/ATen/ops/baddbmm_native.h' 2024-08-08T20:19:05.5792340Z adding 'torch/include/ATen/ops/baddbmm_ops.h' 2024-08-08T20:19:05.5793620Z adding 'torch/include/ATen/ops/bartlett_window.h' 2024-08-08T20:19:05.5794940Z adding 'torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5795800Z adding 'torch/include/ATen/ops/bartlett_window_native.h' 2024-08-08T20:19:05.5797160Z adding 'torch/include/ATen/ops/bartlett_window_ops.h' 2024-08-08T20:19:05.5798230Z adding 'torch/include/ATen/ops/batch_norm.h' 2024-08-08T20:19:05.5799410Z adding 'torch/include/ATen/ops/batch_norm_backward.h' 2024-08-08T20:19:05.5800530Z adding 'torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h' 2024-08-08T20:19:05.5801440Z adding 'torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h' 2024-08-08T20:19:05.5802640Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt.h' 2024-08-08T20:19:05.5803720Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5804610Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h' 2024-08-08T20:19:05.5805560Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_native.h' 2024-08-08T20:19:05.5806830Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_ops.h' 2024-08-08T20:19:05.5807700Z adding 'torch/include/ATen/ops/batch_norm_backward_mps_dispatch.h' 2024-08-08T20:19:05.5808840Z adding 'torch/include/ATen/ops/batch_norm_backward_native.h' 2024-08-08T20:19:05.5810020Z adding 'torch/include/ATen/ops/batch_norm_backward_ops.h' 2024-08-08T20:19:05.5811180Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce.h' 2024-08-08T20:19:05.5812440Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5813250Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h' 2024-08-08T20:19:05.5814180Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_native.h' 2024-08-08T20:19:05.5815630Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_ops.h' 2024-08-08T20:19:05.5816690Z adding 'torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5817660Z adding 'torch/include/ATen/ops/batch_norm_elemt.h' 2024-08-08T20:19:05.5818890Z adding 'torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h' 2024-08-08T20:19:05.5820250Z adding 'torch/include/ATen/ops/batch_norm_elemt_native.h' 2024-08-08T20:19:05.5821390Z adding 'torch/include/ATen/ops/batch_norm_elemt_ops.h' 2024-08-08T20:19:05.5822560Z adding 'torch/include/ATen/ops/batch_norm_gather_stats.h' 2024-08-08T20:19:05.5823740Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5824580Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h' 2024-08-08T20:19:05.5825530Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_native.h' 2024-08-08T20:19:05.5826820Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_ops.h' 2024-08-08T20:19:05.5827950Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h' 2024-08-08T20:19:05.5829020Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5829900Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h' 2024-08-08T20:19:05.5830850Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h' 2024-08-08T20:19:05.5832130Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h' 2024-08-08T20:19:05.5832880Z adding 'torch/include/ATen/ops/batch_norm_native.h' 2024-08-08T20:19:05.5834060Z adding 'torch/include/ATen/ops/batch_norm_ops.h' 2024-08-08T20:19:05.5835090Z adding 'torch/include/ATen/ops/batch_norm_stats.h' 2024-08-08T20:19:05.5836250Z adding 'torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5837020Z adding 'torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h' 2024-08-08T20:19:05.5837980Z adding 'torch/include/ATen/ops/batch_norm_stats_native.h' 2024-08-08T20:19:05.5839100Z adding 'torch/include/ATen/ops/batch_norm_stats_ops.h' 2024-08-08T20:19:05.5840170Z adding 'torch/include/ATen/ops/batch_norm_update_stats.h' 2024-08-08T20:19:05.5841270Z adding 'torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5842070Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h' 2024-08-08T20:19:05.5842990Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h' 2024-08-08T20:19:05.5843890Z adding 'torch/include/ATen/ops/batch_norm_update_stats_native.h' 2024-08-08T20:19:05.5845130Z adding 'torch/include/ATen/ops/batch_norm_update_stats_ops.h' 2024-08-08T20:19:05.5846190Z adding 'torch/include/ATen/ops/bernoulli.h' 2024-08-08T20:19:05.5847380Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5848310Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5849130Z adding 'torch/include/ATen/ops/bernoulli_cpu_dispatch.h' 2024-08-08T20:19:05.5850210Z adding 'torch/include/ATen/ops/bernoulli_cuda_dispatch.h' 2024-08-08T20:19:05.5851040Z adding 'torch/include/ATen/ops/bernoulli_meta_dispatch.h' 2024-08-08T20:19:05.5856800Z adding 'torch/include/ATen/ops/bernoulli_mps_dispatch.h' 2024-08-08T20:19:05.5857290Z adding 'torch/include/ATen/ops/bernoulli_native.h' 2024-08-08T20:19:05.5857700Z adding 'torch/include/ATen/ops/bernoulli_ops.h' 2024-08-08T20:19:05.5858080Z adding 'torch/include/ATen/ops/bilinear.h' 2024-08-08T20:19:05.5858610Z adding 'torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5859170Z adding 'torch/include/ATen/ops/bilinear_native.h' 2024-08-08T20:19:05.5859570Z adding 'torch/include/ATen/ops/bilinear_ops.h' 2024-08-08T20:19:05.5860000Z adding 'torch/include/ATen/ops/binary_cross_entropy.h' 2024-08-08T20:19:05.5861170Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward.h' 2024-08-08T20:19:05.5862300Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h' 2024-08-08T20:19:05.5863310Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h' 2024-08-08T20:19:05.5864320Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_mps_dispatch.h' 2024-08-08T20:19:05.5865380Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_native.h' 2024-08-08T20:19:05.5866700Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_ops.h' 2024-08-08T20:19:05.5867660Z adding 'torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h' 2024-08-08T20:19:05.5868670Z adding 'torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h' 2024-08-08T20:19:05.5869640Z adding 'torch/include/ATen/ops/binary_cross_entropy_mps_dispatch.h' 2024-08-08T20:19:05.5870720Z adding 'torch/include/ATen/ops/binary_cross_entropy_native.h' 2024-08-08T20:19:05.5872010Z adding 'torch/include/ATen/ops/binary_cross_entropy_ops.h' 2024-08-08T20:19:05.5873190Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits.h' 2024-08-08T20:19:05.5874360Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5875300Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h' 2024-08-08T20:19:05.5876690Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h' 2024-08-08T20:19:05.5877620Z adding 'torch/include/ATen/ops/bincount.h' 2024-08-08T20:19:05.5878970Z adding 'torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5879780Z adding 'torch/include/ATen/ops/bincount_cpu_dispatch.h' 2024-08-08T20:19:05.5880760Z adding 'torch/include/ATen/ops/bincount_cuda_dispatch.h' 2024-08-08T20:19:05.5881840Z adding 'torch/include/ATen/ops/bincount_mps_dispatch.h' 2024-08-08T20:19:05.5882820Z adding 'torch/include/ATen/ops/bincount_native.h' 2024-08-08T20:19:05.5884030Z adding 'torch/include/ATen/ops/bincount_ops.h' 2024-08-08T20:19:05.5885120Z adding 'torch/include/ATen/ops/binomial.h' 2024-08-08T20:19:05.5886340Z adding 'torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5887130Z adding 'torch/include/ATen/ops/binomial_cpu_dispatch.h' 2024-08-08T20:19:05.5888240Z adding 'torch/include/ATen/ops/binomial_cuda_dispatch.h' 2024-08-08T20:19:05.5889110Z adding 'torch/include/ATen/ops/binomial_native.h' 2024-08-08T20:19:05.5890380Z adding 'torch/include/ATen/ops/binomial_ops.h' 2024-08-08T20:19:05.5891580Z adding 'torch/include/ATen/ops/bitwise_and.h' 2024-08-08T20:19:05.5892830Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5893830Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5894670Z adding 'torch/include/ATen/ops/bitwise_and_cpu_dispatch.h' 2024-08-08T20:19:05.5895660Z adding 'torch/include/ATen/ops/bitwise_and_cuda_dispatch.h' 2024-08-08T20:19:05.5896750Z adding 'torch/include/ATen/ops/bitwise_and_meta.h' 2024-08-08T20:19:05.5897770Z adding 'torch/include/ATen/ops/bitwise_and_meta_dispatch.h' 2024-08-08T20:19:05.5898760Z adding 'torch/include/ATen/ops/bitwise_and_mps_dispatch.h' 2024-08-08T20:19:05.5899710Z adding 'torch/include/ATen/ops/bitwise_and_native.h' 2024-08-08T20:19:05.5901250Z adding 'torch/include/ATen/ops/bitwise_and_ops.h' 2024-08-08T20:19:05.5902500Z adding 'torch/include/ATen/ops/bitwise_left_shift.h' 2024-08-08T20:19:05.5903800Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5904780Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5905630Z adding 'torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h' 2024-08-08T20:19:05.5906610Z adding 'torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h' 2024-08-08T20:19:05.5907650Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta.h' 2024-08-08T20:19:05.5908690Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h' 2024-08-08T20:19:05.5909600Z adding 'torch/include/ATen/ops/bitwise_left_shift_mps_dispatch.h' 2024-08-08T20:19:05.5910670Z adding 'torch/include/ATen/ops/bitwise_left_shift_native.h' 2024-08-08T20:19:05.5912140Z adding 'torch/include/ATen/ops/bitwise_left_shift_ops.h' 2024-08-08T20:19:05.5913190Z adding 'torch/include/ATen/ops/bitwise_not.h' 2024-08-08T20:19:05.5914460Z adding 'torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5915210Z adding 'torch/include/ATen/ops/bitwise_not_cpu_dispatch.h' 2024-08-08T20:19:05.5916190Z adding 'torch/include/ATen/ops/bitwise_not_cuda_dispatch.h' 2024-08-08T20:19:05.5917270Z adding 'torch/include/ATen/ops/bitwise_not_meta.h' 2024-08-08T20:19:05.5918170Z adding 'torch/include/ATen/ops/bitwise_not_meta_dispatch.h' 2024-08-08T20:19:05.5919150Z adding 'torch/include/ATen/ops/bitwise_not_mps_dispatch.h' 2024-08-08T20:19:05.5920260Z adding 'torch/include/ATen/ops/bitwise_not_native.h' 2024-08-08T20:19:05.5921420Z adding 'torch/include/ATen/ops/bitwise_not_ops.h' 2024-08-08T20:19:05.5922600Z adding 'torch/include/ATen/ops/bitwise_or.h' 2024-08-08T20:19:05.5923840Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5924820Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5925620Z adding 'torch/include/ATen/ops/bitwise_or_cpu_dispatch.h' 2024-08-08T20:19:05.5926670Z adding 'torch/include/ATen/ops/bitwise_or_cuda_dispatch.h' 2024-08-08T20:19:05.5927640Z adding 'torch/include/ATen/ops/bitwise_or_meta.h' 2024-08-08T20:19:05.5928600Z adding 'torch/include/ATen/ops/bitwise_or_meta_dispatch.h' 2024-08-08T20:19:05.5929530Z adding 'torch/include/ATen/ops/bitwise_or_mps_dispatch.h' 2024-08-08T20:19:05.5930690Z adding 'torch/include/ATen/ops/bitwise_or_native.h' 2024-08-08T20:19:05.5932190Z adding 'torch/include/ATen/ops/bitwise_or_ops.h' 2024-08-08T20:19:05.5933420Z adding 'torch/include/ATen/ops/bitwise_right_shift.h' 2024-08-08T20:19:05.5934660Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5935700Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5936520Z adding 'torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h' 2024-08-08T20:19:05.5937480Z adding 'torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h' 2024-08-08T20:19:05.5938380Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta.h' 2024-08-08T20:19:05.5939400Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h' 2024-08-08T20:19:05.5940380Z adding 'torch/include/ATen/ops/bitwise_right_shift_mps_dispatch.h' 2024-08-08T20:19:05.5941480Z adding 'torch/include/ATen/ops/bitwise_right_shift_native.h' 2024-08-08T20:19:05.5942980Z adding 'torch/include/ATen/ops/bitwise_right_shift_ops.h' 2024-08-08T20:19:05.5944140Z adding 'torch/include/ATen/ops/bitwise_xor.h' 2024-08-08T20:19:05.5948580Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5949380Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5950040Z adding 'torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h' 2024-08-08T20:19:05.5950530Z adding 'torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h' 2024-08-08T20:19:05.5951000Z adding 'torch/include/ATen/ops/bitwise_xor_meta.h' 2024-08-08T20:19:05.5951460Z adding 'torch/include/ATen/ops/bitwise_xor_meta_dispatch.h' 2024-08-08T20:19:05.5951960Z adding 'torch/include/ATen/ops/bitwise_xor_mps_dispatch.h' 2024-08-08T20:19:05.5952420Z adding 'torch/include/ATen/ops/bitwise_xor_native.h' 2024-08-08T20:19:05.5953800Z adding 'torch/include/ATen/ops/bitwise_xor_ops.h' 2024-08-08T20:19:05.5955070Z adding 'torch/include/ATen/ops/blackman_window.h' 2024-08-08T20:19:05.5956390Z adding 'torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5957240Z adding 'torch/include/ATen/ops/blackman_window_native.h' 2024-08-08T20:19:05.5958570Z adding 'torch/include/ATen/ops/blackman_window_ops.h' 2024-08-08T20:19:05.5959620Z adding 'torch/include/ATen/ops/block_diag.h' 2024-08-08T20:19:05.5960840Z adding 'torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5961590Z adding 'torch/include/ATen/ops/block_diag_native.h' 2024-08-08T20:19:05.5962820Z adding 'torch/include/ATen/ops/block_diag_ops.h' 2024-08-08T20:19:05.5963870Z adding 'torch/include/ATen/ops/bmm.h' 2024-08-08T20:19:05.5965170Z adding 'torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.5965970Z adding 'torch/include/ATen/ops/bmm_cpu_dispatch.h' 2024-08-08T20:19:05.5967020Z adding 'torch/include/ATen/ops/bmm_cuda_dispatch.h' 2024-08-08T20:19:05.5967940Z adding 'torch/include/ATen/ops/bmm_meta.h' 2024-08-08T20:19:05.5969090Z adding 'torch/include/ATen/ops/bmm_meta_dispatch.h' 2024-08-08T20:19:05.5970020Z adding 'torch/include/ATen/ops/bmm_mps_dispatch.h' 2024-08-08T20:19:05.5971210Z adding 'torch/include/ATen/ops/bmm_native.h' 2024-08-08T20:19:05.5972330Z adding 'torch/include/ATen/ops/bmm_ops.h' 2024-08-08T20:19:05.5973420Z adding 'torch/include/ATen/ops/broadcast_tensors.h' 2024-08-08T20:19:05.5974670Z adding 'torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5975480Z adding 'torch/include/ATen/ops/broadcast_tensors_native.h' 2024-08-08T20:19:05.5976590Z adding 'torch/include/ATen/ops/broadcast_tensors_ops.h' 2024-08-08T20:19:05.5977710Z adding 'torch/include/ATen/ops/broadcast_to.h' 2024-08-08T20:19:05.5978890Z adding 'torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5979710Z adding 'torch/include/ATen/ops/broadcast_to_native.h' 2024-08-08T20:19:05.5980820Z adding 'torch/include/ATen/ops/broadcast_to_ops.h' 2024-08-08T20:19:05.5981980Z adding 'torch/include/ATen/ops/bucketize.h' 2024-08-08T20:19:05.5983210Z adding 'torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.5984060Z adding 'torch/include/ATen/ops/bucketize_cpu_dispatch.h' 2024-08-08T20:19:05.5985200Z adding 'torch/include/ATen/ops/bucketize_cuda_dispatch.h' 2024-08-08T20:19:05.5986130Z adding 'torch/include/ATen/ops/bucketize_mps_dispatch.h' 2024-08-08T20:19:05.5987270Z adding 'torch/include/ATen/ops/bucketize_native.h' 2024-08-08T20:19:05.5988530Z adding 'torch/include/ATen/ops/bucketize_ops.h' 2024-08-08T20:19:05.5989560Z adding 'torch/include/ATen/ops/can_cast.h' 2024-08-08T20:19:05.5990780Z adding 'torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5991700Z adding 'torch/include/ATen/ops/can_cast_native.h' 2024-08-08T20:19:05.5992790Z adding 'torch/include/ATen/ops/can_cast_ops.h' 2024-08-08T20:19:05.5993790Z adding 'torch/include/ATen/ops/cartesian_prod.h' 2024-08-08T20:19:05.5995010Z adding 'torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.5995850Z adding 'torch/include/ATen/ops/cartesian_prod_native.h' 2024-08-08T20:19:05.5996920Z adding 'torch/include/ATen/ops/cartesian_prod_ops.h' 2024-08-08T20:19:05.5998070Z adding 'torch/include/ATen/ops/cat.h' 2024-08-08T20:19:05.5999280Z adding 'torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.6000270Z adding 'torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6001210Z adding 'torch/include/ATen/ops/cat_cpu_dispatch.h' 2024-08-08T20:19:05.6002220Z adding 'torch/include/ATen/ops/cat_cuda_dispatch.h' 2024-08-08T20:19:05.6003700Z adding 'torch/include/ATen/ops/cat_meta.h' 2024-08-08T20:19:05.6004670Z adding 'torch/include/ATen/ops/cat_meta_dispatch.h' 2024-08-08T20:19:05.6005580Z adding 'torch/include/ATen/ops/cat_mps_dispatch.h' 2024-08-08T20:19:05.6006610Z adding 'torch/include/ATen/ops/cat_native.h' 2024-08-08T20:19:05.6007780Z adding 'torch/include/ATen/ops/cat_ops.h' 2024-08-08T20:19:05.6008820Z adding 'torch/include/ATen/ops/cauchy.h' 2024-08-08T20:19:05.6010040Z adding 'torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6010850Z adding 'torch/include/ATen/ops/cauchy_cpu_dispatch.h' 2024-08-08T20:19:05.6011800Z adding 'torch/include/ATen/ops/cauchy_cuda_dispatch.h' 2024-08-08T20:19:05.6012750Z adding 'torch/include/ATen/ops/cauchy_meta_dispatch.h' 2024-08-08T20:19:05.6013640Z adding 'torch/include/ATen/ops/cauchy_native.h' 2024-08-08T20:19:05.6014780Z adding 'torch/include/ATen/ops/cauchy_ops.h' 2024-08-08T20:19:05.6015710Z adding 'torch/include/ATen/ops/ccol_indices.h' 2024-08-08T20:19:05.6016820Z adding 'torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6017710Z adding 'torch/include/ATen/ops/ccol_indices_copy.h' 2024-08-08T20:19:05.6018800Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6019840Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.6020490Z adding 'torch/include/ATen/ops/ccol_indices_copy_native.h' 2024-08-08T20:19:05.6021650Z adding 'torch/include/ATen/ops/ccol_indices_copy_ops.h' 2024-08-08T20:19:05.6022560Z adding 'torch/include/ATen/ops/ccol_indices_native.h' 2024-08-08T20:19:05.6023550Z adding 'torch/include/ATen/ops/ccol_indices_ops.h' 2024-08-08T20:19:05.6024480Z adding 'torch/include/ATen/ops/cdist.h' 2024-08-08T20:19:05.6025600Z adding 'torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6026410Z adding 'torch/include/ATen/ops/cdist_native.h' 2024-08-08T20:19:05.6027430Z adding 'torch/include/ATen/ops/cdist_ops.h' 2024-08-08T20:19:05.6028430Z adding 'torch/include/ATen/ops/ceil.h' 2024-08-08T20:19:05.6029580Z adding 'torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.6030420Z adding 'torch/include/ATen/ops/ceil_cpu_dispatch.h' 2024-08-08T20:19:05.6031360Z adding 'torch/include/ATen/ops/ceil_cuda_dispatch.h' 2024-08-08T20:19:05.6032260Z adding 'torch/include/ATen/ops/ceil_meta.h' 2024-08-08T20:19:05.6033220Z adding 'torch/include/ATen/ops/ceil_meta_dispatch.h' 2024-08-08T20:19:05.6034120Z adding 'torch/include/ATen/ops/ceil_mps_dispatch.h' 2024-08-08T20:19:05.6035090Z adding 'torch/include/ATen/ops/ceil_native.h' 2024-08-08T20:19:05.6036230Z adding 'torch/include/ATen/ops/ceil_ops.h' 2024-08-08T20:19:05.6037180Z adding 'torch/include/ATen/ops/celu.h' 2024-08-08T20:19:05.6038360Z adding 'torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6039180Z adding 'torch/include/ATen/ops/celu_native.h' 2024-08-08T20:19:05.6040270Z adding 'torch/include/ATen/ops/celu_ops.h' 2024-08-08T20:19:05.6041270Z adding 'torch/include/ATen/ops/chain_matmul.h' 2024-08-08T20:19:05.6042390Z adding 'torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6043190Z adding 'torch/include/ATen/ops/chain_matmul_native.h' 2024-08-08T20:19:05.6044230Z adding 'torch/include/ATen/ops/chain_matmul_ops.h' 2024-08-08T20:19:05.6045110Z adding 'torch/include/ATen/ops/chalf.h' 2024-08-08T20:19:05.6046230Z adding 'torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6046990Z adding 'torch/include/ATen/ops/chalf_native.h' 2024-08-08T20:19:05.6048070Z adding 'torch/include/ATen/ops/chalf_ops.h' 2024-08-08T20:19:05.6049220Z adding 'torch/include/ATen/ops/channel_shuffle.h' 2024-08-08T20:19:05.6050390Z adding 'torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6051250Z adding 'torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h' 2024-08-08T20:19:05.6052380Z adding 'torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h' 2024-08-08T20:19:05.6053140Z adding 'torch/include/ATen/ops/channel_shuffle_native.h' 2024-08-08T20:19:05.6054280Z adding 'torch/include/ATen/ops/channel_shuffle_ops.h' 2024-08-08T20:19:05.6055290Z adding 'torch/include/ATen/ops/cholesky.h' 2024-08-08T20:19:05.6056390Z adding 'torch/include/ATen/ops/cholesky_cpu_dispatch.h' 2024-08-08T20:19:05.6057420Z adding 'torch/include/ATen/ops/cholesky_cuda_dispatch.h' 2024-08-08T20:19:05.6058390Z adding 'torch/include/ATen/ops/cholesky_inverse.h' 2024-08-08T20:19:05.6059470Z adding 'torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h' 2024-08-08T20:19:05.6060460Z adding 'torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h' 2024-08-08T20:19:05.6061810Z adding 'torch/include/ATen/ops/cholesky_inverse_native.h' 2024-08-08T20:19:05.6062960Z adding 'torch/include/ATen/ops/cholesky_inverse_ops.h' 2024-08-08T20:19:05.6064010Z adding 'torch/include/ATen/ops/cholesky_native.h' 2024-08-08T20:19:05.6065130Z adding 'torch/include/ATen/ops/cholesky_ops.h' 2024-08-08T20:19:05.6066210Z adding 'torch/include/ATen/ops/cholesky_solve.h' 2024-08-08T20:19:05.6067440Z adding 'torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6068300Z adding 'torch/include/ATen/ops/cholesky_solve_native.h' 2024-08-08T20:19:05.6069440Z adding 'torch/include/ATen/ops/cholesky_solve_ops.h' 2024-08-08T20:19:05.6070510Z adding 'torch/include/ATen/ops/choose_qparams_optimized.h' 2024-08-08T20:19:05.6071750Z adding 'torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6072620Z adding 'torch/include/ATen/ops/choose_qparams_optimized_native.h' 2024-08-08T20:19:05.6073710Z adding 'torch/include/ATen/ops/choose_qparams_optimized_ops.h' 2024-08-08T20:19:05.6074630Z adding 'torch/include/ATen/ops/chunk.h' 2024-08-08T20:19:05.6079610Z adding 'torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6079850Z adding 'torch/include/ATen/ops/chunk_native.h' 2024-08-08T20:19:05.6080060Z adding 'torch/include/ATen/ops/chunk_ops.h' 2024-08-08T20:19:05.6080190Z adding 'torch/include/ATen/ops/clamp.h' 2024-08-08T20:19:05.6080540Z adding 'torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.6081160Z adding 'torch/include/ATen/ops/clamp_cpu_dispatch.h' 2024-08-08T20:19:05.6082240Z adding 'torch/include/ATen/ops/clamp_cuda_dispatch.h' 2024-08-08T20:19:05.6083380Z adding 'torch/include/ATen/ops/clamp_max.h' 2024-08-08T20:19:05.6084680Z adding 'torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.6085620Z adding 'torch/include/ATen/ops/clamp_max_cpu_dispatch.h' 2024-08-08T20:19:05.6086600Z adding 'torch/include/ATen/ops/clamp_max_cuda_dispatch.h' 2024-08-08T20:19:05.6087600Z adding 'torch/include/ATen/ops/clamp_max_meta.h' 2024-08-08T20:19:05.6088640Z adding 'torch/include/ATen/ops/clamp_max_meta_dispatch.h' 2024-08-08T20:19:05.6089640Z adding 'torch/include/ATen/ops/clamp_max_mps_dispatch.h' 2024-08-08T20:19:05.6090690Z adding 'torch/include/ATen/ops/clamp_max_native.h' 2024-08-08T20:19:05.6092000Z adding 'torch/include/ATen/ops/clamp_max_ops.h' 2024-08-08T20:19:05.6093040Z adding 'torch/include/ATen/ops/clamp_meta.h' 2024-08-08T20:19:05.6094140Z adding 'torch/include/ATen/ops/clamp_meta_dispatch.h' 2024-08-08T20:19:05.6095250Z adding 'torch/include/ATen/ops/clamp_min.h' 2024-08-08T20:19:05.6096520Z adding 'torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.6097380Z adding 'torch/include/ATen/ops/clamp_min_cpu_dispatch.h' 2024-08-08T20:19:05.6098390Z adding 'torch/include/ATen/ops/clamp_min_cuda_dispatch.h' 2024-08-08T20:19:05.6099390Z adding 'torch/include/ATen/ops/clamp_min_meta.h' 2024-08-08T20:19:05.6100420Z adding 'torch/include/ATen/ops/clamp_min_meta_dispatch.h' 2024-08-08T20:19:05.6101430Z adding 'torch/include/ATen/ops/clamp_min_mps_dispatch.h' 2024-08-08T20:19:05.6102480Z adding 'torch/include/ATen/ops/clamp_min_native.h' 2024-08-08T20:19:05.6104670Z adding 'torch/include/ATen/ops/clamp_min_ops.h' 2024-08-08T20:19:05.6106070Z adding 'torch/include/ATen/ops/clamp_mps_dispatch.h' 2024-08-08T20:19:05.6107310Z adding 'torch/include/ATen/ops/clamp_native.h' 2024-08-08T20:19:05.6108810Z adding 'torch/include/ATen/ops/clamp_ops.h' 2024-08-08T20:19:05.6110170Z adding 'torch/include/ATen/ops/clip.h' 2024-08-08T20:19:05.6111460Z adding 'torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6112450Z adding 'torch/include/ATen/ops/clip_native.h' 2024-08-08T20:19:05.6113850Z adding 'torch/include/ATen/ops/clip_ops.h' 2024-08-08T20:19:05.6114990Z adding 'torch/include/ATen/ops/clone.h' 2024-08-08T20:19:05.6116270Z adding 'torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6117220Z adding 'torch/include/ATen/ops/clone_native.h' 2024-08-08T20:19:05.6118390Z adding 'torch/include/ATen/ops/clone_ops.h' 2024-08-08T20:19:05.6119410Z adding 'torch/include/ATen/ops/coalesce.h' 2024-08-08T20:19:05.6120650Z adding 'torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6121550Z adding 'torch/include/ATen/ops/coalesce_native.h' 2024-08-08T20:19:05.6122660Z adding 'torch/include/ATen/ops/coalesce_ops.h' 2024-08-08T20:19:05.6124030Z adding 'torch/include/ATen/ops/col2im.h' 2024-08-08T20:19:05.6125230Z adding 'torch/include/ATen/ops/col2im_cpu_dispatch.h' 2024-08-08T20:19:05.6126350Z adding 'torch/include/ATen/ops/col2im_cuda_dispatch.h' 2024-08-08T20:19:05.6127380Z adding 'torch/include/ATen/ops/col2im_native.h' 2024-08-08T20:19:05.6128590Z adding 'torch/include/ATen/ops/col2im_ops.h' 2024-08-08T20:19:05.6129600Z adding 'torch/include/ATen/ops/col_indices.h' 2024-08-08T20:19:05.6130830Z adding 'torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6131770Z adding 'torch/include/ATen/ops/col_indices_copy.h' 2024-08-08T20:19:05.6133010Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6134150Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.6135000Z adding 'torch/include/ATen/ops/col_indices_copy_native.h' 2024-08-08T20:19:05.6136140Z adding 'torch/include/ATen/ops/col_indices_copy_ops.h' 2024-08-08T20:19:05.6137160Z adding 'torch/include/ATen/ops/col_indices_native.h' 2024-08-08T20:19:05.6138230Z adding 'torch/include/ATen/ops/col_indices_ops.h' 2024-08-08T20:19:05.6139340Z adding 'torch/include/ATen/ops/column_stack.h' 2024-08-08T20:19:05.6140580Z adding 'torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6141520Z adding 'torch/include/ATen/ops/column_stack_native.h' 2024-08-08T20:19:05.6142620Z adding 'torch/include/ATen/ops/column_stack_ops.h' 2024-08-08T20:19:05.6143700Z adding 'torch/include/ATen/ops/combinations.h' 2024-08-08T20:19:05.6144950Z adding 'torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6145730Z adding 'torch/include/ATen/ops/combinations_native.h' 2024-08-08T20:19:05.6146930Z adding 'torch/include/ATen/ops/combinations_ops.h' 2024-08-08T20:19:05.6147970Z adding 'torch/include/ATen/ops/complex.h' 2024-08-08T20:19:05.6149240Z adding 'torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6150140Z adding 'torch/include/ATen/ops/complex_cpu_dispatch.h' 2024-08-08T20:19:05.6151240Z adding 'torch/include/ATen/ops/complex_cuda_dispatch.h' 2024-08-08T20:19:05.6152300Z adding 'torch/include/ATen/ops/complex_mps_dispatch.h' 2024-08-08T20:19:05.6153360Z adding 'torch/include/ATen/ops/complex_native.h' 2024-08-08T20:19:05.6154570Z adding 'torch/include/ATen/ops/complex_ops.h' 2024-08-08T20:19:05.6155810Z adding 'torch/include/ATen/ops/concat.h' 2024-08-08T20:19:05.6157130Z adding 'torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6158110Z adding 'torch/include/ATen/ops/concat_native.h' 2024-08-08T20:19:05.6159470Z adding 'torch/include/ATen/ops/concat_ops.h' 2024-08-08T20:19:05.6160730Z adding 'torch/include/ATen/ops/concatenate.h' 2024-08-08T20:19:05.6162050Z adding 'torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6163000Z adding 'torch/include/ATen/ops/concatenate_native.h' 2024-08-08T20:19:05.6164370Z adding 'torch/include/ATen/ops/concatenate_ops.h' 2024-08-08T20:19:05.6165360Z adding 'torch/include/ATen/ops/conj.h' 2024-08-08T20:19:05.6166630Z adding 'torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6167570Z adding 'torch/include/ATen/ops/conj_native.h' 2024-08-08T20:19:05.6168710Z adding 'torch/include/ATen/ops/conj_ops.h' 2024-08-08T20:19:05.6169880Z adding 'torch/include/ATen/ops/conj_physical.h' 2024-08-08T20:19:05.6171160Z adding 'torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6172260Z adding 'torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6173270Z adding 'torch/include/ATen/ops/conj_physical_cpu_dispatch.h' 2024-08-08T20:19:05.6174330Z adding 'torch/include/ATen/ops/conj_physical_cuda_dispatch.h' 2024-08-08T20:19:05.6175400Z adding 'torch/include/ATen/ops/conj_physical_mps_dispatch.h' 2024-08-08T20:19:05.6176480Z adding 'torch/include/ATen/ops/conj_physical_native.h' 2024-08-08T20:19:05.6177720Z adding 'torch/include/ATen/ops/conj_physical_ops.h' 2024-08-08T20:19:05.6179070Z adding 'torch/include/ATen/ops/constant_pad_nd.h' 2024-08-08T20:19:05.6180450Z adding 'torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6181470Z adding 'torch/include/ATen/ops/constant_pad_nd_mps_dispatch.h' 2024-08-08T20:19:05.6182540Z adding 'torch/include/ATen/ops/constant_pad_nd_native.h' 2024-08-08T20:19:05.6183750Z adding 'torch/include/ATen/ops/constant_pad_nd_ops.h' 2024-08-08T20:19:05.6184780Z adding 'torch/include/ATen/ops/contiguous.h' 2024-08-08T20:19:05.6186100Z adding 'torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6187000Z adding 'torch/include/ATen/ops/contiguous_native.h' 2024-08-08T20:19:05.6188150Z adding 'torch/include/ATen/ops/contiguous_ops.h' 2024-08-08T20:19:05.6189540Z adding 'torch/include/ATen/ops/conv1d.h' 2024-08-08T20:19:05.6190930Z adding 'torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6191890Z adding 'torch/include/ATen/ops/conv1d_native.h' 2024-08-08T20:19:05.6193150Z adding 'torch/include/ATen/ops/conv1d_ops.h' 2024-08-08T20:19:05.6194530Z adding 'torch/include/ATen/ops/conv2d.h' 2024-08-08T20:19:05.6195960Z adding 'torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6196880Z adding 'torch/include/ATen/ops/conv2d_native.h' 2024-08-08T20:19:05.6198170Z adding 'torch/include/ATen/ops/conv2d_ops.h' 2024-08-08T20:19:05.6199520Z adding 'torch/include/ATen/ops/conv3d.h' 2024-08-08T20:19:05.6200870Z adding 'torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6201880Z adding 'torch/include/ATen/ops/conv3d_native.h' 2024-08-08T20:19:05.6203120Z adding 'torch/include/ATen/ops/conv3d_ops.h' 2024-08-08T20:19:05.6204660Z adding 'torch/include/ATen/ops/conv_depthwise3d.h' 2024-08-08T20:19:05.6206090Z adding 'torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6207140Z adding 'torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h' 2024-08-08T20:19:05.6208300Z adding 'torch/include/ATen/ops/conv_depthwise3d_native.h' 2024-08-08T20:19:05.6209540Z adding 'torch/include/ATen/ops/conv_depthwise3d_ops.h' 2024-08-08T20:19:05.6210670Z adding 'torch/include/ATen/ops/conv_tbc.h' 2024-08-08T20:19:05.6211850Z adding 'torch/include/ATen/ops/conv_tbc_backward.h' 2024-08-08T20:19:05.6213190Z adding 'torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6214120Z adding 'torch/include/ATen/ops/conv_tbc_backward_native.h' 2024-08-08T20:19:05.6215300Z adding 'torch/include/ATen/ops/conv_tbc_backward_ops.h' 2024-08-08T20:19:05.6216560Z adding 'torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6217530Z adding 'torch/include/ATen/ops/conv_tbc_native.h' 2024-08-08T20:19:05.6218760Z adding 'torch/include/ATen/ops/conv_tbc_ops.h' 2024-08-08T20:19:05.6220080Z adding 'torch/include/ATen/ops/conv_transpose1d.h' 2024-08-08T20:19:05.6221490Z adding 'torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6222430Z adding 'torch/include/ATen/ops/conv_transpose1d_native.h' 2024-08-08T20:19:05.6223670Z adding 'torch/include/ATen/ops/conv_transpose1d_ops.h' 2024-08-08T20:19:05.6224950Z adding 'torch/include/ATen/ops/conv_transpose2d.h' 2024-08-08T20:19:05.6226300Z adding 'torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6227260Z adding 'torch/include/ATen/ops/conv_transpose2d_native.h' 2024-08-08T20:19:05.6228470Z adding 'torch/include/ATen/ops/conv_transpose2d_ops.h' 2024-08-08T20:19:05.6229720Z adding 'torch/include/ATen/ops/conv_transpose3d.h' 2024-08-08T20:19:05.6231060Z adding 'torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6232040Z adding 'torch/include/ATen/ops/conv_transpose3d_native.h' 2024-08-08T20:19:05.6233200Z adding 'torch/include/ATen/ops/conv_transpose3d_ops.h' 2024-08-08T20:19:05.6234710Z adding 'torch/include/ATen/ops/convolution.h' 2024-08-08T20:19:05.6236550Z adding 'torch/include/ATen/ops/convolution_backward.h' 2024-08-08T20:19:05.6238090Z adding 'torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6239220Z adding 'torch/include/ATen/ops/convolution_backward_cuda_dispatch.h' 2024-08-08T20:19:05.6240330Z adding 'torch/include/ATen/ops/convolution_backward_native.h' 2024-08-08T20:19:05.6241710Z adding 'torch/include/ATen/ops/convolution_backward_ops.h' 2024-08-08T20:19:05.6243450Z adding 'torch/include/ATen/ops/convolution_backward_overrideable.h' 2024-08-08T20:19:05.6244960Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6245980Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_native.h' 2024-08-08T20:19:05.6247350Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_ops.h' 2024-08-08T20:19:05.6248640Z adding 'torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6249630Z adding 'torch/include/ATen/ops/convolution_native.h' 2024-08-08T20:19:05.6250910Z adding 'torch/include/ATen/ops/convolution_ops.h' 2024-08-08T20:19:05.6252640Z adding 'torch/include/ATen/ops/convolution_overrideable.h' 2024-08-08T20:19:05.6254120Z adding 'torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6255060Z adding 'torch/include/ATen/ops/convolution_overrideable_native.h' 2024-08-08T20:19:05.6256340Z adding 'torch/include/ATen/ops/convolution_overrideable_ops.h' 2024-08-08T20:19:05.6257400Z adding 'torch/include/ATen/ops/copy.h' 2024-08-08T20:19:05.6258710Z adding 'torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6259940Z adding 'torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.6260860Z adding 'torch/include/ATen/ops/copy_meta_dispatch.h' 2024-08-08T20:19:05.6261940Z adding 'torch/include/ATen/ops/copy_native.h' 2024-08-08T20:19:05.6263190Z adding 'torch/include/ATen/ops/copy_ops.h' 2024-08-08T20:19:05.6264430Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse.h' 2024-08-08T20:19:05.6265740Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6266750Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h' 2024-08-08T20:19:05.6267790Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_native.h' 2024-08-08T20:19:05.6269060Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_ops.h' 2024-08-08T20:19:05.6274260Z adding 'torch/include/ATen/ops/copysign.h' 2024-08-08T20:19:05.6274680Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6275060Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.6275260Z adding 'torch/include/ATen/ops/copysign_cpu_dispatch.h' 2024-08-08T20:19:05.6275530Z adding 'torch/include/ATen/ops/copysign_cuda_dispatch.h' 2024-08-08T20:19:05.6275700Z adding 'torch/include/ATen/ops/copysign_meta.h' 2024-08-08T20:19:05.6276710Z adding 'torch/include/ATen/ops/copysign_meta_dispatch.h' 2024-08-08T20:19:05.6277940Z adding 'torch/include/ATen/ops/copysign_mps_dispatch.h' 2024-08-08T20:19:05.6279020Z adding 'torch/include/ATen/ops/copysign_native.h' 2024-08-08T20:19:05.6280370Z adding 'torch/include/ATen/ops/copysign_ops.h' 2024-08-08T20:19:05.6281510Z adding 'torch/include/ATen/ops/corrcoef.h' 2024-08-08T20:19:05.6282790Z adding 'torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6283680Z adding 'torch/include/ATen/ops/corrcoef_native.h' 2024-08-08T20:19:05.6284810Z adding 'torch/include/ATen/ops/corrcoef_ops.h' 2024-08-08T20:19:05.6285930Z adding 'torch/include/ATen/ops/cos.h' 2024-08-08T20:19:05.6287260Z adding 'torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.6288190Z adding 'torch/include/ATen/ops/cos_cpu_dispatch.h' 2024-08-08T20:19:05.6289240Z adding 'torch/include/ATen/ops/cos_cuda_dispatch.h' 2024-08-08T20:19:05.6290290Z adding 'torch/include/ATen/ops/cos_meta.h' 2024-08-08T20:19:05.6291400Z adding 'torch/include/ATen/ops/cos_meta_dispatch.h' 2024-08-08T20:19:05.6292470Z adding 'torch/include/ATen/ops/cos_mps_dispatch.h' 2024-08-08T20:19:05.6293570Z adding 'torch/include/ATen/ops/cos_native.h' 2024-08-08T20:19:05.6294810Z adding 'torch/include/ATen/ops/cos_ops.h' 2024-08-08T20:19:05.6295920Z adding 'torch/include/ATen/ops/cosh.h' 2024-08-08T20:19:05.6297260Z adding 'torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.6298130Z adding 'torch/include/ATen/ops/cosh_cpu_dispatch.h' 2024-08-08T20:19:05.6299180Z adding 'torch/include/ATen/ops/cosh_cuda_dispatch.h' 2024-08-08T20:19:05.6300240Z adding 'torch/include/ATen/ops/cosh_meta.h' 2024-08-08T20:19:05.6301290Z adding 'torch/include/ATen/ops/cosh_meta_dispatch.h' 2024-08-08T20:19:05.6302420Z adding 'torch/include/ATen/ops/cosh_mps_dispatch.h' 2024-08-08T20:19:05.6303490Z adding 'torch/include/ATen/ops/cosh_native.h' 2024-08-08T20:19:05.6304740Z adding 'torch/include/ATen/ops/cosh_ops.h' 2024-08-08T20:19:05.6305900Z adding 'torch/include/ATen/ops/cosine_embedding_loss.h' 2024-08-08T20:19:05.6307240Z adding 'torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6308170Z adding 'torch/include/ATen/ops/cosine_embedding_loss_native.h' 2024-08-08T20:19:05.6309350Z adding 'torch/include/ATen/ops/cosine_embedding_loss_ops.h' 2024-08-08T20:19:05.6310420Z adding 'torch/include/ATen/ops/cosine_similarity.h' 2024-08-08T20:19:05.6311690Z adding 'torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6312630Z adding 'torch/include/ATen/ops/cosine_similarity_native.h' 2024-08-08T20:19:05.6313780Z adding 'torch/include/ATen/ops/cosine_similarity_ops.h' 2024-08-08T20:19:05.6314980Z adding 'torch/include/ATen/ops/count_nonzero.h' 2024-08-08T20:19:05.6316300Z adding 'torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6317300Z adding 'torch/include/ATen/ops/count_nonzero_cpu_dispatch.h' 2024-08-08T20:19:05.6318400Z adding 'torch/include/ATen/ops/count_nonzero_cuda_dispatch.h' 2024-08-08T20:19:05.6319430Z adding 'torch/include/ATen/ops/count_nonzero_mps_dispatch.h' 2024-08-08T20:19:05.6320550Z adding 'torch/include/ATen/ops/count_nonzero_native.h' 2024-08-08T20:19:05.6321820Z adding 'torch/include/ATen/ops/count_nonzero_ops.h' 2024-08-08T20:19:05.6322930Z adding 'torch/include/ATen/ops/cov.h' 2024-08-08T20:19:05.6324240Z adding 'torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6325210Z adding 'torch/include/ATen/ops/cov_native.h' 2024-08-08T20:19:05.6326450Z adding 'torch/include/ATen/ops/cov_ops.h' 2024-08-08T20:19:05.6327970Z adding 'torch/include/ATen/ops/cross.h' 2024-08-08T20:19:05.6329300Z adding 'torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6330510Z adding 'torch/include/ATen/ops/cross_entropy_loss.h' 2024-08-08T20:19:05.6331820Z adding 'torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6332810Z adding 'torch/include/ATen/ops/cross_entropy_loss_native.h' 2024-08-08T20:19:05.6334010Z adding 'torch/include/ATen/ops/cross_entropy_loss_ops.h' 2024-08-08T20:19:05.6335050Z adding 'torch/include/ATen/ops/cross_native.h' 2024-08-08T20:19:05.6336270Z adding 'torch/include/ATen/ops/cross_ops.h' 2024-08-08T20:19:05.6337570Z adding 'torch/include/ATen/ops/crow_indices.h' 2024-08-08T20:19:05.6338660Z adding 'torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6339650Z adding 'torch/include/ATen/ops/crow_indices_copy.h' 2024-08-08T20:19:05.6340910Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6342100Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.6343000Z adding 'torch/include/ATen/ops/crow_indices_copy_native.h' 2024-08-08T20:19:05.6344190Z adding 'torch/include/ATen/ops/crow_indices_copy_ops.h' 2024-08-08T20:19:05.6345250Z adding 'torch/include/ATen/ops/crow_indices_native.h' 2024-08-08T20:19:05.6346390Z adding 'torch/include/ATen/ops/crow_indices_ops.h' 2024-08-08T20:19:05.6347540Z adding 'torch/include/ATen/ops/ctc_loss.h' 2024-08-08T20:19:05.6348870Z adding 'torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6349830Z adding 'torch/include/ATen/ops/ctc_loss_native.h' 2024-08-08T20:19:05.6351110Z adding 'torch/include/ATen/ops/ctc_loss_ops.h' 2024-08-08T20:19:05.6352350Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator.h' 2024-08-08T20:19:05.6353590Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h' 2024-08-08T20:19:05.6354870Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6355870Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h' 2024-08-08T20:19:05.6356940Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h' 2024-08-08T20:19:05.6358210Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h' 2024-08-08T20:19:05.6359440Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6360410Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h' 2024-08-08T20:19:05.6361470Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_native.h' 2024-08-08T20:19:05.6362700Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h' 2024-08-08T20:19:05.6363970Z adding 'torch/include/ATen/ops/cudnn_batch_norm.h' 2024-08-08T20:19:05.6365300Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward.h' 2024-08-08T20:19:05.6366690Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6367760Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h' 2024-08-08T20:19:05.6368830Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_native.h' 2024-08-08T20:19:05.6370170Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h' 2024-08-08T20:19:05.6371490Z adding 'torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6372510Z adding 'torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h' 2024-08-08T20:19:05.6373610Z adding 'torch/include/ATen/ops/cudnn_batch_norm_native.h' 2024-08-08T20:19:05.6374980Z adding 'torch/include/ATen/ops/cudnn_batch_norm_ops.h' 2024-08-08T20:19:05.6376490Z adding 'torch/include/ATen/ops/cudnn_convolution.h' 2024-08-08T20:19:05.6378080Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu.h' 2024-08-08T20:19:05.6379500Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6380610Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h' 2024-08-08T20:19:05.6381640Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_native.h' 2024-08-08T20:19:05.6382950Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h' 2024-08-08T20:19:05.6384180Z adding 'torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h' 2024-08-08T20:19:05.6385270Z adding 'torch/include/ATen/ops/cudnn_convolution_native.h' 2024-08-08T20:19:05.6386550Z adding 'torch/include/ATen/ops/cudnn_convolution_ops.h' 2024-08-08T20:19:05.6388030Z adding 'torch/include/ATen/ops/cudnn_convolution_relu.h' 2024-08-08T20:19:05.6389410Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6390460Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h' 2024-08-08T20:19:05.6391530Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_native.h' 2024-08-08T20:19:05.6392810Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_ops.h' 2024-08-08T20:19:05.6394440Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose.h' 2024-08-08T20:19:05.6395890Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6396940Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h' 2024-08-08T20:19:05.6398110Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_native.h' 2024-08-08T20:19:05.6399340Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_ops.h' 2024-08-08T20:19:05.6400440Z adding 'torch/include/ATen/ops/cudnn_grid_sampler.h' 2024-08-08T20:19:05.6401690Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward.h' 2024-08-08T20:19:05.6403020Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6404040Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h' 2024-08-08T20:19:05.6405100Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h' 2024-08-08T20:19:05.6406370Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h' 2024-08-08T20:19:05.6407600Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6408600Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h' 2024-08-08T20:19:05.6409670Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_native.h' 2024-08-08T20:19:05.6410840Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_ops.h' 2024-08-08T20:19:05.6411920Z adding 'torch/include/ATen/ops/cudnn_is_acceptable.h' 2024-08-08T20:19:05.6413200Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6414130Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_native.h' 2024-08-08T20:19:05.6415310Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_ops.h' 2024-08-08T20:19:05.6416480Z adding 'torch/include/ATen/ops/cummax.h' 2024-08-08T20:19:05.6417780Z adding 'torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6418930Z adding 'torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6419920Z adding 'torch/include/ATen/ops/cummax_native.h' 2024-08-08T20:19:05.6421250Z adding 'torch/include/ATen/ops/cummax_ops.h' 2024-08-08T20:19:05.6422420Z adding 'torch/include/ATen/ops/cummaxmin_backward.h' 2024-08-08T20:19:05.6423720Z adding 'torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6424670Z adding 'torch/include/ATen/ops/cummaxmin_backward_native.h' 2024-08-08T20:19:05.6425800Z adding 'torch/include/ATen/ops/cummaxmin_backward_ops.h' 2024-08-08T20:19:05.6426950Z adding 'torch/include/ATen/ops/cummin.h' 2024-08-08T20:19:05.6428250Z adding 'torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6429350Z adding 'torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6430330Z adding 'torch/include/ATen/ops/cummin_native.h' 2024-08-08T20:19:05.6431700Z adding 'torch/include/ATen/ops/cummin_ops.h' 2024-08-08T20:19:05.6432890Z adding 'torch/include/ATen/ops/cumprod.h' 2024-08-08T20:19:05.6434030Z adding 'torch/include/ATen/ops/cumprod_backward.h' 2024-08-08T20:19:05.6435330Z adding 'torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6436290Z adding 'torch/include/ATen/ops/cumprod_backward_native.h' 2024-08-08T20:19:05.6437370Z adding 'torch/include/ATen/ops/cumprod_backward_ops.h' 2024-08-08T20:19:05.6438790Z adding 'torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.6439880Z adding 'torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6440930Z adding 'torch/include/ATen/ops/cumprod_cpu_dispatch.h' 2024-08-08T20:19:05.6442050Z adding 'torch/include/ATen/ops/cumprod_cuda_dispatch.h' 2024-08-08T20:19:05.6443090Z adding 'torch/include/ATen/ops/cumprod_meta.h' 2024-08-08T20:19:05.6444180Z adding 'torch/include/ATen/ops/cumprod_meta_dispatch.h' 2024-08-08T20:19:05.6445230Z adding 'torch/include/ATen/ops/cumprod_mps_dispatch.h' 2024-08-08T20:19:05.6446350Z adding 'torch/include/ATen/ops/cumprod_native.h' 2024-08-08T20:19:05.6447800Z adding 'torch/include/ATen/ops/cumprod_ops.h' 2024-08-08T20:19:05.6449010Z adding 'torch/include/ATen/ops/cumsum.h' 2024-08-08T20:19:05.6450360Z adding 'torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.6451430Z adding 'torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6452410Z adding 'torch/include/ATen/ops/cumsum_cpu_dispatch.h' 2024-08-08T20:19:05.6453490Z adding 'torch/include/ATen/ops/cumsum_cuda_dispatch.h' 2024-08-08T20:19:05.6454530Z adding 'torch/include/ATen/ops/cumsum_meta.h' 2024-08-08T20:19:05.6455640Z adding 'torch/include/ATen/ops/cumsum_meta_dispatch.h' 2024-08-08T20:19:05.6456720Z adding 'torch/include/ATen/ops/cumsum_mps_dispatch.h' 2024-08-08T20:19:05.6457840Z adding 'torch/include/ATen/ops/cumsum_native.h' 2024-08-08T20:19:05.6459260Z adding 'torch/include/ATen/ops/cumsum_ops.h' 2024-08-08T20:19:05.6464240Z adding 'torch/include/ATen/ops/cumulative_trapezoid.h' 2024-08-08T20:19:05.6464750Z adding 'torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6465030Z adding 'torch/include/ATen/ops/cumulative_trapezoid_native.h' 2024-08-08T20:19:05.6465250Z adding 'torch/include/ATen/ops/cumulative_trapezoid_ops.h' 2024-08-08T20:19:05.6465380Z adding 'torch/include/ATen/ops/data.h' 2024-08-08T20:19:05.6466040Z adding 'torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6467120Z adding 'torch/include/ATen/ops/data_native.h' 2024-08-08T20:19:05.6468250Z adding 'torch/include/ATen/ops/data_ops.h' 2024-08-08T20:19:05.6469390Z adding 'torch/include/ATen/ops/deg2rad.h' 2024-08-08T20:19:05.6470720Z adding 'torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6471670Z adding 'torch/include/ATen/ops/deg2rad_native.h' 2024-08-08T20:19:05.6472900Z adding 'torch/include/ATen/ops/deg2rad_ops.h' 2024-08-08T20:19:05.6473970Z adding 'torch/include/ATen/ops/dense_dim.h' 2024-08-08T20:19:05.6475250Z adding 'torch/include/ATen/ops/dense_dim_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6476230Z adding 'torch/include/ATen/ops/dense_dim_native.h' 2024-08-08T20:19:05.6477360Z adding 'torch/include/ATen/ops/dense_dim_ops.h' 2024-08-08T20:19:05.6478630Z adding 'torch/include/ATen/ops/dequantize.h' 2024-08-08T20:19:05.6479930Z adding 'torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6480920Z adding 'torch/include/ATen/ops/dequantize_cpu_dispatch.h' 2024-08-08T20:19:05.6481960Z adding 'torch/include/ATen/ops/dequantize_cuda_dispatch.h' 2024-08-08T20:19:05.6483030Z adding 'torch/include/ATen/ops/dequantize_native.h' 2024-08-08T20:19:05.6484320Z adding 'torch/include/ATen/ops/dequantize_ops.h' 2024-08-08T20:19:05.6485380Z adding 'torch/include/ATen/ops/det.h' 2024-08-08T20:19:05.6486710Z adding 'torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6487530Z adding 'torch/include/ATen/ops/det_native.h' 2024-08-08T20:19:05.6488640Z adding 'torch/include/ATen/ops/det_ops.h' 2024-08-08T20:19:05.6489740Z adding 'torch/include/ATen/ops/detach.h' 2024-08-08T20:19:05.6490990Z adding 'torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6491990Z adding 'torch/include/ATen/ops/detach_copy.h' 2024-08-08T20:19:05.6493280Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6494400Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.6495250Z adding 'torch/include/ATen/ops/detach_copy_native.h' 2024-08-08T20:19:05.6496440Z adding 'torch/include/ATen/ops/detach_copy_ops.h' 2024-08-08T20:19:05.6497470Z adding 'torch/include/ATen/ops/detach_native.h' 2024-08-08T20:19:05.6498650Z adding 'torch/include/ATen/ops/detach_ops.h' 2024-08-08T20:19:05.6499770Z adding 'torch/include/ATen/ops/diag.h' 2024-08-08T20:19:05.6501020Z adding 'torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6502070Z adding 'torch/include/ATen/ops/diag_embed.h' 2024-08-08T20:19:05.6503410Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6504580Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.6505460Z adding 'torch/include/ATen/ops/diag_embed_native.h' 2024-08-08T20:19:05.6506680Z adding 'torch/include/ATen/ops/diag_embed_ops.h' 2024-08-08T20:19:05.6507730Z adding 'torch/include/ATen/ops/diag_native.h' 2024-08-08T20:19:05.6508920Z adding 'torch/include/ATen/ops/diag_ops.h' 2024-08-08T20:19:05.6510020Z adding 'torch/include/ATen/ops/diagflat.h' 2024-08-08T20:19:05.6511280Z adding 'torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6512210Z adding 'torch/include/ATen/ops/diagflat_native.h' 2024-08-08T20:19:05.6513370Z adding 'torch/include/ATen/ops/diagflat_ops.h' 2024-08-08T20:19:05.6514480Z adding 'torch/include/ATen/ops/diagonal.h' 2024-08-08T20:19:05.6515920Z adding 'torch/include/ATen/ops/diagonal_backward.h' 2024-08-08T20:19:05.6517350Z adding 'torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6518280Z adding 'torch/include/ATen/ops/diagonal_backward_native.h' 2024-08-08T20:19:05.6519500Z adding 'torch/include/ATen/ops/diagonal_backward_ops.h' 2024-08-08T20:19:05.6520740Z adding 'torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6521830Z adding 'torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6522890Z adding 'torch/include/ATen/ops/diagonal_copy.h' 2024-08-08T20:19:05.6524180Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6525320Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.6526170Z adding 'torch/include/ATen/ops/diagonal_copy_native.h' 2024-08-08T20:19:05.6527390Z adding 'torch/include/ATen/ops/diagonal_copy_ops.h' 2024-08-08T20:19:05.6528450Z adding 'torch/include/ATen/ops/diagonal_native.h' 2024-08-08T20:19:05.6529720Z adding 'torch/include/ATen/ops/diagonal_ops.h' 2024-08-08T20:19:05.6530900Z adding 'torch/include/ATen/ops/diagonal_scatter.h' 2024-08-08T20:19:05.6532210Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6533380Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.6534260Z adding 'torch/include/ATen/ops/diagonal_scatter_native.h' 2024-08-08T20:19:05.6535460Z adding 'torch/include/ATen/ops/diagonal_scatter_ops.h' 2024-08-08T20:19:05.6536590Z adding 'torch/include/ATen/ops/diff.h' 2024-08-08T20:19:05.6537900Z adding 'torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6538920Z adding 'torch/include/ATen/ops/diff_native.h' 2024-08-08T20:19:05.6540130Z adding 'torch/include/ATen/ops/diff_ops.h' 2024-08-08T20:19:05.6541220Z adding 'torch/include/ATen/ops/digamma.h' 2024-08-08T20:19:05.6542580Z adding 'torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.6543490Z adding 'torch/include/ATen/ops/digamma_cpu_dispatch.h' 2024-08-08T20:19:05.6544550Z adding 'torch/include/ATen/ops/digamma_cuda_dispatch.h' 2024-08-08T20:19:05.6545590Z adding 'torch/include/ATen/ops/digamma_meta.h' 2024-08-08T20:19:05.6546710Z adding 'torch/include/ATen/ops/digamma_meta_dispatch.h' 2024-08-08T20:19:05.6547750Z adding 'torch/include/ATen/ops/digamma_mps_dispatch.h' 2024-08-08T20:19:05.6548840Z adding 'torch/include/ATen/ops/digamma_native.h' 2024-08-08T20:19:05.6550060Z adding 'torch/include/ATen/ops/digamma_ops.h' 2024-08-08T20:19:05.6551190Z adding 'torch/include/ATen/ops/dist.h' 2024-08-08T20:19:05.6552490Z adding 'torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6553420Z adding 'torch/include/ATen/ops/dist_native.h' 2024-08-08T20:19:05.6554650Z adding 'torch/include/ATen/ops/dist_ops.h' 2024-08-08T20:19:05.6555960Z adding 'torch/include/ATen/ops/div.h' 2024-08-08T20:19:05.6557290Z adding 'torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6558510Z adding 'torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.6559470Z adding 'torch/include/ATen/ops/div_cpu_dispatch.h' 2024-08-08T20:19:05.6560570Z adding 'torch/include/ATen/ops/div_cuda_dispatch.h' 2024-08-08T20:19:05.6561640Z adding 'torch/include/ATen/ops/div_meta.h' 2024-08-08T20:19:05.6562770Z adding 'torch/include/ATen/ops/div_meta_dispatch.h' 2024-08-08T20:19:05.6563850Z adding 'torch/include/ATen/ops/div_mps_dispatch.h' 2024-08-08T20:19:05.6565130Z adding 'torch/include/ATen/ops/div_native.h' 2024-08-08T20:19:05.6566740Z adding 'torch/include/ATen/ops/div_ops.h' 2024-08-08T20:19:05.6568110Z adding 'torch/include/ATen/ops/divide.h' 2024-08-08T20:19:05.6569480Z adding 'torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6570450Z adding 'torch/include/ATen/ops/divide_native.h' 2024-08-08T20:19:05.6572050Z adding 'torch/include/ATen/ops/divide_ops.h' 2024-08-08T20:19:05.6573220Z adding 'torch/include/ATen/ops/dot.h' 2024-08-08T20:19:05.6574450Z adding 'torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6575430Z adding 'torch/include/ATen/ops/dot_cpu_dispatch.h' 2024-08-08T20:19:05.6576500Z adding 'torch/include/ATen/ops/dot_cuda_dispatch.h' 2024-08-08T20:19:05.6577520Z adding 'torch/include/ATen/ops/dot_mps_dispatch.h' 2024-08-08T20:19:05.6578590Z adding 'torch/include/ATen/ops/dot_native.h' 2024-08-08T20:19:05.6579790Z adding 'torch/include/ATen/ops/dot_ops.h' 2024-08-08T20:19:05.6580900Z adding 'torch/include/ATen/ops/dropout.h' 2024-08-08T20:19:05.6582160Z adding 'torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6583100Z adding 'torch/include/ATen/ops/dropout_native.h' 2024-08-08T20:19:05.6584290Z adding 'torch/include/ATen/ops/dropout_ops.h' 2024-08-08T20:19:05.6585420Z adding 'torch/include/ATen/ops/dsplit.h' 2024-08-08T20:19:05.6586720Z adding 'torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6587650Z adding 'torch/include/ATen/ops/dsplit_native.h' 2024-08-08T20:19:05.6588860Z adding 'torch/include/ATen/ops/dsplit_ops.h' 2024-08-08T20:19:05.6589990Z adding 'torch/include/ATen/ops/dstack.h' 2024-08-08T20:19:05.6591260Z adding 'torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6592260Z adding 'torch/include/ATen/ops/dstack_native.h' 2024-08-08T20:19:05.6593430Z adding 'torch/include/ATen/ops/dstack_ops.h' 2024-08-08T20:19:05.6594900Z adding 'torch/include/ATen/ops/einsum.h' 2024-08-08T20:19:05.6596210Z adding 'torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6597210Z adding 'torch/include/ATen/ops/einsum_native.h' 2024-08-08T20:19:05.6598320Z adding 'torch/include/ATen/ops/einsum_ops.h' 2024-08-08T20:19:05.6599470Z adding 'torch/include/ATen/ops/elu.h' 2024-08-08T20:19:05.6600700Z adding 'torch/include/ATen/ops/elu_backward.h' 2024-08-08T20:19:05.6602100Z adding 'torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.6603070Z adding 'torch/include/ATen/ops/elu_backward_cpu_dispatch.h' 2024-08-08T20:19:05.6604150Z adding 'torch/include/ATen/ops/elu_backward_cuda_dispatch.h' 2024-08-08T20:19:05.6605230Z adding 'torch/include/ATen/ops/elu_backward_meta.h' 2024-08-08T20:19:05.6606340Z adding 'torch/include/ATen/ops/elu_backward_meta_dispatch.h' 2024-08-08T20:19:05.6607420Z adding 'torch/include/ATen/ops/elu_backward_mps_dispatch.h' 2024-08-08T20:19:05.6608480Z adding 'torch/include/ATen/ops/elu_backward_native.h' 2024-08-08T20:19:05.6609740Z adding 'torch/include/ATen/ops/elu_backward_ops.h' 2024-08-08T20:19:05.6611050Z adding 'torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.6612020Z adding 'torch/include/ATen/ops/elu_cpu_dispatch.h' 2024-08-08T20:19:05.6613100Z adding 'torch/include/ATen/ops/elu_cuda_dispatch.h' 2024-08-08T20:19:05.6614180Z adding 'torch/include/ATen/ops/elu_meta.h' 2024-08-08T20:19:05.6615290Z adding 'torch/include/ATen/ops/elu_meta_dispatch.h' 2024-08-08T20:19:05.6616360Z adding 'torch/include/ATen/ops/elu_mps_dispatch.h' 2024-08-08T20:19:05.6617480Z adding 'torch/include/ATen/ops/elu_native.h' 2024-08-08T20:19:05.6618760Z adding 'torch/include/ATen/ops/elu_ops.h' 2024-08-08T20:19:05.6620160Z adding 'torch/include/ATen/ops/embedding.h' 2024-08-08T20:19:05.6621430Z adding 'torch/include/ATen/ops/embedding_backward.h' 2024-08-08T20:19:05.6622780Z adding 'torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6623730Z adding 'torch/include/ATen/ops/embedding_backward_native.h' 2024-08-08T20:19:05.6624910Z adding 'torch/include/ATen/ops/embedding_backward_ops.h' 2024-08-08T20:19:05.6626120Z adding 'torch/include/ATen/ops/embedding_bag.h' 2024-08-08T20:19:05.6627500Z adding 'torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6629330Z adding 'torch/include/ATen/ops/embedding_bag_native.h' 2024-08-08T20:19:05.6630860Z adding 'torch/include/ATen/ops/embedding_bag_ops.h' 2024-08-08T20:19:05.6632390Z adding 'torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6633880Z adding 'torch/include/ATen/ops/embedding_dense_backward.h' 2024-08-08T20:19:05.6635350Z adding 'torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6636480Z adding 'torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h' 2024-08-08T20:19:05.6637650Z adding 'torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h' 2024-08-08T20:19:05.6638790Z adding 'torch/include/ATen/ops/embedding_dense_backward_mps_dispatch.h' 2024-08-08T20:19:05.6639990Z adding 'torch/include/ATen/ops/embedding_dense_backward_native.h' 2024-08-08T20:19:05.6641380Z adding 'torch/include/ATen/ops/embedding_dense_backward_ops.h' 2024-08-08T20:19:05.6642520Z adding 'torch/include/ATen/ops/embedding_native.h' 2024-08-08T20:19:05.6643880Z adding 'torch/include/ATen/ops/embedding_ops.h' 2024-08-08T20:19:05.6645160Z adding 'torch/include/ATen/ops/embedding_renorm.h' 2024-08-08T20:19:05.6646540Z adding 'torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6647610Z adding 'torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h' 2024-08-08T20:19:05.6648750Z adding 'torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h' 2024-08-08T20:19:05.6649860Z adding 'torch/include/ATen/ops/embedding_renorm_meta_dispatch.h' 2024-08-08T20:19:05.6651010Z adding 'torch/include/ATen/ops/embedding_renorm_native.h' 2024-08-08T20:19:05.6656040Z adding 'torch/include/ATen/ops/embedding_renorm_ops.h' 2024-08-08T20:19:05.6656510Z adding 'torch/include/ATen/ops/embedding_sparse_backward.h' 2024-08-08T20:19:05.6656920Z adding 'torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6657180Z adding 'torch/include/ATen/ops/embedding_sparse_backward_native.h' 2024-08-08T20:19:05.6657420Z adding 'torch/include/ATen/ops/embedding_sparse_backward_ops.h' 2024-08-08T20:19:05.6658910Z adding 'torch/include/ATen/ops/empty.h' 2024-08-08T20:19:05.6660380Z adding 'torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6661600Z adding 'torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6662750Z adding 'torch/include/ATen/ops/empty_cpu_dispatch.h' 2024-08-08T20:19:05.6663920Z adding 'torch/include/ATen/ops/empty_cuda_dispatch.h' 2024-08-08T20:19:05.6665230Z adding 'torch/include/ATen/ops/empty_like.h' 2024-08-08T20:19:05.6666640Z adding 'torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6667730Z adding 'torch/include/ATen/ops/empty_like_native.h' 2024-08-08T20:19:05.6669110Z adding 'torch/include/ATen/ops/empty_like_ops.h' 2024-08-08T20:19:05.6670320Z adding 'torch/include/ATen/ops/empty_meta_dispatch.h' 2024-08-08T20:19:05.6671460Z adding 'torch/include/ATen/ops/empty_mps_dispatch.h' 2024-08-08T20:19:05.6672760Z adding 'torch/include/ATen/ops/empty_native.h' 2024-08-08T20:19:05.6674270Z adding 'torch/include/ATen/ops/empty_ops.h' 2024-08-08T20:19:05.6675880Z adding 'torch/include/ATen/ops/empty_permuted.h' 2024-08-08T20:19:05.6677340Z adding 'torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6678410Z adding 'torch/include/ATen/ops/empty_permuted_native.h' 2024-08-08T20:19:05.6679730Z adding 'torch/include/ATen/ops/empty_permuted_ops.h' 2024-08-08T20:19:05.6681090Z adding 'torch/include/ATen/ops/empty_quantized.h' 2024-08-08T20:19:05.6682490Z adding 'torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6683510Z adding 'torch/include/ATen/ops/empty_quantized_native.h' 2024-08-08T20:19:05.6684870Z adding 'torch/include/ATen/ops/empty_quantized_ops.h' 2024-08-08T20:19:05.6686430Z adding 'torch/include/ATen/ops/empty_strided.h' 2024-08-08T20:19:05.6687890Z adding 'torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6688920Z adding 'torch/include/ATen/ops/empty_strided_cpu_dispatch.h' 2024-08-08T20:19:05.6690100Z adding 'torch/include/ATen/ops/empty_strided_cuda_dispatch.h' 2024-08-08T20:19:05.6691240Z adding 'torch/include/ATen/ops/empty_strided_meta_dispatch.h' 2024-08-08T20:19:05.6692390Z adding 'torch/include/ATen/ops/empty_strided_mps_dispatch.h' 2024-08-08T20:19:05.6693580Z adding 'torch/include/ATen/ops/empty_strided_native.h' 2024-08-08T20:19:05.6694920Z adding 'torch/include/ATen/ops/empty_strided_ops.h' 2024-08-08T20:19:05.6696160Z adding 'torch/include/ATen/ops/eq.h' 2024-08-08T20:19:05.6697600Z adding 'torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.6698630Z adding 'torch/include/ATen/ops/eq_cpu_dispatch.h' 2024-08-08T20:19:05.6699810Z adding 'torch/include/ATen/ops/eq_cuda_dispatch.h' 2024-08-08T20:19:05.6700920Z adding 'torch/include/ATen/ops/eq_meta.h' 2024-08-08T20:19:05.6702360Z adding 'torch/include/ATen/ops/eq_meta_dispatch.h' 2024-08-08T20:19:05.6703230Z adding 'torch/include/ATen/ops/eq_mps_dispatch.h' 2024-08-08T20:19:05.6704380Z adding 'torch/include/ATen/ops/eq_native.h' 2024-08-08T20:19:05.6705760Z adding 'torch/include/ATen/ops/eq_ops.h' 2024-08-08T20:19:05.6706850Z adding 'torch/include/ATen/ops/equal.h' 2024-08-08T20:19:05.6707990Z adding 'torch/include/ATen/ops/equal_cpu_dispatch.h' 2024-08-08T20:19:05.6709070Z adding 'torch/include/ATen/ops/equal_cuda_dispatch.h' 2024-08-08T20:19:05.6710110Z adding 'torch/include/ATen/ops/equal_mps_dispatch.h' 2024-08-08T20:19:05.6711140Z adding 'torch/include/ATen/ops/equal_native.h' 2024-08-08T20:19:05.6712250Z adding 'torch/include/ATen/ops/equal_ops.h' 2024-08-08T20:19:05.6713420Z adding 'torch/include/ATen/ops/erf.h' 2024-08-08T20:19:05.6714650Z adding 'torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.6715580Z adding 'torch/include/ATen/ops/erf_cpu_dispatch.h' 2024-08-08T20:19:05.6716590Z adding 'torch/include/ATen/ops/erf_cuda_dispatch.h' 2024-08-08T20:19:05.6717620Z adding 'torch/include/ATen/ops/erf_meta.h' 2024-08-08T20:19:05.6718720Z adding 'torch/include/ATen/ops/erf_meta_dispatch.h' 2024-08-08T20:19:05.6719750Z adding 'torch/include/ATen/ops/erf_mps_dispatch.h' 2024-08-08T20:19:05.6720830Z adding 'torch/include/ATen/ops/erf_native.h' 2024-08-08T20:19:05.6722100Z adding 'torch/include/ATen/ops/erf_ops.h' 2024-08-08T20:19:05.6723180Z adding 'torch/include/ATen/ops/erfc.h' 2024-08-08T20:19:05.6724470Z adding 'torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.6725340Z adding 'torch/include/ATen/ops/erfc_cpu_dispatch.h' 2024-08-08T20:19:05.6726370Z adding 'torch/include/ATen/ops/erfc_cuda_dispatch.h' 2024-08-08T20:19:05.6727380Z adding 'torch/include/ATen/ops/erfc_meta.h' 2024-08-08T20:19:05.6728550Z adding 'torch/include/ATen/ops/erfc_meta_dispatch.h' 2024-08-08T20:19:05.6729590Z adding 'torch/include/ATen/ops/erfc_native.h' 2024-08-08T20:19:05.6730790Z adding 'torch/include/ATen/ops/erfc_ops.h' 2024-08-08T20:19:05.6731880Z adding 'torch/include/ATen/ops/erfinv.h' 2024-08-08T20:19:05.6733180Z adding 'torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.6734070Z adding 'torch/include/ATen/ops/erfinv_cpu_dispatch.h' 2024-08-08T20:19:05.6735110Z adding 'torch/include/ATen/ops/erfinv_cuda_dispatch.h' 2024-08-08T20:19:05.6736150Z adding 'torch/include/ATen/ops/erfinv_meta.h' 2024-08-08T20:19:05.6737260Z adding 'torch/include/ATen/ops/erfinv_meta_dispatch.h' 2024-08-08T20:19:05.6738290Z adding 'torch/include/ATen/ops/erfinv_mps_dispatch.h' 2024-08-08T20:19:05.6739360Z adding 'torch/include/ATen/ops/erfinv_native.h' 2024-08-08T20:19:05.6740570Z adding 'torch/include/ATen/ops/erfinv_ops.h' 2024-08-08T20:19:05.6741680Z adding 'torch/include/ATen/ops/exp.h' 2024-08-08T20:19:05.6742790Z adding 'torch/include/ATen/ops/exp2.h' 2024-08-08T20:19:05.6744120Z adding 'torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.6745140Z adding 'torch/include/ATen/ops/exp2_cpu_dispatch.h' 2024-08-08T20:19:05.6746050Z adding 'torch/include/ATen/ops/exp2_cuda_dispatch.h' 2024-08-08T20:19:05.6747080Z adding 'torch/include/ATen/ops/exp2_meta.h' 2024-08-08T20:19:05.6748160Z adding 'torch/include/ATen/ops/exp2_meta_dispatch.h' 2024-08-08T20:19:05.6749170Z adding 'torch/include/ATen/ops/exp2_mps_dispatch.h' 2024-08-08T20:19:05.6750220Z adding 'torch/include/ATen/ops/exp2_native.h' 2024-08-08T20:19:05.6751430Z adding 'torch/include/ATen/ops/exp2_ops.h' 2024-08-08T20:19:05.6752710Z adding 'torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.6753670Z adding 'torch/include/ATen/ops/exp_cpu_dispatch.h' 2024-08-08T20:19:05.6754660Z adding 'torch/include/ATen/ops/exp_cuda_dispatch.h' 2024-08-08T20:19:05.6755690Z adding 'torch/include/ATen/ops/exp_meta.h' 2024-08-08T20:19:05.6756710Z adding 'torch/include/ATen/ops/exp_meta_dispatch.h' 2024-08-08T20:19:05.6757810Z adding 'torch/include/ATen/ops/exp_mps_dispatch.h' 2024-08-08T20:19:05.6758840Z adding 'torch/include/ATen/ops/exp_native.h' 2024-08-08T20:19:05.6760030Z adding 'torch/include/ATen/ops/exp_ops.h' 2024-08-08T20:19:05.6761140Z adding 'torch/include/ATen/ops/expand.h' 2024-08-08T20:19:05.6762190Z adding 'torch/include/ATen/ops/expand_as.h' 2024-08-08T20:19:05.6763430Z adding 'torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6764330Z adding 'torch/include/ATen/ops/expand_as_native.h' 2024-08-08T20:19:05.6765480Z adding 'torch/include/ATen/ops/expand_as_ops.h' 2024-08-08T20:19:05.6766710Z adding 'torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6767920Z adding 'torch/include/ATen/ops/expand_copy.h' 2024-08-08T20:19:05.6769150Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6770300Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.6771170Z adding 'torch/include/ATen/ops/expand_copy_native.h' 2024-08-08T20:19:05.6772370Z adding 'torch/include/ATen/ops/expand_copy_ops.h' 2024-08-08T20:19:05.6773450Z adding 'torch/include/ATen/ops/expand_native.h' 2024-08-08T20:19:05.6774570Z adding 'torch/include/ATen/ops/expand_ops.h' 2024-08-08T20:19:05.6775650Z adding 'torch/include/ATen/ops/expm1.h' 2024-08-08T20:19:05.6776940Z adding 'torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.6777830Z adding 'torch/include/ATen/ops/expm1_cpu_dispatch.h' 2024-08-08T20:19:05.6778870Z adding 'torch/include/ATen/ops/expm1_cuda_dispatch.h' 2024-08-08T20:19:05.6779880Z adding 'torch/include/ATen/ops/expm1_meta.h' 2024-08-08T20:19:05.6780950Z adding 'torch/include/ATen/ops/expm1_meta_dispatch.h' 2024-08-08T20:19:05.6781960Z adding 'torch/include/ATen/ops/expm1_mps_dispatch.h' 2024-08-08T20:19:05.6783070Z adding 'torch/include/ATen/ops/expm1_native.h' 2024-08-08T20:19:05.6784230Z adding 'torch/include/ATen/ops/expm1_ops.h' 2024-08-08T20:19:05.6785400Z adding 'torch/include/ATen/ops/exponential.h' 2024-08-08T20:19:05.6786700Z adding 'torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6787660Z adding 'torch/include/ATen/ops/exponential_cpu_dispatch.h' 2024-08-08T20:19:05.6788700Z adding 'torch/include/ATen/ops/exponential_cuda_dispatch.h' 2024-08-08T20:19:05.6789720Z adding 'torch/include/ATen/ops/exponential_meta_dispatch.h' 2024-08-08T20:19:05.6790740Z adding 'torch/include/ATen/ops/exponential_mps_dispatch.h' 2024-08-08T20:19:05.6791790Z adding 'torch/include/ATen/ops/exponential_native.h' 2024-08-08T20:19:05.6793070Z adding 'torch/include/ATen/ops/exponential_ops.h' 2024-08-08T20:19:05.6794640Z adding 'torch/include/ATen/ops/eye.h' 2024-08-08T20:19:05.6796000Z adding 'torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6797000Z adding 'torch/include/ATen/ops/eye_cpu_dispatch.h' 2024-08-08T20:19:05.6798140Z adding 'torch/include/ATen/ops/eye_cuda_dispatch.h' 2024-08-08T20:19:05.6799220Z adding 'torch/include/ATen/ops/eye_meta_dispatch.h' 2024-08-08T20:19:05.6800220Z adding 'torch/include/ATen/ops/eye_mps_dispatch.h' 2024-08-08T20:19:05.6801310Z adding 'torch/include/ATen/ops/eye_native.h' 2024-08-08T20:19:05.6802590Z adding 'torch/include/ATen/ops/eye_ops.h' 2024-08-08T20:19:05.6803720Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine.h' 2024-08-08T20:19:05.6804880Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h' 2024-08-08T20:19:05.6805920Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h' 2024-08-08T20:19:05.6807130Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6807990Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h' 2024-08-08T20:19:05.6809060Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h' 2024-08-08T20:19:05.6810220Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6811160Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h' 2024-08-08T20:19:05.6812210Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h' 2024-08-08T20:19:05.6813180Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h' 2024-08-08T20:19:05.6814350Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h' 2024-08-08T20:19:05.6815460Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6816390Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h' 2024-08-08T20:19:05.6817420Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h' 2024-08-08T20:19:05.6818450Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine.h' 2024-08-08T20:19:05.6819580Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h' 2024-08-08T20:19:05.6820630Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h' 2024-08-08T20:19:05.6821790Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6822680Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h' 2024-08-08T20:19:05.6823740Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h' 2024-08-08T20:19:05.6824900Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6825840Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h' 2024-08-08T20:19:05.6826800Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h' 2024-08-08T20:19:05.6827800Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h' 2024-08-08T20:19:05.6828950Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h' 2024-08-08T20:19:05.6830160Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6831080Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h' 2024-08-08T20:19:05.6832170Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h' 2024-08-08T20:19:05.6833160Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight.h' 2024-08-08T20:19:05.6834320Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6835250Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h' 2024-08-08T20:19:05.6836400Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6837390Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h' 2024-08-08T20:19:05.6838350Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h' 2024-08-08T20:19:05.6842340Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h' 2024-08-08T20:19:05.6842710Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h' 2024-08-08T20:19:05.6842970Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight.h' 2024-08-08T20:19:05.6843300Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6843550Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h' 2024-08-08T20:19:05.6844630Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6845340Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h' 2024-08-08T20:19:05.6846520Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h' 2024-08-08T20:19:05.6847440Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h' 2024-08-08T20:19:05.6848500Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h' 2024-08-08T20:19:05.6849500Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight.h' 2024-08-08T20:19:05.6850660Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6851520Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h' 2024-08-08T20:19:05.6852570Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h' 2024-08-08T20:19:05.6853570Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h' 2024-08-08T20:19:05.6854750Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6855630Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h' 2024-08-08T20:19:05.6860010Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h' 2024-08-08T20:19:05.6861050Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h' 2024-08-08T20:19:05.6862210Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6863100Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h' 2024-08-08T20:19:05.6864240Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h' 2024-08-08T20:19:05.6865150Z adding 'torch/include/ATen/ops/feature_alpha_dropout.h' 2024-08-08T20:19:05.6866360Z adding 'torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6867260Z adding 'torch/include/ATen/ops/feature_alpha_dropout_native.h' 2024-08-08T20:19:05.6868330Z adding 'torch/include/ATen/ops/feature_alpha_dropout_ops.h' 2024-08-08T20:19:05.6869320Z adding 'torch/include/ATen/ops/feature_dropout.h' 2024-08-08T20:19:05.6870480Z adding 'torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6871330Z adding 'torch/include/ATen/ops/feature_dropout_native.h' 2024-08-08T20:19:05.6872410Z adding 'torch/include/ATen/ops/feature_dropout_ops.h' 2024-08-08T20:19:05.6873660Z adding 'torch/include/ATen/ops/fft_fft.h' 2024-08-08T20:19:05.6874990Z adding 'torch/include/ATen/ops/fft_fft2.h' 2024-08-08T20:19:05.6876270Z adding 'torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6877160Z adding 'torch/include/ATen/ops/fft_fft2_native.h' 2024-08-08T20:19:05.6878300Z adding 'torch/include/ATen/ops/fft_fft2_ops.h' 2024-08-08T20:19:05.6879510Z adding 'torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6880380Z adding 'torch/include/ATen/ops/fft_fft_native.h' 2024-08-08T20:19:05.6881500Z adding 'torch/include/ATen/ops/fft_fft_ops.h' 2024-08-08T20:19:05.6882630Z adding 'torch/include/ATen/ops/fft_fftfreq.h' 2024-08-08T20:19:05.6883840Z adding 'torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6884750Z adding 'torch/include/ATen/ops/fft_fftfreq_native.h' 2024-08-08T20:19:05.6885830Z adding 'torch/include/ATen/ops/fft_fftfreq_ops.h' 2024-08-08T20:19:05.6887070Z adding 'torch/include/ATen/ops/fft_fftn.h' 2024-08-08T20:19:05.6888330Z adding 'torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6889220Z adding 'torch/include/ATen/ops/fft_fftn_native.h' 2024-08-08T20:19:05.6890330Z adding 'torch/include/ATen/ops/fft_fftn_ops.h' 2024-08-08T20:19:05.6891340Z adding 'torch/include/ATen/ops/fft_fftshift.h' 2024-08-08T20:19:05.6892540Z adding 'torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6893400Z adding 'torch/include/ATen/ops/fft_fftshift_native.h' 2024-08-08T20:19:05.6894460Z adding 'torch/include/ATen/ops/fft_fftshift_ops.h' 2024-08-08T20:19:05.6895670Z adding 'torch/include/ATen/ops/fft_hfft.h' 2024-08-08T20:19:05.6896950Z adding 'torch/include/ATen/ops/fft_hfft2.h' 2024-08-08T20:19:05.6898220Z adding 'torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6899100Z adding 'torch/include/ATen/ops/fft_hfft2_native.h' 2024-08-08T20:19:05.6900220Z adding 'torch/include/ATen/ops/fft_hfft2_ops.h' 2024-08-08T20:19:05.6901440Z adding 'torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6902480Z adding 'torch/include/ATen/ops/fft_hfft_native.h' 2024-08-08T20:19:05.6903420Z adding 'torch/include/ATen/ops/fft_hfft_ops.h' 2024-08-08T20:19:05.6904680Z adding 'torch/include/ATen/ops/fft_hfftn.h' 2024-08-08T20:19:05.6905890Z adding 'torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6906770Z adding 'torch/include/ATen/ops/fft_hfftn_native.h' 2024-08-08T20:19:05.6907940Z adding 'torch/include/ATen/ops/fft_hfftn_ops.h' 2024-08-08T20:19:05.6909080Z adding 'torch/include/ATen/ops/fft_ifft.h' 2024-08-08T20:19:05.6910340Z adding 'torch/include/ATen/ops/fft_ifft2.h' 2024-08-08T20:19:05.6911780Z adding 'torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6912530Z adding 'torch/include/ATen/ops/fft_ifft2_native.h' 2024-08-08T20:19:05.6913660Z adding 'torch/include/ATen/ops/fft_ifft2_ops.h' 2024-08-08T20:19:05.6914880Z adding 'torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6915770Z adding 'torch/include/ATen/ops/fft_ifft_native.h' 2024-08-08T20:19:05.6916840Z adding 'torch/include/ATen/ops/fft_ifft_ops.h' 2024-08-08T20:19:05.6918060Z adding 'torch/include/ATen/ops/fft_ifftn.h' 2024-08-08T20:19:05.6919310Z adding 'torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6920340Z adding 'torch/include/ATen/ops/fft_ifftn_native.h' 2024-08-08T20:19:05.6921450Z adding 'torch/include/ATen/ops/fft_ifftn_ops.h' 2024-08-08T20:19:05.6922320Z adding 'torch/include/ATen/ops/fft_ifftshift.h' 2024-08-08T20:19:05.6923510Z adding 'torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6924420Z adding 'torch/include/ATen/ops/fft_ifftshift_native.h' 2024-08-08T20:19:05.6925470Z adding 'torch/include/ATen/ops/fft_ifftshift_ops.h' 2024-08-08T20:19:05.6926640Z adding 'torch/include/ATen/ops/fft_ihfft.h' 2024-08-08T20:19:05.6927900Z adding 'torch/include/ATen/ops/fft_ihfft2.h' 2024-08-08T20:19:05.6929210Z adding 'torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6930430Z adding 'torch/include/ATen/ops/fft_ihfft2_native.h' 2024-08-08T20:19:05.6931630Z adding 'torch/include/ATen/ops/fft_ihfft2_ops.h' 2024-08-08T20:19:05.6932850Z adding 'torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6933690Z adding 'torch/include/ATen/ops/fft_ihfft_native.h' 2024-08-08T20:19:05.6934750Z adding 'torch/include/ATen/ops/fft_ihfft_ops.h' 2024-08-08T20:19:05.6935980Z adding 'torch/include/ATen/ops/fft_ihfftn.h' 2024-08-08T20:19:05.6937130Z adding 'torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6937980Z adding 'torch/include/ATen/ops/fft_ihfftn_native.h' 2024-08-08T20:19:05.6938970Z adding 'torch/include/ATen/ops/fft_ihfftn_ops.h' 2024-08-08T20:19:05.6940110Z adding 'torch/include/ATen/ops/fft_irfft.h' 2024-08-08T20:19:05.6941310Z adding 'torch/include/ATen/ops/fft_irfft2.h' 2024-08-08T20:19:05.6942480Z adding 'torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6943280Z adding 'torch/include/ATen/ops/fft_irfft2_native.h' 2024-08-08T20:19:05.6944340Z adding 'torch/include/ATen/ops/fft_irfft2_ops.h' 2024-08-08T20:19:05.6945490Z adding 'torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6946330Z adding 'torch/include/ATen/ops/fft_irfft_native.h' 2024-08-08T20:19:05.6947320Z adding 'torch/include/ATen/ops/fft_irfft_ops.h' 2024-08-08T20:19:05.6948480Z adding 'torch/include/ATen/ops/fft_irfftn.h' 2024-08-08T20:19:05.6949630Z adding 'torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6950410Z adding 'torch/include/ATen/ops/fft_irfftn_native.h' 2024-08-08T20:19:05.6951460Z adding 'torch/include/ATen/ops/fft_irfftn_ops.h' 2024-08-08T20:19:05.6952590Z adding 'torch/include/ATen/ops/fft_rfft.h' 2024-08-08T20:19:05.6953760Z adding 'torch/include/ATen/ops/fft_rfft2.h' 2024-08-08T20:19:05.6954910Z adding 'torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6955700Z adding 'torch/include/ATen/ops/fft_rfft2_native.h' 2024-08-08T20:19:05.6956740Z adding 'torch/include/ATen/ops/fft_rfft2_ops.h' 2024-08-08T20:19:05.6957850Z adding 'torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6958630Z adding 'torch/include/ATen/ops/fft_rfft_native.h' 2024-08-08T20:19:05.6959700Z adding 'torch/include/ATen/ops/fft_rfft_ops.h' 2024-08-08T20:19:05.6960660Z adding 'torch/include/ATen/ops/fft_rfftfreq.h' 2024-08-08T20:19:05.6961790Z adding 'torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6962570Z adding 'torch/include/ATen/ops/fft_rfftfreq_native.h' 2024-08-08T20:19:05.6963630Z adding 'torch/include/ATen/ops/fft_rfftfreq_ops.h' 2024-08-08T20:19:05.6964780Z adding 'torch/include/ATen/ops/fft_rfftn.h' 2024-08-08T20:19:05.6965910Z adding 'torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6966690Z adding 'torch/include/ATen/ops/fft_rfftn_native.h' 2024-08-08T20:19:05.6967700Z adding 'torch/include/ATen/ops/fft_rfftn_ops.h' 2024-08-08T20:19:05.6968710Z adding 'torch/include/ATen/ops/fill.h' 2024-08-08T20:19:05.6969800Z adding 'torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6970610Z adding 'torch/include/ATen/ops/fill_cpu_dispatch.h' 2024-08-08T20:19:05.6971470Z adding 'torch/include/ATen/ops/fill_cuda_dispatch.h' 2024-08-08T20:19:05.6972310Z adding 'torch/include/ATen/ops/fill_diagonal.h' 2024-08-08T20:19:05.6973370Z adding 'torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6974150Z adding 'torch/include/ATen/ops/fill_diagonal_native.h' 2024-08-08T20:19:05.6975080Z adding 'torch/include/ATen/ops/fill_diagonal_ops.h' 2024-08-08T20:19:05.6975960Z adding 'torch/include/ATen/ops/fill_meta_dispatch.h' 2024-08-08T20:19:05.6976800Z adding 'torch/include/ATen/ops/fill_mps_dispatch.h' 2024-08-08T20:19:05.6977740Z adding 'torch/include/ATen/ops/fill_native.h' 2024-08-08T20:19:05.6978910Z adding 'torch/include/ATen/ops/fill_ops.h' 2024-08-08T20:19:05.6979840Z adding 'torch/include/ATen/ops/fix.h' 2024-08-08T20:19:05.6980890Z adding 'torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6981670Z adding 'torch/include/ATen/ops/fix_native.h' 2024-08-08T20:19:05.6982660Z adding 'torch/include/ATen/ops/fix_ops.h' 2024-08-08T20:19:05.6983670Z adding 'torch/include/ATen/ops/flatten.h' 2024-08-08T20:19:05.6984760Z adding 'torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6985570Z adding 'torch/include/ATen/ops/flatten_dense_tensors.h' 2024-08-08T20:19:05.6986650Z adding 'torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6987290Z adding 'torch/include/ATen/ops/flatten_dense_tensors_native.h' 2024-08-08T20:19:05.6988310Z adding 'torch/include/ATen/ops/flatten_dense_tensors_ops.h' 2024-08-08T20:19:05.6989170Z adding 'torch/include/ATen/ops/flatten_native.h' 2024-08-08T20:19:05.6990260Z adding 'torch/include/ATen/ops/flatten_ops.h' 2024-08-08T20:19:05.6991220Z adding 'torch/include/ATen/ops/flip.h' 2024-08-08T20:19:05.6992270Z adding 'torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.6993070Z adding 'torch/include/ATen/ops/flip_cpu_dispatch.h' 2024-08-08T20:19:05.6993910Z adding 'torch/include/ATen/ops/flip_cuda_dispatch.h' 2024-08-08T20:19:05.6994750Z adding 'torch/include/ATen/ops/flip_mps_dispatch.h' 2024-08-08T20:19:05.6995590Z adding 'torch/include/ATen/ops/flip_native.h' 2024-08-08T20:19:05.6996590Z adding 'torch/include/ATen/ops/flip_ops.h' 2024-08-08T20:19:05.6997470Z adding 'torch/include/ATen/ops/fliplr.h' 2024-08-08T20:19:05.6998500Z adding 'torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.6999250Z adding 'torch/include/ATen/ops/fliplr_native.h' 2024-08-08T20:19:05.7000160Z adding 'torch/include/ATen/ops/fliplr_ops.h' 2024-08-08T20:19:05.7001040Z adding 'torch/include/ATen/ops/flipud.h' 2024-08-08T20:19:05.7002230Z adding 'torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7002770Z adding 'torch/include/ATen/ops/flipud_native.h' 2024-08-08T20:19:05.7003900Z adding 'torch/include/ATen/ops/flipud_ops.h' 2024-08-08T20:19:05.7005030Z adding 'torch/include/ATen/ops/float_power.h' 2024-08-08T20:19:05.7006340Z adding 'torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7007140Z adding 'torch/include/ATen/ops/float_power_native.h' 2024-08-08T20:19:05.7008480Z adding 'torch/include/ATen/ops/float_power_ops.h' 2024-08-08T20:19:05.7009470Z adding 'torch/include/ATen/ops/floor.h' 2024-08-08T20:19:05.7010650Z adding 'torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7015540Z adding 'torch/include/ATen/ops/floor_cpu_dispatch.h' 2024-08-08T20:19:05.7015920Z adding 'torch/include/ATen/ops/floor_cuda_dispatch.h' 2024-08-08T20:19:05.7016080Z adding 'torch/include/ATen/ops/floor_divide.h' 2024-08-08T20:19:05.7016390Z adding 'torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.7016590Z adding 'torch/include/ATen/ops/floor_divide_cpu_dispatch.h' 2024-08-08T20:19:05.7016790Z adding 'torch/include/ATen/ops/floor_divide_cuda_dispatch.h' 2024-08-08T20:19:05.7017170Z adding 'torch/include/ATen/ops/floor_divide_meta_dispatch.h' 2024-08-08T20:19:05.7018260Z adding 'torch/include/ATen/ops/floor_divide_mps_dispatch.h' 2024-08-08T20:19:05.7019220Z adding 'torch/include/ATen/ops/floor_divide_native.h' 2024-08-08T20:19:05.7020460Z adding 'torch/include/ATen/ops/floor_divide_ops.h' 2024-08-08T20:19:05.7021410Z adding 'torch/include/ATen/ops/floor_meta.h' 2024-08-08T20:19:05.7022410Z adding 'torch/include/ATen/ops/floor_meta_dispatch.h' 2024-08-08T20:19:05.7023340Z adding 'torch/include/ATen/ops/floor_mps_dispatch.h' 2024-08-08T20:19:05.7024320Z adding 'torch/include/ATen/ops/floor_native.h' 2024-08-08T20:19:05.7025410Z adding 'torch/include/ATen/ops/floor_ops.h' 2024-08-08T20:19:05.7026380Z adding 'torch/include/ATen/ops/fmax.h' 2024-08-08T20:19:05.7027570Z adding 'torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7028380Z adding 'torch/include/ATen/ops/fmax_cpu_dispatch.h' 2024-08-08T20:19:05.7029330Z adding 'torch/include/ATen/ops/fmax_cuda_dispatch.h' 2024-08-08T20:19:05.7030260Z adding 'torch/include/ATen/ops/fmax_meta.h' 2024-08-08T20:19:05.7031780Z adding 'torch/include/ATen/ops/fmax_meta_dispatch.h' 2024-08-08T20:19:05.7032900Z adding 'torch/include/ATen/ops/fmax_mps_dispatch.h' 2024-08-08T20:19:05.7034010Z adding 'torch/include/ATen/ops/fmax_native.h' 2024-08-08T20:19:05.7035260Z adding 'torch/include/ATen/ops/fmax_ops.h' 2024-08-08T20:19:05.7036320Z adding 'torch/include/ATen/ops/fmin.h' 2024-08-08T20:19:05.7037640Z adding 'torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7038580Z adding 'torch/include/ATen/ops/fmin_cpu_dispatch.h' 2024-08-08T20:19:05.7039690Z adding 'torch/include/ATen/ops/fmin_cuda_dispatch.h' 2024-08-08T20:19:05.7040820Z adding 'torch/include/ATen/ops/fmin_meta.h' 2024-08-08T20:19:05.7041900Z adding 'torch/include/ATen/ops/fmin_meta_dispatch.h' 2024-08-08T20:19:05.7042960Z adding 'torch/include/ATen/ops/fmin_mps_dispatch.h' 2024-08-08T20:19:05.7044100Z adding 'torch/include/ATen/ops/fmin_native.h' 2024-08-08T20:19:05.7045240Z adding 'torch/include/ATen/ops/fmin_ops.h' 2024-08-08T20:19:05.7046430Z adding 'torch/include/ATen/ops/fmod.h' 2024-08-08T20:19:05.7047780Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.7048910Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7049840Z adding 'torch/include/ATen/ops/fmod_cpu_dispatch.h' 2024-08-08T20:19:05.7050930Z adding 'torch/include/ATen/ops/fmod_cuda_dispatch.h' 2024-08-08T20:19:05.7052210Z adding 'torch/include/ATen/ops/fmod_meta.h' 2024-08-08T20:19:05.7053020Z adding 'torch/include/ATen/ops/fmod_meta_dispatch.h' 2024-08-08T20:19:05.7053960Z adding 'torch/include/ATen/ops/fmod_mps_dispatch.h' 2024-08-08T20:19:05.7054980Z adding 'torch/include/ATen/ops/fmod_native.h' 2024-08-08T20:19:05.7056240Z adding 'torch/include/ATen/ops/fmod_ops.h' 2024-08-08T20:19:05.7057280Z adding 'torch/include/ATen/ops/frac.h' 2024-08-08T20:19:05.7058540Z adding 'torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7059320Z adding 'torch/include/ATen/ops/frac_cpu_dispatch.h' 2024-08-08T20:19:05.7060280Z adding 'torch/include/ATen/ops/frac_cuda_dispatch.h' 2024-08-08T20:19:05.7061230Z adding 'torch/include/ATen/ops/frac_meta.h' 2024-08-08T20:19:05.7062230Z adding 'torch/include/ATen/ops/frac_meta_dispatch.h' 2024-08-08T20:19:05.7063200Z adding 'torch/include/ATen/ops/frac_mps_dispatch.h' 2024-08-08T20:19:05.7064230Z adding 'torch/include/ATen/ops/frac_native.h' 2024-08-08T20:19:05.7065340Z adding 'torch/include/ATen/ops/frac_ops.h' 2024-08-08T20:19:05.7066510Z adding 'torch/include/ATen/ops/fractional_max_pool2d.h' 2024-08-08T20:19:05.7067640Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward.h' 2024-08-08T20:19:05.7068900Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7069780Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h' 2024-08-08T20:19:05.7070790Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h' 2024-08-08T20:19:05.7071760Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h' 2024-08-08T20:19:05.7072810Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h' 2024-08-08T20:19:05.7073820Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_native.h' 2024-08-08T20:19:05.7074970Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h' 2024-08-08T20:19:05.7076170Z adding 'torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7077050Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h' 2024-08-08T20:19:05.7078060Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h' 2024-08-08T20:19:05.7079070Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta.h' 2024-08-08T20:19:05.7080120Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h' 2024-08-08T20:19:05.7081110Z adding 'torch/include/ATen/ops/fractional_max_pool2d_native.h' 2024-08-08T20:19:05.7082270Z adding 'torch/include/ATen/ops/fractional_max_pool2d_ops.h' 2024-08-08T20:19:05.7083350Z adding 'torch/include/ATen/ops/fractional_max_pool3d.h' 2024-08-08T20:19:05.7084550Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward.h' 2024-08-08T20:19:05.7085620Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h' 2024-08-08T20:19:05.7086600Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h' 2024-08-08T20:19:05.7087600Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_native.h' 2024-08-08T20:19:05.7088770Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h' 2024-08-08T20:19:05.7090050Z adding 'torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7090920Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h' 2024-08-08T20:19:05.7091900Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h' 2024-08-08T20:19:05.7093590Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta.h' 2024-08-08T20:19:05.7094680Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h' 2024-08-08T20:19:05.7095690Z adding 'torch/include/ATen/ops/fractional_max_pool3d_native.h' 2024-08-08T20:19:05.7096830Z adding 'torch/include/ATen/ops/fractional_max_pool3d_ops.h' 2024-08-08T20:19:05.7097820Z adding 'torch/include/ATen/ops/frexp.h' 2024-08-08T20:19:05.7098980Z adding 'torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.7100240Z adding 'torch/include/ATen/ops/frexp_cpu_dispatch.h' 2024-08-08T20:19:05.7101240Z adding 'torch/include/ATen/ops/frexp_cuda_dispatch.h' 2024-08-08T20:19:05.7102370Z adding 'torch/include/ATen/ops/frexp_native.h' 2024-08-08T20:19:05.7103360Z adding 'torch/include/ATen/ops/frexp_ops.h' 2024-08-08T20:19:05.7104500Z adding 'torch/include/ATen/ops/frobenius_norm.h' 2024-08-08T20:19:05.7105600Z adding 'torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7106470Z adding 'torch/include/ATen/ops/frobenius_norm_native.h' 2024-08-08T20:19:05.7107580Z adding 'torch/include/ATen/ops/frobenius_norm_ops.h' 2024-08-08T20:19:05.7108990Z adding 'torch/include/ATen/ops/from_blob.h' 2024-08-08T20:19:05.7110160Z adding 'torch/include/ATen/ops/from_file.h' 2024-08-08T20:19:05.7111350Z adding 'torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.7112310Z adding 'torch/include/ATen/ops/from_file_cpu_dispatch.h' 2024-08-08T20:19:05.7113290Z adding 'torch/include/ATen/ops/from_file_native.h' 2024-08-08T20:19:05.7114430Z adding 'torch/include/ATen/ops/from_file_ops.h' 2024-08-08T20:19:05.7115840Z adding 'torch/include/ATen/ops/full.h' 2024-08-08T20:19:05.7117330Z adding 'torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.7118170Z adding 'torch/include/ATen/ops/full_like.h' 2024-08-08T20:19:05.7119380Z adding 'torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.7120280Z adding 'torch/include/ATen/ops/full_like_native.h' 2024-08-08T20:19:05.7121430Z adding 'torch/include/ATen/ops/full_like_ops.h' 2024-08-08T20:19:05.7122440Z adding 'torch/include/ATen/ops/full_native.h' 2024-08-08T20:19:05.7123690Z adding 'torch/include/ATen/ops/full_ops.h' 2024-08-08T20:19:05.7124890Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h' 2024-08-08T20:19:05.7126110Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7127040Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h' 2024-08-08T20:19:05.7128160Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h' 2024-08-08T20:19:05.7129170Z adding 'torch/include/ATen/ops/gather.h' 2024-08-08T20:19:05.7130250Z adding 'torch/include/ATen/ops/gather_backward.h' 2024-08-08T20:19:05.7131940Z adding 'torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7132990Z adding 'torch/include/ATen/ops/gather_backward_native.h' 2024-08-08T20:19:05.7134110Z adding 'torch/include/ATen/ops/gather_backward_ops.h' 2024-08-08T20:19:05.7135340Z adding 'torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7136310Z adding 'torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7137370Z adding 'torch/include/ATen/ops/gather_cpu_dispatch.h' 2024-08-08T20:19:05.7138380Z adding 'torch/include/ATen/ops/gather_cuda_dispatch.h' 2024-08-08T20:19:05.7139360Z adding 'torch/include/ATen/ops/gather_meta.h' 2024-08-08T20:19:05.7140400Z adding 'torch/include/ATen/ops/gather_meta_dispatch.h' 2024-08-08T20:19:05.7141390Z adding 'torch/include/ATen/ops/gather_mps_dispatch.h' 2024-08-08T20:19:05.7142540Z adding 'torch/include/ATen/ops/gather_native.h' 2024-08-08T20:19:05.7143780Z adding 'torch/include/ATen/ops/gather_ops.h' 2024-08-08T20:19:05.7144800Z adding 'torch/include/ATen/ops/gcd.h' 2024-08-08T20:19:05.7146060Z adding 'torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7146970Z adding 'torch/include/ATen/ops/gcd_cpu_dispatch.h' 2024-08-08T20:19:05.7148070Z adding 'torch/include/ATen/ops/gcd_cuda_dispatch.h' 2024-08-08T20:19:05.7149030Z adding 'torch/include/ATen/ops/gcd_meta.h' 2024-08-08T20:19:05.7150060Z adding 'torch/include/ATen/ops/gcd_meta_dispatch.h' 2024-08-08T20:19:05.7151080Z adding 'torch/include/ATen/ops/gcd_native.h' 2024-08-08T20:19:05.7152350Z adding 'torch/include/ATen/ops/gcd_ops.h' 2024-08-08T20:19:05.7153430Z adding 'torch/include/ATen/ops/ge.h' 2024-08-08T20:19:05.7154790Z adding 'torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7155710Z adding 'torch/include/ATen/ops/ge_cpu_dispatch.h' 2024-08-08T20:19:05.7156760Z adding 'torch/include/ATen/ops/ge_cuda_dispatch.h' 2024-08-08T20:19:05.7157800Z adding 'torch/include/ATen/ops/ge_meta.h' 2024-08-08T20:19:05.7158790Z adding 'torch/include/ATen/ops/ge_meta_dispatch.h' 2024-08-08T20:19:05.7159790Z adding 'torch/include/ATen/ops/ge_mps_dispatch.h' 2024-08-08T20:19:05.7160920Z adding 'torch/include/ATen/ops/ge_native.h' 2024-08-08T20:19:05.7162220Z adding 'torch/include/ATen/ops/ge_ops.h' 2024-08-08T20:19:05.7163270Z adding 'torch/include/ATen/ops/gelu.h' 2024-08-08T20:19:05.7164480Z adding 'torch/include/ATen/ops/gelu_backward.h' 2024-08-08T20:19:05.7165750Z adding 'torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7166660Z adding 'torch/include/ATen/ops/gelu_backward_cpu_dispatch.h' 2024-08-08T20:19:05.7167660Z adding 'torch/include/ATen/ops/gelu_backward_cuda_dispatch.h' 2024-08-08T20:19:05.7168670Z adding 'torch/include/ATen/ops/gelu_backward_meta.h' 2024-08-08T20:19:05.7169650Z adding 'torch/include/ATen/ops/gelu_backward_meta_dispatch.h' 2024-08-08T20:19:05.7170640Z adding 'torch/include/ATen/ops/gelu_backward_mps_dispatch.h' 2024-08-08T20:19:05.7171640Z adding 'torch/include/ATen/ops/gelu_backward_native.h' 2024-08-08T20:19:05.7172860Z adding 'torch/include/ATen/ops/gelu_backward_ops.h' 2024-08-08T20:19:05.7174030Z adding 'torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7174870Z adding 'torch/include/ATen/ops/gelu_cpu_dispatch.h' 2024-08-08T20:19:05.7175850Z adding 'torch/include/ATen/ops/gelu_cuda_dispatch.h' 2024-08-08T20:19:05.7176840Z adding 'torch/include/ATen/ops/gelu_meta.h' 2024-08-08T20:19:05.7177880Z adding 'torch/include/ATen/ops/gelu_meta_dispatch.h' 2024-08-08T20:19:05.7178840Z adding 'torch/include/ATen/ops/gelu_mps_dispatch.h' 2024-08-08T20:19:05.7179980Z adding 'torch/include/ATen/ops/gelu_native.h' 2024-08-08T20:19:05.7181230Z adding 'torch/include/ATen/ops/gelu_ops.h' 2024-08-08T20:19:05.7182280Z adding 'torch/include/ATen/ops/geometric.h' 2024-08-08T20:19:05.7183400Z adding 'torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.7184320Z adding 'torch/include/ATen/ops/geometric_cpu_dispatch.h' 2024-08-08T20:19:05.7185290Z adding 'torch/include/ATen/ops/geometric_cuda_dispatch.h' 2024-08-08T20:19:05.7186210Z adding 'torch/include/ATen/ops/geometric_meta_dispatch.h' 2024-08-08T20:19:05.7187240Z adding 'torch/include/ATen/ops/geometric_native.h' 2024-08-08T20:19:05.7188350Z adding 'torch/include/ATen/ops/geometric_ops.h' 2024-08-08T20:19:05.7192760Z adding 'torch/include/ATen/ops/geqrf.h' 2024-08-08T20:19:05.7193060Z adding 'torch/include/ATen/ops/geqrf_cpu_dispatch.h' 2024-08-08T20:19:05.7193220Z adding 'torch/include/ATen/ops/geqrf_cuda_dispatch.h' 2024-08-08T20:19:05.7193420Z adding 'torch/include/ATen/ops/geqrf_native.h' 2024-08-08T20:19:05.7193540Z adding 'torch/include/ATen/ops/geqrf_ops.h' 2024-08-08T20:19:05.7194290Z adding 'torch/include/ATen/ops/ger.h' 2024-08-08T20:19:05.7195440Z adding 'torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7196250Z adding 'torch/include/ATen/ops/ger_native.h' 2024-08-08T20:19:05.7197460Z adding 'torch/include/ATen/ops/ger_ops.h' 2024-08-08T20:19:05.7198450Z adding 'torch/include/ATen/ops/glu.h' 2024-08-08T20:19:05.7199550Z adding 'torch/include/ATen/ops/glu_backward.h' 2024-08-08T20:19:05.7200640Z adding 'torch/include/ATen/ops/glu_backward_cpu_dispatch.h' 2024-08-08T20:19:05.7201620Z adding 'torch/include/ATen/ops/glu_backward_cuda_dispatch.h' 2024-08-08T20:19:05.7202730Z adding 'torch/include/ATen/ops/glu_backward_jvp.h' 2024-08-08T20:19:05.7203970Z adding 'torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.7204950Z adding 'torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h' 2024-08-08T20:19:05.7205960Z adding 'torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h' 2024-08-08T20:19:05.7207010Z adding 'torch/include/ATen/ops/glu_backward_jvp_native.h' 2024-08-08T20:19:05.7208240Z adding 'torch/include/ATen/ops/glu_backward_jvp_ops.h' 2024-08-08T20:19:05.7209360Z adding 'torch/include/ATen/ops/glu_backward_mps_dispatch.h' 2024-08-08T20:19:05.7210380Z adding 'torch/include/ATen/ops/glu_backward_native.h' 2024-08-08T20:19:05.7211570Z adding 'torch/include/ATen/ops/glu_backward_ops.h' 2024-08-08T20:19:05.7212850Z adding 'torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7213750Z adding 'torch/include/ATen/ops/glu_cpu_dispatch.h' 2024-08-08T20:19:05.7214770Z adding 'torch/include/ATen/ops/glu_cuda_dispatch.h' 2024-08-08T20:19:05.7215840Z adding 'torch/include/ATen/ops/glu_jvp.h' 2024-08-08T20:19:05.7217060Z adding 'torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.7218000Z adding 'torch/include/ATen/ops/glu_jvp_cpu_dispatch.h' 2024-08-08T20:19:05.7219000Z adding 'torch/include/ATen/ops/glu_jvp_cuda_dispatch.h' 2024-08-08T20:19:05.7219990Z adding 'torch/include/ATen/ops/glu_jvp_native.h' 2024-08-08T20:19:05.7221160Z adding 'torch/include/ATen/ops/glu_jvp_ops.h' 2024-08-08T20:19:05.7222270Z adding 'torch/include/ATen/ops/glu_meta.h' 2024-08-08T20:19:05.7223320Z adding 'torch/include/ATen/ops/glu_meta_dispatch.h' 2024-08-08T20:19:05.7224370Z adding 'torch/include/ATen/ops/glu_mps_dispatch.h' 2024-08-08T20:19:05.7225390Z adding 'torch/include/ATen/ops/glu_native.h' 2024-08-08T20:19:05.7226550Z adding 'torch/include/ATen/ops/glu_ops.h' 2024-08-08T20:19:05.7227820Z adding 'torch/include/ATen/ops/gradient.h' 2024-08-08T20:19:05.7229120Z adding 'torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7230070Z adding 'torch/include/ATen/ops/gradient_native.h' 2024-08-08T20:19:05.7231570Z adding 'torch/include/ATen/ops/gradient_ops.h' 2024-08-08T20:19:05.7232710Z adding 'torch/include/ATen/ops/greater.h' 2024-08-08T20:19:05.7234070Z adding 'torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7235150Z adding 'torch/include/ATen/ops/greater_equal.h' 2024-08-08T20:19:05.7236490Z adding 'torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7237410Z adding 'torch/include/ATen/ops/greater_equal_native.h' 2024-08-08T20:19:05.7238760Z adding 'torch/include/ATen/ops/greater_equal_ops.h' 2024-08-08T20:19:05.7239860Z adding 'torch/include/ATen/ops/greater_native.h' 2024-08-08T20:19:05.7241260Z adding 'torch/include/ATen/ops/greater_ops.h' 2024-08-08T20:19:05.7242290Z adding 'torch/include/ATen/ops/grid_sampler.h' 2024-08-08T20:19:05.7243470Z adding 'torch/include/ATen/ops/grid_sampler_2d.h' 2024-08-08T20:19:05.7244770Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward.h' 2024-08-08T20:19:05.7246080Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.7247110Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h' 2024-08-08T20:19:05.7248170Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h' 2024-08-08T20:19:05.7249210Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_native.h' 2024-08-08T20:19:05.7250460Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_ops.h' 2024-08-08T20:19:05.7251690Z adding 'torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.7252780Z adding 'torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h' 2024-08-08T20:19:05.7253880Z adding 'torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h' 2024-08-08T20:19:05.7254910Z adding 'torch/include/ATen/ops/grid_sampler_2d_mps_dispatch.h' 2024-08-08T20:19:05.7256020Z adding 'torch/include/ATen/ops/grid_sampler_2d_native.h' 2024-08-08T20:19:05.7257310Z adding 'torch/include/ATen/ops/grid_sampler_2d_ops.h' 2024-08-08T20:19:05.7258510Z adding 'torch/include/ATen/ops/grid_sampler_3d.h' 2024-08-08T20:19:05.7259860Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward.h' 2024-08-08T20:19:05.7261200Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.7262250Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h' 2024-08-08T20:19:05.7263420Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h' 2024-08-08T20:19:05.7264490Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_native.h' 2024-08-08T20:19:05.7265820Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_ops.h' 2024-08-08T20:19:05.7267080Z adding 'torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.7268070Z adding 'torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h' 2024-08-08T20:19:05.7269130Z adding 'torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h' 2024-08-08T20:19:05.7270280Z adding 'torch/include/ATen/ops/grid_sampler_3d_native.h' 2024-08-08T20:19:05.7271540Z adding 'torch/include/ATen/ops/grid_sampler_3d_ops.h' 2024-08-08T20:19:05.7272790Z adding 'torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7273720Z adding 'torch/include/ATen/ops/grid_sampler_native.h' 2024-08-08T20:19:05.7274930Z adding 'torch/include/ATen/ops/grid_sampler_ops.h' 2024-08-08T20:19:05.7276470Z adding 'torch/include/ATen/ops/group_norm.h' 2024-08-08T20:19:05.7280360Z adding 'torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7281230Z adding 'torch/include/ATen/ops/group_norm_native.h' 2024-08-08T20:19:05.7282390Z adding 'torch/include/ATen/ops/group_norm_ops.h' 2024-08-08T20:19:05.7283460Z adding 'torch/include/ATen/ops/gru.h' 2024-08-08T20:19:05.7284540Z adding 'torch/include/ATen/ops/gru_cell.h' 2024-08-08T20:19:05.7285790Z adding 'torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7286680Z adding 'torch/include/ATen/ops/gru_cell_native.h' 2024-08-08T20:19:05.7287790Z adding 'torch/include/ATen/ops/gru_cell_ops.h' 2024-08-08T20:19:05.7289020Z adding 'torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7289900Z adding 'torch/include/ATen/ops/gru_native.h' 2024-08-08T20:19:05.7291110Z adding 'torch/include/ATen/ops/gru_ops.h' 2024-08-08T20:19:05.7292250Z adding 'torch/include/ATen/ops/gt.h' 2024-08-08T20:19:05.7293500Z adding 'torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7294380Z adding 'torch/include/ATen/ops/gt_cpu_dispatch.h' 2024-08-08T20:19:05.7295470Z adding 'torch/include/ATen/ops/gt_cuda_dispatch.h' 2024-08-08T20:19:05.7296420Z adding 'torch/include/ATen/ops/gt_meta.h' 2024-08-08T20:19:05.7297480Z adding 'torch/include/ATen/ops/gt_meta_dispatch.h' 2024-08-08T20:19:05.7298490Z adding 'torch/include/ATen/ops/gt_mps_dispatch.h' 2024-08-08T20:19:05.7299550Z adding 'torch/include/ATen/ops/gt_native.h' 2024-08-08T20:19:05.7300860Z adding 'torch/include/ATen/ops/gt_ops.h' 2024-08-08T20:19:05.7302400Z adding 'torch/include/ATen/ops/hamming_window.h' 2024-08-08T20:19:05.7303700Z adding 'torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.7304590Z adding 'torch/include/ATen/ops/hamming_window_native.h' 2024-08-08T20:19:05.7306030Z adding 'torch/include/ATen/ops/hamming_window_ops.h' 2024-08-08T20:19:05.7307180Z adding 'torch/include/ATen/ops/hann_window.h' 2024-08-08T20:19:05.7308390Z adding 'torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.7309230Z adding 'torch/include/ATen/ops/hann_window_native.h' 2024-08-08T20:19:05.7310460Z adding 'torch/include/ATen/ops/hann_window_ops.h' 2024-08-08T20:19:05.7311470Z adding 'torch/include/ATen/ops/hardshrink.h' 2024-08-08T20:19:05.7312520Z adding 'torch/include/ATen/ops/hardshrink_backward.h' 2024-08-08T20:19:05.7313760Z adding 'torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7314580Z adding 'torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h' 2024-08-08T20:19:05.7315520Z adding 'torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h' 2024-08-08T20:19:05.7316460Z adding 'torch/include/ATen/ops/hardshrink_backward_meta.h' 2024-08-08T20:19:05.7317440Z adding 'torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h' 2024-08-08T20:19:05.7318440Z adding 'torch/include/ATen/ops/hardshrink_backward_native.h' 2024-08-08T20:19:05.7319450Z adding 'torch/include/ATen/ops/hardshrink_backward_ops.h' 2024-08-08T20:19:05.7320620Z adding 'torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7321430Z adding 'torch/include/ATen/ops/hardshrink_cpu_dispatch.h' 2024-08-08T20:19:05.7322370Z adding 'torch/include/ATen/ops/hardshrink_cuda_dispatch.h' 2024-08-08T20:19:05.7323270Z adding 'torch/include/ATen/ops/hardshrink_meta.h' 2024-08-08T20:19:05.7324250Z adding 'torch/include/ATen/ops/hardshrink_meta_dispatch.h' 2024-08-08T20:19:05.7325150Z adding 'torch/include/ATen/ops/hardshrink_native.h' 2024-08-08T20:19:05.7326200Z adding 'torch/include/ATen/ops/hardshrink_ops.h' 2024-08-08T20:19:05.7327200Z adding 'torch/include/ATen/ops/hardsigmoid.h' 2024-08-08T20:19:05.7328220Z adding 'torch/include/ATen/ops/hardsigmoid_backward.h' 2024-08-08T20:19:05.7329450Z adding 'torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7330150Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h' 2024-08-08T20:19:05.7331200Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h' 2024-08-08T20:19:05.7332110Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta.h' 2024-08-08T20:19:05.7333140Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h' 2024-08-08T20:19:05.7334060Z adding 'torch/include/ATen/ops/hardsigmoid_backward_mps_dispatch.h' 2024-08-08T20:19:05.7335100Z adding 'torch/include/ATen/ops/hardsigmoid_backward_native.h' 2024-08-08T20:19:05.7336170Z adding 'torch/include/ATen/ops/hardsigmoid_backward_ops.h' 2024-08-08T20:19:05.7337370Z adding 'torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7338150Z adding 'torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h' 2024-08-08T20:19:05.7339090Z adding 'torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h' 2024-08-08T20:19:05.7340060Z adding 'torch/include/ATen/ops/hardsigmoid_meta.h' 2024-08-08T20:19:05.7341040Z adding 'torch/include/ATen/ops/hardsigmoid_meta_dispatch.h' 2024-08-08T20:19:05.7342010Z adding 'torch/include/ATen/ops/hardsigmoid_mps_dispatch.h' 2024-08-08T20:19:05.7343030Z adding 'torch/include/ATen/ops/hardsigmoid_native.h' 2024-08-08T20:19:05.7344120Z adding 'torch/include/ATen/ops/hardsigmoid_ops.h' 2024-08-08T20:19:05.7345080Z adding 'torch/include/ATen/ops/hardswish.h' 2024-08-08T20:19:05.7346110Z adding 'torch/include/ATen/ops/hardswish_backward.h' 2024-08-08T20:19:05.7347270Z adding 'torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.7348180Z adding 'torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h' 2024-08-08T20:19:05.7349120Z adding 'torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h' 2024-08-08T20:19:05.7350060Z adding 'torch/include/ATen/ops/hardswish_backward_mps_dispatch.h' 2024-08-08T20:19:05.7350970Z adding 'torch/include/ATen/ops/hardswish_backward_native.h' 2024-08-08T20:19:05.7352470Z adding 'torch/include/ATen/ops/hardswish_backward_ops.h' 2024-08-08T20:19:05.7353480Z adding 'torch/include/ATen/ops/hardswish_cpu_dispatch.h' 2024-08-08T20:19:05.7354470Z adding 'torch/include/ATen/ops/hardswish_cuda_dispatch.h' 2024-08-08T20:19:05.7355500Z adding 'torch/include/ATen/ops/hardswish_meta_dispatch.h' 2024-08-08T20:19:05.7356510Z adding 'torch/include/ATen/ops/hardswish_mps_dispatch.h' 2024-08-08T20:19:05.7357480Z adding 'torch/include/ATen/ops/hardswish_native.h' 2024-08-08T20:19:05.7358640Z adding 'torch/include/ATen/ops/hardswish_ops.h' 2024-08-08T20:19:05.7359720Z adding 'torch/include/ATen/ops/hardtanh.h' 2024-08-08T20:19:05.7360860Z adding 'torch/include/ATen/ops/hardtanh_backward.h' 2024-08-08T20:19:05.7361950Z adding 'torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h' 2024-08-08T20:19:05.7362950Z adding 'torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h' 2024-08-08T20:19:05.7364030Z adding 'torch/include/ATen/ops/hardtanh_backward_mps_dispatch.h' 2024-08-08T20:19:05.7364970Z adding 'torch/include/ATen/ops/hardtanh_backward_native.h' 2024-08-08T20:19:05.7366120Z adding 'torch/include/ATen/ops/hardtanh_backward_ops.h' 2024-08-08T20:19:05.7367220Z adding 'torch/include/ATen/ops/hardtanh_cpu_dispatch.h' 2024-08-08T20:19:05.7368240Z adding 'torch/include/ATen/ops/hardtanh_cuda_dispatch.h' 2024-08-08T20:19:05.7369250Z adding 'torch/include/ATen/ops/hardtanh_meta_dispatch.h' 2024-08-08T20:19:05.7374090Z adding 'torch/include/ATen/ops/hardtanh_mps_dispatch.h' 2024-08-08T20:19:05.7374410Z adding 'torch/include/ATen/ops/hardtanh_native.h' 2024-08-08T20:19:05.7374580Z adding 'torch/include/ATen/ops/hardtanh_ops.h' 2024-08-08T20:19:05.7374730Z adding 'torch/include/ATen/ops/heaviside.h' 2024-08-08T20:19:05.7375120Z adding 'torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7375600Z adding 'torch/include/ATen/ops/heaviside_cpu_dispatch.h' 2024-08-08T20:19:05.7376640Z adding 'torch/include/ATen/ops/heaviside_cuda_dispatch.h' 2024-08-08T20:19:05.7377610Z adding 'torch/include/ATen/ops/heaviside_meta.h' 2024-08-08T20:19:05.7378630Z adding 'torch/include/ATen/ops/heaviside_meta_dispatch.h' 2024-08-08T20:19:05.7379610Z adding 'torch/include/ATen/ops/heaviside_native.h' 2024-08-08T20:19:05.7380790Z adding 'torch/include/ATen/ops/heaviside_ops.h' 2024-08-08T20:19:05.7381860Z adding 'torch/include/ATen/ops/hinge_embedding_loss.h' 2024-08-08T20:19:05.7383090Z adding 'torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7383990Z adding 'torch/include/ATen/ops/hinge_embedding_loss_native.h' 2024-08-08T20:19:05.7385120Z adding 'torch/include/ATen/ops/hinge_embedding_loss_ops.h' 2024-08-08T20:19:05.7386150Z adding 'torch/include/ATen/ops/histc.h' 2024-08-08T20:19:05.7387220Z adding 'torch/include/ATen/ops/histc_cpu_dispatch.h' 2024-08-08T20:19:05.7388230Z adding 'torch/include/ATen/ops/histc_cuda_dispatch.h' 2024-08-08T20:19:05.7389220Z adding 'torch/include/ATen/ops/histc_mps_dispatch.h' 2024-08-08T20:19:05.7390220Z adding 'torch/include/ATen/ops/histc_native.h' 2024-08-08T20:19:05.7391370Z adding 'torch/include/ATen/ops/histc_ops.h' 2024-08-08T20:19:05.7392600Z adding 'torch/include/ATen/ops/histogram.h' 2024-08-08T20:19:05.7393830Z adding 'torch/include/ATen/ops/histogram_cpu_dispatch.h' 2024-08-08T20:19:05.7394900Z adding 'torch/include/ATen/ops/histogram_mps_dispatch.h' 2024-08-08T20:19:05.7395940Z adding 'torch/include/ATen/ops/histogram_native.h' 2024-08-08T20:19:05.7397270Z adding 'torch/include/ATen/ops/histogram_ops.h' 2024-08-08T20:19:05.7398430Z adding 'torch/include/ATen/ops/histogramdd.h' 2024-08-08T20:19:05.7399690Z adding 'torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7400650Z adding 'torch/include/ATen/ops/histogramdd_native.h' 2024-08-08T20:19:05.7401960Z adding 'torch/include/ATen/ops/histogramdd_ops.h' 2024-08-08T20:19:05.7402970Z adding 'torch/include/ATen/ops/hsplit.h' 2024-08-08T20:19:05.7404190Z adding 'torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7405040Z adding 'torch/include/ATen/ops/hsplit_native.h' 2024-08-08T20:19:05.7406190Z adding 'torch/include/ATen/ops/hsplit_ops.h' 2024-08-08T20:19:05.7407290Z adding 'torch/include/ATen/ops/hspmm.h' 2024-08-08T20:19:05.7408370Z adding 'torch/include/ATen/ops/hspmm_native.h' 2024-08-08T20:19:05.7409510Z adding 'torch/include/ATen/ops/hspmm_ops.h' 2024-08-08T20:19:05.7410590Z adding 'torch/include/ATen/ops/hstack.h' 2024-08-08T20:19:05.7411770Z adding 'torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7412640Z adding 'torch/include/ATen/ops/hstack_native.h' 2024-08-08T20:19:05.7413760Z adding 'torch/include/ATen/ops/hstack_ops.h' 2024-08-08T20:19:05.7414850Z adding 'torch/include/ATen/ops/huber_loss.h' 2024-08-08T20:19:05.7415990Z adding 'torch/include/ATen/ops/huber_loss_backward.h' 2024-08-08T20:19:05.7417290Z adding 'torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.7418200Z adding 'torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h' 2024-08-08T20:19:05.7419210Z adding 'torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h' 2024-08-08T20:19:05.7420210Z adding 'torch/include/ATen/ops/huber_loss_backward_mps_dispatch.h' 2024-08-08T20:19:05.7421230Z adding 'torch/include/ATen/ops/huber_loss_backward_native.h' 2024-08-08T20:19:05.7422400Z adding 'torch/include/ATen/ops/huber_loss_backward_ops.h' 2024-08-08T20:19:05.7423470Z adding 'torch/include/ATen/ops/huber_loss_cpu_dispatch.h' 2024-08-08T20:19:05.7424480Z adding 'torch/include/ATen/ops/huber_loss_cuda_dispatch.h' 2024-08-08T20:19:05.7425470Z adding 'torch/include/ATen/ops/huber_loss_mps_dispatch.h' 2024-08-08T20:19:05.7426510Z adding 'torch/include/ATen/ops/huber_loss_native.h' 2024-08-08T20:19:05.7427620Z adding 'torch/include/ATen/ops/huber_loss_ops.h' 2024-08-08T20:19:05.7428670Z adding 'torch/include/ATen/ops/hypot.h' 2024-08-08T20:19:05.7429940Z adding 'torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7430790Z adding 'torch/include/ATen/ops/hypot_cpu_dispatch.h' 2024-08-08T20:19:05.7431790Z adding 'torch/include/ATen/ops/hypot_cuda_dispatch.h' 2024-08-08T20:19:05.7432780Z adding 'torch/include/ATen/ops/hypot_meta.h' 2024-08-08T20:19:05.7433810Z adding 'torch/include/ATen/ops/hypot_meta_dispatch.h' 2024-08-08T20:19:05.7434880Z adding 'torch/include/ATen/ops/hypot_mps_dispatch.h' 2024-08-08T20:19:05.7435900Z adding 'torch/include/ATen/ops/hypot_native.h' 2024-08-08T20:19:05.7437090Z adding 'torch/include/ATen/ops/hypot_ops.h' 2024-08-08T20:19:05.7438130Z adding 'torch/include/ATen/ops/i0.h' 2024-08-08T20:19:05.7439380Z adding 'torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7440230Z adding 'torch/include/ATen/ops/i0_cpu_dispatch.h' 2024-08-08T20:19:05.7441220Z adding 'torch/include/ATen/ops/i0_cuda_dispatch.h' 2024-08-08T20:19:05.7442230Z adding 'torch/include/ATen/ops/i0_meta.h' 2024-08-08T20:19:05.7443240Z adding 'torch/include/ATen/ops/i0_meta_dispatch.h' 2024-08-08T20:19:05.7444220Z adding 'torch/include/ATen/ops/i0_native.h' 2024-08-08T20:19:05.7445390Z adding 'torch/include/ATen/ops/i0_ops.h' 2024-08-08T20:19:05.7446500Z adding 'torch/include/ATen/ops/igamma.h' 2024-08-08T20:19:05.7447710Z adding 'torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7448560Z adding 'torch/include/ATen/ops/igamma_cpu_dispatch.h' 2024-08-08T20:19:05.7449540Z adding 'torch/include/ATen/ops/igamma_cuda_dispatch.h' 2024-08-08T20:19:05.7450550Z adding 'torch/include/ATen/ops/igamma_meta.h' 2024-08-08T20:19:05.7451610Z adding 'torch/include/ATen/ops/igamma_meta_dispatch.h' 2024-08-08T20:19:05.7452570Z adding 'torch/include/ATen/ops/igamma_native.h' 2024-08-08T20:19:05.7453730Z adding 'torch/include/ATen/ops/igamma_ops.h' 2024-08-08T20:19:05.7454780Z adding 'torch/include/ATen/ops/igammac.h' 2024-08-08T20:19:05.7456050Z adding 'torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7456840Z adding 'torch/include/ATen/ops/igammac_cpu_dispatch.h' 2024-08-08T20:19:05.7457860Z adding 'torch/include/ATen/ops/igammac_cuda_dispatch.h' 2024-08-08T20:19:05.7458820Z adding 'torch/include/ATen/ops/igammac_meta.h' 2024-08-08T20:19:05.7459820Z adding 'torch/include/ATen/ops/igammac_meta_dispatch.h' 2024-08-08T20:19:05.7460830Z adding 'torch/include/ATen/ops/igammac_native.h' 2024-08-08T20:19:05.7462020Z adding 'torch/include/ATen/ops/igammac_ops.h' 2024-08-08T20:19:05.7463090Z adding 'torch/include/ATen/ops/im2col.h' 2024-08-08T20:19:05.7464220Z adding 'torch/include/ATen/ops/im2col_cpu_dispatch.h' 2024-08-08T20:19:05.7465250Z adding 'torch/include/ATen/ops/im2col_cuda_dispatch.h' 2024-08-08T20:19:05.7466250Z adding 'torch/include/ATen/ops/im2col_native.h' 2024-08-08T20:19:05.7467430Z adding 'torch/include/ATen/ops/im2col_ops.h' 2024-08-08T20:19:05.7468480Z adding 'torch/include/ATen/ops/imag.h' 2024-08-08T20:19:05.7469730Z adding 'torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7470530Z adding 'torch/include/ATen/ops/imag_native.h' 2024-08-08T20:19:05.7471590Z adding 'torch/include/ATen/ops/imag_ops.h' 2024-08-08T20:19:05.7472650Z adding 'torch/include/ATen/ops/index.h' 2024-08-08T20:19:05.7473790Z adding 'torch/include/ATen/ops/index_add.h' 2024-08-08T20:19:05.7475080Z adding 'torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7476060Z adding 'torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7477040Z adding 'torch/include/ATen/ops/index_add_cpu_dispatch.h' 2024-08-08T20:19:05.7478770Z adding 'torch/include/ATen/ops/index_add_cuda_dispatch.h' 2024-08-08T20:19:05.7480120Z adding 'torch/include/ATen/ops/index_add_meta.h' 2024-08-08T20:19:05.7481370Z adding 'torch/include/ATen/ops/index_add_meta_dispatch.h' 2024-08-08T20:19:05.7482540Z adding 'torch/include/ATen/ops/index_add_mps_dispatch.h' 2024-08-08T20:19:05.7483740Z adding 'torch/include/ATen/ops/index_add_native.h' 2024-08-08T20:19:05.7485200Z adding 'torch/include/ATen/ops/index_add_ops.h' 2024-08-08T20:19:05.7486610Z adding 'torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7487700Z adding 'torch/include/ATen/ops/index_copy.h' 2024-08-08T20:19:05.7489120Z adding 'torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7490250Z adding 'torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7491320Z adding 'torch/include/ATen/ops/index_copy_cpu_dispatch.h' 2024-08-08T20:19:05.7492500Z adding 'torch/include/ATen/ops/index_copy_cuda_dispatch.h' 2024-08-08T20:19:05.7493690Z adding 'torch/include/ATen/ops/index_copy_meta.h' 2024-08-08T20:19:05.7494900Z adding 'torch/include/ATen/ops/index_copy_meta_dispatch.h' 2024-08-08T20:19:05.7496050Z adding 'torch/include/ATen/ops/index_copy_native.h' 2024-08-08T20:19:05.7497590Z adding 'torch/include/ATen/ops/index_copy_ops.h' 2024-08-08T20:19:05.7498790Z adding 'torch/include/ATen/ops/index_cpu_dispatch.h' 2024-08-08T20:19:05.7499890Z adding 'torch/include/ATen/ops/index_cuda_dispatch.h' 2024-08-08T20:19:05.7501260Z adding 'torch/include/ATen/ops/index_fill.h' 2024-08-08T20:19:05.7502640Z adding 'torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.7503760Z adding 'torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7504760Z adding 'torch/include/ATen/ops/index_fill_cpu_dispatch.h' 2024-08-08T20:19:05.7505810Z adding 'torch/include/ATen/ops/index_fill_cuda_dispatch.h' 2024-08-08T20:19:05.7506860Z adding 'torch/include/ATen/ops/index_fill_meta_dispatch.h' 2024-08-08T20:19:05.7507870Z adding 'torch/include/ATen/ops/index_fill_mps_dispatch.h' 2024-08-08T20:19:05.7509020Z adding 'torch/include/ATen/ops/index_fill_native.h' 2024-08-08T20:19:05.7510720Z adding 'torch/include/ATen/ops/index_fill_ops.h' 2024-08-08T20:19:05.7512000Z adding 'torch/include/ATen/ops/index_meta.h' 2024-08-08T20:19:05.7513140Z adding 'torch/include/ATen/ops/index_meta_dispatch.h' 2024-08-08T20:19:05.7514230Z adding 'torch/include/ATen/ops/index_mps_dispatch.h' 2024-08-08T20:19:05.7515320Z adding 'torch/include/ATen/ops/index_native.h' 2024-08-08T20:19:05.7516580Z adding 'torch/include/ATen/ops/index_ops.h' 2024-08-08T20:19:05.7517740Z adding 'torch/include/ATen/ops/index_put.h' 2024-08-08T20:19:05.7519060Z adding 'torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.7520010Z adding 'torch/include/ATen/ops/index_put_native.h' 2024-08-08T20:19:05.7521290Z adding 'torch/include/ATen/ops/index_put_ops.h' 2024-08-08T20:19:05.7522470Z adding 'torch/include/ATen/ops/index_reduce.h' 2024-08-08T20:19:05.7523810Z adding 'torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7524860Z adding 'torch/include/ATen/ops/index_reduce_cpu_dispatch.h' 2024-08-08T20:19:05.7525940Z adding 'torch/include/ATen/ops/index_reduce_cuda_dispatch.h' 2024-08-08T20:19:05.7527070Z adding 'torch/include/ATen/ops/index_reduce_meta.h' 2024-08-08T20:19:05.7528180Z adding 'torch/include/ATen/ops/index_reduce_meta_dispatch.h' 2024-08-08T20:19:05.7529260Z adding 'torch/include/ATen/ops/index_reduce_native.h' 2024-08-08T20:19:05.7530580Z adding 'torch/include/ATen/ops/index_reduce_ops.h' 2024-08-08T20:19:05.7531790Z adding 'torch/include/ATen/ops/index_select.h' 2024-08-08T20:19:05.7533040Z adding 'torch/include/ATen/ops/index_select_backward.h' 2024-08-08T20:19:05.7534350Z adding 'torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7535280Z adding 'torch/include/ATen/ops/index_select_backward_native.h' 2024-08-08T20:19:05.7536440Z adding 'torch/include/ATen/ops/index_select_backward_ops.h' 2024-08-08T20:19:05.7537700Z adding 'torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7538710Z adding 'torch/include/ATen/ops/index_select_cpu_dispatch.h' 2024-08-08T20:19:05.7539840Z adding 'torch/include/ATen/ops/index_select_cuda_dispatch.h' 2024-08-08T20:19:05.7540890Z adding 'torch/include/ATen/ops/index_select_mps_dispatch.h' 2024-08-08T20:19:05.7542010Z adding 'torch/include/ATen/ops/index_select_native.h' 2024-08-08T20:19:05.7543370Z adding 'torch/include/ATen/ops/index_select_ops.h' 2024-08-08T20:19:05.7544370Z adding 'torch/include/ATen/ops/indices.h' 2024-08-08T20:19:05.7545640Z adding 'torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.7546610Z adding 'torch/include/ATen/ops/indices_copy.h' 2024-08-08T20:19:05.7547850Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.7549000Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7549850Z adding 'torch/include/ATen/ops/indices_copy_native.h' 2024-08-08T20:19:05.7551040Z adding 'torch/include/ATen/ops/indices_copy_ops.h' 2024-08-08T20:19:05.7552170Z adding 'torch/include/ATen/ops/indices_native.h' 2024-08-08T20:19:05.7553270Z adding 'torch/include/ATen/ops/indices_ops.h' 2024-08-08T20:19:05.7558080Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h' 2024-08-08T20:19:05.7558630Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7558940Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h' 2024-08-08T20:19:05.7559220Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h' 2024-08-08T20:19:05.7559400Z adding 'torch/include/ATen/ops/inner.h' 2024-08-08T20:19:05.7560040Z adding 'torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7561070Z adding 'torch/include/ATen/ops/inner_native.h' 2024-08-08T20:19:05.7562300Z adding 'torch/include/ATen/ops/inner_ops.h' 2024-08-08T20:19:05.7563460Z adding 'torch/include/ATen/ops/instance_norm.h' 2024-08-08T20:19:05.7564750Z adding 'torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7565760Z adding 'torch/include/ATen/ops/instance_norm_native.h' 2024-08-08T20:19:05.7566980Z adding 'torch/include/ATen/ops/instance_norm_ops.h' 2024-08-08T20:19:05.7568070Z adding 'torch/include/ATen/ops/int_repr.h' 2024-08-08T20:19:05.7569330Z adding 'torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.7570320Z adding 'torch/include/ATen/ops/int_repr_native.h' 2024-08-08T20:19:05.7571480Z adding 'torch/include/ATen/ops/int_repr_ops.h' 2024-08-08T20:19:05.7572570Z adding 'torch/include/ATen/ops/inverse.h' 2024-08-08T20:19:05.7573840Z adding 'torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7574780Z adding 'torch/include/ATen/ops/inverse_native.h' 2024-08-08T20:19:05.7575970Z adding 'torch/include/ATen/ops/inverse_ops.h' 2024-08-08T20:19:05.7577170Z adding 'torch/include/ATen/ops/is_coalesced.h' 2024-08-08T20:19:05.7578520Z adding 'torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.7579510Z adding 'torch/include/ATen/ops/is_coalesced_native.h' 2024-08-08T20:19:05.7580700Z adding 'torch/include/ATen/ops/is_coalesced_ops.h' 2024-08-08T20:19:05.7581840Z adding 'torch/include/ATen/ops/is_complex.h' 2024-08-08T20:19:05.7583090Z adding 'torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7584010Z adding 'torch/include/ATen/ops/is_complex_native.h' 2024-08-08T20:19:05.7585220Z adding 'torch/include/ATen/ops/is_complex_ops.h' 2024-08-08T20:19:05.7586300Z adding 'torch/include/ATen/ops/is_conj.h' 2024-08-08T20:19:05.7587600Z adding 'torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7588560Z adding 'torch/include/ATen/ops/is_conj_native.h' 2024-08-08T20:19:05.7589640Z adding 'torch/include/ATen/ops/is_conj_ops.h' 2024-08-08T20:19:05.7590810Z adding 'torch/include/ATen/ops/is_distributed.h' 2024-08-08T20:19:05.7592130Z adding 'torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7592990Z adding 'torch/include/ATen/ops/is_distributed_native.h' 2024-08-08T20:19:05.7594130Z adding 'torch/include/ATen/ops/is_distributed_ops.h' 2024-08-08T20:19:05.7595200Z adding 'torch/include/ATen/ops/is_floating_point.h' 2024-08-08T20:19:05.7596500Z adding 'torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7597420Z adding 'torch/include/ATen/ops/is_floating_point_native.h' 2024-08-08T20:19:05.7598510Z adding 'torch/include/ATen/ops/is_floating_point_ops.h' 2024-08-08T20:19:05.7599520Z adding 'torch/include/ATen/ops/is_inference.h' 2024-08-08T20:19:05.7600790Z adding 'torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7601650Z adding 'torch/include/ATen/ops/is_inference_native.h' 2024-08-08T20:19:05.7602960Z adding 'torch/include/ATen/ops/is_inference_ops.h' 2024-08-08T20:19:05.7603940Z adding 'torch/include/ATen/ops/is_leaf.h' 2024-08-08T20:19:05.7604920Z adding 'torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7606010Z adding 'torch/include/ATen/ops/is_leaf_native.h' 2024-08-08T20:19:05.7607290Z adding 'torch/include/ATen/ops/is_leaf_ops.h' 2024-08-08T20:19:05.7608120Z adding 'torch/include/ATen/ops/is_neg.h' 2024-08-08T20:19:05.7609400Z adding 'torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7609970Z adding 'torch/include/ATen/ops/is_neg_native.h' 2024-08-08T20:19:05.7611230Z adding 'torch/include/ATen/ops/is_neg_ops.h' 2024-08-08T20:19:05.7612110Z adding 'torch/include/ATen/ops/is_nonzero.h' 2024-08-08T20:19:05.7613500Z adding 'torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7614000Z adding 'torch/include/ATen/ops/is_nonzero_native.h' 2024-08-08T20:19:05.7615240Z adding 'torch/include/ATen/ops/is_nonzero_ops.h' 2024-08-08T20:19:05.7616220Z adding 'torch/include/ATen/ops/is_pinned.h' 2024-08-08T20:19:05.7617270Z adding 'torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.7618070Z adding 'torch/include/ATen/ops/is_pinned_native.h' 2024-08-08T20:19:05.7619330Z adding 'torch/include/ATen/ops/is_pinned_ops.h' 2024-08-08T20:19:05.7620350Z adding 'torch/include/ATen/ops/is_same_size.h' 2024-08-08T20:19:05.7621370Z adding 'torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.7622500Z adding 'torch/include/ATen/ops/is_same_size_native.h' 2024-08-08T20:19:05.7623390Z adding 'torch/include/ATen/ops/is_same_size_ops.h' 2024-08-08T20:19:05.7624390Z adding 'torch/include/ATen/ops/is_set_to.h' 2024-08-08T20:19:05.7625590Z adding 'torch/include/ATen/ops/is_set_to_cpu_dispatch.h' 2024-08-08T20:19:05.7626460Z adding 'torch/include/ATen/ops/is_set_to_cuda_dispatch.h' 2024-08-08T20:19:05.7627630Z adding 'torch/include/ATen/ops/is_set_to_mps_dispatch.h' 2024-08-08T20:19:05.7628530Z adding 'torch/include/ATen/ops/is_set_to_native.h' 2024-08-08T20:19:05.7629650Z adding 'torch/include/ATen/ops/is_set_to_ops.h' 2024-08-08T20:19:05.7630810Z adding 'torch/include/ATen/ops/is_signed.h' 2024-08-08T20:19:05.7631830Z adding 'torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7632870Z adding 'torch/include/ATen/ops/is_signed_native.h' 2024-08-08T20:19:05.7633870Z adding 'torch/include/ATen/ops/is_signed_ops.h' 2024-08-08T20:19:05.7634900Z adding 'torch/include/ATen/ops/is_vulkan_available.h' 2024-08-08T20:19:05.7636260Z adding 'torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7636740Z adding 'torch/include/ATen/ops/is_vulkan_available_native.h' 2024-08-08T20:19:05.7638040Z adding 'torch/include/ATen/ops/is_vulkan_available_ops.h' 2024-08-08T20:19:05.7639180Z adding 'torch/include/ATen/ops/isclose.h' 2024-08-08T20:19:05.7640090Z adding 'torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7640980Z adding 'torch/include/ATen/ops/isclose_native.h' 2024-08-08T20:19:05.7642210Z adding 'torch/include/ATen/ops/isclose_ops.h' 2024-08-08T20:19:05.7643230Z adding 'torch/include/ATen/ops/isfinite.h' 2024-08-08T20:19:05.7644530Z adding 'torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7644960Z adding 'torch/include/ATen/ops/isfinite_native.h' 2024-08-08T20:19:05.7646300Z adding 'torch/include/ATen/ops/isfinite_ops.h' 2024-08-08T20:19:05.7647530Z adding 'torch/include/ATen/ops/isin.h' 2024-08-08T20:19:05.7648870Z adding 'torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7649930Z adding 'torch/include/ATen/ops/isin_cpu_dispatch.h' 2024-08-08T20:19:05.7650950Z adding 'torch/include/ATen/ops/isin_cuda_dispatch.h' 2024-08-08T20:19:05.7652060Z adding 'torch/include/ATen/ops/isin_meta.h' 2024-08-08T20:19:05.7653240Z adding 'torch/include/ATen/ops/isin_meta_dispatch.h' 2024-08-08T20:19:05.7654110Z adding 'torch/include/ATen/ops/isin_mps_dispatch.h' 2024-08-08T20:19:05.7655240Z adding 'torch/include/ATen/ops/isin_native.h' 2024-08-08T20:19:05.7656580Z adding 'torch/include/ATen/ops/isin_ops.h' 2024-08-08T20:19:05.7657730Z adding 'torch/include/ATen/ops/isinf.h' 2024-08-08T20:19:05.7658760Z adding 'torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.7659810Z adding 'torch/include/ATen/ops/isinf_native.h' 2024-08-08T20:19:05.7660820Z adding 'torch/include/ATen/ops/isinf_ops.h' 2024-08-08T20:19:05.7661980Z adding 'torch/include/ATen/ops/isnan.h' 2024-08-08T20:19:05.7662960Z adding 'torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.7664080Z adding 'torch/include/ATen/ops/isnan_cpu_dispatch.h' 2024-08-08T20:19:05.7665100Z adding 'torch/include/ATen/ops/isnan_cuda_dispatch.h' 2024-08-08T20:19:05.7666000Z adding 'torch/include/ATen/ops/isnan_mps_dispatch.h' 2024-08-08T20:19:05.7667060Z adding 'torch/include/ATen/ops/isnan_native.h' 2024-08-08T20:19:05.7668240Z adding 'torch/include/ATen/ops/isnan_ops.h' 2024-08-08T20:19:05.7669410Z adding 'torch/include/ATen/ops/isneginf.h' 2024-08-08T20:19:05.7670460Z adding 'torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7671520Z adding 'torch/include/ATen/ops/isneginf_cpu_dispatch.h' 2024-08-08T20:19:05.7672390Z adding 'torch/include/ATen/ops/isneginf_cuda_dispatch.h' 2024-08-08T20:19:05.7673570Z adding 'torch/include/ATen/ops/isneginf_meta.h' 2024-08-08T20:19:05.7674460Z adding 'torch/include/ATen/ops/isneginf_meta_dispatch.h' 2024-08-08T20:19:05.7675640Z adding 'torch/include/ATen/ops/isneginf_native.h' 2024-08-08T20:19:05.7676800Z adding 'torch/include/ATen/ops/isneginf_ops.h' 2024-08-08T20:19:05.7677970Z adding 'torch/include/ATen/ops/isposinf.h' 2024-08-08T20:19:05.7679030Z adding 'torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7680050Z adding 'torch/include/ATen/ops/isposinf_cpu_dispatch.h' 2024-08-08T20:19:05.7680960Z adding 'torch/include/ATen/ops/isposinf_cuda_dispatch.h' 2024-08-08T20:19:05.7681770Z adding 'torch/include/ATen/ops/isposinf_meta.h' 2024-08-08T20:19:05.7682880Z adding 'torch/include/ATen/ops/isposinf_meta_dispatch.h' 2024-08-08T20:19:05.7683730Z adding 'torch/include/ATen/ops/isposinf_native.h' 2024-08-08T20:19:05.7684930Z adding 'torch/include/ATen/ops/isposinf_ops.h' 2024-08-08T20:19:05.7685770Z adding 'torch/include/ATen/ops/isreal.h' 2024-08-08T20:19:05.7687070Z adding 'torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7687810Z adding 'torch/include/ATen/ops/isreal_native.h' 2024-08-08T20:19:05.7689010Z adding 'torch/include/ATen/ops/isreal_ops.h' 2024-08-08T20:19:05.7690210Z adding 'torch/include/ATen/ops/istft.h' 2024-08-08T20:19:05.7690980Z adding 'torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7692120Z adding 'torch/include/ATen/ops/istft_native.h' 2024-08-08T20:19:05.7693220Z adding 'torch/include/ATen/ops/istft_ops.h' 2024-08-08T20:19:05.7694040Z adding 'torch/include/ATen/ops/item.h' 2024-08-08T20:19:05.7695320Z adding 'torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7696060Z adding 'torch/include/ATen/ops/item_native.h' 2024-08-08T20:19:05.7697210Z adding 'torch/include/ATen/ops/item_ops.h' 2024-08-08T20:19:05.7698500Z adding 'torch/include/ATen/ops/kaiser_window.h' 2024-08-08T20:19:05.7699770Z adding 'torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.7700820Z adding 'torch/include/ATen/ops/kaiser_window_native.h' 2024-08-08T20:19:05.7702080Z adding 'torch/include/ATen/ops/kaiser_window_ops.h' 2024-08-08T20:19:05.7703210Z adding 'torch/include/ATen/ops/kl_div.h' 2024-08-08T20:19:05.7704200Z adding 'torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7705330Z adding 'torch/include/ATen/ops/kl_div_native.h' 2024-08-08T20:19:05.7705970Z adding 'torch/include/ATen/ops/kl_div_ops.h' 2024-08-08T20:19:05.7707280Z adding 'torch/include/ATen/ops/kron.h' 2024-08-08T20:19:05.7708280Z adding 'torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7709340Z adding 'torch/include/ATen/ops/kron_native.h' 2024-08-08T20:19:05.7710520Z adding 'torch/include/ATen/ops/kron_ops.h' 2024-08-08T20:19:05.7711670Z adding 'torch/include/ATen/ops/kthvalue.h' 2024-08-08T20:19:05.7712650Z adding 'torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.7713840Z adding 'torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7714440Z adding 'torch/include/ATen/ops/kthvalue_cpu_dispatch.h' 2024-08-08T20:19:05.7715730Z adding 'torch/include/ATen/ops/kthvalue_cuda_dispatch.h' 2024-08-08T20:19:05.7716910Z adding 'torch/include/ATen/ops/kthvalue_native.h' 2024-08-08T20:19:05.7717980Z adding 'torch/include/ATen/ops/kthvalue_ops.h' 2024-08-08T20:19:05.7719130Z adding 'torch/include/ATen/ops/l1_loss.h' 2024-08-08T20:19:05.7720150Z adding 'torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7721200Z adding 'torch/include/ATen/ops/l1_loss_native.h' 2024-08-08T20:19:05.7722070Z adding 'torch/include/ATen/ops/l1_loss_ops.h' 2024-08-08T20:19:05.7723280Z adding 'torch/include/ATen/ops/layer_norm.h' 2024-08-08T20:19:05.7724590Z adding 'torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7725080Z adding 'torch/include/ATen/ops/layer_norm_native.h' 2024-08-08T20:19:05.7726430Z adding 'torch/include/ATen/ops/layer_norm_ops.h' 2024-08-08T20:19:05.7727460Z adding 'torch/include/ATen/ops/lcm.h' 2024-08-08T20:19:05.7728800Z adding 'torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7729260Z adding 'torch/include/ATen/ops/lcm_cpu_dispatch.h' 2024-08-08T20:19:05.7730530Z adding 'torch/include/ATen/ops/lcm_cuda_dispatch.h' 2024-08-08T20:19:05.7734630Z adding 'torch/include/ATen/ops/lcm_meta.h' 2024-08-08T20:19:05.7735000Z adding 'torch/include/ATen/ops/lcm_meta_dispatch.h' 2024-08-08T20:19:05.7735140Z adding 'torch/include/ATen/ops/lcm_native.h' 2024-08-08T20:19:05.7735260Z adding 'torch/include/ATen/ops/lcm_ops.h' 2024-08-08T20:19:05.7735380Z adding 'torch/include/ATen/ops/ldexp.h' 2024-08-08T20:19:05.7736530Z adding 'torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7737350Z adding 'torch/include/ATen/ops/ldexp_native.h' 2024-08-08T20:19:05.7738760Z adding 'torch/include/ATen/ops/ldexp_ops.h' 2024-08-08T20:19:05.7739900Z adding 'torch/include/ATen/ops/le.h' 2024-08-08T20:19:05.7740920Z adding 'torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7741940Z adding 'torch/include/ATen/ops/le_cpu_dispatch.h' 2024-08-08T20:19:05.7742960Z adding 'torch/include/ATen/ops/le_cuda_dispatch.h' 2024-08-08T20:19:05.7743930Z adding 'torch/include/ATen/ops/le_meta.h' 2024-08-08T20:19:05.7744790Z adding 'torch/include/ATen/ops/le_meta_dispatch.h' 2024-08-08T20:19:05.7745970Z adding 'torch/include/ATen/ops/le_mps_dispatch.h' 2024-08-08T20:19:05.7746930Z adding 'torch/include/ATen/ops/le_native.h' 2024-08-08T20:19:05.7748100Z adding 'torch/include/ATen/ops/le_ops.h' 2024-08-08T20:19:05.7749260Z adding 'torch/include/ATen/ops/leaky_relu.h' 2024-08-08T20:19:05.7750440Z adding 'torch/include/ATen/ops/leaky_relu_backward.h' 2024-08-08T20:19:05.7751540Z adding 'torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7752210Z adding 'torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h' 2024-08-08T20:19:05.7753370Z adding 'torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h' 2024-08-08T20:19:05.7754530Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta.h' 2024-08-08T20:19:05.7755180Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h' 2024-08-08T20:19:05.7756480Z adding 'torch/include/ATen/ops/leaky_relu_backward_mps_dispatch.h' 2024-08-08T20:19:05.7757320Z adding 'torch/include/ATen/ops/leaky_relu_backward_native.h' 2024-08-08T20:19:05.7758560Z adding 'torch/include/ATen/ops/leaky_relu_backward_ops.h' 2024-08-08T20:19:05.7759900Z adding 'torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7760390Z adding 'torch/include/ATen/ops/leaky_relu_cpu_dispatch.h' 2024-08-08T20:19:05.7761670Z adding 'torch/include/ATen/ops/leaky_relu_cuda_dispatch.h' 2024-08-08T20:19:05.7762500Z adding 'torch/include/ATen/ops/leaky_relu_meta.h' 2024-08-08T20:19:05.7763590Z adding 'torch/include/ATen/ops/leaky_relu_meta_dispatch.h' 2024-08-08T20:19:05.7764450Z adding 'torch/include/ATen/ops/leaky_relu_mps_dispatch.h' 2024-08-08T20:19:05.7765590Z adding 'torch/include/ATen/ops/leaky_relu_native.h' 2024-08-08T20:19:05.7766700Z adding 'torch/include/ATen/ops/leaky_relu_ops.h' 2024-08-08T20:19:05.7767790Z adding 'torch/include/ATen/ops/lerp.h' 2024-08-08T20:19:05.7769130Z adding 'torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7769660Z adding 'torch/include/ATen/ops/lerp_cpu_dispatch.h' 2024-08-08T20:19:05.7770920Z adding 'torch/include/ATen/ops/lerp_cuda_dispatch.h' 2024-08-08T20:19:05.7771890Z adding 'torch/include/ATen/ops/lerp_meta.h' 2024-08-08T20:19:05.7772780Z adding 'torch/include/ATen/ops/lerp_meta_dispatch.h' 2024-08-08T20:19:05.7773890Z adding 'torch/include/ATen/ops/lerp_mps_dispatch.h' 2024-08-08T20:19:05.7774880Z adding 'torch/include/ATen/ops/lerp_native.h' 2024-08-08T20:19:05.7776160Z adding 'torch/include/ATen/ops/lerp_ops.h' 2024-08-08T20:19:05.7777290Z adding 'torch/include/ATen/ops/less.h' 2024-08-08T20:19:05.7778260Z adding 'torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7779400Z adding 'torch/include/ATen/ops/less_equal.h' 2024-08-08T20:19:05.7780680Z adding 'torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7781470Z adding 'torch/include/ATen/ops/less_equal_native.h' 2024-08-08T20:19:05.7782880Z adding 'torch/include/ATen/ops/less_equal_ops.h' 2024-08-08T20:19:05.7783690Z adding 'torch/include/ATen/ops/less_native.h' 2024-08-08T20:19:05.7785080Z adding 'torch/include/ATen/ops/less_ops.h' 2024-08-08T20:19:05.7786220Z adding 'torch/include/ATen/ops/lgamma.h' 2024-08-08T20:19:05.7787260Z adding 'torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7788310Z adding 'torch/include/ATen/ops/lgamma_cpu_dispatch.h' 2024-08-08T20:19:05.7789170Z adding 'torch/include/ATen/ops/lgamma_cuda_dispatch.h' 2024-08-08T20:19:05.7790330Z adding 'torch/include/ATen/ops/lgamma_meta.h' 2024-08-08T20:19:05.7791240Z adding 'torch/include/ATen/ops/lgamma_meta_dispatch.h' 2024-08-08T20:19:05.7792100Z adding 'torch/include/ATen/ops/lgamma_mps_dispatch.h' 2024-08-08T20:19:05.7793230Z adding 'torch/include/ATen/ops/lgamma_native.h' 2024-08-08T20:19:05.7794400Z adding 'torch/include/ATen/ops/lgamma_ops.h' 2024-08-08T20:19:05.7795540Z adding 'torch/include/ATen/ops/lift.h' 2024-08-08T20:19:05.7796510Z adding 'torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.7797590Z adding 'torch/include/ATen/ops/lift_fresh.h' 2024-08-08T20:19:05.7798360Z adding 'torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.7799520Z adding 'torch/include/ATen/ops/lift_fresh_copy.h' 2024-08-08T20:19:05.7800700Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.7801650Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7802680Z adding 'torch/include/ATen/ops/lift_fresh_copy_native.h' 2024-08-08T20:19:05.7803530Z adding 'torch/include/ATen/ops/lift_fresh_copy_ops.h' 2024-08-08T20:19:05.7804730Z adding 'torch/include/ATen/ops/lift_fresh_native.h' 2024-08-08T20:19:05.7805730Z adding 'torch/include/ATen/ops/lift_fresh_ops.h' 2024-08-08T20:19:05.7806710Z adding 'torch/include/ATen/ops/lift_native.h' 2024-08-08T20:19:05.7807560Z adding 'torch/include/ATen/ops/lift_ops.h' 2024-08-08T20:19:05.7808760Z adding 'torch/include/ATen/ops/linalg_cholesky.h' 2024-08-08T20:19:05.7809950Z adding 'torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7810980Z adding 'torch/include/ATen/ops/linalg_cholesky_ex.h' 2024-08-08T20:19:05.7812220Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7812760Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h' 2024-08-08T20:19:05.7814080Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h' 2024-08-08T20:19:05.7815210Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta.h' 2024-08-08T20:19:05.7815900Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h' 2024-08-08T20:19:05.7817200Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_native.h' 2024-08-08T20:19:05.7818350Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_ops.h' 2024-08-08T20:19:05.7819210Z adding 'torch/include/ATen/ops/linalg_cholesky_native.h' 2024-08-08T20:19:05.7820370Z adding 'torch/include/ATen/ops/linalg_cholesky_ops.h' 2024-08-08T20:19:05.7821430Z adding 'torch/include/ATen/ops/linalg_cond.h' 2024-08-08T20:19:05.7822750Z adding 'torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7823260Z adding 'torch/include/ATen/ops/linalg_cond_native.h' 2024-08-08T20:19:05.7824650Z adding 'torch/include/ATen/ops/linalg_cond_ops.h' 2024-08-08T20:19:05.7825680Z adding 'torch/include/ATen/ops/linalg_cross.h' 2024-08-08T20:19:05.7827050Z adding 'torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7827530Z adding 'torch/include/ATen/ops/linalg_cross_cpu_dispatch.h' 2024-08-08T20:19:05.7828820Z adding 'torch/include/ATen/ops/linalg_cross_cuda_dispatch.h' 2024-08-08T20:19:05.7829640Z adding 'torch/include/ATen/ops/linalg_cross_meta.h' 2024-08-08T20:19:05.7830760Z adding 'torch/include/ATen/ops/linalg_cross_meta_dispatch.h' 2024-08-08T20:19:05.7831670Z adding 'torch/include/ATen/ops/linalg_cross_mps_dispatch.h' 2024-08-08T20:19:05.7832800Z adding 'torch/include/ATen/ops/linalg_cross_native.h' 2024-08-08T20:19:05.7833980Z adding 'torch/include/ATen/ops/linalg_cross_ops.h' 2024-08-08T20:19:05.7834960Z adding 'torch/include/ATen/ops/linalg_det.h' 2024-08-08T20:19:05.7835960Z adding 'torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7836940Z adding 'torch/include/ATen/ops/linalg_det_native.h' 2024-08-08T20:19:05.7838020Z adding 'torch/include/ATen/ops/linalg_det_ops.h' 2024-08-08T20:19:05.7839050Z adding 'torch/include/ATen/ops/linalg_diagonal.h' 2024-08-08T20:19:05.7840200Z adding 'torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7840950Z adding 'torch/include/ATen/ops/linalg_diagonal_native.h' 2024-08-08T20:19:05.7842170Z adding 'torch/include/ATen/ops/linalg_diagonal_ops.h' 2024-08-08T20:19:05.7843340Z adding 'torch/include/ATen/ops/linalg_eig.h' 2024-08-08T20:19:05.7844250Z adding 'torch/include/ATen/ops/linalg_eig_cpu_dispatch.h' 2024-08-08T20:19:05.7845150Z adding 'torch/include/ATen/ops/linalg_eig_cuda_dispatch.h' 2024-08-08T20:19:05.7846370Z adding 'torch/include/ATen/ops/linalg_eig_native.h' 2024-08-08T20:19:05.7847670Z adding 'torch/include/ATen/ops/linalg_eig_ops.h' 2024-08-08T20:19:05.7848850Z adding 'torch/include/ATen/ops/linalg_eigh.h' 2024-08-08T20:19:05.7849980Z adding 'torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7850530Z adding 'torch/include/ATen/ops/linalg_eigh_native.h' 2024-08-08T20:19:05.7851940Z adding 'torch/include/ATen/ops/linalg_eigh_ops.h' 2024-08-08T20:19:05.7853080Z adding 'torch/include/ATen/ops/linalg_eigvals.h' 2024-08-08T20:19:05.7854230Z adding 'torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7854750Z adding 'torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h' 2024-08-08T20:19:05.7856040Z adding 'torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h' 2024-08-08T20:19:05.7856890Z adding 'torch/include/ATen/ops/linalg_eigvals_native.h' 2024-08-08T20:19:05.7858060Z adding 'torch/include/ATen/ops/linalg_eigvals_ops.h' 2024-08-08T20:19:05.7858910Z adding 'torch/include/ATen/ops/linalg_eigvalsh.h' 2024-08-08T20:19:05.7860250Z adding 'torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7860850Z adding 'torch/include/ATen/ops/linalg_eigvalsh_native.h' 2024-08-08T20:19:05.7862200Z adding 'torch/include/ATen/ops/linalg_eigvalsh_ops.h' 2024-08-08T20:19:05.7863410Z adding 'torch/include/ATen/ops/linalg_householder_product.h' 2024-08-08T20:19:05.7864320Z adding 'torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h' 2024-08-08T20:19:05.7865500Z adding 'torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h' 2024-08-08T20:19:05.7866100Z adding 'torch/include/ATen/ops/linalg_householder_product_native.h' 2024-08-08T20:19:05.7867470Z adding 'torch/include/ATen/ops/linalg_householder_product_ops.h' 2024-08-08T20:19:05.7868560Z adding 'torch/include/ATen/ops/linalg_inv.h' 2024-08-08T20:19:05.7869550Z adding 'torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7870580Z adding 'torch/include/ATen/ops/linalg_inv_ex.h' 2024-08-08T20:19:05.7871680Z adding 'torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7872710Z adding 'torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h' 2024-08-08T20:19:05.7873590Z adding 'torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h' 2024-08-08T20:19:05.7874720Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta.h' 2024-08-08T20:19:05.7875320Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h' 2024-08-08T20:19:05.7876520Z adding 'torch/include/ATen/ops/linalg_inv_ex_mps_dispatch.h' 2024-08-08T20:19:05.7877360Z adding 'torch/include/ATen/ops/linalg_inv_ex_native.h' 2024-08-08T20:19:05.7878610Z adding 'torch/include/ATen/ops/linalg_inv_ex_ops.h' 2024-08-08T20:19:05.7879650Z adding 'torch/include/ATen/ops/linalg_inv_native.h' 2024-08-08T20:19:05.7880780Z adding 'torch/include/ATen/ops/linalg_inv_ops.h' 2024-08-08T20:19:05.7881940Z adding 'torch/include/ATen/ops/linalg_ldl_factor.h' 2024-08-08T20:19:05.7883130Z adding 'torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7883710Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex.h' 2024-08-08T20:19:05.7885240Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7885900Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h' 2024-08-08T20:19:05.7887170Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h' 2024-08-08T20:19:05.7888330Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h' 2024-08-08T20:19:05.7888980Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h' 2024-08-08T20:19:05.7890190Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_native.h' 2024-08-08T20:19:05.7891360Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h' 2024-08-08T20:19:05.7892250Z adding 'torch/include/ATen/ops/linalg_ldl_factor_native.h' 2024-08-08T20:19:05.7893420Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ops.h' 2024-08-08T20:19:05.7894580Z adding 'torch/include/ATen/ops/linalg_ldl_solve.h' 2024-08-08T20:19:05.7895800Z adding 'torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7896330Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h' 2024-08-08T20:19:05.7897580Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h' 2024-08-08T20:19:05.7899130Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta.h' 2024-08-08T20:19:05.7900040Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h' 2024-08-08T20:19:05.7901180Z adding 'torch/include/ATen/ops/linalg_ldl_solve_native.h' 2024-08-08T20:19:05.7902340Z adding 'torch/include/ATen/ops/linalg_ldl_solve_ops.h' 2024-08-08T20:19:05.7906520Z adding 'torch/include/ATen/ops/linalg_lstsq.h' 2024-08-08T20:19:05.7906960Z adding 'torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.7907150Z adding 'torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h' 2024-08-08T20:19:05.7907370Z adding 'torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h' 2024-08-08T20:19:05.7907530Z adding 'torch/include/ATen/ops/linalg_lstsq_native.h' 2024-08-08T20:19:05.7908320Z adding 'torch/include/ATen/ops/linalg_lstsq_ops.h' 2024-08-08T20:19:05.7909620Z adding 'torch/include/ATen/ops/linalg_lu.h' 2024-08-08T20:19:05.7910970Z adding 'torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7911480Z adding 'torch/include/ATen/ops/linalg_lu_cpu_dispatch.h' 2024-08-08T20:19:05.7912730Z adding 'torch/include/ATen/ops/linalg_lu_cuda_dispatch.h' 2024-08-08T20:19:05.7913870Z adding 'torch/include/ATen/ops/linalg_lu_factor.h' 2024-08-08T20:19:05.7915010Z adding 'torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7915740Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex.h' 2024-08-08T20:19:05.7917110Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7917730Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h' 2024-08-08T20:19:05.7918990Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h' 2024-08-08T20:19:05.7919990Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta.h' 2024-08-08T20:19:05.7921080Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h' 2024-08-08T20:19:05.7921680Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_native.h' 2024-08-08T20:19:05.7923050Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_ops.h' 2024-08-08T20:19:05.7924260Z adding 'torch/include/ATen/ops/linalg_lu_factor_mps_dispatch.h' 2024-08-08T20:19:05.7924850Z adding 'torch/include/ATen/ops/linalg_lu_factor_native.h' 2024-08-08T20:19:05.7926410Z adding 'torch/include/ATen/ops/linalg_lu_factor_ops.h' 2024-08-08T20:19:05.7926990Z adding 'torch/include/ATen/ops/linalg_lu_meta.h' 2024-08-08T20:19:05.7928320Z adding 'torch/include/ATen/ops/linalg_lu_meta_dispatch.h' 2024-08-08T20:19:05.7929180Z adding 'torch/include/ATen/ops/linalg_lu_native.h' 2024-08-08T20:19:05.7930430Z adding 'torch/include/ATen/ops/linalg_lu_ops.h' 2024-08-08T20:19:05.7931520Z adding 'torch/include/ATen/ops/linalg_lu_solve.h' 2024-08-08T20:19:05.7932760Z adding 'torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7933820Z adding 'torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h' 2024-08-08T20:19:05.7934420Z adding 'torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h' 2024-08-08T20:19:05.7935600Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta.h' 2024-08-08T20:19:05.7936510Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h' 2024-08-08T20:19:05.7937650Z adding 'torch/include/ATen/ops/linalg_lu_solve_native.h' 2024-08-08T20:19:05.7938850Z adding 'torch/include/ATen/ops/linalg_lu_solve_ops.h' 2024-08-08T20:19:05.7939860Z adding 'torch/include/ATen/ops/linalg_matmul.h' 2024-08-08T20:19:05.7941010Z adding 'torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7941550Z adding 'torch/include/ATen/ops/linalg_matmul_native.h' 2024-08-08T20:19:05.7942930Z adding 'torch/include/ATen/ops/linalg_matmul_ops.h' 2024-08-08T20:19:05.7943970Z adding 'torch/include/ATen/ops/linalg_matrix_exp.h' 2024-08-08T20:19:05.7945150Z adding 'torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.7945860Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h' 2024-08-08T20:19:05.7947170Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h' 2024-08-08T20:19:05.7948000Z adding 'torch/include/ATen/ops/linalg_matrix_exp_native.h' 2024-08-08T20:19:05.7949190Z adding 'torch/include/ATen/ops/linalg_matrix_exp_ops.h' 2024-08-08T20:19:05.7950430Z adding 'torch/include/ATen/ops/linalg_matrix_norm.h' 2024-08-08T20:19:05.7951880Z adding 'torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7952360Z adding 'torch/include/ATen/ops/linalg_matrix_norm_native.h' 2024-08-08T20:19:05.7953960Z adding 'torch/include/ATen/ops/linalg_matrix_norm_ops.h' 2024-08-08T20:19:05.7955110Z adding 'torch/include/ATen/ops/linalg_matrix_power.h' 2024-08-08T20:19:05.7956300Z adding 'torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7956790Z adding 'torch/include/ATen/ops/linalg_matrix_power_native.h' 2024-08-08T20:19:05.7958130Z adding 'torch/include/ATen/ops/linalg_matrix_power_ops.h' 2024-08-08T20:19:05.7959470Z adding 'torch/include/ATen/ops/linalg_matrix_rank.h' 2024-08-08T20:19:05.7960830Z adding 'torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7961910Z adding 'torch/include/ATen/ops/linalg_matrix_rank_native.h' 2024-08-08T20:19:05.7963250Z adding 'torch/include/ATen/ops/linalg_matrix_rank_ops.h' 2024-08-08T20:19:05.7964370Z adding 'torch/include/ATen/ops/linalg_multi_dot.h' 2024-08-08T20:19:05.7965520Z adding 'torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7966110Z adding 'torch/include/ATen/ops/linalg_multi_dot_native.h' 2024-08-08T20:19:05.7967450Z adding 'torch/include/ATen/ops/linalg_multi_dot_ops.h' 2024-08-08T20:19:05.7968600Z adding 'torch/include/ATen/ops/linalg_norm.h' 2024-08-08T20:19:05.7970050Z adding 'torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7970550Z adding 'torch/include/ATen/ops/linalg_norm_native.h' 2024-08-08T20:19:05.7972080Z adding 'torch/include/ATen/ops/linalg_norm_ops.h' 2024-08-08T20:19:05.7973520Z adding 'torch/include/ATen/ops/linalg_pinv.h' 2024-08-08T20:19:05.7974240Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.7975700Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7976830Z adding 'torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7977570Z adding 'torch/include/ATen/ops/linalg_pinv_native.h' 2024-08-08T20:19:05.7979160Z adding 'torch/include/ATen/ops/linalg_pinv_ops.h' 2024-08-08T20:19:05.7980240Z adding 'torch/include/ATen/ops/linalg_qr.h' 2024-08-08T20:19:05.7981660Z adding 'torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.7982720Z adding 'torch/include/ATen/ops/linalg_qr_cpu_dispatch.h' 2024-08-08T20:19:05.7983590Z adding 'torch/include/ATen/ops/linalg_qr_cuda_dispatch.h' 2024-08-08T20:19:05.7984800Z adding 'torch/include/ATen/ops/linalg_qr_meta.h' 2024-08-08T20:19:05.7985830Z adding 'torch/include/ATen/ops/linalg_qr_meta_dispatch.h' 2024-08-08T20:19:05.7986680Z adding 'torch/include/ATen/ops/linalg_qr_native.h' 2024-08-08T20:19:05.7987890Z adding 'torch/include/ATen/ops/linalg_qr_ops.h' 2024-08-08T20:19:05.7988920Z adding 'torch/include/ATen/ops/linalg_slogdet.h' 2024-08-08T20:19:05.7990140Z adding 'torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7990710Z adding 'torch/include/ATen/ops/linalg_slogdet_native.h' 2024-08-08T20:19:05.7992090Z adding 'torch/include/ATen/ops/linalg_slogdet_ops.h' 2024-08-08T20:19:05.7993240Z adding 'torch/include/ATen/ops/linalg_solve.h' 2024-08-08T20:19:05.7994250Z adding 'torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7995300Z adding 'torch/include/ATen/ops/linalg_solve_ex.h' 2024-08-08T20:19:05.7996310Z adding 'torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.7997400Z adding 'torch/include/ATen/ops/linalg_solve_ex_native.h' 2024-08-08T20:19:05.7998580Z adding 'torch/include/ATen/ops/linalg_solve_ex_ops.h' 2024-08-08T20:19:05.7999580Z adding 'torch/include/ATen/ops/linalg_solve_native.h' 2024-08-08T20:19:05.8000430Z adding 'torch/include/ATen/ops/linalg_solve_ops.h' 2024-08-08T20:19:05.8001750Z adding 'torch/include/ATen/ops/linalg_solve_triangular.h' 2024-08-08T20:19:05.8002740Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h' 2024-08-08T20:19:05.8003710Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h' 2024-08-08T20:19:05.8004650Z adding 'torch/include/ATen/ops/linalg_solve_triangular_mps_dispatch.h' 2024-08-08T20:19:05.8005320Z adding 'torch/include/ATen/ops/linalg_solve_triangular_native.h' 2024-08-08T20:19:05.8006640Z adding 'torch/include/ATen/ops/linalg_solve_triangular_ops.h' 2024-08-08T20:19:05.8007470Z adding 'torch/include/ATen/ops/linalg_svd.h' 2024-08-08T20:19:05.8008770Z adding 'torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8009260Z adding 'torch/include/ATen/ops/linalg_svd_native.h' 2024-08-08T20:19:05.8010650Z adding 'torch/include/ATen/ops/linalg_svd_ops.h' 2024-08-08T20:19:05.8011520Z adding 'torch/include/ATen/ops/linalg_svdvals.h' 2024-08-08T20:19:05.8012710Z adding 'torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8013300Z adding 'torch/include/ATen/ops/linalg_svdvals_native.h' 2024-08-08T20:19:05.8014620Z adding 'torch/include/ATen/ops/linalg_svdvals_ops.h' 2024-08-08T20:19:05.8015480Z adding 'torch/include/ATen/ops/linalg_tensorinv.h' 2024-08-08T20:19:05.8016730Z adding 'torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8017310Z adding 'torch/include/ATen/ops/linalg_tensorinv_native.h' 2024-08-08T20:19:05.8018790Z adding 'torch/include/ATen/ops/linalg_tensorinv_ops.h' 2024-08-08T20:19:05.8019660Z adding 'torch/include/ATen/ops/linalg_tensorsolve.h' 2024-08-08T20:19:05.8020970Z adding 'torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8021530Z adding 'torch/include/ATen/ops/linalg_tensorsolve_native.h' 2024-08-08T20:19:05.8022930Z adding 'torch/include/ATen/ops/linalg_tensorsolve_ops.h' 2024-08-08T20:19:05.8023730Z adding 'torch/include/ATen/ops/linalg_vander.h' 2024-08-08T20:19:05.8025050Z adding 'torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8026130Z adding 'torch/include/ATen/ops/linalg_vander_native.h' 2024-08-08T20:19:05.8026990Z adding 'torch/include/ATen/ops/linalg_vander_ops.h' 2024-08-08T20:19:05.8027990Z adding 'torch/include/ATen/ops/linalg_vecdot.h' 2024-08-08T20:19:05.8029010Z adding 'torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8029510Z adding 'torch/include/ATen/ops/linalg_vecdot_native.h' 2024-08-08T20:19:05.8030770Z adding 'torch/include/ATen/ops/linalg_vecdot_ops.h' 2024-08-08T20:19:05.8031810Z adding 'torch/include/ATen/ops/linalg_vector_norm.h' 2024-08-08T20:19:05.8033010Z adding 'torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.8033590Z adding 'torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h' 2024-08-08T20:19:05.8034820Z adding 'torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h' 2024-08-08T20:19:05.8035330Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta.h' 2024-08-08T20:19:05.8036550Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h' 2024-08-08T20:19:05.8037200Z adding 'torch/include/ATen/ops/linalg_vector_norm_mps_dispatch.h' 2024-08-08T20:19:05.8038260Z adding 'torch/include/ATen/ops/linalg_vector_norm_native.h' 2024-08-08T20:19:05.8039430Z adding 'torch/include/ATen/ops/linalg_vector_norm_ops.h' 2024-08-08T20:19:05.8039940Z adding 'torch/include/ATen/ops/linear.h' 2024-08-08T20:19:05.8041190Z adding 'torch/include/ATen/ops/linear_backward.h' 2024-08-08T20:19:05.8042340Z adding 'torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8042850Z adding 'torch/include/ATen/ops/linear_backward_mps_dispatch.h' 2024-08-08T20:19:05.8043950Z adding 'torch/include/ATen/ops/linear_backward_native.h' 2024-08-08T20:19:05.8045110Z adding 'torch/include/ATen/ops/linear_backward_ops.h' 2024-08-08T20:19:05.8045700Z adding 'torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8046900Z adding 'torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8047490Z adding 'torch/include/ATen/ops/linear_mps_dispatch.h' 2024-08-08T20:19:05.8048730Z adding 'torch/include/ATen/ops/linear_native.h' 2024-08-08T20:19:05.8049410Z adding 'torch/include/ATen/ops/linear_ops.h' 2024-08-08T20:19:05.8050920Z adding 'torch/include/ATen/ops/linspace.h' 2024-08-08T20:19:05.8052240Z adding 'torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8052760Z adding 'torch/include/ATen/ops/linspace_cpu_dispatch.h' 2024-08-08T20:19:05.8054020Z adding 'torch/include/ATen/ops/linspace_cuda_dispatch.h' 2024-08-08T20:19:05.8054640Z adding 'torch/include/ATen/ops/linspace_meta_dispatch.h' 2024-08-08T20:19:05.8055740Z adding 'torch/include/ATen/ops/linspace_mps_dispatch.h' 2024-08-08T20:19:05.8056610Z adding 'torch/include/ATen/ops/linspace_native.h' 2024-08-08T20:19:05.8058080Z adding 'torch/include/ATen/ops/linspace_ops.h' 2024-08-08T20:19:05.8058930Z adding 'torch/include/ATen/ops/log.h' 2024-08-08T20:19:05.8060240Z adding 'torch/include/ATen/ops/log10.h' 2024-08-08T20:19:05.8060960Z adding 'torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.8062070Z adding 'torch/include/ATen/ops/log10_cpu_dispatch.h' 2024-08-08T20:19:05.8062520Z adding 'torch/include/ATen/ops/log10_cuda_dispatch.h' 2024-08-08T20:19:05.8063680Z adding 'torch/include/ATen/ops/log10_meta.h' 2024-08-08T20:19:05.8064360Z adding 'torch/include/ATen/ops/log10_meta_dispatch.h' 2024-08-08T20:19:05.8065290Z adding 'torch/include/ATen/ops/log10_mps_dispatch.h' 2024-08-08T20:19:05.8066130Z adding 'torch/include/ATen/ops/log10_native.h' 2024-08-08T20:19:05.8067310Z adding 'torch/include/ATen/ops/log10_ops.h' 2024-08-08T20:19:05.8067960Z adding 'torch/include/ATen/ops/log1p.h' 2024-08-08T20:19:05.8069260Z adding 'torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.8069700Z adding 'torch/include/ATen/ops/log1p_cpu_dispatch.h' 2024-08-08T20:19:05.8070690Z adding 'torch/include/ATen/ops/log1p_cuda_dispatch.h' 2024-08-08T20:19:05.8071520Z adding 'torch/include/ATen/ops/log1p_meta.h' 2024-08-08T20:19:05.8075460Z adding 'torch/include/ATen/ops/log1p_meta_dispatch.h' 2024-08-08T20:19:05.8075780Z adding 'torch/include/ATen/ops/log1p_mps_dispatch.h' 2024-08-08T20:19:05.8075910Z adding 'torch/include/ATen/ops/log1p_native.h' 2024-08-08T20:19:05.8076040Z adding 'torch/include/ATen/ops/log1p_ops.h' 2024-08-08T20:19:05.8076150Z adding 'torch/include/ATen/ops/log2.h' 2024-08-08T20:19:05.8076820Z adding 'torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.8077550Z adding 'torch/include/ATen/ops/log2_cpu_dispatch.h' 2024-08-08T20:19:05.8078710Z adding 'torch/include/ATen/ops/log2_cuda_dispatch.h' 2024-08-08T20:19:05.8079550Z adding 'torch/include/ATen/ops/log2_meta.h' 2024-08-08T20:19:05.8080420Z adding 'torch/include/ATen/ops/log2_meta_dispatch.h' 2024-08-08T20:19:05.8081430Z adding 'torch/include/ATen/ops/log2_mps_dispatch.h' 2024-08-08T20:19:05.8081910Z adding 'torch/include/ATen/ops/log2_native.h' 2024-08-08T20:19:05.8083620Z adding 'torch/include/ATen/ops/log2_ops.h' 2024-08-08T20:19:05.8084640Z adding 'torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.8085170Z adding 'torch/include/ATen/ops/log_cpu_dispatch.h' 2024-08-08T20:19:05.8086430Z adding 'torch/include/ATen/ops/log_cuda_dispatch.h' 2024-08-08T20:19:05.8086890Z adding 'torch/include/ATen/ops/log_meta.h' 2024-08-08T20:19:05.8088020Z adding 'torch/include/ATen/ops/log_meta_dispatch.h' 2024-08-08T20:19:05.8088610Z adding 'torch/include/ATen/ops/log_mps_dispatch.h' 2024-08-08T20:19:05.8089760Z adding 'torch/include/ATen/ops/log_native.h' 2024-08-08T20:19:05.8090610Z adding 'torch/include/ATen/ops/log_normal.h' 2024-08-08T20:19:05.8091900Z adding 'torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8092310Z adding 'torch/include/ATen/ops/log_normal_cpu_dispatch.h' 2024-08-08T20:19:05.8093500Z adding 'torch/include/ATen/ops/log_normal_cuda_dispatch.h' 2024-08-08T20:19:05.8094010Z adding 'torch/include/ATen/ops/log_normal_meta_dispatch.h' 2024-08-08T20:19:05.8095150Z adding 'torch/include/ATen/ops/log_normal_native.h' 2024-08-08T20:19:05.8096190Z adding 'torch/include/ATen/ops/log_normal_ops.h' 2024-08-08T20:19:05.8097050Z adding 'torch/include/ATen/ops/log_ops.h' 2024-08-08T20:19:05.8098250Z adding 'torch/include/ATen/ops/log_sigmoid.h' 2024-08-08T20:19:05.8098870Z adding 'torch/include/ATen/ops/log_sigmoid_backward.h' 2024-08-08T20:19:05.8100200Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h' 2024-08-08T20:19:05.8100820Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h' 2024-08-08T20:19:05.8102110Z adding 'torch/include/ATen/ops/log_sigmoid_backward_mps_dispatch.h' 2024-08-08T20:19:05.8102610Z adding 'torch/include/ATen/ops/log_sigmoid_backward_native.h' 2024-08-08T20:19:05.8103850Z adding 'torch/include/ATen/ops/log_sigmoid_backward_ops.h' 2024-08-08T20:19:05.8104820Z adding 'torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8105560Z adding 'torch/include/ATen/ops/log_sigmoid_forward.h' 2024-08-08T20:19:05.8106660Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h' 2024-08-08T20:19:05.8107260Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h' 2024-08-08T20:19:05.8108550Z adding 'torch/include/ATen/ops/log_sigmoid_forward_mps_dispatch.h' 2024-08-08T20:19:05.8109040Z adding 'torch/include/ATen/ops/log_sigmoid_forward_native.h' 2024-08-08T20:19:05.8110260Z adding 'torch/include/ATen/ops/log_sigmoid_forward_ops.h' 2024-08-08T20:19:05.8111110Z adding 'torch/include/ATen/ops/log_sigmoid_native.h' 2024-08-08T20:19:05.8112010Z adding 'torch/include/ATen/ops/log_sigmoid_ops.h' 2024-08-08T20:19:05.8113120Z adding 'torch/include/ATen/ops/log_softmax.h' 2024-08-08T20:19:05.8114110Z adding 'torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8114790Z adding 'torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8115920Z adding 'torch/include/ATen/ops/log_softmax_native.h' 2024-08-08T20:19:05.8116910Z adding 'torch/include/ATen/ops/log_softmax_ops.h' 2024-08-08T20:19:05.8117900Z adding 'torch/include/ATen/ops/logaddexp.h' 2024-08-08T20:19:05.8118440Z adding 'torch/include/ATen/ops/logaddexp2.h' 2024-08-08T20:19:05.8119850Z adding 'torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.8120320Z adding 'torch/include/ATen/ops/logaddexp2_cpu_dispatch.h' 2024-08-08T20:19:05.8121590Z adding 'torch/include/ATen/ops/logaddexp2_cuda_dispatch.h' 2024-08-08T20:19:05.8122060Z adding 'torch/include/ATen/ops/logaddexp2_meta.h' 2024-08-08T20:19:05.8123210Z adding 'torch/include/ATen/ops/logaddexp2_meta_dispatch.h' 2024-08-08T20:19:05.8123790Z adding 'torch/include/ATen/ops/logaddexp2_mps_dispatch.h' 2024-08-08T20:19:05.8124900Z adding 'torch/include/ATen/ops/logaddexp2_native.h' 2024-08-08T20:19:05.8125750Z adding 'torch/include/ATen/ops/logaddexp2_ops.h' 2024-08-08T20:19:05.8127000Z adding 'torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.8127420Z adding 'torch/include/ATen/ops/logaddexp_cpu_dispatch.h' 2024-08-08T20:19:05.8128430Z adding 'torch/include/ATen/ops/logaddexp_cuda_dispatch.h' 2024-08-08T20:19:05.8129280Z adding 'torch/include/ATen/ops/logaddexp_meta.h' 2024-08-08T20:19:05.8130340Z adding 'torch/include/ATen/ops/logaddexp_meta_dispatch.h' 2024-08-08T20:19:05.8130860Z adding 'torch/include/ATen/ops/logaddexp_mps_dispatch.h' 2024-08-08T20:19:05.8132050Z adding 'torch/include/ATen/ops/logaddexp_native.h' 2024-08-08T20:19:05.8132910Z adding 'torch/include/ATen/ops/logaddexp_ops.h' 2024-08-08T20:19:05.8133910Z adding 'torch/include/ATen/ops/logcumsumexp.h' 2024-08-08T20:19:05.8135080Z adding 'torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8136050Z adding 'torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8136900Z adding 'torch/include/ATen/ops/logcumsumexp_native.h' 2024-08-08T20:19:05.8138000Z adding 'torch/include/ATen/ops/logcumsumexp_ops.h' 2024-08-08T20:19:05.8138920Z adding 'torch/include/ATen/ops/logdet.h' 2024-08-08T20:19:05.8140040Z adding 'torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8140840Z adding 'torch/include/ATen/ops/logdet_native.h' 2024-08-08T20:19:05.8141830Z adding 'torch/include/ATen/ops/logdet_ops.h' 2024-08-08T20:19:05.8142810Z adding 'torch/include/ATen/ops/logical_and.h' 2024-08-08T20:19:05.8143920Z adding 'torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8144790Z adding 'torch/include/ATen/ops/logical_and_cpu_dispatch.h' 2024-08-08T20:19:05.8145700Z adding 'torch/include/ATen/ops/logical_and_cuda_dispatch.h' 2024-08-08T20:19:05.8146600Z adding 'torch/include/ATen/ops/logical_and_mps_dispatch.h' 2024-08-08T20:19:05.8147550Z adding 'torch/include/ATen/ops/logical_and_native.h' 2024-08-08T20:19:05.8148630Z adding 'torch/include/ATen/ops/logical_and_ops.h' 2024-08-08T20:19:05.8149590Z adding 'torch/include/ATen/ops/logical_not.h' 2024-08-08T20:19:05.8150730Z adding 'torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8151580Z adding 'torch/include/ATen/ops/logical_not_cpu_dispatch.h' 2024-08-08T20:19:05.8152490Z adding 'torch/include/ATen/ops/logical_not_cuda_dispatch.h' 2024-08-08T20:19:05.8153380Z adding 'torch/include/ATen/ops/logical_not_mps_dispatch.h' 2024-08-08T20:19:05.8154310Z adding 'torch/include/ATen/ops/logical_not_native.h' 2024-08-08T20:19:05.8155380Z adding 'torch/include/ATen/ops/logical_not_ops.h' 2024-08-08T20:19:05.8156400Z adding 'torch/include/ATen/ops/logical_or.h' 2024-08-08T20:19:05.8157470Z adding 'torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8158310Z adding 'torch/include/ATen/ops/logical_or_cpu_dispatch.h' 2024-08-08T20:19:05.8159230Z adding 'torch/include/ATen/ops/logical_or_cuda_dispatch.h' 2024-08-08T20:19:05.8160090Z adding 'torch/include/ATen/ops/logical_or_mps_dispatch.h' 2024-08-08T20:19:05.8161000Z adding 'torch/include/ATen/ops/logical_or_native.h' 2024-08-08T20:19:05.8162090Z adding 'torch/include/ATen/ops/logical_or_ops.h' 2024-08-08T20:19:05.8163060Z adding 'torch/include/ATen/ops/logical_xor.h' 2024-08-08T20:19:05.8164170Z adding 'torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8164990Z adding 'torch/include/ATen/ops/logical_xor_cpu_dispatch.h' 2024-08-08T20:19:05.8165900Z adding 'torch/include/ATen/ops/logical_xor_cuda_dispatch.h' 2024-08-08T20:19:05.8166800Z adding 'torch/include/ATen/ops/logical_xor_mps_dispatch.h' 2024-08-08T20:19:05.8167730Z adding 'torch/include/ATen/ops/logical_xor_native.h' 2024-08-08T20:19:05.8168830Z adding 'torch/include/ATen/ops/logical_xor_ops.h' 2024-08-08T20:19:05.8169910Z adding 'torch/include/ATen/ops/logit.h' 2024-08-08T20:19:05.8170960Z adding 'torch/include/ATen/ops/logit_backward.h' 2024-08-08T20:19:05.8172160Z adding 'torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.8172820Z adding 'torch/include/ATen/ops/logit_backward_cpu_dispatch.h' 2024-08-08T20:19:05.8173840Z adding 'torch/include/ATen/ops/logit_backward_cuda_dispatch.h' 2024-08-08T20:19:05.8174750Z adding 'torch/include/ATen/ops/logit_backward_meta.h' 2024-08-08T20:19:05.8175720Z adding 'torch/include/ATen/ops/logit_backward_meta_dispatch.h' 2024-08-08T20:19:05.8176680Z adding 'torch/include/ATen/ops/logit_backward_mps_dispatch.h' 2024-08-08T20:19:05.8177620Z adding 'torch/include/ATen/ops/logit_backward_native.h' 2024-08-08T20:19:05.8178710Z adding 'torch/include/ATen/ops/logit_backward_ops.h' 2024-08-08T20:19:05.8179680Z adding 'torch/include/ATen/ops/logit_cpu_dispatch.h' 2024-08-08T20:19:05.8180620Z adding 'torch/include/ATen/ops/logit_cuda_dispatch.h' 2024-08-08T20:19:05.8181580Z adding 'torch/include/ATen/ops/logit_meta_dispatch.h' 2024-08-08T20:19:05.8182600Z adding 'torch/include/ATen/ops/logit_mps_dispatch.h' 2024-08-08T20:19:05.8183500Z adding 'torch/include/ATen/ops/logit_native.h' 2024-08-08T20:19:05.8184710Z adding 'torch/include/ATen/ops/logit_ops.h' 2024-08-08T20:19:05.8186160Z adding 'torch/include/ATen/ops/logspace.h' 2024-08-08T20:19:05.8187480Z adding 'torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8188360Z adding 'torch/include/ATen/ops/logspace_cpu_dispatch.h' 2024-08-08T20:19:05.8189300Z adding 'torch/include/ATen/ops/logspace_cuda_dispatch.h' 2024-08-08T20:19:05.8190230Z adding 'torch/include/ATen/ops/logspace_meta_dispatch.h' 2024-08-08T20:19:05.8191230Z adding 'torch/include/ATen/ops/logspace_native.h' 2024-08-08T20:19:05.8192750Z adding 'torch/include/ATen/ops/logspace_ops.h' 2024-08-08T20:19:05.8193860Z adding 'torch/include/ATen/ops/logsumexp.h' 2024-08-08T20:19:05.8195000Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8196030Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.8196950Z adding 'torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8197780Z adding 'torch/include/ATen/ops/logsumexp_native.h' 2024-08-08T20:19:05.8198930Z adding 'torch/include/ATen/ops/logsumexp_ops.h' 2024-08-08T20:19:05.8199990Z adding 'torch/include/ATen/ops/lshift.h' 2024-08-08T20:19:05.8201140Z adding 'torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8202000Z adding 'torch/include/ATen/ops/lshift_cpu_dispatch.h' 2024-08-08T20:19:05.8202960Z adding 'torch/include/ATen/ops/lshift_cuda_dispatch.h' 2024-08-08T20:19:05.8203940Z adding 'torch/include/ATen/ops/lshift_meta_dispatch.h' 2024-08-08T20:19:05.8204830Z adding 'torch/include/ATen/ops/lshift_mps_dispatch.h' 2024-08-08T20:19:05.8205770Z adding 'torch/include/ATen/ops/lshift_native.h' 2024-08-08T20:19:05.8207040Z adding 'torch/include/ATen/ops/lshift_ops.h' 2024-08-08T20:19:05.8208080Z adding 'torch/include/ATen/ops/lstm.h' 2024-08-08T20:19:05.8209090Z adding 'torch/include/ATen/ops/lstm_cell.h' 2024-08-08T20:19:05.8210270Z adding 'torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8211070Z adding 'torch/include/ATen/ops/lstm_cell_native.h' 2024-08-08T20:19:05.8212120Z adding 'torch/include/ATen/ops/lstm_cell_ops.h' 2024-08-08T20:19:05.8213250Z adding 'torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8214340Z adding 'torch/include/ATen/ops/lstm_mps_backward.h' 2024-08-08T20:19:05.8215590Z adding 'torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8216490Z adding 'torch/include/ATen/ops/lstm_mps_backward_mps_dispatch.h' 2024-08-08T20:19:05.8217480Z adding 'torch/include/ATen/ops/lstm_mps_backward_native.h' 2024-08-08T20:19:05.8218730Z adding 'torch/include/ATen/ops/lstm_mps_backward_ops.h' 2024-08-08T20:19:05.8219670Z adding 'torch/include/ATen/ops/lstm_native.h' 2024-08-08T20:19:05.8220810Z adding 'torch/include/ATen/ops/lstm_ops.h' 2024-08-08T20:19:05.8221890Z adding 'torch/include/ATen/ops/lt.h' 2024-08-08T20:19:05.8223050Z adding 'torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.8223870Z adding 'torch/include/ATen/ops/lt_cpu_dispatch.h' 2024-08-08T20:19:05.8224820Z adding 'torch/include/ATen/ops/lt_cuda_dispatch.h' 2024-08-08T20:19:05.8225750Z adding 'torch/include/ATen/ops/lt_meta.h' 2024-08-08T20:19:05.8226730Z adding 'torch/include/ATen/ops/lt_meta_dispatch.h' 2024-08-08T20:19:05.8227660Z adding 'torch/include/ATen/ops/lt_mps_dispatch.h' 2024-08-08T20:19:05.8228670Z adding 'torch/include/ATen/ops/lt_native.h' 2024-08-08T20:19:05.8229900Z adding 'torch/include/ATen/ops/lt_ops.h' 2024-08-08T20:19:05.8230930Z adding 'torch/include/ATen/ops/lu_solve.h' 2024-08-08T20:19:05.8235420Z adding 'torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8235820Z adding 'torch/include/ATen/ops/lu_solve_native.h' 2024-08-08T20:19:05.8235990Z adding 'torch/include/ATen/ops/lu_solve_ops.h' 2024-08-08T20:19:05.8236120Z adding 'torch/include/ATen/ops/lu_unpack.h' 2024-08-08T20:19:05.8236480Z adding 'torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.8237010Z adding 'torch/include/ATen/ops/lu_unpack_cpu_dispatch.h' 2024-08-08T20:19:05.8238070Z adding 'torch/include/ATen/ops/lu_unpack_cuda_dispatch.h' 2024-08-08T20:19:05.8238990Z adding 'torch/include/ATen/ops/lu_unpack_meta.h' 2024-08-08T20:19:05.8239950Z adding 'torch/include/ATen/ops/lu_unpack_meta_dispatch.h' 2024-08-08T20:19:05.8240900Z adding 'torch/include/ATen/ops/lu_unpack_native.h' 2024-08-08T20:19:05.8242010Z adding 'torch/include/ATen/ops/lu_unpack_ops.h' 2024-08-08T20:19:05.8242940Z adding 'torch/include/ATen/ops/mH.h' 2024-08-08T20:19:05.8244050Z adding 'torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8244850Z adding 'torch/include/ATen/ops/mH_native.h' 2024-08-08T20:19:05.8245830Z adding 'torch/include/ATen/ops/mH_ops.h' 2024-08-08T20:19:05.8246750Z adding 'torch/include/ATen/ops/mT.h' 2024-08-08T20:19:05.8247840Z adding 'torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8248640Z adding 'torch/include/ATen/ops/mT_native.h' 2024-08-08T20:19:05.8249660Z adding 'torch/include/ATen/ops/mT_ops.h' 2024-08-08T20:19:05.8250720Z adding 'torch/include/ATen/ops/margin_ranking_loss.h' 2024-08-08T20:19:05.8251850Z adding 'torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8252670Z adding 'torch/include/ATen/ops/margin_ranking_loss_native.h' 2024-08-08T20:19:05.8253760Z adding 'torch/include/ATen/ops/margin_ranking_loss_ops.h' 2024-08-08T20:19:05.8254730Z adding 'torch/include/ATen/ops/masked_fill.h' 2024-08-08T20:19:05.8255900Z adding 'torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8256750Z adding 'torch/include/ATen/ops/masked_fill_cpu_dispatch.h' 2024-08-08T20:19:05.8257670Z adding 'torch/include/ATen/ops/masked_fill_cuda_dispatch.h' 2024-08-08T20:19:05.8258580Z adding 'torch/include/ATen/ops/masked_fill_meta_dispatch.h' 2024-08-08T20:19:05.8259520Z adding 'torch/include/ATen/ops/masked_fill_mps_dispatch.h' 2024-08-08T20:19:05.8260460Z adding 'torch/include/ATen/ops/masked_fill_native.h' 2024-08-08T20:19:05.8261740Z adding 'torch/include/ATen/ops/masked_fill_ops.h' 2024-08-08T20:19:05.8262770Z adding 'torch/include/ATen/ops/masked_scatter.h' 2024-08-08T20:19:05.8263840Z adding 'torch/include/ATen/ops/masked_scatter_backward.h' 2024-08-08T20:19:05.8265030Z adding 'torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8265840Z adding 'torch/include/ATen/ops/masked_scatter_backward_native.h' 2024-08-08T20:19:05.8266850Z adding 'torch/include/ATen/ops/masked_scatter_backward_ops.h' 2024-08-08T20:19:05.8267940Z adding 'torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8268790Z adding 'torch/include/ATen/ops/masked_scatter_cpu_dispatch.h' 2024-08-08T20:19:05.8269710Z adding 'torch/include/ATen/ops/masked_scatter_cuda_dispatch.h' 2024-08-08T20:19:05.8270610Z adding 'torch/include/ATen/ops/masked_scatter_meta_dispatch.h' 2024-08-08T20:19:05.8271510Z adding 'torch/include/ATen/ops/masked_scatter_mps_dispatch.h' 2024-08-08T20:19:05.8272460Z adding 'torch/include/ATen/ops/masked_scatter_native.h' 2024-08-08T20:19:05.8273610Z adding 'torch/include/ATen/ops/masked_scatter_ops.h' 2024-08-08T20:19:05.8274560Z adding 'torch/include/ATen/ops/masked_select.h' 2024-08-08T20:19:05.8275560Z adding 'torch/include/ATen/ops/masked_select_backward.h' 2024-08-08T20:19:05.8276720Z adding 'torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8277520Z adding 'torch/include/ATen/ops/masked_select_backward_native.h' 2024-08-08T20:19:05.8278540Z adding 'torch/include/ATen/ops/masked_select_backward_ops.h' 2024-08-08T20:19:05.8279550Z adding 'torch/include/ATen/ops/masked_select_cpu_dispatch.h' 2024-08-08T20:19:05.8280430Z adding 'torch/include/ATen/ops/masked_select_cuda_dispatch.h' 2024-08-08T20:19:05.8281330Z adding 'torch/include/ATen/ops/masked_select_mps_dispatch.h' 2024-08-08T20:19:05.8282270Z adding 'torch/include/ATen/ops/masked_select_native.h' 2024-08-08T20:19:05.8283300Z adding 'torch/include/ATen/ops/masked_select_ops.h' 2024-08-08T20:19:05.8284270Z adding 'torch/include/ATen/ops/matmul.h' 2024-08-08T20:19:05.8285420Z adding 'torch/include/ATen/ops/matmul_backward.h' 2024-08-08T20:19:05.8286570Z adding 'torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8287410Z adding 'torch/include/ATen/ops/matmul_backward_native.h' 2024-08-08T20:19:05.8288510Z adding 'torch/include/ATen/ops/matmul_backward_ops.h' 2024-08-08T20:19:05.8289590Z adding 'torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8290400Z adding 'torch/include/ATen/ops/matmul_native.h' 2024-08-08T20:19:05.8291450Z adding 'torch/include/ATen/ops/matmul_ops.h' 2024-08-08T20:19:05.8292350Z adding 'torch/include/ATen/ops/matrix_H.h' 2024-08-08T20:19:05.8293460Z adding 'torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8294240Z adding 'torch/include/ATen/ops/matrix_H_native.h' 2024-08-08T20:19:05.8295230Z adding 'torch/include/ATen/ops/matrix_H_ops.h' 2024-08-08T20:19:05.8296160Z adding 'torch/include/ATen/ops/matrix_exp.h' 2024-08-08T20:19:05.8297130Z adding 'torch/include/ATen/ops/matrix_exp_backward.h' 2024-08-08T20:19:05.8298240Z adding 'torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8299090Z adding 'torch/include/ATen/ops/matrix_exp_backward_native.h' 2024-08-08T20:19:05.8300060Z adding 'torch/include/ATen/ops/matrix_exp_backward_ops.h' 2024-08-08T20:19:05.8301080Z adding 'torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8301880Z adding 'torch/include/ATen/ops/matrix_exp_native.h' 2024-08-08T20:19:05.8302860Z adding 'torch/include/ATen/ops/matrix_exp_ops.h' 2024-08-08T20:19:05.8303860Z adding 'torch/include/ATen/ops/matrix_power.h' 2024-08-08T20:19:05.8305000Z adding 'torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8305800Z adding 'torch/include/ATen/ops/matrix_power_native.h' 2024-08-08T20:19:05.8306840Z adding 'torch/include/ATen/ops/matrix_power_ops.h' 2024-08-08T20:19:05.8308380Z adding 'torch/include/ATen/ops/max.h' 2024-08-08T20:19:05.8309580Z adding 'torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.8310550Z adding 'torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8311450Z adding 'torch/include/ATen/ops/max_cpu_dispatch.h' 2024-08-08T20:19:05.8312410Z adding 'torch/include/ATen/ops/max_cuda_dispatch.h' 2024-08-08T20:19:05.8313400Z adding 'torch/include/ATen/ops/max_meta.h' 2024-08-08T20:19:05.8314410Z adding 'torch/include/ATen/ops/max_meta_dispatch.h' 2024-08-08T20:19:05.8315370Z adding 'torch/include/ATen/ops/max_mps_dispatch.h' 2024-08-08T20:19:05.8316400Z adding 'torch/include/ATen/ops/max_native.h' 2024-08-08T20:19:05.8317760Z adding 'torch/include/ATen/ops/max_ops.h' 2024-08-08T20:19:05.8318790Z adding 'torch/include/ATen/ops/max_pool1d.h' 2024-08-08T20:19:05.8319920Z adding 'torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8320730Z adding 'torch/include/ATen/ops/max_pool1d_native.h' 2024-08-08T20:19:05.8321750Z adding 'torch/include/ATen/ops/max_pool1d_ops.h' 2024-08-08T20:19:05.8322780Z adding 'torch/include/ATen/ops/max_pool1d_with_indices.h' 2024-08-08T20:19:05.8323910Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8324740Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_native.h' 2024-08-08T20:19:05.8325790Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_ops.h' 2024-08-08T20:19:05.8326750Z adding 'torch/include/ATen/ops/max_pool2d.h' 2024-08-08T20:19:05.8327820Z adding 'torch/include/ATen/ops/max_pool2d_backward.h' 2024-08-08T20:19:05.8328990Z adding 'torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8329870Z adding 'torch/include/ATen/ops/max_pool2d_backward_mps_dispatch.h' 2024-08-08T20:19:05.8330800Z adding 'torch/include/ATen/ops/max_pool2d_backward_native.h' 2024-08-08T20:19:05.8331940Z adding 'torch/include/ATen/ops/max_pool2d_backward_ops.h' 2024-08-08T20:19:05.8333090Z adding 'torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8333990Z adding 'torch/include/ATen/ops/max_pool2d_mps_dispatch.h' 2024-08-08T20:19:05.8334970Z adding 'torch/include/ATen/ops/max_pool2d_native.h' 2024-08-08T20:19:05.8336060Z adding 'torch/include/ATen/ops/max_pool2d_ops.h' 2024-08-08T20:19:05.8337260Z adding 'torch/include/ATen/ops/max_pool2d_with_indices.h' 2024-08-08T20:19:05.8338470Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward.h' 2024-08-08T20:19:05.8339760Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.8340570Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h' 2024-08-08T20:19:05.8341700Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h' 2024-08-08T20:19:05.8342730Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h' 2024-08-08T20:19:05.8343790Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h' 2024-08-08T20:19:05.8344790Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_mps_dispatch.h' 2024-08-08T20:19:05.8345880Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h' 2024-08-08T20:19:05.8347070Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h' 2024-08-08T20:19:05.8348280Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.8349180Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h' 2024-08-08T20:19:05.8350210Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h' 2024-08-08T20:19:05.8351190Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta.h' 2024-08-08T20:19:05.8352240Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h' 2024-08-08T20:19:05.8353240Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_mps_dispatch.h' 2024-08-08T20:19:05.8354280Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_native.h' 2024-08-08T20:19:05.8355490Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_ops.h' 2024-08-08T20:19:05.8356500Z adding 'torch/include/ATen/ops/max_pool3d.h' 2024-08-08T20:19:05.8357680Z adding 'torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8358550Z adding 'torch/include/ATen/ops/max_pool3d_native.h' 2024-08-08T20:19:05.8359660Z adding 'torch/include/ATen/ops/max_pool3d_ops.h' 2024-08-08T20:19:05.8360850Z adding 'torch/include/ATen/ops/max_pool3d_with_indices.h' 2024-08-08T20:19:05.8362060Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward.h' 2024-08-08T20:19:05.8363210Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h' 2024-08-08T20:19:05.8364230Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h' 2024-08-08T20:19:05.8365260Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h' 2024-08-08T20:19:05.8366490Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h' 2024-08-08T20:19:05.8367610Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h' 2024-08-08T20:19:05.8368610Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h' 2024-08-08T20:19:05.8369650Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_native.h' 2024-08-08T20:19:05.8370840Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_ops.h' 2024-08-08T20:19:05.8372100Z adding 'torch/include/ATen/ops/max_unpool2d.h' 2024-08-08T20:19:05.8373220Z adding 'torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h' 2024-08-08T20:19:05.8374250Z adding 'torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h' 2024-08-08T20:19:05.8375250Z adding 'torch/include/ATen/ops/max_unpool2d_native.h' 2024-08-08T20:19:05.8376380Z adding 'torch/include/ATen/ops/max_unpool2d_ops.h' 2024-08-08T20:19:05.8377690Z adding 'torch/include/ATen/ops/max_unpool3d.h' 2024-08-08T20:19:05.8378840Z adding 'torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h' 2024-08-08T20:19:05.8379880Z adding 'torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h' 2024-08-08T20:19:05.8380890Z adding 'torch/include/ATen/ops/max_unpool3d_native.h' 2024-08-08T20:19:05.8382070Z adding 'torch/include/ATen/ops/max_unpool3d_ops.h' 2024-08-08T20:19:05.8383020Z adding 'torch/include/ATen/ops/maximum.h' 2024-08-08T20:19:05.8384210Z adding 'torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.8385030Z adding 'torch/include/ATen/ops/maximum_cpu_dispatch.h' 2024-08-08T20:19:05.8386050Z adding 'torch/include/ATen/ops/maximum_cuda_dispatch.h' 2024-08-08T20:19:05.8386960Z adding 'torch/include/ATen/ops/maximum_meta.h' 2024-08-08T20:19:05.8387920Z adding 'torch/include/ATen/ops/maximum_meta_dispatch.h' 2024-08-08T20:19:05.8388810Z adding 'torch/include/ATen/ops/maximum_mps_dispatch.h' 2024-08-08T20:19:05.8389730Z adding 'torch/include/ATen/ops/maximum_native.h' 2024-08-08T20:19:05.8390790Z adding 'torch/include/ATen/ops/maximum_ops.h' 2024-08-08T20:19:05.8392010Z adding 'torch/include/ATen/ops/mean.h' 2024-08-08T20:19:05.8393070Z adding 'torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8394170Z adding 'torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.8395070Z adding 'torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8395950Z adding 'torch/include/ATen/ops/mean_cpu_dispatch.h' 2024-08-08T20:19:05.8396880Z adding 'torch/include/ATen/ops/mean_cuda_dispatch.h' 2024-08-08T20:19:05.8397800Z adding 'torch/include/ATen/ops/mean_meta.h' 2024-08-08T20:19:05.8398770Z adding 'torch/include/ATen/ops/mean_meta_dispatch.h' 2024-08-08T20:19:05.8399670Z adding 'torch/include/ATen/ops/mean_mps_dispatch.h' 2024-08-08T20:19:05.8403940Z adding 'torch/include/ATen/ops/mean_native.h' 2024-08-08T20:19:05.8404250Z adding 'torch/include/ATen/ops/mean_ops.h' 2024-08-08T20:19:05.8404370Z adding 'torch/include/ATen/ops/median.h' 2024-08-08T20:19:05.8404660Z adding 'torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8405050Z adding 'torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8406080Z adding 'torch/include/ATen/ops/median_cpu_dispatch.h' 2024-08-08T20:19:05.8407000Z adding 'torch/include/ATen/ops/median_cuda_dispatch.h' 2024-08-08T20:19:05.8407920Z adding 'torch/include/ATen/ops/median_mps_dispatch.h' 2024-08-08T20:19:05.8408940Z adding 'torch/include/ATen/ops/median_native.h' 2024-08-08T20:19:05.8410230Z adding 'torch/include/ATen/ops/median_ops.h' 2024-08-08T20:19:05.8411230Z adding 'torch/include/ATen/ops/meshgrid.h' 2024-08-08T20:19:05.8412360Z adding 'torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8413160Z adding 'torch/include/ATen/ops/meshgrid_native.h' 2024-08-08T20:19:05.8414200Z adding 'torch/include/ATen/ops/meshgrid_ops.h' 2024-08-08T20:19:05.8415370Z adding 'torch/include/ATen/ops/min.h' 2024-08-08T20:19:05.8416550Z adding 'torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.8417510Z adding 'torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8418390Z adding 'torch/include/ATen/ops/min_cpu_dispatch.h' 2024-08-08T20:19:05.8419350Z adding 'torch/include/ATen/ops/min_cuda_dispatch.h' 2024-08-08T20:19:05.8420340Z adding 'torch/include/ATen/ops/min_meta.h' 2024-08-08T20:19:05.8421380Z adding 'torch/include/ATen/ops/min_meta_dispatch.h' 2024-08-08T20:19:05.8422300Z adding 'torch/include/ATen/ops/min_mps_dispatch.h' 2024-08-08T20:19:05.8423360Z adding 'torch/include/ATen/ops/min_native.h' 2024-08-08T20:19:05.8424710Z adding 'torch/include/ATen/ops/min_ops.h' 2024-08-08T20:19:05.8425740Z adding 'torch/include/ATen/ops/minimum.h' 2024-08-08T20:19:05.8426940Z adding 'torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.8427780Z adding 'torch/include/ATen/ops/minimum_cpu_dispatch.h' 2024-08-08T20:19:05.8428700Z adding 'torch/include/ATen/ops/minimum_cuda_dispatch.h' 2024-08-08T20:19:05.8429610Z adding 'torch/include/ATen/ops/minimum_meta.h' 2024-08-08T20:19:05.8430550Z adding 'torch/include/ATen/ops/minimum_meta_dispatch.h' 2024-08-08T20:19:05.8431460Z adding 'torch/include/ATen/ops/minimum_mps_dispatch.h' 2024-08-08T20:19:05.8432430Z adding 'torch/include/ATen/ops/minimum_native.h' 2024-08-08T20:19:05.8433550Z adding 'torch/include/ATen/ops/minimum_ops.h' 2024-08-08T20:19:05.8434790Z adding 'torch/include/ATen/ops/miopen_batch_norm.h' 2024-08-08T20:19:05.8436060Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward.h' 2024-08-08T20:19:05.8437360Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8438310Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h' 2024-08-08T20:19:05.8439330Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_native.h' 2024-08-08T20:19:05.8440610Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_ops.h' 2024-08-08T20:19:05.8441820Z adding 'torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8442800Z adding 'torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h' 2024-08-08T20:19:05.8443770Z adding 'torch/include/ATen/ops/miopen_batch_norm_native.h' 2024-08-08T20:19:05.8445030Z adding 'torch/include/ATen/ops/miopen_batch_norm_ops.h' 2024-08-08T20:19:05.8446470Z adding 'torch/include/ATen/ops/miopen_convolution.h' 2024-08-08T20:19:05.8447740Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu.h' 2024-08-08T20:19:05.8448900Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h' 2024-08-08T20:19:05.8449890Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_native.h' 2024-08-08T20:19:05.8451020Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_ops.h' 2024-08-08T20:19:05.8452270Z adding 'torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8453330Z adding 'torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h' 2024-08-08T20:19:05.8454320Z adding 'torch/include/ATen/ops/miopen_convolution_native.h' 2024-08-08T20:19:05.8455520Z adding 'torch/include/ATen/ops/miopen_convolution_ops.h' 2024-08-08T20:19:05.8456690Z adding 'torch/include/ATen/ops/miopen_convolution_relu.h' 2024-08-08T20:19:05.8457820Z adding 'torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h' 2024-08-08T20:19:05.8458800Z adding 'torch/include/ATen/ops/miopen_convolution_relu_native.h' 2024-08-08T20:19:05.8459900Z adding 'torch/include/ATen/ops/miopen_convolution_relu_ops.h' 2024-08-08T20:19:05.8461430Z adding 'torch/include/ATen/ops/miopen_convolution_transpose.h' 2024-08-08T20:19:05.8462770Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8463740Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h' 2024-08-08T20:19:05.8464760Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_native.h' 2024-08-08T20:19:05.8465980Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_ops.h' 2024-08-08T20:19:05.8467420Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution.h' 2024-08-08T20:19:05.8468740Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8469700Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h' 2024-08-08T20:19:05.8470750Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_native.h' 2024-08-08T20:19:05.8471920Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_ops.h' 2024-08-08T20:19:05.8473130Z adding 'torch/include/ATen/ops/miopen_rnn.h' 2024-08-08T20:19:05.8474540Z adding 'torch/include/ATen/ops/miopen_rnn_backward.h' 2024-08-08T20:19:05.8475890Z adding 'torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8476900Z adding 'torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h' 2024-08-08T20:19:05.8477990Z adding 'torch/include/ATen/ops/miopen_rnn_backward_native.h' 2024-08-08T20:19:05.8479470Z adding 'torch/include/ATen/ops/miopen_rnn_backward_ops.h' 2024-08-08T20:19:05.8480710Z adding 'torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8481690Z adding 'torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h' 2024-08-08T20:19:05.8482740Z adding 'torch/include/ATen/ops/miopen_rnn_native.h' 2024-08-08T20:19:05.8484080Z adding 'torch/include/ATen/ops/miopen_rnn_ops.h' 2024-08-08T20:19:05.8485110Z adding 'torch/include/ATen/ops/mish.h' 2024-08-08T20:19:05.8486210Z adding 'torch/include/ATen/ops/mish_backward.h' 2024-08-08T20:19:05.8487410Z adding 'torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8488320Z adding 'torch/include/ATen/ops/mish_backward_cpu_dispatch.h' 2024-08-08T20:19:05.8489300Z adding 'torch/include/ATen/ops/mish_backward_cuda_dispatch.h' 2024-08-08T20:19:05.8490240Z adding 'torch/include/ATen/ops/mish_backward_mps_dispatch.h' 2024-08-08T20:19:05.8491220Z adding 'torch/include/ATen/ops/mish_backward_native.h' 2024-08-08T20:19:05.8492270Z adding 'torch/include/ATen/ops/mish_backward_ops.h' 2024-08-08T20:19:05.8493620Z adding 'torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.8494330Z adding 'torch/include/ATen/ops/mish_cpu_dispatch.h' 2024-08-08T20:19:05.8495350Z adding 'torch/include/ATen/ops/mish_cuda_dispatch.h' 2024-08-08T20:19:05.8496320Z adding 'torch/include/ATen/ops/mish_meta.h' 2024-08-08T20:19:05.8497370Z adding 'torch/include/ATen/ops/mish_meta_dispatch.h' 2024-08-08T20:19:05.8498330Z adding 'torch/include/ATen/ops/mish_mps_dispatch.h' 2024-08-08T20:19:05.8499340Z adding 'torch/include/ATen/ops/mish_native.h' 2024-08-08T20:19:05.8500520Z adding 'torch/include/ATen/ops/mish_ops.h' 2024-08-08T20:19:05.8501750Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h' 2024-08-08T20:19:05.8502900Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h' 2024-08-08T20:19:05.8504110Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8504850Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h' 2024-08-08T20:19:05.8506090Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h' 2024-08-08T20:19:05.8507080Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h' 2024-08-08T20:19:05.8508240Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h' 2024-08-08T20:19:05.8509580Z adding 'torch/include/ATen/ops/mkldnn_convolution.h' 2024-08-08T20:19:05.8510920Z adding 'torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8511830Z adding 'torch/include/ATen/ops/mkldnn_convolution_native.h' 2024-08-08T20:19:05.8513020Z adding 'torch/include/ATen/ops/mkldnn_convolution_ops.h' 2024-08-08T20:19:05.8514120Z adding 'torch/include/ATen/ops/mkldnn_linear.h' 2024-08-08T20:19:05.8515270Z adding 'torch/include/ATen/ops/mkldnn_linear_backward.h' 2024-08-08T20:19:05.8516540Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8517490Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input.h' 2024-08-08T20:19:05.8518710Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8519630Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_native.h' 2024-08-08T20:19:05.8520720Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h' 2024-08-08T20:19:05.8521730Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_native.h' 2024-08-08T20:19:05.8522930Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_ops.h' 2024-08-08T20:19:05.8524090Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights.h' 2024-08-08T20:19:05.8525340Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8526260Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h' 2024-08-08T20:19:05.8527390Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h' 2024-08-08T20:19:05.8528520Z adding 'torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8529380Z adding 'torch/include/ATen/ops/mkldnn_linear_native.h' 2024-08-08T20:19:05.8530510Z adding 'torch/include/ATen/ops/mkldnn_linear_ops.h' 2024-08-08T20:19:05.8531640Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d.h' 2024-08-08T20:19:05.8532840Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward.h' 2024-08-08T20:19:05.8534130Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8534910Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h' 2024-08-08T20:19:05.8536190Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h' 2024-08-08T20:19:05.8537420Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8538270Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_native.h' 2024-08-08T20:19:05.8539470Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_ops.h' 2024-08-08T20:19:05.8540520Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d.h' 2024-08-08T20:19:05.8541700Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward.h' 2024-08-08T20:19:05.8542990Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8543740Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h' 2024-08-08T20:19:05.8545030Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h' 2024-08-08T20:19:05.8546230Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8547130Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_native.h' 2024-08-08T20:19:05.8548320Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_ops.h' 2024-08-08T20:19:05.8549830Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h' 2024-08-08T20:19:05.8551190Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8552100Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h' 2024-08-08T20:19:05.8553280Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h' 2024-08-08T20:19:05.8554730Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h' 2024-08-08T20:19:05.8556040Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8557330Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h' 2024-08-08T20:19:05.8558510Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h' 2024-08-08T20:19:05.8559720Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer.h' 2024-08-08T20:19:05.8561200Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward.h' 2024-08-08T20:19:05.8562610Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8563600Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_cpu_dispatch.h' 2024-08-08T20:19:05.8564700Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h' 2024-08-08T20:19:05.8566180Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h' 2024-08-08T20:19:05.8567440Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8568450Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h' 2024-08-08T20:19:05.8569500Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_native.h' 2024-08-08T20:19:05.8570850Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_ops.h' 2024-08-08T20:19:05.8571860Z adding 'torch/include/ATen/ops/mm.h' 2024-08-08T20:19:05.8573130Z adding 'torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.8574000Z adding 'torch/include/ATen/ops/mm_cpu_dispatch.h' 2024-08-08T20:19:05.8575020Z adding 'torch/include/ATen/ops/mm_cuda_dispatch.h' 2024-08-08T20:19:05.8576020Z adding 'torch/include/ATen/ops/mm_meta.h' 2024-08-08T20:19:05.8577040Z adding 'torch/include/ATen/ops/mm_meta_dispatch.h' 2024-08-08T20:19:05.8578010Z adding 'torch/include/ATen/ops/mm_mps_dispatch.h' 2024-08-08T20:19:05.8579040Z adding 'torch/include/ATen/ops/mm_native.h' 2024-08-08T20:19:05.8580160Z adding 'torch/include/ATen/ops/mm_ops.h' 2024-08-08T20:19:05.8581360Z adding 'torch/include/ATen/ops/mode.h' 2024-08-08T20:19:05.8582570Z adding 'torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8583600Z adding 'torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8588060Z adding 'torch/include/ATen/ops/mode_cpu_dispatch.h' 2024-08-08T20:19:05.8588310Z adding 'torch/include/ATen/ops/mode_cuda_dispatch.h' 2024-08-08T20:19:05.8588460Z adding 'torch/include/ATen/ops/mode_native.h' 2024-08-08T20:19:05.8588840Z adding 'torch/include/ATen/ops/mode_ops.h' 2024-08-08T20:19:05.8588980Z adding 'torch/include/ATen/ops/moveaxis.h' 2024-08-08T20:19:05.8590140Z adding 'torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8591030Z adding 'torch/include/ATen/ops/moveaxis_native.h' 2024-08-08T20:19:05.8592130Z adding 'torch/include/ATen/ops/moveaxis_ops.h' 2024-08-08T20:19:05.8593160Z adding 'torch/include/ATen/ops/movedim.h' 2024-08-08T20:19:05.8594360Z adding 'torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8595210Z adding 'torch/include/ATen/ops/movedim_native.h' 2024-08-08T20:19:05.8596330Z adding 'torch/include/ATen/ops/movedim_ops.h' 2024-08-08T20:19:05.8597930Z adding 'torch/include/ATen/ops/mps_convolution_backward.h' 2024-08-08T20:19:05.8599290Z adding 'torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8600270Z adding 'torch/include/ATen/ops/mps_convolution_backward_mps_dispatch.h' 2024-08-08T20:19:05.8601300Z adding 'torch/include/ATen/ops/mps_convolution_backward_native.h' 2024-08-08T20:19:05.8602550Z adding 'torch/include/ATen/ops/mps_convolution_backward_ops.h' 2024-08-08T20:19:05.8604170Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward.h' 2024-08-08T20:19:05.8605540Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8606520Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_mps_dispatch.h' 2024-08-08T20:19:05.8607570Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_native.h' 2024-08-08T20:19:05.8608840Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h' 2024-08-08T20:19:05.8609790Z adding 'torch/include/ATen/ops/mse_loss.h' 2024-08-08T20:19:05.8610960Z adding 'torch/include/ATen/ops/mse_loss_backward.h' 2024-08-08T20:19:05.8612090Z adding 'torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h' 2024-08-08T20:19:05.8613090Z adding 'torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h' 2024-08-08T20:19:05.8614080Z adding 'torch/include/ATen/ops/mse_loss_backward_mps_dispatch.h' 2024-08-08T20:19:05.8615100Z adding 'torch/include/ATen/ops/mse_loss_backward_native.h' 2024-08-08T20:19:05.8616240Z adding 'torch/include/ATen/ops/mse_loss_backward_ops.h' 2024-08-08T20:19:05.8617480Z adding 'torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.8618330Z adding 'torch/include/ATen/ops/mse_loss_cpu_dispatch.h' 2024-08-08T20:19:05.8619390Z adding 'torch/include/ATen/ops/mse_loss_cuda_dispatch.h' 2024-08-08T20:19:05.8620330Z adding 'torch/include/ATen/ops/mse_loss_meta.h' 2024-08-08T20:19:05.8621370Z adding 'torch/include/ATen/ops/mse_loss_meta_dispatch.h' 2024-08-08T20:19:05.8622350Z adding 'torch/include/ATen/ops/mse_loss_mps_dispatch.h' 2024-08-08T20:19:05.8623350Z adding 'torch/include/ATen/ops/mse_loss_native.h' 2024-08-08T20:19:05.8624480Z adding 'torch/include/ATen/ops/mse_loss_ops.h' 2024-08-08T20:19:05.8625500Z adding 'torch/include/ATen/ops/msort.h' 2024-08-08T20:19:05.8626710Z adding 'torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8627560Z adding 'torch/include/ATen/ops/msort_native.h' 2024-08-08T20:19:05.8628670Z adding 'torch/include/ATen/ops/msort_ops.h' 2024-08-08T20:19:05.8629750Z adding 'torch/include/ATen/ops/mul.h' 2024-08-08T20:19:05.8630940Z adding 'torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8632060Z adding 'torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.8632880Z adding 'torch/include/ATen/ops/mul_cpu_dispatch.h' 2024-08-08T20:19:05.8633880Z adding 'torch/include/ATen/ops/mul_cuda_dispatch.h' 2024-08-08T20:19:05.8634860Z adding 'torch/include/ATen/ops/mul_meta.h' 2024-08-08T20:19:05.8635900Z adding 'torch/include/ATen/ops/mul_meta_dispatch.h' 2024-08-08T20:19:05.8636870Z adding 'torch/include/ATen/ops/mul_mps_dispatch.h' 2024-08-08T20:19:05.8638040Z adding 'torch/include/ATen/ops/mul_native.h' 2024-08-08T20:19:05.8639370Z adding 'torch/include/ATen/ops/mul_ops.h' 2024-08-08T20:19:05.8640570Z adding 'torch/include/ATen/ops/multi_margin_loss.h' 2024-08-08T20:19:05.8641890Z adding 'torch/include/ATen/ops/multi_margin_loss_backward.h' 2024-08-08T20:19:05.8642990Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h' 2024-08-08T20:19:05.8644050Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h' 2024-08-08T20:19:05.8645110Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_native.h' 2024-08-08T20:19:05.8646380Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_ops.h' 2024-08-08T20:19:05.8647470Z adding 'torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h' 2024-08-08T20:19:05.8648510Z adding 'torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h' 2024-08-08T20:19:05.8649540Z adding 'torch/include/ATen/ops/multi_margin_loss_native.h' 2024-08-08T20:19:05.8650730Z adding 'torch/include/ATen/ops/multi_margin_loss_ops.h' 2024-08-08T20:19:05.8651830Z adding 'torch/include/ATen/ops/multilabel_margin_loss.h' 2024-08-08T20:19:05.8653010Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward.h' 2024-08-08T20:19:05.8654170Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h' 2024-08-08T20:19:05.8655240Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h' 2024-08-08T20:19:05.8656250Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_native.h' 2024-08-08T20:19:05.8657420Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h' 2024-08-08T20:19:05.8658590Z adding 'torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8659550Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward.h' 2024-08-08T20:19:05.8660680Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h' 2024-08-08T20:19:05.8661710Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h' 2024-08-08T20:19:05.8662750Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_native.h' 2024-08-08T20:19:05.8663890Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h' 2024-08-08T20:19:05.8664860Z adding 'torch/include/ATen/ops/multilabel_margin_loss_native.h' 2024-08-08T20:19:05.8666000Z adding 'torch/include/ATen/ops/multilabel_margin_loss_ops.h' 2024-08-08T20:19:05.8667050Z adding 'torch/include/ATen/ops/multinomial.h' 2024-08-08T20:19:05.8668210Z adding 'torch/include/ATen/ops/multinomial_cpu_dispatch.h' 2024-08-08T20:19:05.8669180Z adding 'torch/include/ATen/ops/multinomial_cuda_dispatch.h' 2024-08-08T20:19:05.8670210Z adding 'torch/include/ATen/ops/multinomial_mps_dispatch.h' 2024-08-08T20:19:05.8671170Z adding 'torch/include/ATen/ops/multinomial_native.h' 2024-08-08T20:19:05.8672370Z adding 'torch/include/ATen/ops/multinomial_ops.h' 2024-08-08T20:19:05.8673440Z adding 'torch/include/ATen/ops/multiply.h' 2024-08-08T20:19:05.8674720Z adding 'torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8675570Z adding 'torch/include/ATen/ops/multiply_native.h' 2024-08-08T20:19:05.8676860Z adding 'torch/include/ATen/ops/multiply_ops.h' 2024-08-08T20:19:05.8677840Z adding 'torch/include/ATen/ops/mv.h' 2024-08-08T20:19:05.8679120Z adding 'torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8679970Z adding 'torch/include/ATen/ops/mv_native.h' 2024-08-08T20:19:05.8681130Z adding 'torch/include/ATen/ops/mv_ops.h' 2024-08-08T20:19:05.8682160Z adding 'torch/include/ATen/ops/mvlgamma.h' 2024-08-08T20:19:05.8683370Z adding 'torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8684300Z adding 'torch/include/ATen/ops/mvlgamma_cpu_dispatch.h' 2024-08-08T20:19:05.8685290Z adding 'torch/include/ATen/ops/mvlgamma_cuda_dispatch.h' 2024-08-08T20:19:05.8686890Z adding 'torch/include/ATen/ops/mvlgamma_native.h' 2024-08-08T20:19:05.8688250Z adding 'torch/include/ATen/ops/mvlgamma_ops.h' 2024-08-08T20:19:05.8689530Z adding 'torch/include/ATen/ops/nan_to_num.h' 2024-08-08T20:19:05.8690890Z adding 'torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8691980Z adding 'torch/include/ATen/ops/nan_to_num_cpu_dispatch.h' 2024-08-08T20:19:05.8692970Z adding 'torch/include/ATen/ops/nan_to_num_cuda_dispatch.h' 2024-08-08T20:19:05.8693980Z adding 'torch/include/ATen/ops/nan_to_num_mps_dispatch.h' 2024-08-08T20:19:05.8695060Z adding 'torch/include/ATen/ops/nan_to_num_native.h' 2024-08-08T20:19:05.8696350Z adding 'torch/include/ATen/ops/nan_to_num_ops.h' 2024-08-08T20:19:05.8697500Z adding 'torch/include/ATen/ops/nanmean.h' 2024-08-08T20:19:05.8698790Z adding 'torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8699690Z adding 'torch/include/ATen/ops/nanmean_native.h' 2024-08-08T20:19:05.8700890Z adding 'torch/include/ATen/ops/nanmean_ops.h' 2024-08-08T20:19:05.8702170Z adding 'torch/include/ATen/ops/nanmedian.h' 2024-08-08T20:19:05.8703500Z adding 'torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8704570Z adding 'torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8705530Z adding 'torch/include/ATen/ops/nanmedian_cpu_dispatch.h' 2024-08-08T20:19:05.8706530Z adding 'torch/include/ATen/ops/nanmedian_cuda_dispatch.h' 2024-08-08T20:19:05.8707620Z adding 'torch/include/ATen/ops/nanmedian_native.h' 2024-08-08T20:19:05.8709020Z adding 'torch/include/ATen/ops/nanmedian_ops.h' 2024-08-08T20:19:05.8710300Z adding 'torch/include/ATen/ops/nanquantile.h' 2024-08-08T20:19:05.8711580Z adding 'torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8712520Z adding 'torch/include/ATen/ops/nanquantile_native.h' 2024-08-08T20:19:05.8713780Z adding 'torch/include/ATen/ops/nanquantile_ops.h' 2024-08-08T20:19:05.8714890Z adding 'torch/include/ATen/ops/nansum.h' 2024-08-08T20:19:05.8716000Z adding 'torch/include/ATen/ops/nansum_cpu_dispatch.h' 2024-08-08T20:19:05.8717020Z adding 'torch/include/ATen/ops/nansum_cuda_dispatch.h' 2024-08-08T20:19:05.8717990Z adding 'torch/include/ATen/ops/nansum_mps_dispatch.h' 2024-08-08T20:19:05.8719060Z adding 'torch/include/ATen/ops/nansum_native.h' 2024-08-08T20:19:05.8720190Z adding 'torch/include/ATen/ops/nansum_ops.h' 2024-08-08T20:19:05.8721390Z adding 'torch/include/ATen/ops/narrow.h' 2024-08-08T20:19:05.8722670Z adding 'torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8723770Z adding 'torch/include/ATen/ops/narrow_copy.h' 2024-08-08T20:19:05.8725050Z adding 'torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.8725960Z adding 'torch/include/ATen/ops/narrow_copy_cpu_dispatch.h' 2024-08-08T20:19:05.8726980Z adding 'torch/include/ATen/ops/narrow_copy_native.h' 2024-08-08T20:19:05.8728130Z adding 'torch/include/ATen/ops/narrow_copy_ops.h' 2024-08-08T20:19:05.8729150Z adding 'torch/include/ATen/ops/narrow_native.h' 2024-08-08T20:19:05.8730280Z adding 'torch/include/ATen/ops/narrow_ops.h' 2024-08-08T20:19:05.8731510Z adding 'torch/include/ATen/ops/native_batch_norm.h' 2024-08-08T20:19:05.8732760Z adding 'torch/include/ATen/ops/native_batch_norm_backward.h' 2024-08-08T20:19:05.8734000Z adding 'torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8734900Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h' 2024-08-08T20:19:05.8735860Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h' 2024-08-08T20:19:05.8736770Z adding 'torch/include/ATen/ops/native_batch_norm_backward_mps_dispatch.h' 2024-08-08T20:19:05.8737830Z adding 'torch/include/ATen/ops/native_batch_norm_backward_native.h' 2024-08-08T20:19:05.8739060Z adding 'torch/include/ATen/ops/native_batch_norm_backward_ops.h' 2024-08-08T20:19:05.8740180Z adding 'torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h' 2024-08-08T20:19:05.8741150Z adding 'torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h' 2024-08-08T20:19:05.8742090Z adding 'torch/include/ATen/ops/native_batch_norm_mps_dispatch.h' 2024-08-08T20:19:05.8743170Z adding 'torch/include/ATen/ops/native_batch_norm_native.h' 2024-08-08T20:19:05.8744440Z adding 'torch/include/ATen/ops/native_batch_norm_ops.h' 2024-08-08T20:19:05.8745400Z adding 'torch/include/ATen/ops/native_channel_shuffle.h' 2024-08-08T20:19:05.8746560Z adding 'torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8747420Z adding 'torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h' 2024-08-08T20:19:05.8748340Z adding 'torch/include/ATen/ops/native_channel_shuffle_native.h' 2024-08-08T20:19:05.8749350Z adding 'torch/include/ATen/ops/native_channel_shuffle_ops.h' 2024-08-08T20:19:05.8750340Z adding 'torch/include/ATen/ops/native_dropout.h' 2024-08-08T20:19:05.8751400Z adding 'torch/include/ATen/ops/native_dropout_backward.h' 2024-08-08T20:19:05.8752550Z adding 'torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8753590Z adding 'torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h' 2024-08-08T20:19:05.8754240Z adding 'torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h' 2024-08-08T20:19:05.8755260Z adding 'torch/include/ATen/ops/native_dropout_backward_native.h' 2024-08-08T20:19:05.8756340Z adding 'torch/include/ATen/ops/native_dropout_backward_ops.h' 2024-08-08T20:19:05.8757430Z adding 'torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8758290Z adding 'torch/include/ATen/ops/native_dropout_cpu_dispatch.h' 2024-08-08T20:19:05.8759300Z adding 'torch/include/ATen/ops/native_dropout_cuda_dispatch.h' 2024-08-08T20:19:05.8760160Z adding 'torch/include/ATen/ops/native_dropout_native.h' 2024-08-08T20:19:05.8761250Z adding 'torch/include/ATen/ops/native_dropout_ops.h' 2024-08-08T20:19:05.8762580Z adding 'torch/include/ATen/ops/native_group_norm.h' 2024-08-08T20:19:05.8764100Z adding 'torch/include/ATen/ops/native_group_norm_backward.h' 2024-08-08T20:19:05.8769410Z adding 'torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8769820Z adding 'torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h' 2024-08-08T20:19:05.8770100Z adding 'torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h' 2024-08-08T20:19:05.8770330Z adding 'torch/include/ATen/ops/native_group_norm_backward_native.h' 2024-08-08T20:19:05.8770580Z adding 'torch/include/ATen/ops/native_group_norm_backward_ops.h' 2024-08-08T20:19:05.8770910Z adding 'torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8771440Z adding 'torch/include/ATen/ops/native_group_norm_cpu_dispatch.h' 2024-08-08T20:19:05.8772360Z adding 'torch/include/ATen/ops/native_group_norm_cuda_dispatch.h' 2024-08-08T20:19:05.8773390Z adding 'torch/include/ATen/ops/native_group_norm_native.h' 2024-08-08T20:19:05.8774680Z adding 'torch/include/ATen/ops/native_group_norm_ops.h' 2024-08-08T20:19:05.8776000Z adding 'torch/include/ATen/ops/native_layer_norm.h' 2024-08-08T20:19:05.8777530Z adding 'torch/include/ATen/ops/native_layer_norm_backward.h' 2024-08-08T20:19:05.8778820Z adding 'torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8779730Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h' 2024-08-08T20:19:05.8780700Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h' 2024-08-08T20:19:05.8781650Z adding 'torch/include/ATen/ops/native_layer_norm_backward_mps_dispatch.h' 2024-08-08T20:19:05.8782750Z adding 'torch/include/ATen/ops/native_layer_norm_backward_native.h' 2024-08-08T20:19:05.8784040Z adding 'torch/include/ATen/ops/native_layer_norm_backward_ops.h' 2024-08-08T20:19:05.8785320Z adding 'torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8786270Z adding 'torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h' 2024-08-08T20:19:05.8787300Z adding 'torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h' 2024-08-08T20:19:05.8788260Z adding 'torch/include/ATen/ops/native_layer_norm_mps_dispatch.h' 2024-08-08T20:19:05.8789390Z adding 'torch/include/ATen/ops/native_layer_norm_native.h' 2024-08-08T20:19:05.8790570Z adding 'torch/include/ATen/ops/native_layer_norm_ops.h' 2024-08-08T20:19:05.8791730Z adding 'torch/include/ATen/ops/native_norm.h' 2024-08-08T20:19:05.8792990Z adding 'torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8793890Z adding 'torch/include/ATen/ops/native_norm_native.h' 2024-08-08T20:19:05.8795170Z adding 'torch/include/ATen/ops/native_norm_ops.h' 2024-08-08T20:19:05.8796310Z adding 'torch/include/ATen/ops/ne.h' 2024-08-08T20:19:05.8797560Z adding 'torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.8798450Z adding 'torch/include/ATen/ops/ne_cpu_dispatch.h' 2024-08-08T20:19:05.8799480Z adding 'torch/include/ATen/ops/ne_cuda_dispatch.h' 2024-08-08T20:19:05.8800510Z adding 'torch/include/ATen/ops/ne_meta.h' 2024-08-08T20:19:05.8801570Z adding 'torch/include/ATen/ops/ne_meta_dispatch.h' 2024-08-08T20:19:05.8802570Z adding 'torch/include/ATen/ops/ne_mps_dispatch.h' 2024-08-08T20:19:05.8803640Z adding 'torch/include/ATen/ops/ne_native.h' 2024-08-08T20:19:05.8804980Z adding 'torch/include/ATen/ops/ne_ops.h' 2024-08-08T20:19:05.8806080Z adding 'torch/include/ATen/ops/neg.h' 2024-08-08T20:19:05.8807390Z adding 'torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.8808250Z adding 'torch/include/ATen/ops/neg_cpu_dispatch.h' 2024-08-08T20:19:05.8809260Z adding 'torch/include/ATen/ops/neg_cuda_dispatch.h' 2024-08-08T20:19:05.8810680Z adding 'torch/include/ATen/ops/neg_meta.h' 2024-08-08T20:19:05.8811800Z adding 'torch/include/ATen/ops/neg_meta_dispatch.h' 2024-08-08T20:19:05.8812790Z adding 'torch/include/ATen/ops/neg_mps_dispatch.h' 2024-08-08T20:19:05.8813960Z adding 'torch/include/ATen/ops/neg_native.h' 2024-08-08T20:19:05.8815140Z adding 'torch/include/ATen/ops/neg_ops.h' 2024-08-08T20:19:05.8816300Z adding 'torch/include/ATen/ops/negative.h' 2024-08-08T20:19:05.8817540Z adding 'torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8818460Z adding 'torch/include/ATen/ops/negative_native.h' 2024-08-08T20:19:05.8819630Z adding 'torch/include/ATen/ops/negative_ops.h' 2024-08-08T20:19:05.8820770Z adding 'torch/include/ATen/ops/nested_to_padded_tensor.h' 2024-08-08T20:19:05.8822060Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8822840Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_native.h' 2024-08-08T20:19:05.8824010Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_ops.h' 2024-08-08T20:19:05.8825250Z adding 'torch/include/ATen/ops/new_empty.h' 2024-08-08T20:19:05.8826570Z adding 'torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8827490Z adding 'torch/include/ATen/ops/new_empty_native.h' 2024-08-08T20:19:05.8828680Z adding 'torch/include/ATen/ops/new_empty_ops.h' 2024-08-08T20:19:05.8830070Z adding 'torch/include/ATen/ops/new_empty_strided.h' 2024-08-08T20:19:05.8831360Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8832670Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.8833300Z adding 'torch/include/ATen/ops/new_empty_strided_native.h' 2024-08-08T20:19:05.8834510Z adding 'torch/include/ATen/ops/new_empty_strided_ops.h' 2024-08-08T20:19:05.8835730Z adding 'torch/include/ATen/ops/new_full.h' 2024-08-08T20:19:05.8836990Z adding 'torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8837800Z adding 'torch/include/ATen/ops/new_full_native.h' 2024-08-08T20:19:05.8838910Z adding 'torch/include/ATen/ops/new_full_ops.h' 2024-08-08T20:19:05.8840100Z adding 'torch/include/ATen/ops/new_ones.h' 2024-08-08T20:19:05.8841310Z adding 'torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8842120Z adding 'torch/include/ATen/ops/new_ones_native.h' 2024-08-08T20:19:05.8843240Z adding 'torch/include/ATen/ops/new_ones_ops.h' 2024-08-08T20:19:05.8844380Z adding 'torch/include/ATen/ops/new_zeros.h' 2024-08-08T20:19:05.8845590Z adding 'torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8846420Z adding 'torch/include/ATen/ops/new_zeros_native.h' 2024-08-08T20:19:05.8847500Z adding 'torch/include/ATen/ops/new_zeros_ops.h' 2024-08-08T20:19:05.8848470Z adding 'torch/include/ATen/ops/nextafter.h' 2024-08-08T20:19:05.8849670Z adding 'torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.8850460Z adding 'torch/include/ATen/ops/nextafter_cpu_dispatch.h' 2024-08-08T20:19:05.8851420Z adding 'torch/include/ATen/ops/nextafter_cuda_dispatch.h' 2024-08-08T20:19:05.8852320Z adding 'torch/include/ATen/ops/nextafter_meta.h' 2024-08-08T20:19:05.8853290Z adding 'torch/include/ATen/ops/nextafter_meta_dispatch.h' 2024-08-08T20:19:05.8854210Z adding 'torch/include/ATen/ops/nextafter_mps_dispatch.h' 2024-08-08T20:19:05.8855140Z adding 'torch/include/ATen/ops/nextafter_native.h' 2024-08-08T20:19:05.8856220Z adding 'torch/include/ATen/ops/nextafter_ops.h' 2024-08-08T20:19:05.8857460Z adding 'torch/include/ATen/ops/nll_loss.h' 2024-08-08T20:19:05.8858700Z adding 'torch/include/ATen/ops/nll_loss2d.h' 2024-08-08T20:19:05.8860110Z adding 'torch/include/ATen/ops/nll_loss2d_backward.h' 2024-08-08T20:19:05.8861250Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h' 2024-08-08T20:19:05.8862260Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h' 2024-08-08T20:19:05.8863220Z adding 'torch/include/ATen/ops/nll_loss2d_backward_mps_dispatch.h' 2024-08-08T20:19:05.8864220Z adding 'torch/include/ATen/ops/nll_loss2d_backward_native.h' 2024-08-08T20:19:05.8865360Z adding 'torch/include/ATen/ops/nll_loss2d_backward_ops.h' 2024-08-08T20:19:05.8866530Z adding 'torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8867680Z adding 'torch/include/ATen/ops/nll_loss2d_forward.h' 2024-08-08T20:19:05.8868820Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h' 2024-08-08T20:19:05.8869820Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h' 2024-08-08T20:19:05.8870800Z adding 'torch/include/ATen/ops/nll_loss2d_forward_mps_dispatch.h' 2024-08-08T20:19:05.8871830Z adding 'torch/include/ATen/ops/nll_loss2d_forward_native.h' 2024-08-08T20:19:05.8872930Z adding 'torch/include/ATen/ops/nll_loss2d_forward_ops.h' 2024-08-08T20:19:05.8873900Z adding 'torch/include/ATen/ops/nll_loss2d_native.h' 2024-08-08T20:19:05.8875000Z adding 'torch/include/ATen/ops/nll_loss2d_ops.h' 2024-08-08T20:19:05.8876290Z adding 'torch/include/ATen/ops/nll_loss_backward.h' 2024-08-08T20:19:05.8877550Z adding 'torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.8878420Z adding 'torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h' 2024-08-08T20:19:05.8879410Z adding 'torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h' 2024-08-08T20:19:05.8880350Z adding 'torch/include/ATen/ops/nll_loss_backward_meta.h' 2024-08-08T20:19:05.8881380Z adding 'torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h' 2024-08-08T20:19:05.8882370Z adding 'torch/include/ATen/ops/nll_loss_backward_mps_dispatch.h' 2024-08-08T20:19:05.8883340Z adding 'torch/include/ATen/ops/nll_loss_backward_native.h' 2024-08-08T20:19:05.8884460Z adding 'torch/include/ATen/ops/nll_loss_backward_ops.h' 2024-08-08T20:19:05.8885610Z adding 'torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8886780Z adding 'torch/include/ATen/ops/nll_loss_forward.h' 2024-08-08T20:19:05.8888010Z adding 'torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.8888890Z adding 'torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h' 2024-08-08T20:19:05.8889880Z adding 'torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h' 2024-08-08T20:19:05.8890820Z adding 'torch/include/ATen/ops/nll_loss_forward_meta.h' 2024-08-08T20:19:05.8891890Z adding 'torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h' 2024-08-08T20:19:05.8892810Z adding 'torch/include/ATen/ops/nll_loss_forward_mps_dispatch.h' 2024-08-08T20:19:05.8893780Z adding 'torch/include/ATen/ops/nll_loss_forward_native.h' 2024-08-08T20:19:05.8894910Z adding 'torch/include/ATen/ops/nll_loss_forward_ops.h' 2024-08-08T20:19:05.8895880Z adding 'torch/include/ATen/ops/nll_loss_native.h' 2024-08-08T20:19:05.8896920Z adding 'torch/include/ATen/ops/nll_loss_nd.h' 2024-08-08T20:19:05.8898080Z adding 'torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8898900Z adding 'torch/include/ATen/ops/nll_loss_nd_native.h' 2024-08-08T20:19:05.8899940Z adding 'torch/include/ATen/ops/nll_loss_nd_ops.h' 2024-08-08T20:19:05.8901020Z adding 'torch/include/ATen/ops/nll_loss_ops.h' 2024-08-08T20:19:05.8902000Z adding 'torch/include/ATen/ops/nonzero.h' 2024-08-08T20:19:05.8903010Z adding 'torch/include/ATen/ops/nonzero_cpu_dispatch.h' 2024-08-08T20:19:05.8903930Z adding 'torch/include/ATen/ops/nonzero_cuda_dispatch.h' 2024-08-08T20:19:05.8904830Z adding 'torch/include/ATen/ops/nonzero_mps_dispatch.h' 2024-08-08T20:19:05.8905760Z adding 'torch/include/ATen/ops/nonzero_native.h' 2024-08-08T20:19:05.8906710Z adding 'torch/include/ATen/ops/nonzero_numpy.h' 2024-08-08T20:19:05.8907840Z adding 'torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8908620Z adding 'torch/include/ATen/ops/nonzero_numpy_native.h' 2024-08-08T20:19:05.8909610Z adding 'torch/include/ATen/ops/nonzero_numpy_ops.h' 2024-08-08T20:19:05.8910630Z adding 'torch/include/ATen/ops/nonzero_ops.h' 2024-08-08T20:19:05.8911670Z adding 'torch/include/ATen/ops/nonzero_static.h' 2024-08-08T20:19:05.8912730Z adding 'torch/include/ATen/ops/nonzero_static_cpu_dispatch.h' 2024-08-08T20:19:05.8913630Z adding 'torch/include/ATen/ops/nonzero_static_native.h' 2024-08-08T20:19:05.8914690Z adding 'torch/include/ATen/ops/nonzero_static_ops.h' 2024-08-08T20:19:05.8916000Z adding 'torch/include/ATen/ops/norm.h' 2024-08-08T20:19:05.8917190Z adding 'torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8918240Z adding 'torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.8919240Z adding 'torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8920200Z adding 'torch/include/ATen/ops/norm_cpu_dispatch.h' 2024-08-08T20:19:05.8921150Z adding 'torch/include/ATen/ops/norm_cuda_dispatch.h' 2024-08-08T20:19:05.8922060Z adding 'torch/include/ATen/ops/norm_except_dim.h' 2024-08-08T20:19:05.8923190Z adding 'torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8923910Z adding 'torch/include/ATen/ops/norm_except_dim_native.h' 2024-08-08T20:19:05.8925050Z adding 'torch/include/ATen/ops/norm_except_dim_ops.h' 2024-08-08T20:19:05.8925970Z adding 'torch/include/ATen/ops/norm_meta.h' 2024-08-08T20:19:05.8926980Z adding 'torch/include/ATen/ops/norm_meta_dispatch.h' 2024-08-08T20:19:05.8927940Z adding 'torch/include/ATen/ops/norm_mps_dispatch.h' 2024-08-08T20:19:05.8929030Z adding 'torch/include/ATen/ops/norm_native.h' 2024-08-08T20:19:05.8930630Z adding 'torch/include/ATen/ops/norm_ops.h' 2024-08-08T20:19:05.8932420Z adding 'torch/include/ATen/ops/normal.h' 2024-08-08T20:19:05.8933900Z adding 'torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8935160Z adding 'torch/include/ATen/ops/normal_cpu_dispatch.h' 2024-08-08T20:19:05.8935870Z adding 'torch/include/ATen/ops/normal_cuda_dispatch.h' 2024-08-08T20:19:05.8940920Z adding 'torch/include/ATen/ops/normal_meta_dispatch.h' 2024-08-08T20:19:05.8941200Z adding 'torch/include/ATen/ops/normal_mps_dispatch.h' 2024-08-08T20:19:05.8941370Z adding 'torch/include/ATen/ops/normal_native.h' 2024-08-08T20:19:05.8941510Z adding 'torch/include/ATen/ops/normal_ops.h' 2024-08-08T20:19:05.8942150Z adding 'torch/include/ATen/ops/not_equal.h' 2024-08-08T20:19:05.8943450Z adding 'torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8944290Z adding 'torch/include/ATen/ops/not_equal_native.h' 2024-08-08T20:19:05.8945600Z adding 'torch/include/ATen/ops/not_equal_ops.h' 2024-08-08T20:19:05.8946740Z adding 'torch/include/ATen/ops/nuclear_norm.h' 2024-08-08T20:19:05.8947990Z adding 'torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8948880Z adding 'torch/include/ATen/ops/nuclear_norm_native.h' 2024-08-08T20:19:05.8950090Z adding 'torch/include/ATen/ops/nuclear_norm_ops.h' 2024-08-08T20:19:05.8951050Z adding 'torch/include/ATen/ops/numpy_T.h' 2024-08-08T20:19:05.8952250Z adding 'torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8953090Z adding 'torch/include/ATen/ops/numpy_T_native.h' 2024-08-08T20:19:05.8954170Z adding 'torch/include/ATen/ops/numpy_T_ops.h' 2024-08-08T20:19:05.8955170Z adding 'torch/include/ATen/ops/one_hot.h' 2024-08-08T20:19:05.8956370Z adding 'torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8957250Z adding 'torch/include/ATen/ops/one_hot_native.h' 2024-08-08T20:19:05.8958340Z adding 'torch/include/ATen/ops/one_hot_ops.h' 2024-08-08T20:19:05.8959800Z adding 'torch/include/ATen/ops/ones.h' 2024-08-08T20:19:05.8961180Z adding 'torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8962250Z adding 'torch/include/ATen/ops/ones_like.h' 2024-08-08T20:19:05.8963540Z adding 'torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.8964440Z adding 'torch/include/ATen/ops/ones_like_native.h' 2024-08-08T20:19:05.8965690Z adding 'torch/include/ATen/ops/ones_like_ops.h' 2024-08-08T20:19:05.8966740Z adding 'torch/include/ATen/ops/ones_native.h' 2024-08-08T20:19:05.8968930Z adding 'torch/include/ATen/ops/ones_ops.h' 2024-08-08T20:19:05.8970200Z adding 'torch/include/ATen/ops/or.h' 2024-08-08T20:19:05.8971630Z adding 'torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8972700Z adding 'torch/include/ATen/ops/or_native.h' 2024-08-08T20:19:05.8974080Z adding 'torch/include/ATen/ops/or_ops.h' 2024-08-08T20:19:05.8975280Z adding 'torch/include/ATen/ops/orgqr.h' 2024-08-08T20:19:05.8976700Z adding 'torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8977650Z adding 'torch/include/ATen/ops/orgqr_native.h' 2024-08-08T20:19:05.8978910Z adding 'torch/include/ATen/ops/orgqr_ops.h' 2024-08-08T20:19:05.8980120Z adding 'torch/include/ATen/ops/ormqr.h' 2024-08-08T20:19:05.8981380Z adding 'torch/include/ATen/ops/ormqr_cpu_dispatch.h' 2024-08-08T20:19:05.8982520Z adding 'torch/include/ATen/ops/ormqr_cuda_dispatch.h' 2024-08-08T20:19:05.8983630Z adding 'torch/include/ATen/ops/ormqr_native.h' 2024-08-08T20:19:05.8984900Z adding 'torch/include/ATen/ops/ormqr_ops.h' 2024-08-08T20:19:05.8986110Z adding 'torch/include/ATen/ops/outer.h' 2024-08-08T20:19:05.8987470Z adding 'torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8988470Z adding 'torch/include/ATen/ops/outer_native.h' 2024-08-08T20:19:05.8989710Z adding 'torch/include/ATen/ops/outer_ops.h' 2024-08-08T20:19:05.8990820Z adding 'torch/include/ATen/ops/output_nr.h' 2024-08-08T20:19:05.8992170Z adding 'torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8993150Z adding 'torch/include/ATen/ops/output_nr_native.h' 2024-08-08T20:19:05.8994350Z adding 'torch/include/ATen/ops/output_nr_ops.h' 2024-08-08T20:19:05.8995570Z adding 'torch/include/ATen/ops/pad.h' 2024-08-08T20:19:05.8996940Z adding 'torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.8997960Z adding 'torch/include/ATen/ops/pad_native.h' 2024-08-08T20:19:05.8999170Z adding 'torch/include/ATen/ops/pad_ops.h' 2024-08-08T20:19:05.9000350Z adding 'torch/include/ATen/ops/pad_sequence.h' 2024-08-08T20:19:05.9001690Z adding 'torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9002690Z adding 'torch/include/ATen/ops/pad_sequence_native.h' 2024-08-08T20:19:05.9003810Z adding 'torch/include/ATen/ops/pad_sequence_ops.h' 2024-08-08T20:19:05.9004920Z adding 'torch/include/ATen/ops/pairwise_distance.h' 2024-08-08T20:19:05.9006210Z adding 'torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9007140Z adding 'torch/include/ATen/ops/pairwise_distance_native.h' 2024-08-08T20:19:05.9008260Z adding 'torch/include/ATen/ops/pairwise_distance_ops.h' 2024-08-08T20:19:05.9009270Z adding 'torch/include/ATen/ops/pdist.h' 2024-08-08T20:19:05.9010520Z adding 'torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9011420Z adding 'torch/include/ATen/ops/pdist_native.h' 2024-08-08T20:19:05.9012530Z adding 'torch/include/ATen/ops/pdist_ops.h' 2024-08-08T20:19:05.9013640Z adding 'torch/include/ATen/ops/permute.h' 2024-08-08T20:19:05.9014840Z adding 'torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9015800Z adding 'torch/include/ATen/ops/permute_copy.h' 2024-08-08T20:19:05.9017040Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9018190Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9019030Z adding 'torch/include/ATen/ops/permute_copy_native.h' 2024-08-08T20:19:05.9020190Z adding 'torch/include/ATen/ops/permute_copy_ops.h' 2024-08-08T20:19:05.9021280Z adding 'torch/include/ATen/ops/permute_mps_dispatch.h' 2024-08-08T20:19:05.9022310Z adding 'torch/include/ATen/ops/permute_native.h' 2024-08-08T20:19:05.9023440Z adding 'torch/include/ATen/ops/permute_ops.h' 2024-08-08T20:19:05.9024470Z adding 'torch/include/ATen/ops/pin_memory.h' 2024-08-08T20:19:05.9025720Z adding 'torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9026640Z adding 'torch/include/ATen/ops/pin_memory_native.h' 2024-08-08T20:19:05.9027750Z adding 'torch/include/ATen/ops/pin_memory_ops.h' 2024-08-08T20:19:05.9028810Z adding 'torch/include/ATen/ops/pinverse.h' 2024-08-08T20:19:05.9030040Z adding 'torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9030950Z adding 'torch/include/ATen/ops/pinverse_native.h' 2024-08-08T20:19:05.9032110Z adding 'torch/include/ATen/ops/pinverse_ops.h' 2024-08-08T20:19:05.9033180Z adding 'torch/include/ATen/ops/pixel_shuffle.h' 2024-08-08T20:19:05.9034430Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9035580Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9036500Z adding 'torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h' 2024-08-08T20:19:05.9037520Z adding 'torch/include/ATen/ops/pixel_shuffle_mps_dispatch.h' 2024-08-08T20:19:05.9038560Z adding 'torch/include/ATen/ops/pixel_shuffle_native.h' 2024-08-08T20:19:05.9039730Z adding 'torch/include/ATen/ops/pixel_shuffle_ops.h' 2024-08-08T20:19:05.9040840Z adding 'torch/include/ATen/ops/pixel_unshuffle.h' 2024-08-08T20:19:05.9042080Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9043210Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9044090Z adding 'torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h' 2024-08-08T20:19:05.9045090Z adding 'torch/include/ATen/ops/pixel_unshuffle_mps_dispatch.h' 2024-08-08T20:19:05.9046130Z adding 'torch/include/ATen/ops/pixel_unshuffle_native.h' 2024-08-08T20:19:05.9047300Z adding 'torch/include/ATen/ops/pixel_unshuffle_ops.h' 2024-08-08T20:19:05.9048380Z adding 'torch/include/ATen/ops/poisson.h' 2024-08-08T20:19:05.9049640Z adding 'torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9050620Z adding 'torch/include/ATen/ops/poisson_cpu_dispatch.h' 2024-08-08T20:19:05.9051640Z adding 'torch/include/ATen/ops/poisson_cuda_dispatch.h' 2024-08-08T20:19:05.9052750Z adding 'torch/include/ATen/ops/poisson_native.h' 2024-08-08T20:19:05.9053800Z adding 'torch/include/ATen/ops/poisson_nll_loss.h' 2024-08-08T20:19:05.9055050Z adding 'torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9055980Z adding 'torch/include/ATen/ops/poisson_nll_loss_native.h' 2024-08-08T20:19:05.9057100Z adding 'torch/include/ATen/ops/poisson_nll_loss_ops.h' 2024-08-08T20:19:05.9058270Z adding 'torch/include/ATen/ops/poisson_ops.h' 2024-08-08T20:19:05.9059340Z adding 'torch/include/ATen/ops/polar.h' 2024-08-08T20:19:05.9060580Z adding 'torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9061550Z adding 'torch/include/ATen/ops/polar_cpu_dispatch.h' 2024-08-08T20:19:05.9062570Z adding 'torch/include/ATen/ops/polar_cuda_dispatch.h' 2024-08-08T20:19:05.9063980Z adding 'torch/include/ATen/ops/polar_mps_dispatch.h' 2024-08-08T20:19:05.9065020Z adding 'torch/include/ATen/ops/polar_native.h' 2024-08-08T20:19:05.9066180Z adding 'torch/include/ATen/ops/polar_ops.h' 2024-08-08T20:19:05.9067300Z adding 'torch/include/ATen/ops/polygamma.h' 2024-08-08T20:19:05.9068670Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9069810Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9070730Z adding 'torch/include/ATen/ops/polygamma_cpu_dispatch.h' 2024-08-08T20:19:05.9071770Z adding 'torch/include/ATen/ops/polygamma_cuda_dispatch.h' 2024-08-08T20:19:05.9072970Z adding 'torch/include/ATen/ops/polygamma_meta.h' 2024-08-08T20:19:05.9073930Z adding 'torch/include/ATen/ops/polygamma_meta_dispatch.h' 2024-08-08T20:19:05.9075020Z adding 'torch/include/ATen/ops/polygamma_mps_dispatch.h' 2024-08-08T20:19:05.9076100Z adding 'torch/include/ATen/ops/polygamma_native.h' 2024-08-08T20:19:05.9077340Z adding 'torch/include/ATen/ops/polygamma_ops.h' 2024-08-08T20:19:05.9078730Z adding 'torch/include/ATen/ops/positive.h' 2024-08-08T20:19:05.9080050Z adding 'torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9081270Z adding 'torch/include/ATen/ops/positive_native.h' 2024-08-08T20:19:05.9082500Z adding 'torch/include/ATen/ops/positive_ops.h' 2024-08-08T20:19:05.9083760Z adding 'torch/include/ATen/ops/pow.h' 2024-08-08T20:19:05.9085210Z adding 'torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9086410Z adding 'torch/include/ATen/ops/pow_cpu_dispatch.h' 2024-08-08T20:19:05.9087570Z adding 'torch/include/ATen/ops/pow_cuda_dispatch.h' 2024-08-08T20:19:05.9088700Z adding 'torch/include/ATen/ops/pow_meta.h' 2024-08-08T20:19:05.9089900Z adding 'torch/include/ATen/ops/pow_meta_dispatch.h' 2024-08-08T20:19:05.9091030Z adding 'torch/include/ATen/ops/pow_mps_dispatch.h' 2024-08-08T20:19:05.9092190Z adding 'torch/include/ATen/ops/pow_native.h' 2024-08-08T20:19:05.9093670Z adding 'torch/include/ATen/ops/pow_ops.h' 2024-08-08T20:19:05.9094810Z adding 'torch/include/ATen/ops/prelu.h' 2024-08-08T20:19:05.9096060Z adding 'torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9096980Z adding 'torch/include/ATen/ops/prelu_native.h' 2024-08-08T20:19:05.9098120Z adding 'torch/include/ATen/ops/prelu_ops.h' 2024-08-08T20:19:05.9099390Z adding 'torch/include/ATen/ops/prod.h' 2024-08-08T20:19:05.9100690Z adding 'torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9101900Z adding 'torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9102850Z adding 'torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9103790Z adding 'torch/include/ATen/ops/prod_cpu_dispatch.h' 2024-08-08T20:19:05.9104800Z adding 'torch/include/ATen/ops/prod_cuda_dispatch.h' 2024-08-08T20:19:05.9105770Z adding 'torch/include/ATen/ops/prod_meta.h' 2024-08-08T20:19:05.9106850Z adding 'torch/include/ATen/ops/prod_meta_dispatch.h' 2024-08-08T20:19:05.9107860Z adding 'torch/include/ATen/ops/prod_mps_dispatch.h' 2024-08-08T20:19:05.9108970Z adding 'torch/include/ATen/ops/prod_native.h' 2024-08-08T20:19:05.9110250Z adding 'torch/include/ATen/ops/prod_ops.h' 2024-08-08T20:19:05.9111330Z adding 'torch/include/ATen/ops/promote_types.h' 2024-08-08T20:19:05.9112530Z adding 'torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9113370Z adding 'torch/include/ATen/ops/promote_types_native.h' 2024-08-08T20:19:05.9114410Z adding 'torch/include/ATen/ops/promote_types_ops.h' 2024-08-08T20:19:05.9115430Z adding 'torch/include/ATen/ops/put.h' 2024-08-08T20:19:05.9116590Z adding 'torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9117500Z adding 'torch/include/ATen/ops/put_cpu_dispatch.h' 2024-08-08T20:19:05.9118440Z adding 'torch/include/ATen/ops/put_cuda_dispatch.h' 2024-08-08T20:19:05.9119400Z adding 'torch/include/ATen/ops/put_meta_dispatch.h' 2024-08-08T20:19:05.9120370Z adding 'torch/include/ATen/ops/put_native.h' 2024-08-08T20:19:05.9121540Z adding 'torch/include/ATen/ops/put_ops.h' 2024-08-08T20:19:05.9122560Z adding 'torch/include/ATen/ops/q_per_channel_axis.h' 2024-08-08T20:19:05.9123600Z adding 'torch/include/ATen/ops/q_per_channel_axis_native.h' 2024-08-08T20:19:05.9128210Z adding 'torch/include/ATen/ops/q_per_channel_axis_ops.h' 2024-08-08T20:19:05.9128540Z adding 'torch/include/ATen/ops/q_per_channel_scales.h' 2024-08-08T20:19:05.9128850Z adding 'torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9129040Z adding 'torch/include/ATen/ops/q_per_channel_scales_native.h' 2024-08-08T20:19:05.9129220Z adding 'torch/include/ATen/ops/q_per_channel_scales_ops.h' 2024-08-08T20:19:05.9129710Z adding 'torch/include/ATen/ops/q_per_channel_zero_points.h' 2024-08-08T20:19:05.9131040Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9131900Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_native.h' 2024-08-08T20:19:05.9132970Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_ops.h' 2024-08-08T20:19:05.9133880Z adding 'torch/include/ATen/ops/q_scale.h' 2024-08-08T20:19:05.9134870Z adding 'torch/include/ATen/ops/q_scale_native.h' 2024-08-08T20:19:05.9135890Z adding 'torch/include/ATen/ops/q_scale_ops.h' 2024-08-08T20:19:05.9136930Z adding 'torch/include/ATen/ops/q_zero_point.h' 2024-08-08T20:19:05.9137890Z adding 'torch/include/ATen/ops/q_zero_point_native.h' 2024-08-08T20:19:05.9138900Z adding 'torch/include/ATen/ops/q_zero_point_ops.h' 2024-08-08T20:19:05.9139900Z adding 'torch/include/ATen/ops/qr.h' 2024-08-08T20:19:05.9141070Z adding 'torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9141920Z adding 'torch/include/ATen/ops/qr_native.h' 2024-08-08T20:19:05.9143030Z adding 'torch/include/ATen/ops/qr_ops.h' 2024-08-08T20:19:05.9143990Z adding 'torch/include/ATen/ops/qscheme.h' 2024-08-08T20:19:05.9144970Z adding 'torch/include/ATen/ops/qscheme_native.h' 2024-08-08T20:19:05.9145980Z adding 'torch/include/ATen/ops/qscheme_ops.h' 2024-08-08T20:19:05.9147110Z adding 'torch/include/ATen/ops/quantile.h' 2024-08-08T20:19:05.9148350Z adding 'torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9149260Z adding 'torch/include/ATen/ops/quantile_native.h' 2024-08-08T20:19:05.9150480Z adding 'torch/include/ATen/ops/quantile_ops.h' 2024-08-08T20:19:05.9151590Z adding 'torch/include/ATen/ops/quantize_per_channel.h' 2024-08-08T20:19:05.9152930Z adding 'torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9153720Z adding 'torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h' 2024-08-08T20:19:05.9154900Z adding 'torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h' 2024-08-08T20:19:05.9155730Z adding 'torch/include/ATen/ops/quantize_per_channel_native.h' 2024-08-08T20:19:05.9157020Z adding 'torch/include/ATen/ops/quantize_per_channel_ops.h' 2024-08-08T20:19:05.9158250Z adding 'torch/include/ATen/ops/quantize_per_tensor.h' 2024-08-08T20:19:05.9159610Z adding 'torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9160220Z adding 'torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h' 2024-08-08T20:19:05.9161500Z adding 'torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h' 2024-08-08T20:19:05.9162650Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic.h' 2024-08-08T20:19:05.9163660Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9164770Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h' 2024-08-08T20:19:05.9165370Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h' 2024-08-08T20:19:05.9166620Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h' 2024-08-08T20:19:05.9167730Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h' 2024-08-08T20:19:05.9168920Z adding 'torch/include/ATen/ops/quantize_per_tensor_native.h' 2024-08-08T20:19:05.9170210Z adding 'torch/include/ATen/ops/quantize_per_tensor_ops.h' 2024-08-08T20:19:05.9171400Z adding 'torch/include/ATen/ops/quantized_batch_norm.h' 2024-08-08T20:19:05.9172720Z adding 'torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9173240Z adding 'torch/include/ATen/ops/quantized_batch_norm_native.h' 2024-08-08T20:19:05.9174680Z adding 'torch/include/ATen/ops/quantized_batch_norm_ops.h' 2024-08-08T20:19:05.9175820Z adding 'torch/include/ATen/ops/quantized_gru_cell.h' 2024-08-08T20:19:05.9176840Z adding 'torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9177910Z adding 'torch/include/ATen/ops/quantized_gru_cell_native.h' 2024-08-08T20:19:05.9179090Z adding 'torch/include/ATen/ops/quantized_gru_cell_ops.h' 2024-08-08T20:19:05.9179980Z adding 'torch/include/ATen/ops/quantized_lstm_cell.h' 2024-08-08T20:19:05.9181320Z adding 'torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9182370Z adding 'torch/include/ATen/ops/quantized_lstm_cell_native.h' 2024-08-08T20:19:05.9183520Z adding 'torch/include/ATen/ops/quantized_lstm_cell_ops.h' 2024-08-08T20:19:05.9184690Z adding 'torch/include/ATen/ops/quantized_max_pool1d.h' 2024-08-08T20:19:05.9185770Z adding 'torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9186810Z adding 'torch/include/ATen/ops/quantized_max_pool1d_native.h' 2024-08-08T20:19:05.9188000Z adding 'torch/include/ATen/ops/quantized_max_pool1d_ops.h' 2024-08-08T20:19:05.9189160Z adding 'torch/include/ATen/ops/quantized_max_pool2d.h' 2024-08-08T20:19:05.9189970Z adding 'torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9191150Z adding 'torch/include/ATen/ops/quantized_max_pool2d_native.h' 2024-08-08T20:19:05.9192330Z adding 'torch/include/ATen/ops/quantized_max_pool2d_ops.h' 2024-08-08T20:19:05.9193180Z adding 'torch/include/ATen/ops/quantized_max_pool3d.h' 2024-08-08T20:19:05.9194500Z adding 'torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9195140Z adding 'torch/include/ATen/ops/quantized_max_pool3d_native.h' 2024-08-08T20:19:05.9196510Z adding 'torch/include/ATen/ops/quantized_max_pool3d_ops.h' 2024-08-08T20:19:05.9197690Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell.h' 2024-08-08T20:19:05.9198720Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9199770Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_native.h' 2024-08-08T20:19:05.9200650Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h' 2024-08-08T20:19:05.9201870Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell.h' 2024-08-08T20:19:05.9202950Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9204010Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h' 2024-08-08T20:19:05.9205210Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h' 2024-08-08T20:19:05.9205760Z adding 'torch/include/ATen/ops/rad2deg.h' 2024-08-08T20:19:05.9207220Z adding 'torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9207960Z adding 'torch/include/ATen/ops/rad2deg_native.h' 2024-08-08T20:19:05.9209180Z adding 'torch/include/ATen/ops/rad2deg_ops.h' 2024-08-08T20:19:05.9211370Z adding 'torch/include/ATen/ops/rand.h' 2024-08-08T20:19:05.9212970Z adding 'torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9214140Z adding 'torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9215190Z adding 'torch/include/ATen/ops/rand_like.h' 2024-08-08T20:19:05.9216180Z adding 'torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9217220Z adding 'torch/include/ATen/ops/rand_like_native.h' 2024-08-08T20:19:05.9218320Z adding 'torch/include/ATen/ops/rand_like_ops.h' 2024-08-08T20:19:05.9219380Z adding 'torch/include/ATen/ops/rand_native.h' 2024-08-08T20:19:05.9220810Z adding 'torch/include/ATen/ops/rand_ops.h' 2024-08-08T20:19:05.9223040Z adding 'torch/include/ATen/ops/randint.h' 2024-08-08T20:19:05.9224570Z adding 'torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9226190Z adding 'torch/include/ATen/ops/randint_like.h' 2024-08-08T20:19:05.9227590Z adding 'torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9228670Z adding 'torch/include/ATen/ops/randint_like_native.h' 2024-08-08T20:19:05.9229850Z adding 'torch/include/ATen/ops/randint_like_ops.h' 2024-08-08T20:19:05.9230910Z adding 'torch/include/ATen/ops/randint_native.h' 2024-08-08T20:19:05.9232320Z adding 'torch/include/ATen/ops/randint_ops.h' 2024-08-08T20:19:05.9234540Z adding 'torch/include/ATen/ops/randn.h' 2024-08-08T20:19:05.9236000Z adding 'torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9237170Z adding 'torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9238210Z adding 'torch/include/ATen/ops/randn_like.h' 2024-08-08T20:19:05.9239200Z adding 'torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9240500Z adding 'torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h' 2024-08-08T20:19:05.9241080Z adding 'torch/include/ATen/ops/randn_like_native.h' 2024-08-08T20:19:05.9242460Z adding 'torch/include/ATen/ops/randn_like_ops.h' 2024-08-08T20:19:05.9243530Z adding 'torch/include/ATen/ops/randn_native.h' 2024-08-08T20:19:05.9244940Z adding 'torch/include/ATen/ops/randn_ops.h' 2024-08-08T20:19:05.9246280Z adding 'torch/include/ATen/ops/random.h' 2024-08-08T20:19:05.9247260Z adding 'torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9248360Z adding 'torch/include/ATen/ops/random_cpu_dispatch.h' 2024-08-08T20:19:05.9249240Z adding 'torch/include/ATen/ops/random_cuda_dispatch.h' 2024-08-08T20:19:05.9250420Z adding 'torch/include/ATen/ops/random_meta_dispatch.h' 2024-08-08T20:19:05.9251030Z adding 'torch/include/ATen/ops/random_mps_dispatch.h' 2024-08-08T20:19:05.9252390Z adding 'torch/include/ATen/ops/random_native.h' 2024-08-08T20:19:05.9253850Z adding 'torch/include/ATen/ops/random_ops.h' 2024-08-08T20:19:05.9255300Z adding 'torch/include/ATen/ops/randperm.h' 2024-08-08T20:19:05.9256650Z adding 'torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9257410Z adding 'torch/include/ATen/ops/randperm_cpu_dispatch.h' 2024-08-08T20:19:05.9258620Z adding 'torch/include/ATen/ops/randperm_cuda_dispatch.h' 2024-08-08T20:19:05.9259480Z adding 'torch/include/ATen/ops/randperm_mps_dispatch.h' 2024-08-08T20:19:05.9260630Z adding 'torch/include/ATen/ops/randperm_native.h' 2024-08-08T20:19:05.9261730Z adding 'torch/include/ATen/ops/randperm_ops.h' 2024-08-08T20:19:05.9262920Z adding 'torch/include/ATen/ops/range.h' 2024-08-08T20:19:05.9264260Z adding 'torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9264790Z adding 'torch/include/ATen/ops/range_cpu_dispatch.h' 2024-08-08T20:19:05.9266030Z adding 'torch/include/ATen/ops/range_cuda_dispatch.h' 2024-08-08T20:19:05.9266900Z adding 'torch/include/ATen/ops/range_meta_dispatch.h' 2024-08-08T20:19:05.9268070Z adding 'torch/include/ATen/ops/range_mps_dispatch.h' 2024-08-08T20:19:05.9268910Z adding 'torch/include/ATen/ops/range_native.h' 2024-08-08T20:19:05.9270340Z adding 'torch/include/ATen/ops/range_ops.h' 2024-08-08T20:19:05.9271320Z adding 'torch/include/ATen/ops/ravel.h' 2024-08-08T20:19:05.9272590Z adding 'torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9273070Z adding 'torch/include/ATen/ops/ravel_native.h' 2024-08-08T20:19:05.9274350Z adding 'torch/include/ATen/ops/ravel_ops.h' 2024-08-08T20:19:05.9275180Z adding 'torch/include/ATen/ops/real.h' 2024-08-08T20:19:05.9276460Z adding 'torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9277070Z adding 'torch/include/ATen/ops/real_native.h' 2024-08-08T20:19:05.9278350Z adding 'torch/include/ATen/ops/real_ops.h' 2024-08-08T20:19:05.9279500Z adding 'torch/include/ATen/ops/reciprocal.h' 2024-08-08T20:19:05.9280570Z adding 'torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9281600Z adding 'torch/include/ATen/ops/reciprocal_cpu_dispatch.h' 2024-08-08T20:19:05.9282210Z adding 'torch/include/ATen/ops/reciprocal_cuda_dispatch.h' 2024-08-08T20:19:05.9283430Z adding 'torch/include/ATen/ops/reciprocal_meta.h' 2024-08-08T20:19:05.9284340Z adding 'torch/include/ATen/ops/reciprocal_meta_dispatch.h' 2024-08-08T20:19:05.9285200Z adding 'torch/include/ATen/ops/reciprocal_mps_dispatch.h' 2024-08-08T20:19:05.9286350Z adding 'torch/include/ATen/ops/reciprocal_native.h' 2024-08-08T20:19:05.9287510Z adding 'torch/include/ATen/ops/reciprocal_ops.h' 2024-08-08T20:19:05.9288500Z adding 'torch/include/ATen/ops/record_stream.h' 2024-08-08T20:19:05.9289420Z adding 'torch/include/ATen/ops/record_stream_cuda_dispatch.h' 2024-08-08T20:19:05.9290570Z adding 'torch/include/ATen/ops/record_stream_native.h' 2024-08-08T20:19:05.9291420Z adding 'torch/include/ATen/ops/record_stream_ops.h' 2024-08-08T20:19:05.9292430Z adding 'torch/include/ATen/ops/refine_names.h' 2024-08-08T20:19:05.9293410Z adding 'torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9294460Z adding 'torch/include/ATen/ops/refine_names_native.h' 2024-08-08T20:19:05.9295320Z adding 'torch/include/ATen/ops/refine_names_ops.h' 2024-08-08T20:19:05.9296600Z adding 'torch/include/ATen/ops/reflection_pad1d.h' 2024-08-08T20:19:05.9297900Z adding 'torch/include/ATen/ops/reflection_pad1d_backward.h' 2024-08-08T20:19:05.9299290Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9299810Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h' 2024-08-08T20:19:05.9301060Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h' 2024-08-08T20:19:05.9302200Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta.h' 2024-08-08T20:19:05.9303100Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h' 2024-08-08T20:19:05.9304290Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_mps_dispatch.h' 2024-08-08T20:19:05.9305150Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_native.h' 2024-08-08T20:19:05.9309520Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_ops.h' 2024-08-08T20:19:05.9310020Z adding 'torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9310230Z adding 'torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h' 2024-08-08T20:19:05.9310430Z adding 'torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h' 2024-08-08T20:19:05.9310600Z adding 'torch/include/ATen/ops/reflection_pad1d_meta.h' 2024-08-08T20:19:05.9311060Z adding 'torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h' 2024-08-08T20:19:05.9312470Z adding 'torch/include/ATen/ops/reflection_pad1d_mps_dispatch.h' 2024-08-08T20:19:05.9313060Z adding 'torch/include/ATen/ops/reflection_pad1d_native.h' 2024-08-08T20:19:05.9314420Z adding 'torch/include/ATen/ops/reflection_pad1d_ops.h' 2024-08-08T20:19:05.9315640Z adding 'torch/include/ATen/ops/reflection_pad2d.h' 2024-08-08T20:19:05.9316930Z adding 'torch/include/ATen/ops/reflection_pad2d_backward.h' 2024-08-08T20:19:05.9318420Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h' 2024-08-08T20:19:05.9319280Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h' 2024-08-08T20:19:05.9320490Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_mps_dispatch.h' 2024-08-08T20:19:05.9321670Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_native.h' 2024-08-08T20:19:05.9322550Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_ops.h' 2024-08-08T20:19:05.9323760Z adding 'torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h' 2024-08-08T20:19:05.9324640Z adding 'torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h' 2024-08-08T20:19:05.9325830Z adding 'torch/include/ATen/ops/reflection_pad2d_mps_dispatch.h' 2024-08-08T20:19:05.9326680Z adding 'torch/include/ATen/ops/reflection_pad2d_native.h' 2024-08-08T20:19:05.9327930Z adding 'torch/include/ATen/ops/reflection_pad2d_ops.h' 2024-08-08T20:19:05.9329110Z adding 'torch/include/ATen/ops/reflection_pad3d.h' 2024-08-08T20:19:05.9330410Z adding 'torch/include/ATen/ops/reflection_pad3d_backward.h' 2024-08-08T20:19:05.9331790Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9332270Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h' 2024-08-08T20:19:05.9333580Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h' 2024-08-08T20:19:05.9334430Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta.h' 2024-08-08T20:19:05.9335660Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h' 2024-08-08T20:19:05.9336690Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_mps_dispatch.h' 2024-08-08T20:19:05.9337610Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_native.h' 2024-08-08T20:19:05.9338900Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_ops.h' 2024-08-08T20:19:05.9340210Z adding 'torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9340720Z adding 'torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h' 2024-08-08T20:19:05.9342020Z adding 'torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h' 2024-08-08T20:19:05.9343170Z adding 'torch/include/ATen/ops/reflection_pad3d_meta.h' 2024-08-08T20:19:05.9343880Z adding 'torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h' 2024-08-08T20:19:05.9345120Z adding 'torch/include/ATen/ops/reflection_pad3d_mps_dispatch.h' 2024-08-08T20:19:05.9346020Z adding 'torch/include/ATen/ops/reflection_pad3d_native.h' 2024-08-08T20:19:05.9347250Z adding 'torch/include/ATen/ops/reflection_pad3d_ops.h' 2024-08-08T20:19:05.9348400Z adding 'torch/include/ATen/ops/relu.h' 2024-08-08T20:19:05.9349410Z adding 'torch/include/ATen/ops/relu6.h' 2024-08-08T20:19:05.9350460Z adding 'torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9351600Z adding 'torch/include/ATen/ops/relu6_native.h' 2024-08-08T20:19:05.9352640Z adding 'torch/include/ATen/ops/relu6_ops.h' 2024-08-08T20:19:05.9353620Z adding 'torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9354750Z adding 'torch/include/ATen/ops/relu_cpu_dispatch.h' 2024-08-08T20:19:05.9355380Z adding 'torch/include/ATen/ops/relu_cuda_dispatch.h' 2024-08-08T20:19:05.9356650Z adding 'torch/include/ATen/ops/relu_meta_dispatch.h' 2024-08-08T20:19:05.9357520Z adding 'torch/include/ATen/ops/relu_mps_dispatch.h' 2024-08-08T20:19:05.9358600Z adding 'torch/include/ATen/ops/relu_native.h' 2024-08-08T20:19:05.9359740Z adding 'torch/include/ATen/ops/relu_ops.h' 2024-08-08T20:19:05.9360890Z adding 'torch/include/ATen/ops/remainder.h' 2024-08-08T20:19:05.9361900Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9363140Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9363720Z adding 'torch/include/ATen/ops/remainder_cpu_dispatch.h' 2024-08-08T20:19:05.9364970Z adding 'torch/include/ATen/ops/remainder_cuda_dispatch.h' 2024-08-08T20:19:05.9365800Z adding 'torch/include/ATen/ops/remainder_meta.h' 2024-08-08T20:19:05.9367000Z adding 'torch/include/ATen/ops/remainder_meta_dispatch.h' 2024-08-08T20:19:05.9367860Z adding 'torch/include/ATen/ops/remainder_mps_dispatch.h' 2024-08-08T20:19:05.9369090Z adding 'torch/include/ATen/ops/remainder_native.h' 2024-08-08T20:19:05.9370530Z adding 'torch/include/ATen/ops/remainder_ops.h' 2024-08-08T20:19:05.9371370Z adding 'torch/include/ATen/ops/rename.h' 2024-08-08T20:19:05.9372690Z adding 'torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9373450Z adding 'torch/include/ATen/ops/rename_native.h' 2024-08-08T20:19:05.9374680Z adding 'torch/include/ATen/ops/rename_ops.h' 2024-08-08T20:19:05.9375850Z adding 'torch/include/ATen/ops/renorm.h' 2024-08-08T20:19:05.9376930Z adding 'torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9377940Z adding 'torch/include/ATen/ops/renorm_cpu_dispatch.h' 2024-08-08T20:19:05.9378800Z adding 'torch/include/ATen/ops/renorm_cuda_dispatch.h' 2024-08-08T20:19:05.9379950Z adding 'torch/include/ATen/ops/renorm_meta.h' 2024-08-08T20:19:05.9380840Z adding 'torch/include/ATen/ops/renorm_meta_dispatch.h' 2024-08-08T20:19:05.9381710Z adding 'torch/include/ATen/ops/renorm_mps_dispatch.h' 2024-08-08T20:19:05.9382940Z adding 'torch/include/ATen/ops/renorm_native.h' 2024-08-08T20:19:05.9384080Z adding 'torch/include/ATen/ops/renorm_ops.h' 2024-08-08T20:19:05.9385220Z adding 'torch/include/ATen/ops/repeat.h' 2024-08-08T20:19:05.9386200Z adding 'torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9387680Z adding 'torch/include/ATen/ops/repeat_interleave.h' 2024-08-08T20:19:05.9388950Z adding 'torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9390100Z adding 'torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9390610Z adding 'torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h' 2024-08-08T20:19:05.9391980Z adding 'torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h' 2024-08-08T20:19:05.9392480Z adding 'torch/include/ATen/ops/repeat_interleave_mps_dispatch.h' 2024-08-08T20:19:05.9393780Z adding 'torch/include/ATen/ops/repeat_interleave_native.h' 2024-08-08T20:19:05.9395010Z adding 'torch/include/ATen/ops/repeat_interleave_ops.h' 2024-08-08T20:19:05.9395860Z adding 'torch/include/ATen/ops/repeat_mps_dispatch.h' 2024-08-08T20:19:05.9397010Z adding 'torch/include/ATen/ops/repeat_native.h' 2024-08-08T20:19:05.9398070Z adding 'torch/include/ATen/ops/repeat_ops.h' 2024-08-08T20:19:05.9399290Z adding 'torch/include/ATen/ops/replication_pad1d.h' 2024-08-08T20:19:05.9400570Z adding 'torch/include/ATen/ops/replication_pad1d_backward.h' 2024-08-08T20:19:05.9401960Z adding 'torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9402470Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h' 2024-08-08T20:19:05.9403750Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h' 2024-08-08T20:19:05.9404580Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta.h' 2024-08-08T20:19:05.9405790Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h' 2024-08-08T20:19:05.9406640Z adding 'torch/include/ATen/ops/replication_pad1d_backward_mps_dispatch.h' 2024-08-08T20:19:05.9407810Z adding 'torch/include/ATen/ops/replication_pad1d_backward_native.h' 2024-08-08T20:19:05.9409000Z adding 'torch/include/ATen/ops/replication_pad1d_backward_ops.h' 2024-08-08T20:19:05.9410000Z adding 'torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9411060Z adding 'torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h' 2024-08-08T20:19:05.9411730Z adding 'torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h' 2024-08-08T20:19:05.9412990Z adding 'torch/include/ATen/ops/replication_pad1d_meta.h' 2024-08-08T20:19:05.9413890Z adding 'torch/include/ATen/ops/replication_pad1d_meta_dispatch.h' 2024-08-08T20:19:05.9415050Z adding 'torch/include/ATen/ops/replication_pad1d_mps_dispatch.h' 2024-08-08T20:19:05.9415680Z adding 'torch/include/ATen/ops/replication_pad1d_native.h' 2024-08-08T20:19:05.9417030Z adding 'torch/include/ATen/ops/replication_pad1d_ops.h' 2024-08-08T20:19:05.9418210Z adding 'torch/include/ATen/ops/replication_pad2d.h' 2024-08-08T20:19:05.9419500Z adding 'torch/include/ATen/ops/replication_pad2d_backward.h' 2024-08-08T20:19:05.9420760Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h' 2024-08-08T20:19:05.9421390Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h' 2024-08-08T20:19:05.9422660Z adding 'torch/include/ATen/ops/replication_pad2d_backward_mps_dispatch.h' 2024-08-08T20:19:05.9423810Z adding 'torch/include/ATen/ops/replication_pad2d_backward_native.h' 2024-08-08T20:19:05.9424660Z adding 'torch/include/ATen/ops/replication_pad2d_backward_ops.h' 2024-08-08T20:19:05.9426010Z adding 'torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9426560Z adding 'torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h' 2024-08-08T20:19:05.9427800Z adding 'torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h' 2024-08-08T20:19:05.9428660Z adding 'torch/include/ATen/ops/replication_pad2d_meta.h' 2024-08-08T20:19:05.9429860Z adding 'torch/include/ATen/ops/replication_pad2d_meta_dispatch.h' 2024-08-08T20:19:05.9430470Z adding 'torch/include/ATen/ops/replication_pad2d_mps_dispatch.h' 2024-08-08T20:19:05.9431720Z adding 'torch/include/ATen/ops/replication_pad2d_native.h' 2024-08-08T20:19:05.9432880Z adding 'torch/include/ATen/ops/replication_pad2d_ops.h' 2024-08-08T20:19:05.9434090Z adding 'torch/include/ATen/ops/replication_pad3d.h' 2024-08-08T20:19:05.9435250Z adding 'torch/include/ATen/ops/replication_pad3d_backward.h' 2024-08-08T20:19:05.9436160Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h' 2024-08-08T20:19:05.9437340Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h' 2024-08-08T20:19:05.9438060Z adding 'torch/include/ATen/ops/replication_pad3d_backward_mps_dispatch.h' 2024-08-08T20:19:05.9439310Z adding 'torch/include/ATen/ops/replication_pad3d_backward_native.h' 2024-08-08T20:19:05.9440450Z adding 'torch/include/ATen/ops/replication_pad3d_backward_ops.h' 2024-08-08T20:19:05.9441510Z adding 'torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9442580Z adding 'torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h' 2024-08-08T20:19:05.9443190Z adding 'torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h' 2024-08-08T20:19:05.9444480Z adding 'torch/include/ATen/ops/replication_pad3d_meta.h' 2024-08-08T20:19:05.9445360Z adding 'torch/include/ATen/ops/replication_pad3d_meta_dispatch.h' 2024-08-08T20:19:05.9446320Z adding 'torch/include/ATen/ops/replication_pad3d_mps_dispatch.h' 2024-08-08T20:19:05.9447480Z adding 'torch/include/ATen/ops/replication_pad3d_native.h' 2024-08-08T20:19:05.9448690Z adding 'torch/include/ATen/ops/replication_pad3d_ops.h' 2024-08-08T20:19:05.9449200Z adding 'torch/include/ATen/ops/requires_grad.h' 2024-08-08T20:19:05.9450650Z adding 'torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9451260Z adding 'torch/include/ATen/ops/requires_grad_native.h' 2024-08-08T20:19:05.9452560Z adding 'torch/include/ATen/ops/requires_grad_ops.h' 2024-08-08T20:19:05.9453730Z adding 'torch/include/ATen/ops/reshape.h' 2024-08-08T20:19:05.9454720Z adding 'torch/include/ATen/ops/reshape_as.h' 2024-08-08T20:19:05.9455860Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9456540Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h' 2024-08-08T20:19:05.9457660Z adding 'torch/include/ATen/ops/reshape_as_native.h' 2024-08-08T20:19:05.9458650Z adding 'torch/include/ATen/ops/reshape_as_ops.h' 2024-08-08T20:19:05.9459770Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9460690Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h' 2024-08-08T20:19:05.9461690Z adding 'torch/include/ATen/ops/reshape_native.h' 2024-08-08T20:19:05.9462540Z adding 'torch/include/ATen/ops/reshape_ops.h' 2024-08-08T20:19:05.9463940Z adding 'torch/include/ATen/ops/resize.h' 2024-08-08T20:19:05.9465090Z adding 'torch/include/ATen/ops/resize_as.h' 2024-08-08T20:19:05.9466400Z adding 'torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9466880Z adding 'torch/include/ATen/ops/resize_as_native.h' 2024-08-08T20:19:05.9468300Z adding 'torch/include/ATen/ops/resize_as_ops.h' 2024-08-08T20:19:05.9469440Z adding 'torch/include/ATen/ops/resize_as_sparse.h' 2024-08-08T20:19:05.9470710Z adding 'torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9471360Z adding 'torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h' 2024-08-08T20:19:05.9472610Z adding 'torch/include/ATen/ops/resize_as_sparse_native.h' 2024-08-08T20:19:05.9473760Z adding 'torch/include/ATen/ops/resize_as_sparse_ops.h' 2024-08-08T20:19:05.9475050Z adding 'torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9475560Z adding 'torch/include/ATen/ops/resize_cpu_dispatch.h' 2024-08-08T20:19:05.9476780Z adding 'torch/include/ATen/ops/resize_cuda_dispatch.h' 2024-08-08T20:19:05.9477620Z adding 'torch/include/ATen/ops/resize_meta_dispatch.h' 2024-08-08T20:19:05.9478790Z adding 'torch/include/ATen/ops/resize_mps_dispatch.h' 2024-08-08T20:19:05.9482770Z adding 'torch/include/ATen/ops/resize_native.h' 2024-08-08T20:19:05.9483100Z adding 'torch/include/ATen/ops/resize_ops.h' 2024-08-08T20:19:05.9483240Z adding 'torch/include/ATen/ops/resolve_conj.h' 2024-08-08T20:19:05.9483530Z adding 'torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9483690Z adding 'torch/include/ATen/ops/resolve_conj_native.h' 2024-08-08T20:19:05.9484610Z adding 'torch/include/ATen/ops/resolve_conj_ops.h' 2024-08-08T20:19:05.9485860Z adding 'torch/include/ATen/ops/resolve_neg.h' 2024-08-08T20:19:05.9486860Z adding 'torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9487910Z adding 'torch/include/ATen/ops/resolve_neg_native.h' 2024-08-08T20:19:05.9488770Z adding 'torch/include/ATen/ops/resolve_neg_ops.h' 2024-08-08T20:19:05.9489940Z adding 'torch/include/ATen/ops/result_type.h' 2024-08-08T20:19:05.9491110Z adding 'torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9492140Z adding 'torch/include/ATen/ops/result_type_native.h' 2024-08-08T20:19:05.9493320Z adding 'torch/include/ATen/ops/result_type_ops.h' 2024-08-08T20:19:05.9494320Z adding 'torch/include/ATen/ops/retain_grad.h' 2024-08-08T20:19:05.9495310Z adding 'torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9496380Z adding 'torch/include/ATen/ops/retain_grad_native.h' 2024-08-08T20:19:05.9497230Z adding 'torch/include/ATen/ops/retain_grad_ops.h' 2024-08-08T20:19:05.9498220Z adding 'torch/include/ATen/ops/retains_grad.h' 2024-08-08T20:19:05.9499230Z adding 'torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9500280Z adding 'torch/include/ATen/ops/retains_grad_native.h' 2024-08-08T20:19:05.9501180Z adding 'torch/include/ATen/ops/retains_grad_ops.h' 2024-08-08T20:19:05.9502280Z adding 'torch/include/ATen/ops/rms_norm.h' 2024-08-08T20:19:05.9503460Z adding 'torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9504460Z adding 'torch/include/ATen/ops/rms_norm_native.h' 2024-08-08T20:19:05.9505480Z adding 'torch/include/ATen/ops/rms_norm_ops.h' 2024-08-08T20:19:05.9506490Z adding 'torch/include/ATen/ops/rnn_relu.h' 2024-08-08T20:19:05.9507680Z adding 'torch/include/ATen/ops/rnn_relu_cell.h' 2024-08-08T20:19:05.9508730Z adding 'torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9509800Z adding 'torch/include/ATen/ops/rnn_relu_cell_native.h' 2024-08-08T20:19:05.9510670Z adding 'torch/include/ATen/ops/rnn_relu_cell_ops.h' 2024-08-08T20:19:05.9511980Z adding 'torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9513050Z adding 'torch/include/ATen/ops/rnn_relu_native.h' 2024-08-08T20:19:05.9514100Z adding 'torch/include/ATen/ops/rnn_relu_ops.h' 2024-08-08T20:19:05.9515280Z adding 'torch/include/ATen/ops/rnn_tanh.h' 2024-08-08T20:19:05.9516190Z adding 'torch/include/ATen/ops/rnn_tanh_cell.h' 2024-08-08T20:19:05.9517450Z adding 'torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9518050Z adding 'torch/include/ATen/ops/rnn_tanh_cell_native.h' 2024-08-08T20:19:05.9519420Z adding 'torch/include/ATen/ops/rnn_tanh_cell_ops.h' 2024-08-08T20:19:05.9520580Z adding 'torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9521350Z adding 'torch/include/ATen/ops/rnn_tanh_native.h' 2024-08-08T20:19:05.9522700Z adding 'torch/include/ATen/ops/rnn_tanh_ops.h' 2024-08-08T20:19:05.9523910Z adding 'torch/include/ATen/ops/roll.h' 2024-08-08T20:19:05.9525180Z adding 'torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9525750Z adding 'torch/include/ATen/ops/roll_cpu_dispatch.h' 2024-08-08T20:19:05.9527030Z adding 'torch/include/ATen/ops/roll_cuda_dispatch.h' 2024-08-08T20:19:05.9527880Z adding 'torch/include/ATen/ops/roll_mps_dispatch.h' 2024-08-08T20:19:05.9528920Z adding 'torch/include/ATen/ops/roll_native.h' 2024-08-08T20:19:05.9530110Z adding 'torch/include/ATen/ops/roll_ops.h' 2024-08-08T20:19:05.9531000Z adding 'torch/include/ATen/ops/rot90.h' 2024-08-08T20:19:05.9532290Z adding 'torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9533060Z adding 'torch/include/ATen/ops/rot90_native.h' 2024-08-08T20:19:05.9534230Z adding 'torch/include/ATen/ops/rot90_ops.h' 2024-08-08T20:19:05.9535360Z adding 'torch/include/ATen/ops/round.h' 2024-08-08T20:19:05.9536390Z adding 'torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9537430Z adding 'torch/include/ATen/ops/round_cpu_dispatch.h' 2024-08-08T20:19:05.9538430Z adding 'torch/include/ATen/ops/round_cuda_dispatch.h' 2024-08-08T20:19:05.9539270Z adding 'torch/include/ATen/ops/round_meta.h' 2024-08-08T20:19:05.9540460Z adding 'torch/include/ATen/ops/round_meta_dispatch.h' 2024-08-08T20:19:05.9541320Z adding 'torch/include/ATen/ops/round_mps_dispatch.h' 2024-08-08T20:19:05.9542420Z adding 'torch/include/ATen/ops/round_native.h' 2024-08-08T20:19:05.9543630Z adding 'torch/include/ATen/ops/round_ops.h' 2024-08-08T20:19:05.9544500Z adding 'torch/include/ATen/ops/row_indices.h' 2024-08-08T20:19:05.9545840Z adding 'torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9546420Z adding 'torch/include/ATen/ops/row_indices_copy.h' 2024-08-08T20:19:05.9547830Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9548740Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9549780Z adding 'torch/include/ATen/ops/row_indices_copy_native.h' 2024-08-08T20:19:05.9550630Z adding 'torch/include/ATen/ops/row_indices_copy_ops.h' 2024-08-08T20:19:05.9551910Z adding 'torch/include/ATen/ops/row_indices_native.h' 2024-08-08T20:19:05.9552560Z adding 'torch/include/ATen/ops/row_indices_ops.h' 2024-08-08T20:19:05.9553780Z adding 'torch/include/ATen/ops/row_stack.h' 2024-08-08T20:19:05.9555070Z adding 'torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9555570Z adding 'torch/include/ATen/ops/row_stack_native.h' 2024-08-08T20:19:05.9556890Z adding 'torch/include/ATen/ops/row_stack_ops.h' 2024-08-08T20:19:05.9557930Z adding 'torch/include/ATen/ops/rrelu.h' 2024-08-08T20:19:05.9559480Z adding 'torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9560530Z adding 'torch/include/ATen/ops/rrelu_native.h' 2024-08-08T20:19:05.9561390Z adding 'torch/include/ATen/ops/rrelu_ops.h' 2024-08-08T20:19:05.9562700Z adding 'torch/include/ATen/ops/rrelu_with_noise.h' 2024-08-08T20:19:05.9563820Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward.h' 2024-08-08T20:19:05.9565140Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9565650Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_native.h' 2024-08-08T20:19:05.9567050Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_ops.h' 2024-08-08T20:19:05.9568220Z adding 'torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h' 2024-08-08T20:19:05.9569090Z adding 'torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h' 2024-08-08T20:19:05.9570250Z adding 'torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h' 2024-08-08T20:19:05.9571380Z adding 'torch/include/ATen/ops/rrelu_with_noise_native.h' 2024-08-08T20:19:05.9572550Z adding 'torch/include/ATen/ops/rrelu_with_noise_ops.h' 2024-08-08T20:19:05.9573670Z adding 'torch/include/ATen/ops/rshift.h' 2024-08-08T20:19:05.9574640Z adding 'torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9575730Z adding 'torch/include/ATen/ops/rshift_cpu_dispatch.h' 2024-08-08T20:19:05.9576590Z adding 'torch/include/ATen/ops/rshift_cuda_dispatch.h' 2024-08-08T20:19:05.9577770Z adding 'torch/include/ATen/ops/rshift_meta_dispatch.h' 2024-08-08T20:19:05.9578630Z adding 'torch/include/ATen/ops/rshift_mps_dispatch.h' 2024-08-08T20:19:05.9579780Z adding 'torch/include/ATen/ops/rshift_native.h' 2024-08-08T20:19:05.9580950Z adding 'torch/include/ATen/ops/rshift_ops.h' 2024-08-08T20:19:05.9582150Z adding 'torch/include/ATen/ops/rsqrt.h' 2024-08-08T20:19:05.9583030Z adding 'torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9584070Z adding 'torch/include/ATen/ops/rsqrt_cpu_dispatch.h' 2024-08-08T20:19:05.9584930Z adding 'torch/include/ATen/ops/rsqrt_cuda_dispatch.h' 2024-08-08T20:19:05.9586090Z adding 'torch/include/ATen/ops/rsqrt_meta.h' 2024-08-08T20:19:05.9587000Z adding 'torch/include/ATen/ops/rsqrt_meta_dispatch.h' 2024-08-08T20:19:05.9587870Z adding 'torch/include/ATen/ops/rsqrt_mps_dispatch.h' 2024-08-08T20:19:05.9588990Z adding 'torch/include/ATen/ops/rsqrt_native.h' 2024-08-08T20:19:05.9590090Z adding 'torch/include/ATen/ops/rsqrt_ops.h' 2024-08-08T20:19:05.9591200Z adding 'torch/include/ATen/ops/rsub.h' 2024-08-08T20:19:05.9592470Z adding 'torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9593040Z adding 'torch/include/ATen/ops/rsub_cpu_dispatch.h' 2024-08-08T20:19:05.9594290Z adding 'torch/include/ATen/ops/rsub_cuda_dispatch.h' 2024-08-08T20:19:05.9595120Z adding 'torch/include/ATen/ops/rsub_native.h' 2024-08-08T20:19:05.9596420Z adding 'torch/include/ATen/ops/rsub_ops.h' 2024-08-08T20:19:05.9597580Z adding 'torch/include/ATen/ops/scalar_tensor.h' 2024-08-08T20:19:05.9598750Z adding 'torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9599390Z adding 'torch/include/ATen/ops/scalar_tensor_native.h' 2024-08-08T20:19:05.9600760Z adding 'torch/include/ATen/ops/scalar_tensor_ops.h' 2024-08-08T20:19:05.9601860Z adding 'torch/include/ATen/ops/scaled_dot_product_attention.h' 2024-08-08T20:19:05.9603210Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9603690Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_native.h' 2024-08-08T20:19:05.9605040Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_ops.h' 2024-08-08T20:19:05.9606270Z adding 'torch/include/ATen/ops/scatter.h' 2024-08-08T20:19:05.9607430Z adding 'torch/include/ATen/ops/scatter_add.h' 2024-08-08T20:19:05.9608480Z adding 'torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9609610Z adding 'torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9610370Z adding 'torch/include/ATen/ops/scatter_add_cpu_dispatch.h' 2024-08-08T20:19:05.9611530Z adding 'torch/include/ATen/ops/scatter_add_cuda_dispatch.h' 2024-08-08T20:19:05.9612370Z adding 'torch/include/ATen/ops/scatter_add_meta.h' 2024-08-08T20:19:05.9613490Z adding 'torch/include/ATen/ops/scatter_add_meta_dispatch.h' 2024-08-08T20:19:05.9614370Z adding 'torch/include/ATen/ops/scatter_add_mps_dispatch.h' 2024-08-08T20:19:05.9615510Z adding 'torch/include/ATen/ops/scatter_add_native.h' 2024-08-08T20:19:05.9616660Z adding 'torch/include/ATen/ops/scatter_add_ops.h' 2024-08-08T20:19:05.9617890Z adding 'torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9618570Z adding 'torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9619840Z adding 'torch/include/ATen/ops/scatter_cpu_dispatch.h' 2024-08-08T20:19:05.9621010Z adding 'torch/include/ATen/ops/scatter_cuda_dispatch.h' 2024-08-08T20:19:05.9621840Z adding 'torch/include/ATen/ops/scatter_meta.h' 2024-08-08T20:19:05.9623060Z adding 'torch/include/ATen/ops/scatter_meta_dispatch.h' 2024-08-08T20:19:05.9624230Z adding 'torch/include/ATen/ops/scatter_mps_dispatch.h' 2024-08-08T20:19:05.9625070Z adding 'torch/include/ATen/ops/scatter_native.h' 2024-08-08T20:19:05.9626880Z adding 'torch/include/ATen/ops/scatter_ops.h' 2024-08-08T20:19:05.9628070Z adding 'torch/include/ATen/ops/scatter_reduce.h' 2024-08-08T20:19:05.9629280Z adding 'torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9629880Z adding 'torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h' 2024-08-08T20:19:05.9631190Z adding 'torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h' 2024-08-08T20:19:05.9631970Z adding 'torch/include/ATen/ops/scatter_reduce_meta.h' 2024-08-08T20:19:05.9633170Z adding 'torch/include/ATen/ops/scatter_reduce_meta_dispatch.h' 2024-08-08T20:19:05.9634020Z adding 'torch/include/ATen/ops/scatter_reduce_native.h' 2024-08-08T20:19:05.9635330Z adding 'torch/include/ATen/ops/scatter_reduce_ops.h' 2024-08-08T20:19:05.9636520Z adding 'torch/include/ATen/ops/searchsorted.h' 2024-08-08T20:19:05.9637730Z adding 'torch/include/ATen/ops/searchsorted_cpu_dispatch.h' 2024-08-08T20:19:05.9638600Z adding 'torch/include/ATen/ops/searchsorted_cuda_dispatch.h' 2024-08-08T20:19:05.9639820Z adding 'torch/include/ATen/ops/searchsorted_mps_dispatch.h' 2024-08-08T20:19:05.9641020Z adding 'torch/include/ATen/ops/searchsorted_native.h' 2024-08-08T20:19:05.9642300Z adding 'torch/include/ATen/ops/searchsorted_ops.h' 2024-08-08T20:19:05.9643440Z adding 'torch/include/ATen/ops/segment_reduce.h' 2024-08-08T20:19:05.9644470Z adding 'torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9645540Z adding 'torch/include/ATen/ops/segment_reduce_cpu_dispatch.h' 2024-08-08T20:19:05.9646430Z adding 'torch/include/ATen/ops/segment_reduce_cuda_dispatch.h' 2024-08-08T20:19:05.9647600Z adding 'torch/include/ATen/ops/segment_reduce_native.h' 2024-08-08T20:19:05.9648770Z adding 'torch/include/ATen/ops/segment_reduce_ops.h' 2024-08-08T20:19:05.9649940Z adding 'torch/include/ATen/ops/select.h' 2024-08-08T20:19:05.9651150Z adding 'torch/include/ATen/ops/select_backward.h' 2024-08-08T20:19:05.9652220Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9653490Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9653960Z adding 'torch/include/ATen/ops/select_backward_native.h' 2024-08-08T20:19:05.9658510Z adding 'torch/include/ATen/ops/select_backward_ops.h' 2024-08-08T20:19:05.9658910Z adding 'torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9659180Z adding 'torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9659310Z adding 'torch/include/ATen/ops/select_copy.h' 2024-08-08T20:19:05.9659590Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9660510Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9661590Z adding 'torch/include/ATen/ops/select_copy_native.h' 2024-08-08T20:19:05.9662750Z adding 'torch/include/ATen/ops/select_copy_ops.h' 2024-08-08T20:19:05.9663740Z adding 'torch/include/ATen/ops/select_native.h' 2024-08-08T20:19:05.9664790Z adding 'torch/include/ATen/ops/select_ops.h' 2024-08-08T20:19:05.9666000Z adding 'torch/include/ATen/ops/select_scatter.h' 2024-08-08T20:19:05.9667200Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9668140Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9669160Z adding 'torch/include/ATen/ops/select_scatter_native.h' 2024-08-08T20:19:05.9670160Z adding 'torch/include/ATen/ops/select_scatter_ops.h' 2024-08-08T20:19:05.9671000Z adding 'torch/include/ATen/ops/selu.h' 2024-08-08T20:19:05.9672460Z adding 'torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9673060Z adding 'torch/include/ATen/ops/selu_native.h' 2024-08-08T20:19:05.9674400Z adding 'torch/include/ATen/ops/selu_ops.h' 2024-08-08T20:19:05.9675900Z adding 'torch/include/ATen/ops/set.h' 2024-08-08T20:19:05.9677180Z adding 'torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9678350Z adding 'torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9678900Z adding 'torch/include/ATen/ops/set_cpu_dispatch.h' 2024-08-08T20:19:05.9680160Z adding 'torch/include/ATen/ops/set_cuda_dispatch.h' 2024-08-08T20:19:05.9681160Z adding 'torch/include/ATen/ops/set_data.h' 2024-08-08T20:19:05.9682140Z adding 'torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9683200Z adding 'torch/include/ATen/ops/set_data_native.h' 2024-08-08T20:19:05.9684200Z adding 'torch/include/ATen/ops/set_data_ops.h' 2024-08-08T20:19:05.9685220Z adding 'torch/include/ATen/ops/set_meta_dispatch.h' 2024-08-08T20:19:05.9686080Z adding 'torch/include/ATen/ops/set_mps_dispatch.h' 2024-08-08T20:19:05.9687240Z adding 'torch/include/ATen/ops/set_native.h' 2024-08-08T20:19:05.9688840Z adding 'torch/include/ATen/ops/set_ops.h' 2024-08-08T20:19:05.9690000Z adding 'torch/include/ATen/ops/sgn.h' 2024-08-08T20:19:05.9691040Z adding 'torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9692050Z adding 'torch/include/ATen/ops/sgn_cpu_dispatch.h' 2024-08-08T20:19:05.9693050Z adding 'torch/include/ATen/ops/sgn_cuda_dispatch.h' 2024-08-08T20:19:05.9694060Z adding 'torch/include/ATen/ops/sgn_meta.h' 2024-08-08T20:19:05.9694740Z adding 'torch/include/ATen/ops/sgn_meta_dispatch.h' 2024-08-08T20:19:05.9695990Z adding 'torch/include/ATen/ops/sgn_mps_dispatch.h' 2024-08-08T20:19:05.9697040Z adding 'torch/include/ATen/ops/sgn_native.h' 2024-08-08T20:19:05.9698090Z adding 'torch/include/ATen/ops/sgn_ops.h' 2024-08-08T20:19:05.9699290Z adding 'torch/include/ATen/ops/sigmoid.h' 2024-08-08T20:19:05.9700210Z adding 'torch/include/ATen/ops/sigmoid_backward.h' 2024-08-08T20:19:05.9701520Z adding 'torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9702580Z adding 'torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h' 2024-08-08T20:19:05.9703220Z adding 'torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h' 2024-08-08T20:19:05.9704460Z adding 'torch/include/ATen/ops/sigmoid_backward_meta.h' 2024-08-08T20:19:05.9705360Z adding 'torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h' 2024-08-08T20:19:05.9706550Z adding 'torch/include/ATen/ops/sigmoid_backward_mps_dispatch.h' 2024-08-08T20:19:05.9707150Z adding 'torch/include/ATen/ops/sigmoid_backward_native.h' 2024-08-08T20:19:05.9708570Z adding 'torch/include/ATen/ops/sigmoid_backward_ops.h' 2024-08-08T20:19:05.9709640Z adding 'torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9710670Z adding 'torch/include/ATen/ops/sigmoid_cpu_dispatch.h' 2024-08-08T20:19:05.9711550Z adding 'torch/include/ATen/ops/sigmoid_cuda_dispatch.h' 2024-08-08T20:19:05.9712710Z adding 'torch/include/ATen/ops/sigmoid_meta.h' 2024-08-08T20:19:05.9713340Z adding 'torch/include/ATen/ops/sigmoid_meta_dispatch.h' 2024-08-08T20:19:05.9714530Z adding 'torch/include/ATen/ops/sigmoid_mps_dispatch.h' 2024-08-08T20:19:05.9715400Z adding 'torch/include/ATen/ops/sigmoid_native.h' 2024-08-08T20:19:05.9716670Z adding 'torch/include/ATen/ops/sigmoid_ops.h' 2024-08-08T20:19:05.9717800Z adding 'torch/include/ATen/ops/sign.h' 2024-08-08T20:19:05.9718850Z adding 'torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9719880Z adding 'torch/include/ATen/ops/sign_cpu_dispatch.h' 2024-08-08T20:19:05.9720760Z adding 'torch/include/ATen/ops/sign_cuda_dispatch.h' 2024-08-08T20:19:05.9721790Z adding 'torch/include/ATen/ops/sign_meta.h' 2024-08-08T20:19:05.9722670Z adding 'torch/include/ATen/ops/sign_meta_dispatch.h' 2024-08-08T20:19:05.9723840Z adding 'torch/include/ATen/ops/sign_mps_dispatch.h' 2024-08-08T20:19:05.9724870Z adding 'torch/include/ATen/ops/sign_native.h' 2024-08-08T20:19:05.9726060Z adding 'torch/include/ATen/ops/sign_ops.h' 2024-08-08T20:19:05.9727050Z adding 'torch/include/ATen/ops/signbit.h' 2024-08-08T20:19:05.9728160Z adding 'torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9729200Z adding 'torch/include/ATen/ops/signbit_cpu_dispatch.h' 2024-08-08T20:19:05.9729900Z adding 'torch/include/ATen/ops/signbit_cuda_dispatch.h' 2024-08-08T20:19:05.9731070Z adding 'torch/include/ATen/ops/signbit_meta.h' 2024-08-08T20:19:05.9732030Z adding 'torch/include/ATen/ops/signbit_meta_dispatch.h' 2024-08-08T20:19:05.9733170Z adding 'torch/include/ATen/ops/signbit_mps_dispatch.h' 2024-08-08T20:19:05.9734020Z adding 'torch/include/ATen/ops/signbit_native.h' 2024-08-08T20:19:05.9735220Z adding 'torch/include/ATen/ops/signbit_ops.h' 2024-08-08T20:19:05.9736390Z adding 'torch/include/ATen/ops/silu.h' 2024-08-08T20:19:05.9737310Z adding 'torch/include/ATen/ops/silu_backward.h' 2024-08-08T20:19:05.9738710Z adding 'torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9739420Z adding 'torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9740630Z adding 'torch/include/ATen/ops/silu_backward_cpu_dispatch.h' 2024-08-08T20:19:05.9741530Z adding 'torch/include/ATen/ops/silu_backward_cuda_dispatch.h' 2024-08-08T20:19:05.9742690Z adding 'torch/include/ATen/ops/silu_backward_meta.h' 2024-08-08T20:19:05.9743610Z adding 'torch/include/ATen/ops/silu_backward_meta_dispatch.h' 2024-08-08T20:19:05.9744790Z adding 'torch/include/ATen/ops/silu_backward_mps_dispatch.h' 2024-08-08T20:19:05.9745780Z adding 'torch/include/ATen/ops/silu_backward_native.h' 2024-08-08T20:19:05.9746980Z adding 'torch/include/ATen/ops/silu_backward_ops.h' 2024-08-08T20:19:05.9747760Z adding 'torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9748840Z adding 'torch/include/ATen/ops/silu_cpu_dispatch.h' 2024-08-08T20:19:05.9749930Z adding 'torch/include/ATen/ops/silu_cuda_dispatch.h' 2024-08-08T20:19:05.9750900Z adding 'torch/include/ATen/ops/silu_meta.h' 2024-08-08T20:19:05.9751770Z adding 'torch/include/ATen/ops/silu_meta_dispatch.h' 2024-08-08T20:19:05.9752980Z adding 'torch/include/ATen/ops/silu_mps_dispatch.h' 2024-08-08T20:19:05.9754070Z adding 'torch/include/ATen/ops/silu_native.h' 2024-08-08T20:19:05.9755260Z adding 'torch/include/ATen/ops/silu_ops.h' 2024-08-08T20:19:05.9756110Z adding 'torch/include/ATen/ops/sin.h' 2024-08-08T20:19:05.9757470Z adding 'torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9757890Z adding 'torch/include/ATen/ops/sin_cpu_dispatch.h' 2024-08-08T20:19:05.9759080Z adding 'torch/include/ATen/ops/sin_cuda_dispatch.h' 2024-08-08T20:19:05.9760150Z adding 'torch/include/ATen/ops/sin_meta.h' 2024-08-08T20:19:05.9760730Z adding 'torch/include/ATen/ops/sin_meta_dispatch.h' 2024-08-08T20:19:05.9761980Z adding 'torch/include/ATen/ops/sin_mps_dispatch.h' 2024-08-08T20:19:05.9762810Z adding 'torch/include/ATen/ops/sin_native.h' 2024-08-08T20:19:05.9764060Z adding 'torch/include/ATen/ops/sin_ops.h' 2024-08-08T20:19:05.9765210Z adding 'torch/include/ATen/ops/sinc.h' 2024-08-08T20:19:05.9766030Z adding 'torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9767150Z adding 'torch/include/ATen/ops/sinc_cpu_dispatch.h' 2024-08-08T20:19:05.9767720Z adding 'torch/include/ATen/ops/sinc_cuda_dispatch.h' 2024-08-08T20:19:05.9768910Z adding 'torch/include/ATen/ops/sinc_meta.h' 2024-08-08T20:19:05.9769780Z adding 'torch/include/ATen/ops/sinc_meta_dispatch.h' 2024-08-08T20:19:05.9770840Z adding 'torch/include/ATen/ops/sinc_native.h' 2024-08-08T20:19:05.9771990Z adding 'torch/include/ATen/ops/sinc_ops.h' 2024-08-08T20:19:05.9772810Z adding 'torch/include/ATen/ops/sinh.h' 2024-08-08T20:19:05.9774170Z adding 'torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9775200Z adding 'torch/include/ATen/ops/sinh_cpu_dispatch.h' 2024-08-08T20:19:05.9775740Z adding 'torch/include/ATen/ops/sinh_cuda_dispatch.h' 2024-08-08T20:19:05.9776980Z adding 'torch/include/ATen/ops/sinh_meta.h' 2024-08-08T20:19:05.9777920Z adding 'torch/include/ATen/ops/sinh_meta_dispatch.h' 2024-08-08T20:19:05.9779080Z adding 'torch/include/ATen/ops/sinh_mps_dispatch.h' 2024-08-08T20:19:05.9780130Z adding 'torch/include/ATen/ops/sinh_native.h' 2024-08-08T20:19:05.9780980Z adding 'torch/include/ATen/ops/sinh_ops.h' 2024-08-08T20:19:05.9782210Z adding 'torch/include/ATen/ops/size.h' 2024-08-08T20:19:05.9783340Z adding 'torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9783920Z adding 'torch/include/ATen/ops/size_native.h' 2024-08-08T20:19:05.9785240Z adding 'torch/include/ATen/ops/size_ops.h' 2024-08-08T20:19:05.9786370Z adding 'torch/include/ATen/ops/slice.h' 2024-08-08T20:19:05.9787640Z adding 'torch/include/ATen/ops/slice_backward.h' 2024-08-08T20:19:05.9788900Z adding 'torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9789640Z adding 'torch/include/ATen/ops/slice_backward_native.h' 2024-08-08T20:19:05.9790920Z adding 'torch/include/ATen/ops/slice_backward_ops.h' 2024-08-08T20:19:05.9792050Z adding 'torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9793200Z adding 'torch/include/ATen/ops/slice_copy.h' 2024-08-08T20:19:05.9794500Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9795410Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9796410Z adding 'torch/include/ATen/ops/slice_copy_native.h' 2024-08-08T20:19:05.9797480Z adding 'torch/include/ATen/ops/slice_copy_ops.h' 2024-08-08T20:19:05.9798610Z adding 'torch/include/ATen/ops/slice_inverse.h' 2024-08-08T20:19:05.9799760Z adding 'torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9800510Z adding 'torch/include/ATen/ops/slice_inverse_native.h' 2024-08-08T20:19:05.9804730Z adding 'torch/include/ATen/ops/slice_inverse_ops.h' 2024-08-08T20:19:05.9805730Z adding 'torch/include/ATen/ops/slice_native.h' 2024-08-08T20:19:05.9806820Z adding 'torch/include/ATen/ops/slice_ops.h' 2024-08-08T20:19:05.9808100Z adding 'torch/include/ATen/ops/slice_scatter.h' 2024-08-08T20:19:05.9809420Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9810350Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9811390Z adding 'torch/include/ATen/ops/slice_scatter_native.h' 2024-08-08T20:19:05.9812560Z adding 'torch/include/ATen/ops/slice_scatter_ops.h' 2024-08-08T20:19:05.9813540Z adding 'torch/include/ATen/ops/slogdet.h' 2024-08-08T20:19:05.9814820Z adding 'torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9815320Z adding 'torch/include/ATen/ops/slogdet_native.h' 2024-08-08T20:19:05.9816700Z adding 'torch/include/ATen/ops/slogdet_ops.h' 2024-08-08T20:19:05.9818050Z adding 'torch/include/ATen/ops/slow_conv3d.h' 2024-08-08T20:19:05.9819360Z adding 'torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9820520Z adding 'torch/include/ATen/ops/slow_conv3d_forward.h' 2024-08-08T20:19:05.9821750Z adding 'torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h' 2024-08-08T20:19:05.9822590Z adding 'torch/include/ATen/ops/slow_conv3d_forward_native.h' 2024-08-08T20:19:05.9823840Z adding 'torch/include/ATen/ops/slow_conv3d_forward_ops.h' 2024-08-08T20:19:05.9824670Z adding 'torch/include/ATen/ops/slow_conv3d_native.h' 2024-08-08T20:19:05.9825950Z adding 'torch/include/ATen/ops/slow_conv3d_ops.h' 2024-08-08T20:19:05.9827320Z adding 'torch/include/ATen/ops/slow_conv_dilated2d.h' 2024-08-08T20:19:05.9828590Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9829690Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h' 2024-08-08T20:19:05.9830560Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h' 2024-08-08T20:19:05.9834910Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_native.h' 2024-08-08T20:19:05.9835220Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_ops.h' 2024-08-08T20:19:05.9835380Z adding 'torch/include/ATen/ops/slow_conv_dilated3d.h' 2024-08-08T20:19:05.9835690Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9836010Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h' 2024-08-08T20:19:05.9837250Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h' 2024-08-08T20:19:05.9838080Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_native.h' 2024-08-08T20:19:05.9839350Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_ops.h' 2024-08-08T20:19:05.9840770Z adding 'torch/include/ATen/ops/slow_conv_transpose2d.h' 2024-08-08T20:19:05.9842150Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9842790Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h' 2024-08-08T20:19:05.9844110Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h' 2024-08-08T20:19:05.9845240Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta.h' 2024-08-08T20:19:05.9846190Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h' 2024-08-08T20:19:05.9847330Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_native.h' 2024-08-08T20:19:05.9848480Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_ops.h' 2024-08-08T20:19:05.9849800Z adding 'torch/include/ATen/ops/slow_conv_transpose3d.h' 2024-08-08T20:19:05.9851040Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h' 2024-08-08T20:19:05.9851900Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h' 2024-08-08T20:19:05.9853030Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_native.h' 2024-08-08T20:19:05.9854200Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_ops.h' 2024-08-08T20:19:05.9855000Z adding 'torch/include/ATen/ops/smm.h' 2024-08-08T20:19:05.9856300Z adding 'torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9857090Z adding 'torch/include/ATen/ops/smm_native.h' 2024-08-08T20:19:05.9858210Z adding 'torch/include/ATen/ops/smm_ops.h' 2024-08-08T20:19:05.9859370Z adding 'torch/include/ATen/ops/smooth_l1_loss.h' 2024-08-08T20:19:05.9860400Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward.h' 2024-08-08T20:19:05.9861410Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9862490Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h' 2024-08-08T20:19:05.9863360Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h' 2024-08-08T20:19:05.9864520Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_mps_dispatch.h' 2024-08-08T20:19:05.9865140Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_native.h' 2024-08-08T20:19:05.9866520Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_ops.h' 2024-08-08T20:19:05.9867860Z adding 'torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9868290Z adding 'torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h' 2024-08-08T20:19:05.9869540Z adding 'torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h' 2024-08-08T20:19:05.9870390Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta.h' 2024-08-08T20:19:05.9871600Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h' 2024-08-08T20:19:05.9872260Z adding 'torch/include/ATen/ops/smooth_l1_loss_mps_dispatch.h' 2024-08-08T20:19:05.9873530Z adding 'torch/include/ATen/ops/smooth_l1_loss_native.h' 2024-08-08T20:19:05.9874690Z adding 'torch/include/ATen/ops/smooth_l1_loss_ops.h' 2024-08-08T20:19:05.9875840Z adding 'torch/include/ATen/ops/soft_margin_loss.h' 2024-08-08T20:19:05.9876880Z adding 'torch/include/ATen/ops/soft_margin_loss_backward.h' 2024-08-08T20:19:05.9878200Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9878700Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_native.h' 2024-08-08T20:19:05.9880090Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_ops.h' 2024-08-08T20:19:05.9881350Z adding 'torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9881840Z adding 'torch/include/ATen/ops/soft_margin_loss_native.h' 2024-08-08T20:19:05.9883240Z adding 'torch/include/ATen/ops/soft_margin_loss_ops.h' 2024-08-08T20:19:05.9884340Z adding 'torch/include/ATen/ops/softmax.h' 2024-08-08T20:19:05.9885320Z adding 'torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9886490Z adding 'torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9887050Z adding 'torch/include/ATen/ops/softmax_native.h' 2024-08-08T20:19:05.9888470Z adding 'torch/include/ATen/ops/softmax_ops.h' 2024-08-08T20:19:05.9889630Z adding 'torch/include/ATen/ops/softplus.h' 2024-08-08T20:19:05.9890520Z adding 'torch/include/ATen/ops/softplus_backward.h' 2024-08-08T20:19:05.9891890Z adding 'torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9892480Z adding 'torch/include/ATen/ops/softplus_backward_cpu_dispatch.h' 2024-08-08T20:19:05.9893770Z adding 'torch/include/ATen/ops/softplus_backward_cuda_dispatch.h' 2024-08-08T20:19:05.9894600Z adding 'torch/include/ATen/ops/softplus_backward_meta.h' 2024-08-08T20:19:05.9895860Z adding 'torch/include/ATen/ops/softplus_backward_meta_dispatch.h' 2024-08-08T20:19:05.9896470Z adding 'torch/include/ATen/ops/softplus_backward_mps_dispatch.h' 2024-08-08T20:19:05.9897710Z adding 'torch/include/ATen/ops/softplus_backward_native.h' 2024-08-08T20:19:05.9898860Z adding 'torch/include/ATen/ops/softplus_backward_ops.h' 2024-08-08T20:19:05.9900200Z adding 'torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9900670Z adding 'torch/include/ATen/ops/softplus_cpu_dispatch.h' 2024-08-08T20:19:05.9901940Z adding 'torch/include/ATen/ops/softplus_cuda_dispatch.h' 2024-08-08T20:19:05.9903120Z adding 'torch/include/ATen/ops/softplus_meta.h' 2024-08-08T20:19:05.9903750Z adding 'torch/include/ATen/ops/softplus_meta_dispatch.h' 2024-08-08T20:19:05.9905020Z adding 'torch/include/ATen/ops/softplus_mps_dispatch.h' 2024-08-08T20:19:05.9906170Z adding 'torch/include/ATen/ops/softplus_native.h' 2024-08-08T20:19:05.9907190Z adding 'torch/include/ATen/ops/softplus_ops.h' 2024-08-08T20:19:05.9908350Z adding 'torch/include/ATen/ops/softshrink.h' 2024-08-08T20:19:05.9909530Z adding 'torch/include/ATen/ops/softshrink_backward.h' 2024-08-08T20:19:05.9910610Z adding 'torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9911380Z adding 'torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h' 2024-08-08T20:19:05.9912590Z adding 'torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h' 2024-08-08T20:19:05.9913770Z adding 'torch/include/ATen/ops/softshrink_backward_meta.h' 2024-08-08T20:19:05.9914660Z adding 'torch/include/ATen/ops/softshrink_backward_meta_dispatch.h' 2024-08-08T20:19:05.9915840Z adding 'torch/include/ATen/ops/softshrink_backward_mps_dispatch.h' 2024-08-08T20:19:05.9916990Z adding 'torch/include/ATen/ops/softshrink_backward_native.h' 2024-08-08T20:19:05.9918150Z adding 'torch/include/ATen/ops/softshrink_backward_ops.h' 2024-08-08T20:19:05.9919170Z adding 'torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9920490Z adding 'torch/include/ATen/ops/softshrink_cpu_dispatch.h' 2024-08-08T20:19:05.9921370Z adding 'torch/include/ATen/ops/softshrink_cuda_dispatch.h' 2024-08-08T20:19:05.9922520Z adding 'torch/include/ATen/ops/softshrink_meta.h' 2024-08-08T20:19:05.9923410Z adding 'torch/include/ATen/ops/softshrink_meta_dispatch.h' 2024-08-08T20:19:05.9924590Z adding 'torch/include/ATen/ops/softshrink_mps_dispatch.h' 2024-08-08T20:19:05.9925800Z adding 'torch/include/ATen/ops/softshrink_native.h' 2024-08-08T20:19:05.9926640Z adding 'torch/include/ATen/ops/softshrink_ops.h' 2024-08-08T20:19:05.9928020Z adding 'torch/include/ATen/ops/sort.h' 2024-08-08T20:19:05.9929290Z adding 'torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9930530Z adding 'torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9931200Z adding 'torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9932420Z adding 'torch/include/ATen/ops/sort_cpu_dispatch.h' 2024-08-08T20:19:05.9933460Z adding 'torch/include/ATen/ops/sort_cuda_dispatch.h' 2024-08-08T20:19:05.9934450Z adding 'torch/include/ATen/ops/sort_meta.h' 2024-08-08T20:19:05.9936140Z adding 'torch/include/ATen/ops/sort_meta_dispatch.h' 2024-08-08T20:19:05.9937000Z adding 'torch/include/ATen/ops/sort_mps_dispatch.h' 2024-08-08T20:19:05.9938190Z adding 'torch/include/ATen/ops/sort_native.h' 2024-08-08T20:19:05.9939610Z adding 'torch/include/ATen/ops/sort_ops.h' 2024-08-08T20:19:05.9940930Z adding 'torch/include/ATen/ops/sparse_bsc_tensor.h' 2024-08-08T20:19:05.9942230Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9942780Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_native.h' 2024-08-08T20:19:05.9944220Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_ops.h' 2024-08-08T20:19:05.9945380Z adding 'torch/include/ATen/ops/sparse_bsr_tensor.h' 2024-08-08T20:19:05.9946450Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9947490Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_native.h' 2024-08-08T20:19:05.9948680Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_ops.h' 2024-08-08T20:19:05.9950090Z adding 'torch/include/ATen/ops/sparse_compressed_tensor.h' 2024-08-08T20:19:05.9951440Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9952260Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_native.h' 2024-08-08T20:19:05.9953650Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_ops.h' 2024-08-08T20:19:05.9954810Z adding 'torch/include/ATen/ops/sparse_coo_tensor.h' 2024-08-08T20:19:05.9956040Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9957230Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9957840Z adding 'torch/include/ATen/ops/sparse_coo_tensor_native.h' 2024-08-08T20:19:05.9959420Z adding 'torch/include/ATen/ops/sparse_coo_tensor_ops.h' 2024-08-08T20:19:05.9960600Z adding 'torch/include/ATen/ops/sparse_csc_tensor.h' 2024-08-08T20:19:05.9961820Z adding 'torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9962900Z adding 'torch/include/ATen/ops/sparse_csc_tensor_native.h' 2024-08-08T20:19:05.9964070Z adding 'torch/include/ATen/ops/sparse_csc_tensor_ops.h' 2024-08-08T20:19:05.9965240Z adding 'torch/include/ATen/ops/sparse_csr_tensor.h' 2024-08-08T20:19:05.9966380Z adding 'torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:05.9966980Z adding 'torch/include/ATen/ops/sparse_csr_tensor_native.h' 2024-08-08T20:19:05.9968410Z adding 'torch/include/ATen/ops/sparse_csr_tensor_ops.h' 2024-08-08T20:19:05.9969280Z adding 'torch/include/ATen/ops/sparse_dim.h' 2024-08-08T20:19:05.9970580Z adding 'torch/include/ATen/ops/sparse_dim_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9971620Z adding 'torch/include/ATen/ops/sparse_dim_native.h' 2024-08-08T20:19:05.9972410Z adding 'torch/include/ATen/ops/sparse_dim_ops.h' 2024-08-08T20:19:05.9973610Z adding 'torch/include/ATen/ops/sparse_mask.h' 2024-08-08T20:19:05.9974660Z adding 'torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9975700Z adding 'torch/include/ATen/ops/sparse_mask_native.h' 2024-08-08T20:19:05.9976750Z adding 'torch/include/ATen/ops/sparse_mask_ops.h' 2024-08-08T20:19:05.9977890Z adding 'torch/include/ATen/ops/sparse_resize.h' 2024-08-08T20:19:05.9979120Z adding 'torch/include/ATen/ops/sparse_resize_and_clear.h' 2024-08-08T20:19:05.9980130Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9981210Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h' 2024-08-08T20:19:05.9981860Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_native.h' 2024-08-08T20:19:05.9983290Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_ops.h' 2024-08-08T20:19:05.9984570Z adding 'torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:05.9985040Z adding 'torch/include/ATen/ops/sparse_resize_meta_dispatch.h' 2024-08-08T20:19:05.9986570Z adding 'torch/include/ATen/ops/sparse_resize_native.h' 2024-08-08T20:19:05.9987590Z adding 'torch/include/ATen/ops/sparse_resize_ops.h' 2024-08-08T20:19:05.9988680Z adding 'torch/include/ATen/ops/sparse_sampled_addmm.h' 2024-08-08T20:19:05.9989570Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_native.h' 2024-08-08T20:19:05.9990840Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_ops.h' 2024-08-08T20:19:05.9991760Z adding 'torch/include/ATen/ops/special_airy_ai.h' 2024-08-08T20:19:05.9993060Z adding 'torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:05.9993640Z adding 'torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h' 2024-08-08T20:19:05.9994880Z adding 'torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h' 2024-08-08T20:19:05.9995700Z adding 'torch/include/ATen/ops/special_airy_ai_meta.h' 2024-08-08T20:19:05.9996910Z adding 'torch/include/ATen/ops/special_airy_ai_meta_dispatch.h' 2024-08-08T20:19:05.9997750Z adding 'torch/include/ATen/ops/special_airy_ai_native.h' 2024-08-08T20:19:05.9998910Z adding 'torch/include/ATen/ops/special_airy_ai_ops.h' 2024-08-08T20:19:05.9999930Z adding 'torch/include/ATen/ops/special_bessel_j0.h' 2024-08-08T20:19:06.0001190Z adding 'torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0001860Z adding 'torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h' 2024-08-08T20:19:06.0003030Z adding 'torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h' 2024-08-08T20:19:06.0004100Z adding 'torch/include/ATen/ops/special_bessel_j0_meta.h' 2024-08-08T20:19:06.0005000Z adding 'torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h' 2024-08-08T20:19:06.0006150Z adding 'torch/include/ATen/ops/special_bessel_j0_native.h' 2024-08-08T20:19:06.0007290Z adding 'torch/include/ATen/ops/special_bessel_j0_ops.h' 2024-08-08T20:19:06.0008150Z adding 'torch/include/ATen/ops/special_bessel_j1.h' 2024-08-08T20:19:06.0009660Z adding 'torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0013370Z adding 'torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h' 2024-08-08T20:19:06.0013730Z adding 'torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h' 2024-08-08T20:19:06.0013900Z adding 'torch/include/ATen/ops/special_bessel_j1_meta.h' 2024-08-08T20:19:06.0014110Z adding 'torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h' 2024-08-08T20:19:06.0014290Z adding 'torch/include/ATen/ops/special_bessel_j1_native.h' 2024-08-08T20:19:06.0015040Z adding 'torch/include/ATen/ops/special_bessel_j1_ops.h' 2024-08-08T20:19:06.0016120Z adding 'torch/include/ATen/ops/special_bessel_y0.h' 2024-08-08T20:19:06.0017560Z adding 'torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0018640Z adding 'torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h' 2024-08-08T20:19:06.0019230Z adding 'torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h' 2024-08-08T20:19:06.0020450Z adding 'torch/include/ATen/ops/special_bessel_y0_meta.h' 2024-08-08T20:19:06.0021360Z adding 'torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h' 2024-08-08T20:19:06.0022520Z adding 'torch/include/ATen/ops/special_bessel_y0_native.h' 2024-08-08T20:19:06.0023650Z adding 'torch/include/ATen/ops/special_bessel_y0_ops.h' 2024-08-08T20:19:06.0024830Z adding 'torch/include/ATen/ops/special_bessel_y1.h' 2024-08-08T20:19:06.0026040Z adding 'torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0026520Z adding 'torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h' 2024-08-08T20:19:06.0027880Z adding 'torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h' 2024-08-08T20:19:06.0028560Z adding 'torch/include/ATen/ops/special_bessel_y1_meta.h' 2024-08-08T20:19:06.0029790Z adding 'torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h' 2024-08-08T20:19:06.0030640Z adding 'torch/include/ATen/ops/special_bessel_y1_native.h' 2024-08-08T20:19:06.0031870Z adding 'torch/include/ATen/ops/special_bessel_y1_ops.h' 2024-08-08T20:19:06.0033100Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t.h' 2024-08-08T20:19:06.0034420Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0035680Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0036320Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h' 2024-08-08T20:19:06.0037710Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h' 2024-08-08T20:19:06.0038830Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h' 2024-08-08T20:19:06.0039740Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h' 2024-08-08T20:19:06.0040900Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h' 2024-08-08T20:19:06.0042200Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h' 2024-08-08T20:19:06.0043350Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u.h' 2024-08-08T20:19:06.0044670Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0045450Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0046590Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h' 2024-08-08T20:19:06.0047280Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h' 2024-08-08T20:19:06.0048510Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h' 2024-08-08T20:19:06.0049730Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h' 2024-08-08T20:19:06.0050340Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h' 2024-08-08T20:19:06.0051890Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h' 2024-08-08T20:19:06.0053390Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v.h' 2024-08-08T20:19:06.0054690Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0055360Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0056530Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h' 2024-08-08T20:19:06.0057160Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h' 2024-08-08T20:19:06.0058420Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h' 2024-08-08T20:19:06.0059310Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h' 2024-08-08T20:19:06.0060450Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h' 2024-08-08T20:19:06.0061620Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h' 2024-08-08T20:19:06.0062770Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w.h' 2024-08-08T20:19:06.0063790Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0065090Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0065610Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h' 2024-08-08T20:19:06.0066850Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h' 2024-08-08T20:19:06.0067690Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h' 2024-08-08T20:19:06.0068930Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h' 2024-08-08T20:19:06.0069520Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h' 2024-08-08T20:19:06.0071010Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h' 2024-08-08T20:19:06.0072110Z adding 'torch/include/ATen/ops/special_digamma.h' 2024-08-08T20:19:06.0072890Z adding 'torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0074070Z adding 'torch/include/ATen/ops/special_digamma_native.h' 2024-08-08T20:19:06.0075240Z adding 'torch/include/ATen/ops/special_digamma_ops.h' 2024-08-08T20:19:06.0076080Z adding 'torch/include/ATen/ops/special_entr.h' 2024-08-08T20:19:06.0077480Z adding 'torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0078080Z adding 'torch/include/ATen/ops/special_entr_cpu_dispatch.h' 2024-08-08T20:19:06.0079300Z adding 'torch/include/ATen/ops/special_entr_cuda_dispatch.h' 2024-08-08T20:19:06.0080120Z adding 'torch/include/ATen/ops/special_entr_meta.h' 2024-08-08T20:19:06.0081290Z adding 'torch/include/ATen/ops/special_entr_meta_dispatch.h' 2024-08-08T20:19:06.0082130Z adding 'torch/include/ATen/ops/special_entr_native.h' 2024-08-08T20:19:06.0083370Z adding 'torch/include/ATen/ops/special_entr_ops.h' 2024-08-08T20:19:06.0084210Z adding 'torch/include/ATen/ops/special_erf.h' 2024-08-08T20:19:06.0085560Z adding 'torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0086640Z adding 'torch/include/ATen/ops/special_erf_native.h' 2024-08-08T20:19:06.0087530Z adding 'torch/include/ATen/ops/special_erf_ops.h' 2024-08-08T20:19:06.0088700Z adding 'torch/include/ATen/ops/special_erfc.h' 2024-08-08T20:19:06.0089700Z adding 'torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0090770Z adding 'torch/include/ATen/ops/special_erfc_native.h' 2024-08-08T20:19:06.0091780Z adding 'torch/include/ATen/ops/special_erfc_ops.h' 2024-08-08T20:19:06.0092770Z adding 'torch/include/ATen/ops/special_erfcx.h' 2024-08-08T20:19:06.0093860Z adding 'torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0094990Z adding 'torch/include/ATen/ops/special_erfcx_cpu_dispatch.h' 2024-08-08T20:19:06.0095610Z adding 'torch/include/ATen/ops/special_erfcx_cuda_dispatch.h' 2024-08-08T20:19:06.0096840Z adding 'torch/include/ATen/ops/special_erfcx_meta.h' 2024-08-08T20:19:06.0097850Z adding 'torch/include/ATen/ops/special_erfcx_meta_dispatch.h' 2024-08-08T20:19:06.0099000Z adding 'torch/include/ATen/ops/special_erfcx_native.h' 2024-08-08T20:19:06.0100190Z adding 'torch/include/ATen/ops/special_erfcx_ops.h' 2024-08-08T20:19:06.0101080Z adding 'torch/include/ATen/ops/special_erfinv.h' 2024-08-08T20:19:06.0102470Z adding 'torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0102950Z adding 'torch/include/ATen/ops/special_erfinv_native.h' 2024-08-08T20:19:06.0104230Z adding 'torch/include/ATen/ops/special_erfinv_ops.h' 2024-08-08T20:19:06.0105380Z adding 'torch/include/ATen/ops/special_exp2.h' 2024-08-08T20:19:06.0106710Z adding 'torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0107220Z adding 'torch/include/ATen/ops/special_exp2_native.h' 2024-08-08T20:19:06.0108540Z adding 'torch/include/ATen/ops/special_exp2_ops.h' 2024-08-08T20:19:06.0109560Z adding 'torch/include/ATen/ops/special_expit.h' 2024-08-08T20:19:06.0110910Z adding 'torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0111380Z adding 'torch/include/ATen/ops/special_expit_native.h' 2024-08-08T20:19:06.0112720Z adding 'torch/include/ATen/ops/special_expit_ops.h' 2024-08-08T20:19:06.0113700Z adding 'torch/include/ATen/ops/special_expm1.h' 2024-08-08T20:19:06.0114700Z adding 'torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0115830Z adding 'torch/include/ATen/ops/special_expm1_native.h' 2024-08-08T20:19:06.0116840Z adding 'torch/include/ATen/ops/special_expm1_ops.h' 2024-08-08T20:19:06.0117830Z adding 'torch/include/ATen/ops/special_gammainc.h' 2024-08-08T20:19:06.0119020Z adding 'torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0119550Z adding 'torch/include/ATen/ops/special_gammainc_native.h' 2024-08-08T20:19:06.0120890Z adding 'torch/include/ATen/ops/special_gammainc_ops.h' 2024-08-08T20:19:06.0121820Z adding 'torch/include/ATen/ops/special_gammaincc.h' 2024-08-08T20:19:06.0123210Z adding 'torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0123650Z adding 'torch/include/ATen/ops/special_gammaincc_native.h' 2024-08-08T20:19:06.0124980Z adding 'torch/include/ATen/ops/special_gammaincc_ops.h' 2024-08-08T20:19:06.0126100Z adding 'torch/include/ATen/ops/special_gammaln.h' 2024-08-08T20:19:06.0127250Z adding 'torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0127750Z adding 'torch/include/ATen/ops/special_gammaln_native.h' 2024-08-08T20:19:06.0129060Z adding 'torch/include/ATen/ops/special_gammaln_ops.h' 2024-08-08T20:19:06.0130270Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h.h' 2024-08-08T20:19:06.0131580Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0132260Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0133440Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h' 2024-08-08T20:19:06.0134170Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h' 2024-08-08T20:19:06.0135330Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta.h' 2024-08-08T20:19:06.0136220Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h' 2024-08-08T20:19:06.0137390Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_native.h' 2024-08-08T20:19:06.0138640Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_ops.h' 2024-08-08T20:19:06.0139780Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he.h' 2024-08-08T20:19:06.0140790Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0142050Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0142570Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h' 2024-08-08T20:19:06.0143820Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h' 2024-08-08T20:19:06.0144640Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta.h' 2024-08-08T20:19:06.0145590Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h' 2024-08-08T20:19:06.0146750Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_native.h' 2024-08-08T20:19:06.0147980Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_ops.h' 2024-08-08T20:19:06.0149050Z adding 'torch/include/ATen/ops/special_i0.h' 2024-08-08T20:19:06.0150330Z adding 'torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0150790Z adding 'torch/include/ATen/ops/special_i0_native.h' 2024-08-08T20:19:06.0152110Z adding 'torch/include/ATen/ops/special_i0_ops.h' 2024-08-08T20:19:06.0153090Z adding 'torch/include/ATen/ops/special_i0e.h' 2024-08-08T20:19:06.0154150Z adding 'torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0155030Z adding 'torch/include/ATen/ops/special_i0e_cpu_dispatch.h' 2024-08-08T20:19:06.0156220Z adding 'torch/include/ATen/ops/special_i0e_cuda_dispatch.h' 2024-08-08T20:19:06.0156790Z adding 'torch/include/ATen/ops/special_i0e_meta.h' 2024-08-08T20:19:06.0158070Z adding 'torch/include/ATen/ops/special_i0e_meta_dispatch.h' 2024-08-08T20:19:06.0158940Z adding 'torch/include/ATen/ops/special_i0e_native.h' 2024-08-08T20:19:06.0160090Z adding 'torch/include/ATen/ops/special_i0e_ops.h' 2024-08-08T20:19:06.0161070Z adding 'torch/include/ATen/ops/special_i1.h' 2024-08-08T20:19:06.0162120Z adding 'torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0163140Z adding 'torch/include/ATen/ops/special_i1_cpu_dispatch.h' 2024-08-08T20:19:06.0163750Z adding 'torch/include/ATen/ops/special_i1_cuda_dispatch.h' 2024-08-08T20:19:06.0164940Z adding 'torch/include/ATen/ops/special_i1_meta.h' 2024-08-08T20:19:06.0165970Z adding 'torch/include/ATen/ops/special_i1_meta_dispatch.h' 2024-08-08T20:19:06.0166810Z adding 'torch/include/ATen/ops/special_i1_native.h' 2024-08-08T20:19:06.0167910Z adding 'torch/include/ATen/ops/special_i1_ops.h' 2024-08-08T20:19:06.0168890Z adding 'torch/include/ATen/ops/special_i1e.h' 2024-08-08T20:19:06.0169940Z adding 'torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0170990Z adding 'torch/include/ATen/ops/special_i1e_cpu_dispatch.h' 2024-08-08T20:19:06.0171550Z adding 'torch/include/ATen/ops/special_i1e_cuda_dispatch.h' 2024-08-08T20:19:06.0172740Z adding 'torch/include/ATen/ops/special_i1e_meta.h' 2024-08-08T20:19:06.0173760Z adding 'torch/include/ATen/ops/special_i1e_meta_dispatch.h' 2024-08-08T20:19:06.0174600Z adding 'torch/include/ATen/ops/special_i1e_native.h' 2024-08-08T20:19:06.0175750Z adding 'torch/include/ATen/ops/special_i1e_ops.h' 2024-08-08T20:19:06.0176930Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l.h' 2024-08-08T20:19:06.0178240Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0178950Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0183220Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h' 2024-08-08T20:19:06.0183690Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h' 2024-08-08T20:19:06.0183920Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h' 2024-08-08T20:19:06.0184180Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h' 2024-08-08T20:19:06.0184440Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_native.h' 2024-08-08T20:19:06.0186250Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h' 2024-08-08T20:19:06.0187450Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p.h' 2024-08-08T20:19:06.0188770Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0189480Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0190610Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h' 2024-08-08T20:19:06.0191200Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h' 2024-08-08T20:19:06.0192330Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta.h' 2024-08-08T20:19:06.0192980Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h' 2024-08-08T20:19:06.0194230Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_native.h' 2024-08-08T20:19:06.0195410Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_ops.h' 2024-08-08T20:19:06.0196010Z adding 'torch/include/ATen/ops/special_log1p.h' 2024-08-08T20:19:06.0197380Z adding 'torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0197910Z adding 'torch/include/ATen/ops/special_log1p_native.h' 2024-08-08T20:19:06.0199140Z adding 'torch/include/ATen/ops/special_log1p_ops.h' 2024-08-08T20:19:06.0200140Z adding 'torch/include/ATen/ops/special_log_ndtr.h' 2024-08-08T20:19:06.0200940Z adding 'torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0201980Z adding 'torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h' 2024-08-08T20:19:06.0202630Z adding 'torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h' 2024-08-08T20:19:06.0203680Z adding 'torch/include/ATen/ops/special_log_ndtr_meta.h' 2024-08-08T20:19:06.0204580Z adding 'torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h' 2024-08-08T20:19:06.0205190Z adding 'torch/include/ATen/ops/special_log_ndtr_native.h' 2024-08-08T20:19:06.0206450Z adding 'torch/include/ATen/ops/special_log_ndtr_ops.h' 2024-08-08T20:19:06.0207310Z adding 'torch/include/ATen/ops/special_log_softmax.h' 2024-08-08T20:19:06.0208320Z adding 'torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0208950Z adding 'torch/include/ATen/ops/special_log_softmax_native.h' 2024-08-08T20:19:06.0210160Z adding 'torch/include/ATen/ops/special_log_softmax_ops.h' 2024-08-08T20:19:06.0210990Z adding 'torch/include/ATen/ops/special_logit.h' 2024-08-08T20:19:06.0212310Z adding 'torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0212690Z adding 'torch/include/ATen/ops/special_logit_native.h' 2024-08-08T20:19:06.0213950Z adding 'torch/include/ATen/ops/special_logit_ops.h' 2024-08-08T20:19:06.0214800Z adding 'torch/include/ATen/ops/special_logsumexp.h' 2024-08-08T20:19:06.0216000Z adding 'torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0216480Z adding 'torch/include/ATen/ops/special_logsumexp_native.h' 2024-08-08T20:19:06.0217740Z adding 'torch/include/ATen/ops/special_logsumexp_ops.h' 2024-08-08T20:19:06.0218630Z adding 'torch/include/ATen/ops/special_modified_bessel_i0.h' 2024-08-08T20:19:06.0219730Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0220310Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h' 2024-08-08T20:19:06.0221320Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h' 2024-08-08T20:19:06.0222140Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta.h' 2024-08-08T20:19:06.0223040Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h' 2024-08-08T20:19:06.0223870Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_native.h' 2024-08-08T20:19:06.0225040Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_ops.h' 2024-08-08T20:19:06.0225670Z adding 'torch/include/ATen/ops/special_modified_bessel_i1.h' 2024-08-08T20:19:06.0227140Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0227600Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h' 2024-08-08T20:19:06.0228740Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h' 2024-08-08T20:19:06.0229300Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta.h' 2024-08-08T20:19:06.0230450Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h' 2024-08-08T20:19:06.0231050Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_native.h' 2024-08-08T20:19:06.0232330Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_ops.h' 2024-08-08T20:19:06.0232940Z adding 'torch/include/ATen/ops/special_modified_bessel_k0.h' 2024-08-08T20:19:06.0234200Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0234790Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h' 2024-08-08T20:19:06.0236000Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h' 2024-08-08T20:19:06.0236490Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta.h' 2024-08-08T20:19:06.0237720Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h' 2024-08-08T20:19:06.0238300Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_native.h' 2024-08-08T20:19:06.0239480Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_ops.h' 2024-08-08T20:19:06.0240370Z adding 'torch/include/ATen/ops/special_modified_bessel_k1.h' 2024-08-08T20:19:06.0241390Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0241970Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h' 2024-08-08T20:19:06.0243190Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h' 2024-08-08T20:19:06.0243660Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta.h' 2024-08-08T20:19:06.0244800Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h' 2024-08-08T20:19:06.0245380Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_native.h' 2024-08-08T20:19:06.0246680Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_ops.h' 2024-08-08T20:19:06.0247260Z adding 'torch/include/ATen/ops/special_multigammaln.h' 2024-08-08T20:19:06.0248660Z adding 'torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0249060Z adding 'torch/include/ATen/ops/special_multigammaln_native.h' 2024-08-08T20:19:06.0250310Z adding 'torch/include/ATen/ops/special_multigammaln_ops.h' 2024-08-08T20:19:06.0251120Z adding 'torch/include/ATen/ops/special_ndtr.h' 2024-08-08T20:19:06.0252200Z adding 'torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0252680Z adding 'torch/include/ATen/ops/special_ndtr_native.h' 2024-08-08T20:19:06.0253950Z adding 'torch/include/ATen/ops/special_ndtr_ops.h' 2024-08-08T20:19:06.0254930Z adding 'torch/include/ATen/ops/special_ndtri.h' 2024-08-08T20:19:06.0255640Z adding 'torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0256730Z adding 'torch/include/ATen/ops/special_ndtri_cpu_dispatch.h' 2024-08-08T20:19:06.0257180Z adding 'torch/include/ATen/ops/special_ndtri_cuda_dispatch.h' 2024-08-08T20:19:06.0258320Z adding 'torch/include/ATen/ops/special_ndtri_meta.h' 2024-08-08T20:19:06.0259210Z adding 'torch/include/ATen/ops/special_ndtri_meta_dispatch.h' 2024-08-08T20:19:06.0259790Z adding 'torch/include/ATen/ops/special_ndtri_native.h' 2024-08-08T20:19:06.0261050Z adding 'torch/include/ATen/ops/special_ndtri_ops.h' 2024-08-08T20:19:06.0262050Z adding 'torch/include/ATen/ops/special_polygamma.h' 2024-08-08T20:19:06.0262720Z adding 'torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0263780Z adding 'torch/include/ATen/ops/special_polygamma_native.h' 2024-08-08T20:19:06.0264640Z adding 'torch/include/ATen/ops/special_polygamma_ops.h' 2024-08-08T20:19:06.0265460Z adding 'torch/include/ATen/ops/special_psi.h' 2024-08-08T20:19:06.0266760Z adding 'torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0267090Z adding 'torch/include/ATen/ops/special_psi_native.h' 2024-08-08T20:19:06.0268310Z adding 'torch/include/ATen/ops/special_psi_ops.h' 2024-08-08T20:19:06.0269290Z adding 'torch/include/ATen/ops/special_round.h' 2024-08-08T20:19:06.0270080Z adding 'torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0270930Z adding 'torch/include/ATen/ops/special_round_native.h' 2024-08-08T20:19:06.0272080Z adding 'torch/include/ATen/ops/special_round_ops.h' 2024-08-08T20:19:06.0273150Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0.h' 2024-08-08T20:19:06.0273840Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0274990Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h' 2024-08-08T20:19:06.0275470Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h' 2024-08-08T20:19:06.0276570Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h' 2024-08-08T20:19:06.0277200Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h' 2024-08-08T20:19:06.0278300Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h' 2024-08-08T20:19:06.0279630Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h' 2024-08-08T20:19:06.0280250Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1.h' 2024-08-08T20:19:06.0281700Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0282020Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h' 2024-08-08T20:19:06.0283170Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h' 2024-08-08T20:19:06.0283770Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h' 2024-08-08T20:19:06.0284610Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h' 2024-08-08T20:19:06.0285760Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h' 2024-08-08T20:19:06.0286460Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h' 2024-08-08T20:19:06.0287740Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h' 2024-08-08T20:19:06.0288740Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0289560Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0290690Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h' 2024-08-08T20:19:06.0291170Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h' 2024-08-08T20:19:06.0292270Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h' 2024-08-08T20:19:06.0292950Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h' 2024-08-08T20:19:06.0294060Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h' 2024-08-08T20:19:06.0295210Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h' 2024-08-08T20:19:06.0296370Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h' 2024-08-08T20:19:06.0297060Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0298330Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0298710Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h' 2024-08-08T20:19:06.0299870Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h' 2024-08-08T20:19:06.0300460Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h' 2024-08-08T20:19:06.0301770Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h' 2024-08-08T20:19:06.0302250Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h' 2024-08-08T20:19:06.0303640Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h' 2024-08-08T20:19:06.0304790Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h' 2024-08-08T20:19:06.0305530Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0306810Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0307160Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h' 2024-08-08T20:19:06.0308340Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h' 2024-08-08T20:19:06.0308950Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h' 2024-08-08T20:19:06.0310090Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h' 2024-08-08T20:19:06.0310680Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h' 2024-08-08T20:19:06.0312090Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h' 2024-08-08T20:19:06.0312910Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h' 2024-08-08T20:19:06.0314010Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0315070Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0315580Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h' 2024-08-08T20:19:06.0316530Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h' 2024-08-08T20:19:06.0317380Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h' 2024-08-08T20:19:06.0318240Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h' 2024-08-08T20:19:06.0319120Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h' 2024-08-08T20:19:06.0320250Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h' 2024-08-08T20:19:06.0321080Z adding 'torch/include/ATen/ops/special_sinc.h' 2024-08-08T20:19:06.0322110Z adding 'torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0322870Z adding 'torch/include/ATen/ops/special_sinc_native.h' 2024-08-08T20:19:06.0323840Z adding 'torch/include/ATen/ops/special_sinc_ops.h' 2024-08-08T20:19:06.0324760Z adding 'torch/include/ATen/ops/special_softmax.h' 2024-08-08T20:19:06.0325810Z adding 'torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0326590Z adding 'torch/include/ATen/ops/special_softmax_native.h' 2024-08-08T20:19:06.0327590Z adding 'torch/include/ATen/ops/special_softmax_ops.h' 2024-08-08T20:19:06.0328600Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0.h' 2024-08-08T20:19:06.0329730Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0330370Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h' 2024-08-08T20:19:06.0331330Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h' 2024-08-08T20:19:06.0335410Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta.h' 2024-08-08T20:19:06.0335740Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h' 2024-08-08T20:19:06.0335970Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_native.h' 2024-08-08T20:19:06.0336180Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_ops.h' 2024-08-08T20:19:06.0336320Z adding 'torch/include/ATen/ops/special_xlog1py.h' 2024-08-08T20:19:06.0336830Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0338220Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0338580Z adding 'torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h' 2024-08-08T20:19:06.0339530Z adding 'torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h' 2024-08-08T20:19:06.0340360Z adding 'torch/include/ATen/ops/special_xlog1py_meta.h' 2024-08-08T20:19:06.0341270Z adding 'torch/include/ATen/ops/special_xlog1py_meta_dispatch.h' 2024-08-08T20:19:06.0342190Z adding 'torch/include/ATen/ops/special_xlog1py_native.h' 2024-08-08T20:19:06.0343350Z adding 'torch/include/ATen/ops/special_xlog1py_ops.h' 2024-08-08T20:19:06.0344390Z adding 'torch/include/ATen/ops/special_xlogy.h' 2024-08-08T20:19:06.0345500Z adding 'torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0346280Z adding 'torch/include/ATen/ops/special_xlogy_native.h' 2024-08-08T20:19:06.0347410Z adding 'torch/include/ATen/ops/special_xlogy_ops.h' 2024-08-08T20:19:06.0348430Z adding 'torch/include/ATen/ops/special_zeta.h' 2024-08-08T20:19:06.0349520Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0350540Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0351190Z adding 'torch/include/ATen/ops/special_zeta_cpu_dispatch.h' 2024-08-08T20:19:06.0352110Z adding 'torch/include/ATen/ops/special_zeta_cuda_dispatch.h' 2024-08-08T20:19:06.0352930Z adding 'torch/include/ATen/ops/special_zeta_meta.h' 2024-08-08T20:19:06.0353820Z adding 'torch/include/ATen/ops/special_zeta_meta_dispatch.h' 2024-08-08T20:19:06.0354680Z adding 'torch/include/ATen/ops/special_zeta_native.h' 2024-08-08T20:19:06.0355820Z adding 'torch/include/ATen/ops/special_zeta_ops.h' 2024-08-08T20:19:06.0356850Z adding 'torch/include/ATen/ops/split.h' 2024-08-08T20:19:06.0357920Z adding 'torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0358840Z adding 'torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0359810Z adding 'torch/include/ATen/ops/split_copy.h' 2024-08-08T20:19:06.0360900Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0361860Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0362570Z adding 'torch/include/ATen/ops/split_copy_native.h' 2024-08-08T20:19:06.0363560Z adding 'torch/include/ATen/ops/split_copy_ops.h' 2024-08-08T20:19:06.0364450Z adding 'torch/include/ATen/ops/split_native.h' 2024-08-08T20:19:06.0365440Z adding 'torch/include/ATen/ops/split_ops.h' 2024-08-08T20:19:06.0366430Z adding 'torch/include/ATen/ops/split_with_sizes.h' 2024-08-08T20:19:06.0367490Z adding 'torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0368460Z adding 'torch/include/ATen/ops/split_with_sizes_copy.h' 2024-08-08T20:19:06.0369590Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0370540Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0371340Z adding 'torch/include/ATen/ops/split_with_sizes_copy_cuda_dispatch.h' 2024-08-08T20:19:06.0372270Z adding 'torch/include/ATen/ops/split_with_sizes_copy_native.h' 2024-08-08T20:19:06.0373330Z adding 'torch/include/ATen/ops/split_with_sizes_copy_ops.h' 2024-08-08T20:19:06.0374240Z adding 'torch/include/ATen/ops/split_with_sizes_native.h' 2024-08-08T20:19:06.0375260Z adding 'torch/include/ATen/ops/split_with_sizes_ops.h' 2024-08-08T20:19:06.0376200Z adding 'torch/include/ATen/ops/sqrt.h' 2024-08-08T20:19:06.0377380Z adding 'torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0378160Z adding 'torch/include/ATen/ops/sqrt_cpu_dispatch.h' 2024-08-08T20:19:06.0379100Z adding 'torch/include/ATen/ops/sqrt_cuda_dispatch.h' 2024-08-08T20:19:06.0380010Z adding 'torch/include/ATen/ops/sqrt_meta.h' 2024-08-08T20:19:06.0380970Z adding 'torch/include/ATen/ops/sqrt_meta_dispatch.h' 2024-08-08T20:19:06.0381880Z adding 'torch/include/ATen/ops/sqrt_mps_dispatch.h' 2024-08-08T20:19:06.0382870Z adding 'torch/include/ATen/ops/sqrt_native.h' 2024-08-08T20:19:06.0383940Z adding 'torch/include/ATen/ops/sqrt_ops.h' 2024-08-08T20:19:06.0384940Z adding 'torch/include/ATen/ops/square.h' 2024-08-08T20:19:06.0386070Z adding 'torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0386890Z adding 'torch/include/ATen/ops/square_native.h' 2024-08-08T20:19:06.0387960Z adding 'torch/include/ATen/ops/square_ops.h' 2024-08-08T20:19:06.0388970Z adding 'torch/include/ATen/ops/squeeze.h' 2024-08-08T20:19:06.0390110Z adding 'torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0391100Z adding 'torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0392060Z adding 'torch/include/ATen/ops/squeeze_copy.h' 2024-08-08T20:19:06.0393230Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0394270Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0395080Z adding 'torch/include/ATen/ops/squeeze_copy_native.h' 2024-08-08T20:19:06.0396260Z adding 'torch/include/ATen/ops/squeeze_copy_ops.h' 2024-08-08T20:19:06.0397260Z adding 'torch/include/ATen/ops/squeeze_native.h' 2024-08-08T20:19:06.0398520Z adding 'torch/include/ATen/ops/squeeze_ops.h' 2024-08-08T20:19:06.0399550Z adding 'torch/include/ATen/ops/sspaddmm.h' 2024-08-08T20:19:06.0400690Z adding 'torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0401560Z adding 'torch/include/ATen/ops/sspaddmm_cpu_dispatch.h' 2024-08-08T20:19:06.0402490Z adding 'torch/include/ATen/ops/sspaddmm_cuda_dispatch.h' 2024-08-08T20:19:06.0403450Z adding 'torch/include/ATen/ops/sspaddmm_native.h' 2024-08-08T20:19:06.0404560Z adding 'torch/include/ATen/ops/sspaddmm_ops.h' 2024-08-08T20:19:06.0405550Z adding 'torch/include/ATen/ops/stack.h' 2024-08-08T20:19:06.0406700Z adding 'torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0407510Z adding 'torch/include/ATen/ops/stack_native.h' 2024-08-08T20:19:06.0408570Z adding 'torch/include/ATen/ops/stack_ops.h' 2024-08-08T20:19:06.0409820Z adding 'torch/include/ATen/ops/std.h' 2024-08-08T20:19:06.0411050Z adding 'torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0411940Z adding 'torch/include/ATen/ops/std_cpu_dispatch.h' 2024-08-08T20:19:06.0412890Z adding 'torch/include/ATen/ops/std_cuda_dispatch.h' 2024-08-08T20:19:06.0414030Z adding 'torch/include/ATen/ops/std_mean.h' 2024-08-08T20:19:06.0415200Z adding 'torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0416210Z adding 'torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0417140Z adding 'torch/include/ATen/ops/std_mean_cpu_dispatch.h' 2024-08-08T20:19:06.0418020Z adding 'torch/include/ATen/ops/std_mean_cuda_dispatch.h' 2024-08-08T20:19:06.0418940Z adding 'torch/include/ATen/ops/std_mean_mps_dispatch.h' 2024-08-08T20:19:06.0419970Z adding 'torch/include/ATen/ops/std_mean_native.h' 2024-08-08T20:19:06.0421330Z adding 'torch/include/ATen/ops/std_mean_ops.h' 2024-08-08T20:19:06.0422360Z adding 'torch/include/ATen/ops/std_mps_dispatch.h' 2024-08-08T20:19:06.0423380Z adding 'torch/include/ATen/ops/std_native.h' 2024-08-08T20:19:06.0424800Z adding 'torch/include/ATen/ops/std_ops.h' 2024-08-08T20:19:06.0425900Z adding 'torch/include/ATen/ops/stft.h' 2024-08-08T20:19:06.0427100Z adding 'torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0427980Z adding 'torch/include/ATen/ops/stft_native.h' 2024-08-08T20:19:06.0429240Z adding 'torch/include/ATen/ops/stft_ops.h' 2024-08-08T20:19:06.0430210Z adding 'torch/include/ATen/ops/stride.h' 2024-08-08T20:19:06.0431360Z adding 'torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0432170Z adding 'torch/include/ATen/ops/stride_native.h' 2024-08-08T20:19:06.0433230Z adding 'torch/include/ATen/ops/stride_ops.h' 2024-08-08T20:19:06.0434280Z adding 'torch/include/ATen/ops/sub.h' 2024-08-08T20:19:06.0435440Z adding 'torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0436470Z adding 'torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0437310Z adding 'torch/include/ATen/ops/sub_cpu_dispatch.h' 2024-08-08T20:19:06.0438240Z adding 'torch/include/ATen/ops/sub_cuda_dispatch.h' 2024-08-08T20:19:06.0439170Z adding 'torch/include/ATen/ops/sub_meta.h' 2024-08-08T20:19:06.0440130Z adding 'torch/include/ATen/ops/sub_meta_dispatch.h' 2024-08-08T20:19:06.0441040Z adding 'torch/include/ATen/ops/sub_mps_dispatch.h' 2024-08-08T20:19:06.0442050Z adding 'torch/include/ATen/ops/sub_native.h' 2024-08-08T20:19:06.0443310Z adding 'torch/include/ATen/ops/sub_ops.h' 2024-08-08T20:19:06.0444350Z adding 'torch/include/ATen/ops/subtract.h' 2024-08-08T20:19:06.0445510Z adding 'torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0446400Z adding 'torch/include/ATen/ops/subtract_native.h' 2024-08-08T20:19:06.0447560Z adding 'torch/include/ATen/ops/subtract_ops.h' 2024-08-08T20:19:06.0448720Z adding 'torch/include/ATen/ops/sum.h' 2024-08-08T20:19:06.0449870Z adding 'torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0450910Z adding 'torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0451850Z adding 'torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0452730Z adding 'torch/include/ATen/ops/sum_cpu_dispatch.h' 2024-08-08T20:19:06.0453680Z adding 'torch/include/ATen/ops/sum_cuda_dispatch.h' 2024-08-08T20:19:06.0454620Z adding 'torch/include/ATen/ops/sum_meta.h' 2024-08-08T20:19:06.0455570Z adding 'torch/include/ATen/ops/sum_meta_dispatch.h' 2024-08-08T20:19:06.0456500Z adding 'torch/include/ATen/ops/sum_mps_dispatch.h' 2024-08-08T20:19:06.0457560Z adding 'torch/include/ATen/ops/sum_native.h' 2024-08-08T20:19:06.0458830Z adding 'torch/include/ATen/ops/sum_ops.h' 2024-08-08T20:19:06.0459850Z adding 'torch/include/ATen/ops/sum_to_size.h' 2024-08-08T20:19:06.0460990Z adding 'torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0461790Z adding 'torch/include/ATen/ops/sum_to_size_native.h' 2024-08-08T20:19:06.0462780Z adding 'torch/include/ATen/ops/sum_to_size_ops.h' 2024-08-08T20:19:06.0463800Z adding 'torch/include/ATen/ops/svd.h' 2024-08-08T20:19:06.0464940Z adding 'torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0465760Z adding 'torch/include/ATen/ops/svd_native.h' 2024-08-08T20:19:06.0466840Z adding 'torch/include/ATen/ops/svd_ops.h' 2024-08-08T20:19:06.0467810Z adding 'torch/include/ATen/ops/swapaxes.h' 2024-08-08T20:19:06.0468970Z adding 'torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0469750Z adding 'torch/include/ATen/ops/swapaxes_native.h' 2024-08-08T20:19:06.0470830Z adding 'torch/include/ATen/ops/swapaxes_ops.h' 2024-08-08T20:19:06.0471770Z adding 'torch/include/ATen/ops/swapdims.h' 2024-08-08T20:19:06.0472870Z adding 'torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0473690Z adding 'torch/include/ATen/ops/swapdims_native.h' 2024-08-08T20:19:06.0474740Z adding 'torch/include/ATen/ops/swapdims_ops.h' 2024-08-08T20:19:06.0475740Z adding 'torch/include/ATen/ops/sym_constrain_range.h' 2024-08-08T20:19:06.0476870Z adding 'torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0477740Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size.h' 2024-08-08T20:19:06.0478870Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0479700Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_native.h' 2024-08-08T20:19:06.0480840Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_ops.h' 2024-08-08T20:19:06.0481750Z adding 'torch/include/ATen/ops/sym_constrain_range_native.h' 2024-08-08T20:19:06.0482780Z adding 'torch/include/ATen/ops/sym_constrain_range_ops.h' 2024-08-08T20:19:06.0483700Z adding 'torch/include/ATen/ops/sym_numel.h' 2024-08-08T20:19:06.0484900Z adding 'torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0485540Z adding 'torch/include/ATen/ops/sym_numel_native.h' 2024-08-08T20:19:06.0486680Z adding 'torch/include/ATen/ops/sym_numel_ops.h' 2024-08-08T20:19:06.0487620Z adding 'torch/include/ATen/ops/sym_size.h' 2024-08-08T20:19:06.0488740Z adding 'torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0489530Z adding 'torch/include/ATen/ops/sym_size_native.h' 2024-08-08T20:19:06.0490530Z adding 'torch/include/ATen/ops/sym_size_ops.h' 2024-08-08T20:19:06.0491500Z adding 'torch/include/ATen/ops/sym_storage_offset.h' 2024-08-08T20:19:06.0492610Z adding 'torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0493410Z adding 'torch/include/ATen/ops/sym_storage_offset_native.h' 2024-08-08T20:19:06.0494430Z adding 'torch/include/ATen/ops/sym_storage_offset_ops.h' 2024-08-08T20:19:06.0495290Z adding 'torch/include/ATen/ops/sym_stride.h' 2024-08-08T20:19:06.0499780Z adding 'torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0500080Z adding 'torch/include/ATen/ops/sym_stride_native.h' 2024-08-08T20:19:06.0500310Z adding 'torch/include/ATen/ops/sym_stride_ops.h' 2024-08-08T20:19:06.0501430Z adding 'torch/include/ATen/ops/t.h' 2024-08-08T20:19:06.0501680Z adding 'torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0501810Z adding 'torch/include/ATen/ops/t_copy.h' 2024-08-08T20:19:06.0502080Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0503210Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0504290Z adding 'torch/include/ATen/ops/t_copy_native.h' 2024-08-08T20:19:06.0505340Z adding 'torch/include/ATen/ops/t_copy_ops.h' 2024-08-08T20:19:06.0506240Z adding 'torch/include/ATen/ops/t_native.h' 2024-08-08T20:19:06.0507260Z adding 'torch/include/ATen/ops/t_ops.h' 2024-08-08T20:19:06.0508250Z adding 'torch/include/ATen/ops/take.h' 2024-08-08T20:19:06.0509290Z adding 'torch/include/ATen/ops/take_along_dim.h' 2024-08-08T20:19:06.0510450Z adding 'torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0511260Z adding 'torch/include/ATen/ops/take_along_dim_native.h' 2024-08-08T20:19:06.0512330Z adding 'torch/include/ATen/ops/take_along_dim_ops.h' 2024-08-08T20:19:06.0513290Z adding 'torch/include/ATen/ops/take_cpu_dispatch.h' 2024-08-08T20:19:06.0514270Z adding 'torch/include/ATen/ops/take_cuda_dispatch.h' 2024-08-08T20:19:06.0515130Z adding 'torch/include/ATen/ops/take_native.h' 2024-08-08T20:19:06.0516180Z adding 'torch/include/ATen/ops/take_ops.h' 2024-08-08T20:19:06.0517150Z adding 'torch/include/ATen/ops/tan.h' 2024-08-08T20:19:06.0518350Z adding 'torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0519140Z adding 'torch/include/ATen/ops/tan_cpu_dispatch.h' 2024-08-08T20:19:06.0520060Z adding 'torch/include/ATen/ops/tan_cuda_dispatch.h' 2024-08-08T20:19:06.0520970Z adding 'torch/include/ATen/ops/tan_meta.h' 2024-08-08T20:19:06.0521930Z adding 'torch/include/ATen/ops/tan_meta_dispatch.h' 2024-08-08T20:19:06.0522820Z adding 'torch/include/ATen/ops/tan_mps_dispatch.h' 2024-08-08T20:19:06.0523780Z adding 'torch/include/ATen/ops/tan_native.h' 2024-08-08T20:19:06.0524850Z adding 'torch/include/ATen/ops/tan_ops.h' 2024-08-08T20:19:06.0525820Z adding 'torch/include/ATen/ops/tanh.h' 2024-08-08T20:19:06.0526860Z adding 'torch/include/ATen/ops/tanh_backward.h' 2024-08-08T20:19:06.0528070Z adding 'torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0528900Z adding 'torch/include/ATen/ops/tanh_backward_cpu_dispatch.h' 2024-08-08T20:19:06.0529820Z adding 'torch/include/ATen/ops/tanh_backward_cuda_dispatch.h' 2024-08-08T20:19:06.0530820Z adding 'torch/include/ATen/ops/tanh_backward_meta.h' 2024-08-08T20:19:06.0531800Z adding 'torch/include/ATen/ops/tanh_backward_meta_dispatch.h' 2024-08-08T20:19:06.0532720Z adding 'torch/include/ATen/ops/tanh_backward_mps_dispatch.h' 2024-08-08T20:19:06.0533650Z adding 'torch/include/ATen/ops/tanh_backward_native.h' 2024-08-08T20:19:06.0534710Z adding 'torch/include/ATen/ops/tanh_backward_ops.h' 2024-08-08T20:19:06.0535850Z adding 'torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0536640Z adding 'torch/include/ATen/ops/tanh_cpu_dispatch.h' 2024-08-08T20:19:06.0537540Z adding 'torch/include/ATen/ops/tanh_cuda_dispatch.h' 2024-08-08T20:19:06.0538460Z adding 'torch/include/ATen/ops/tanh_meta.h' 2024-08-08T20:19:06.0539400Z adding 'torch/include/ATen/ops/tanh_meta_dispatch.h' 2024-08-08T20:19:06.0540330Z adding 'torch/include/ATen/ops/tanh_mps_dispatch.h' 2024-08-08T20:19:06.0541320Z adding 'torch/include/ATen/ops/tanh_native.h' 2024-08-08T20:19:06.0542450Z adding 'torch/include/ATen/ops/tanh_ops.h' 2024-08-08T20:19:06.0543510Z adding 'torch/include/ATen/ops/tensor.h' 2024-08-08T20:19:06.0544710Z adding 'torch/include/ATen/ops/tensor_split.h' 2024-08-08T20:19:06.0545910Z adding 'torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0546760Z adding 'torch/include/ATen/ops/tensor_split_native.h' 2024-08-08T20:19:06.0547900Z adding 'torch/include/ATen/ops/tensor_split_ops.h' 2024-08-08T20:19:06.0548960Z adding 'torch/include/ATen/ops/tensordot.h' 2024-08-08T20:19:06.0550100Z adding 'torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0550920Z adding 'torch/include/ATen/ops/tensordot_native.h' 2024-08-08T20:19:06.0552010Z adding 'torch/include/ATen/ops/tensordot_ops.h' 2024-08-08T20:19:06.0553320Z adding 'torch/include/ATen/ops/thnn_conv2d.h' 2024-08-08T20:19:06.0554580Z adding 'torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0555410Z adding 'torch/include/ATen/ops/thnn_conv2d_native.h' 2024-08-08T20:19:06.0556510Z adding 'torch/include/ATen/ops/thnn_conv2d_ops.h' 2024-08-08T20:19:06.0557500Z adding 'torch/include/ATen/ops/threshold.h' 2024-08-08T20:19:06.0558550Z adding 'torch/include/ATen/ops/threshold_backward.h' 2024-08-08T20:19:06.0559760Z adding 'torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0560590Z adding 'torch/include/ATen/ops/threshold_backward_cpu_dispatch.h' 2024-08-08T20:19:06.0561530Z adding 'torch/include/ATen/ops/threshold_backward_cuda_dispatch.h' 2024-08-08T20:19:06.0562450Z adding 'torch/include/ATen/ops/threshold_backward_meta.h' 2024-08-08T20:19:06.0563450Z adding 'torch/include/ATen/ops/threshold_backward_meta_dispatch.h' 2024-08-08T20:19:06.0564350Z adding 'torch/include/ATen/ops/threshold_backward_mps_dispatch.h' 2024-08-08T20:19:06.0565340Z adding 'torch/include/ATen/ops/threshold_backward_native.h' 2024-08-08T20:19:06.0566410Z adding 'torch/include/ATen/ops/threshold_backward_ops.h' 2024-08-08T20:19:06.0567560Z adding 'torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0568360Z adding 'torch/include/ATen/ops/threshold_cpu_dispatch.h' 2024-08-08T20:19:06.0569210Z adding 'torch/include/ATen/ops/threshold_cuda_dispatch.h' 2024-08-08T20:19:06.0570350Z adding 'torch/include/ATen/ops/threshold_meta.h' 2024-08-08T20:19:06.0571070Z adding 'torch/include/ATen/ops/threshold_meta_dispatch.h' 2024-08-08T20:19:06.0572040Z adding 'torch/include/ATen/ops/threshold_mps_dispatch.h' 2024-08-08T20:19:06.0573310Z adding 'torch/include/ATen/ops/threshold_native.h' 2024-08-08T20:19:06.0574070Z adding 'torch/include/ATen/ops/threshold_ops.h' 2024-08-08T20:19:06.0575100Z adding 'torch/include/ATen/ops/tile.h' 2024-08-08T20:19:06.0576300Z adding 'torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0576980Z adding 'torch/include/ATen/ops/tile_native.h' 2024-08-08T20:19:06.0578130Z adding 'torch/include/ATen/ops/tile_ops.h' 2024-08-08T20:19:06.0579040Z adding 'torch/include/ATen/ops/to.h' 2024-08-08T20:19:06.0580240Z adding 'torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0580930Z adding 'torch/include/ATen/ops/to_dense.h' 2024-08-08T20:19:06.0582030Z adding 'torch/include/ATen/ops/to_dense_backward.h' 2024-08-08T20:19:06.0583130Z adding 'torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0583890Z adding 'torch/include/ATen/ops/to_dense_backward_native.h' 2024-08-08T20:19:06.0585060Z adding 'torch/include/ATen/ops/to_dense_backward_ops.h' 2024-08-08T20:19:06.0586050Z adding 'torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0586870Z adding 'torch/include/ATen/ops/to_dense_native.h' 2024-08-08T20:19:06.0587980Z adding 'torch/include/ATen/ops/to_dense_ops.h' 2024-08-08T20:19:06.0588940Z adding 'torch/include/ATen/ops/to_mkldnn.h' 2024-08-08T20:19:06.0589970Z adding 'torch/include/ATen/ops/to_mkldnn_backward.h' 2024-08-08T20:19:06.0590940Z adding 'torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0591750Z adding 'torch/include/ATen/ops/to_mkldnn_backward_native.h' 2024-08-08T20:19:06.0592850Z adding 'torch/include/ATen/ops/to_mkldnn_backward_ops.h' 2024-08-08T20:19:06.0593830Z adding 'torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0594680Z adding 'torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h' 2024-08-08T20:19:06.0595740Z adding 'torch/include/ATen/ops/to_mkldnn_native.h' 2024-08-08T20:19:06.0596810Z adding 'torch/include/ATen/ops/to_mkldnn_ops.h' 2024-08-08T20:19:06.0597790Z adding 'torch/include/ATen/ops/to_native.h' 2024-08-08T20:19:06.0599050Z adding 'torch/include/ATen/ops/to_ops.h' 2024-08-08T20:19:06.0600300Z adding 'torch/include/ATen/ops/to_padded_tensor.h' 2024-08-08T20:19:06.0601480Z adding 'torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0602210Z adding 'torch/include/ATen/ops/to_padded_tensor_native.h' 2024-08-08T20:19:06.0603400Z adding 'torch/include/ATen/ops/to_padded_tensor_ops.h' 2024-08-08T20:19:06.0604160Z adding 'torch/include/ATen/ops/to_sparse.h' 2024-08-08T20:19:06.0605190Z adding 'torch/include/ATen/ops/to_sparse_bsc.h' 2024-08-08T20:19:06.0610090Z adding 'torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0610640Z adding 'torch/include/ATen/ops/to_sparse_bsc_native.h' 2024-08-08T20:19:06.0611060Z adding 'torch/include/ATen/ops/to_sparse_bsc_ops.h' 2024-08-08T20:19:06.0611440Z adding 'torch/include/ATen/ops/to_sparse_bsr.h' 2024-08-08T20:19:06.0612020Z adding 'torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0612570Z adding 'torch/include/ATen/ops/to_sparse_bsr_native.h' 2024-08-08T20:19:06.0612980Z adding 'torch/include/ATen/ops/to_sparse_bsr_ops.h' 2024-08-08T20:19:06.0613510Z adding 'torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0614030Z adding 'torch/include/ATen/ops/to_sparse_csc.h' 2024-08-08T20:19:06.0615080Z adding 'torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0615810Z adding 'torch/include/ATen/ops/to_sparse_csc_native.h' 2024-08-08T20:19:06.0616630Z adding 'torch/include/ATen/ops/to_sparse_csc_ops.h' 2024-08-08T20:19:06.0617630Z adding 'torch/include/ATen/ops/to_sparse_csr.h' 2024-08-08T20:19:06.0618740Z adding 'torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0619400Z adding 'torch/include/ATen/ops/to_sparse_csr_native.h' 2024-08-08T20:19:06.0620500Z adding 'torch/include/ATen/ops/to_sparse_csr_ops.h' 2024-08-08T20:19:06.0621560Z adding 'torch/include/ATen/ops/to_sparse_native.h' 2024-08-08T20:19:06.0622560Z adding 'torch/include/ATen/ops/to_sparse_ops.h' 2024-08-08T20:19:06.0623780Z adding 'torch/include/ATen/ops/topk.h' 2024-08-08T20:19:06.0625040Z adding 'torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0625820Z adding 'torch/include/ATen/ops/topk_cpu_dispatch.h' 2024-08-08T20:19:06.0626940Z adding 'torch/include/ATen/ops/topk_cuda_dispatch.h' 2024-08-08T20:19:06.0627810Z adding 'torch/include/ATen/ops/topk_meta.h' 2024-08-08T20:19:06.0628930Z adding 'torch/include/ATen/ops/topk_meta_dispatch.h' 2024-08-08T20:19:06.0629800Z adding 'torch/include/ATen/ops/topk_mps_dispatch.h' 2024-08-08T20:19:06.0631810Z adding 'torch/include/ATen/ops/topk_native.h' 2024-08-08T20:19:06.0633130Z adding 'torch/include/ATen/ops/topk_ops.h' 2024-08-08T20:19:06.0634370Z adding 'torch/include/ATen/ops/trace.h' 2024-08-08T20:19:06.0635590Z adding 'torch/include/ATen/ops/trace_backward.h' 2024-08-08T20:19:06.0637100Z adding 'torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0637800Z adding 'torch/include/ATen/ops/trace_backward_native.h' 2024-08-08T20:19:06.0639150Z adding 'torch/include/ATen/ops/trace_backward_ops.h' 2024-08-08T20:19:06.0640330Z adding 'torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0641250Z adding 'torch/include/ATen/ops/trace_cpu_dispatch.h' 2024-08-08T20:19:06.0642420Z adding 'torch/include/ATen/ops/trace_cuda_dispatch.h' 2024-08-08T20:19:06.0643510Z adding 'torch/include/ATen/ops/trace_mps_dispatch.h' 2024-08-08T20:19:06.0644440Z adding 'torch/include/ATen/ops/trace_native.h' 2024-08-08T20:19:06.0645730Z adding 'torch/include/ATen/ops/trace_ops.h' 2024-08-08T20:19:06.0646860Z adding 'torch/include/ATen/ops/transpose.h' 2024-08-08T20:19:06.0648140Z adding 'torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0649110Z adding 'torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0650240Z adding 'torch/include/ATen/ops/transpose_copy.h' 2024-08-08T20:19:06.0651540Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0652640Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0653530Z adding 'torch/include/ATen/ops/transpose_copy_native.h' 2024-08-08T20:19:06.0654850Z adding 'torch/include/ATen/ops/transpose_copy_ops.h' 2024-08-08T20:19:06.0655910Z adding 'torch/include/ATen/ops/transpose_native.h' 2024-08-08T20:19:06.0657160Z adding 'torch/include/ATen/ops/transpose_ops.h' 2024-08-08T20:19:06.0658250Z adding 'torch/include/ATen/ops/trapezoid.h' 2024-08-08T20:19:06.0659500Z adding 'torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0660370Z adding 'torch/include/ATen/ops/trapezoid_native.h' 2024-08-08T20:19:06.0661690Z adding 'torch/include/ATen/ops/trapezoid_ops.h' 2024-08-08T20:19:06.0662710Z adding 'torch/include/ATen/ops/trapz.h' 2024-08-08T20:19:06.0663970Z adding 'torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0664790Z adding 'torch/include/ATen/ops/trapz_native.h' 2024-08-08T20:19:06.0666060Z adding 'torch/include/ATen/ops/trapz_ops.h' 2024-08-08T20:19:06.0667260Z adding 'torch/include/ATen/ops/triangular_solve.h' 2024-08-08T20:19:06.0668610Z adding 'torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0669450Z adding 'torch/include/ATen/ops/triangular_solve_cpu_dispatch.h' 2024-08-08T20:19:06.0670700Z adding 'torch/include/ATen/ops/triangular_solve_cuda_dispatch.h' 2024-08-08T20:19:06.0671630Z adding 'torch/include/ATen/ops/triangular_solve_meta.h' 2024-08-08T20:19:06.0672750Z adding 'torch/include/ATen/ops/triangular_solve_meta_dispatch.h' 2024-08-08T20:19:06.0673880Z adding 'torch/include/ATen/ops/triangular_solve_mps_dispatch.h' 2024-08-08T20:19:06.0674970Z adding 'torch/include/ATen/ops/triangular_solve_native.h' 2024-08-08T20:19:06.0676250Z adding 'torch/include/ATen/ops/triangular_solve_ops.h' 2024-08-08T20:19:06.0677320Z adding 'torch/include/ATen/ops/tril.h' 2024-08-08T20:19:06.0678610Z adding 'torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0679430Z adding 'torch/include/ATen/ops/tril_cpu_dispatch.h' 2024-08-08T20:19:06.0680610Z adding 'torch/include/ATen/ops/tril_cuda_dispatch.h' 2024-08-08T20:19:06.0681810Z adding 'torch/include/ATen/ops/tril_indices.h' 2024-08-08T20:19:06.0683070Z adding 'torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0683980Z adding 'torch/include/ATen/ops/tril_indices_cpu_dispatch.h' 2024-08-08T20:19:06.0685150Z adding 'torch/include/ATen/ops/tril_indices_cuda_dispatch.h' 2024-08-08T20:19:06.0686210Z adding 'torch/include/ATen/ops/tril_indices_native.h' 2024-08-08T20:19:06.0687440Z adding 'torch/include/ATen/ops/tril_indices_ops.h' 2024-08-08T20:19:06.0688480Z adding 'torch/include/ATen/ops/tril_meta.h' 2024-08-08T20:19:06.0689590Z adding 'torch/include/ATen/ops/tril_meta_dispatch.h' 2024-08-08T20:19:06.0690630Z adding 'torch/include/ATen/ops/tril_mps_dispatch.h' 2024-08-08T20:19:06.0691710Z adding 'torch/include/ATen/ops/tril_native.h' 2024-08-08T20:19:06.0692890Z adding 'torch/include/ATen/ops/tril_ops.h' 2024-08-08T20:19:06.0694050Z adding 'torch/include/ATen/ops/triplet_margin_loss.h' 2024-08-08T20:19:06.0695330Z adding 'torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0696150Z adding 'torch/include/ATen/ops/triplet_margin_loss_native.h' 2024-08-08T20:19:06.0697420Z adding 'torch/include/ATen/ops/triplet_margin_loss_ops.h' 2024-08-08T20:19:06.0698480Z adding 'torch/include/ATen/ops/triu.h' 2024-08-08T20:19:06.0703200Z adding 'torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0703780Z adding 'torch/include/ATen/ops/triu_cpu_dispatch.h' 2024-08-08T20:19:06.0704180Z adding 'torch/include/ATen/ops/triu_cuda_dispatch.h' 2024-08-08T20:19:06.0704560Z adding 'torch/include/ATen/ops/triu_indices.h' 2024-08-08T20:19:06.0705090Z adding 'torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0705660Z adding 'torch/include/ATen/ops/triu_indices_cpu_dispatch.h' 2024-08-08T20:19:06.0706180Z adding 'torch/include/ATen/ops/triu_indices_cuda_dispatch.h' 2024-08-08T20:19:06.0707300Z adding 'torch/include/ATen/ops/triu_indices_native.h' 2024-08-08T20:19:06.0708520Z adding 'torch/include/ATen/ops/triu_indices_ops.h' 2024-08-08T20:19:06.0709550Z adding 'torch/include/ATen/ops/triu_meta.h' 2024-08-08T20:19:06.0710630Z adding 'torch/include/ATen/ops/triu_meta_dispatch.h' 2024-08-08T20:19:06.0711640Z adding 'torch/include/ATen/ops/triu_mps_dispatch.h' 2024-08-08T20:19:06.0712690Z adding 'torch/include/ATen/ops/triu_native.h' 2024-08-08T20:19:06.0713900Z adding 'torch/include/ATen/ops/triu_ops.h' 2024-08-08T20:19:06.0715090Z adding 'torch/include/ATen/ops/true_divide.h' 2024-08-08T20:19:06.0716320Z adding 'torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0717170Z adding 'torch/include/ATen/ops/true_divide_native.h' 2024-08-08T20:19:06.0718610Z adding 'torch/include/ATen/ops/true_divide_ops.h' 2024-08-08T20:19:06.0719700Z adding 'torch/include/ATen/ops/trunc.h' 2024-08-08T20:19:06.0721000Z adding 'torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0721780Z adding 'torch/include/ATen/ops/trunc_cpu_dispatch.h' 2024-08-08T20:19:06.0722890Z adding 'torch/include/ATen/ops/trunc_cuda_dispatch.h' 2024-08-08T20:19:06.0723850Z adding 'torch/include/ATen/ops/trunc_meta.h' 2024-08-08T20:19:06.0724850Z adding 'torch/include/ATen/ops/trunc_meta_dispatch.h' 2024-08-08T20:19:06.0725810Z adding 'torch/include/ATen/ops/trunc_mps_dispatch.h' 2024-08-08T20:19:06.0726820Z adding 'torch/include/ATen/ops/trunc_native.h' 2024-08-08T20:19:06.0727950Z adding 'torch/include/ATen/ops/trunc_ops.h' 2024-08-08T20:19:06.0728900Z adding 'torch/include/ATen/ops/type_as.h' 2024-08-08T20:19:06.0729980Z adding 'torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0730810Z adding 'torch/include/ATen/ops/type_as_native.h' 2024-08-08T20:19:06.0732070Z adding 'torch/include/ATen/ops/type_as_ops.h' 2024-08-08T20:19:06.0733130Z adding 'torch/include/ATen/ops/unbind.h' 2024-08-08T20:19:06.0734430Z adding 'torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0735290Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0736200Z adding 'torch/include/ATen/ops/unbind_copy.h' 2024-08-08T20:19:06.0737470Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0738440Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0739270Z adding 'torch/include/ATen/ops/unbind_copy_native.h' 2024-08-08T20:19:06.0740480Z adding 'torch/include/ATen/ops/unbind_copy_ops.h' 2024-08-08T20:19:06.0741510Z adding 'torch/include/ATen/ops/unbind_native.h' 2024-08-08T20:19:06.0742650Z adding 'torch/include/ATen/ops/unbind_ops.h' 2024-08-08T20:19:06.0743810Z adding 'torch/include/ATen/ops/unflatten.h' 2024-08-08T20:19:06.0745340Z adding 'torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0746180Z adding 'torch/include/ATen/ops/unflatten_dense_tensors.h' 2024-08-08T20:19:06.0747470Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0748240Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_native.h' 2024-08-08T20:19:06.0749390Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_ops.h' 2024-08-08T20:19:06.0750350Z adding 'torch/include/ATen/ops/unflatten_native.h' 2024-08-08T20:19:06.0751470Z adding 'torch/include/ATen/ops/unflatten_ops.h' 2024-08-08T20:19:06.0752420Z adding 'torch/include/ATen/ops/unfold.h' 2024-08-08T20:19:06.0753720Z adding 'torch/include/ATen/ops/unfold_backward.h' 2024-08-08T20:19:06.0754930Z adding 'torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0755760Z adding 'torch/include/ATen/ops/unfold_backward_cpu_dispatch.h' 2024-08-08T20:19:06.0756830Z adding 'torch/include/ATen/ops/unfold_backward_cuda_dispatch.h' 2024-08-08T20:19:06.0757690Z adding 'torch/include/ATen/ops/unfold_backward_native.h' 2024-08-08T20:19:06.0758910Z adding 'torch/include/ATen/ops/unfold_backward_ops.h' 2024-08-08T20:19:06.0759940Z adding 'torch/include/ATen/ops/unfold_copy.h' 2024-08-08T20:19:06.0761100Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0762050Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0762890Z adding 'torch/include/ATen/ops/unfold_copy_native.h' 2024-08-08T20:19:06.0764140Z adding 'torch/include/ATen/ops/unfold_copy_ops.h' 2024-08-08T20:19:06.0765150Z adding 'torch/include/ATen/ops/unfold_cpu_dispatch.h' 2024-08-08T20:19:06.0765970Z adding 'torch/include/ATen/ops/unfold_cuda_dispatch.h' 2024-08-08T20:19:06.0767130Z adding 'torch/include/ATen/ops/unfold_meta_dispatch.h' 2024-08-08T20:19:06.0767930Z adding 'torch/include/ATen/ops/unfold_mps_dispatch.h' 2024-08-08T20:19:06.0768980Z adding 'torch/include/ATen/ops/unfold_native.h' 2024-08-08T20:19:06.0770050Z adding 'torch/include/ATen/ops/unfold_ops.h' 2024-08-08T20:19:06.0771100Z adding 'torch/include/ATen/ops/uniform.h' 2024-08-08T20:19:06.0772250Z adding 'torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0773110Z adding 'torch/include/ATen/ops/uniform_cpu_dispatch.h' 2024-08-08T20:19:06.0774140Z adding 'torch/include/ATen/ops/uniform_cuda_dispatch.h' 2024-08-08T20:19:06.0775130Z adding 'torch/include/ATen/ops/uniform_meta_dispatch.h' 2024-08-08T20:19:06.0776070Z adding 'torch/include/ATen/ops/uniform_mps_dispatch.h' 2024-08-08T20:19:06.0777060Z adding 'torch/include/ATen/ops/uniform_native.h' 2024-08-08T20:19:06.0778210Z adding 'torch/include/ATen/ops/uniform_ops.h' 2024-08-08T20:19:06.0779340Z adding 'torch/include/ATen/ops/unique_consecutive.h' 2024-08-08T20:19:06.0780590Z adding 'torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0781400Z adding 'torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h' 2024-08-08T20:19:06.0782520Z adding 'torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h' 2024-08-08T20:19:06.0783380Z adding 'torch/include/ATen/ops/unique_consecutive_mps_dispatch.h' 2024-08-08T20:19:06.0784500Z adding 'torch/include/ATen/ops/unique_consecutive_native.h' 2024-08-08T20:19:06.0785640Z adding 'torch/include/ATen/ops/unique_consecutive_ops.h' 2024-08-08T20:19:06.0786720Z adding 'torch/include/ATen/ops/unique_dim.h' 2024-08-08T20:19:06.0787920Z adding 'torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0788780Z adding 'torch/include/ATen/ops/unique_dim_consecutive.h' 2024-08-08T20:19:06.0793020Z adding 'torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0793630Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h' 2024-08-08T20:19:06.0794190Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h' 2024-08-08T20:19:06.0794720Z adding 'torch/include/ATen/ops/unique_dim_consecutive_mps_dispatch.h' 2024-08-08T20:19:06.0795220Z adding 'torch/include/ATen/ops/unique_dim_consecutive_native.h' 2024-08-08T20:19:06.0795680Z adding 'torch/include/ATen/ops/unique_dim_consecutive_ops.h' 2024-08-08T20:19:06.0796210Z adding 'torch/include/ATen/ops/unique_dim_cpu_dispatch.h' 2024-08-08T20:19:06.0797220Z adding 'torch/include/ATen/ops/unique_dim_cuda_dispatch.h' 2024-08-08T20:19:06.0797990Z adding 'torch/include/ATen/ops/unique_dim_native.h' 2024-08-08T20:19:06.0799240Z adding 'torch/include/ATen/ops/unique_dim_ops.h' 2024-08-08T20:19:06.0800230Z adding 'torch/include/ATen/ops/unsafe_chunk.h' 2024-08-08T20:19:06.0801410Z adding 'torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0802200Z adding 'torch/include/ATen/ops/unsafe_chunk_native.h' 2024-08-08T20:19:06.0803340Z adding 'torch/include/ATen/ops/unsafe_chunk_ops.h' 2024-08-08T20:19:06.0804540Z adding 'torch/include/ATen/ops/unsafe_split.h' 2024-08-08T20:19:06.0805730Z adding 'torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0806530Z adding 'torch/include/ATen/ops/unsafe_split_native.h' 2024-08-08T20:19:06.0807700Z adding 'torch/include/ATen/ops/unsafe_split_ops.h' 2024-08-08T20:19:06.0808930Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes.h' 2024-08-08T20:19:06.0810190Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0810940Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_native.h' 2024-08-08T20:19:06.0812220Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_ops.h' 2024-08-08T20:19:06.0812990Z adding 'torch/include/ATen/ops/unsqueeze.h' 2024-08-08T20:19:06.0814240Z adding 'torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0815020Z adding 'torch/include/ATen/ops/unsqueeze_copy.h' 2024-08-08T20:19:06.0816300Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0817280Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0818090Z adding 'torch/include/ATen/ops/unsqueeze_copy_native.h' 2024-08-08T20:19:06.0819270Z adding 'torch/include/ATen/ops/unsqueeze_copy_ops.h' 2024-08-08T20:19:06.0820260Z adding 'torch/include/ATen/ops/unsqueeze_native.h' 2024-08-08T20:19:06.0821450Z adding 'torch/include/ATen/ops/unsqueeze_ops.h' 2024-08-08T20:19:06.0822820Z adding 'torch/include/ATen/ops/upsample_bicubic2d.h' 2024-08-08T20:19:06.0824210Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward.h' 2024-08-08T20:19:06.0825520Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0826350Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h' 2024-08-08T20:19:06.0827550Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h' 2024-08-08T20:19:06.0828410Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h' 2024-08-08T20:19:06.0829590Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h' 2024-08-08T20:19:06.0830530Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_native.h' 2024-08-08T20:19:06.0831790Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h' 2024-08-08T20:19:06.0832980Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0833970Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0834940Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h' 2024-08-08T20:19:06.0836090Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h' 2024-08-08T20:19:06.0836990Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta.h' 2024-08-08T20:19:06.0838230Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h' 2024-08-08T20:19:06.0839100Z adding 'torch/include/ATen/ops/upsample_bicubic2d_native.h' 2024-08-08T20:19:06.0840420Z adding 'torch/include/ATen/ops/upsample_bicubic2d_ops.h' 2024-08-08T20:19:06.0841810Z adding 'torch/include/ATen/ops/upsample_bilinear2d.h' 2024-08-08T20:19:06.0843280Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward.h' 2024-08-08T20:19:06.0844510Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0845370Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h' 2024-08-08T20:19:06.0846530Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h' 2024-08-08T20:19:06.0847410Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h' 2024-08-08T20:19:06.0848590Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h' 2024-08-08T20:19:06.0849500Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_mps_dispatch.h' 2024-08-08T20:19:06.0850640Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_native.h' 2024-08-08T20:19:06.0851790Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h' 2024-08-08T20:19:06.0852880Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0853830Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0854790Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h' 2024-08-08T20:19:06.0855930Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h' 2024-08-08T20:19:06.0856840Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta.h' 2024-08-08T20:19:06.0857940Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h' 2024-08-08T20:19:06.0858820Z adding 'torch/include/ATen/ops/upsample_bilinear2d_mps_dispatch.h' 2024-08-08T20:19:06.0860000Z adding 'torch/include/ATen/ops/upsample_bilinear2d_native.h' 2024-08-08T20:19:06.0861190Z adding 'torch/include/ATen/ops/upsample_bilinear2d_ops.h' 2024-08-08T20:19:06.0862550Z adding 'torch/include/ATen/ops/upsample_linear1d.h' 2024-08-08T20:19:06.0863930Z adding 'torch/include/ATen/ops/upsample_linear1d_backward.h' 2024-08-08T20:19:06.0865220Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0866030Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h' 2024-08-08T20:19:06.0867160Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h' 2024-08-08T20:19:06.0868030Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta.h' 2024-08-08T20:19:06.0869230Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h' 2024-08-08T20:19:06.0870110Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_mps_dispatch.h' 2024-08-08T20:19:06.0871250Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_native.h' 2024-08-08T20:19:06.0872380Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_ops.h' 2024-08-08T20:19:06.0873570Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0874420Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0875390Z adding 'torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h' 2024-08-08T20:19:06.0876510Z adding 'torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h' 2024-08-08T20:19:06.0877390Z adding 'torch/include/ATen/ops/upsample_linear1d_meta.h' 2024-08-08T20:19:06.0878550Z adding 'torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h' 2024-08-08T20:19:06.0879410Z adding 'torch/include/ATen/ops/upsample_linear1d_mps_dispatch.h' 2024-08-08T20:19:06.0880570Z adding 'torch/include/ATen/ops/upsample_linear1d_native.h' 2024-08-08T20:19:06.0885360Z adding 'torch/include/ATen/ops/upsample_linear1d_ops.h' 2024-08-08T20:19:06.0885790Z adding 'torch/include/ATen/ops/upsample_nearest1d.h' 2024-08-08T20:19:06.0886390Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward.h' 2024-08-08T20:19:06.0887060Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0887780Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h' 2024-08-08T20:19:06.0888400Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h' 2024-08-08T20:19:06.0888940Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta.h' 2024-08-08T20:19:06.0889610Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h' 2024-08-08T20:19:06.0890800Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_mps_dispatch.h' 2024-08-08T20:19:06.0891630Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_native.h' 2024-08-08T20:19:06.0892870Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_ops.h' 2024-08-08T20:19:06.0893950Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0894890Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0895830Z adding 'torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h' 2024-08-08T20:19:06.0896930Z adding 'torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h' 2024-08-08T20:19:06.0897810Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta.h' 2024-08-08T20:19:06.0898930Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h' 2024-08-08T20:19:06.0899780Z adding 'torch/include/ATen/ops/upsample_nearest1d_mps_dispatch.h' 2024-08-08T20:19:06.0900940Z adding 'torch/include/ATen/ops/upsample_nearest1d_native.h' 2024-08-08T20:19:06.0902080Z adding 'torch/include/ATen/ops/upsample_nearest1d_ops.h' 2024-08-08T20:19:06.0903440Z adding 'torch/include/ATen/ops/upsample_nearest2d.h' 2024-08-08T20:19:06.0904870Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward.h' 2024-08-08T20:19:06.0906160Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0906990Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h' 2024-08-08T20:19:06.0908150Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h' 2024-08-08T20:19:06.0909010Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta.h' 2024-08-08T20:19:06.0910210Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h' 2024-08-08T20:19:06.0911110Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_mps_dispatch.h' 2024-08-08T20:19:06.0912260Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_native.h' 2024-08-08T20:19:06.0913470Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_ops.h' 2024-08-08T20:19:06.0914720Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0915560Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0916500Z adding 'torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h' 2024-08-08T20:19:06.0917680Z adding 'torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h' 2024-08-08T20:19:06.0918550Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta.h' 2024-08-08T20:19:06.0919720Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h' 2024-08-08T20:19:06.0920620Z adding 'torch/include/ATen/ops/upsample_nearest2d_mps_dispatch.h' 2024-08-08T20:19:06.0921870Z adding 'torch/include/ATen/ops/upsample_nearest2d_native.h' 2024-08-08T20:19:06.0922960Z adding 'torch/include/ATen/ops/upsample_nearest2d_ops.h' 2024-08-08T20:19:06.0924380Z adding 'torch/include/ATen/ops/upsample_nearest3d.h' 2024-08-08T20:19:06.0925840Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward.h' 2024-08-08T20:19:06.0927190Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0928160Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h' 2024-08-08T20:19:06.0929160Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h' 2024-08-08T20:19:06.0930260Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta.h' 2024-08-08T20:19:06.0931180Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h' 2024-08-08T20:19:06.0932220Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_native.h' 2024-08-08T20:19:06.0933510Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_ops.h' 2024-08-08T20:19:06.0934810Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0935660Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0936610Z adding 'torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h' 2024-08-08T20:19:06.0937800Z adding 'torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h' 2024-08-08T20:19:06.0938670Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta.h' 2024-08-08T20:19:06.0939840Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h' 2024-08-08T20:19:06.0940880Z adding 'torch/include/ATen/ops/upsample_nearest3d_native.h' 2024-08-08T20:19:06.0942080Z adding 'torch/include/ATen/ops/upsample_nearest3d_ops.h' 2024-08-08T20:19:06.0943510Z adding 'torch/include/ATen/ops/upsample_trilinear3d.h' 2024-08-08T20:19:06.0944960Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward.h' 2024-08-08T20:19:06.0946250Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0947120Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h' 2024-08-08T20:19:06.0948260Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h' 2024-08-08T20:19:06.0949140Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h' 2024-08-08T20:19:06.0950340Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h' 2024-08-08T20:19:06.0951230Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_native.h' 2024-08-08T20:19:06.0952520Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h' 2024-08-08T20:19:06.0953600Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0954560Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0955560Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h' 2024-08-08T20:19:06.0956720Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h' 2024-08-08T20:19:06.0957570Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta.h' 2024-08-08T20:19:06.0958740Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h' 2024-08-08T20:19:06.0959800Z adding 'torch/include/ATen/ops/upsample_trilinear3d_native.h' 2024-08-08T20:19:06.0961010Z adding 'torch/include/ATen/ops/upsample_trilinear3d_ops.h' 2024-08-08T20:19:06.0962150Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward.h' 2024-08-08T20:19:06.0963220Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0964090Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_native.h' 2024-08-08T20:19:06.0965280Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_ops.h' 2024-08-08T20:19:06.0966010Z adding 'torch/include/ATen/ops/values.h' 2024-08-08T20:19:06.0967270Z adding 'torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0968080Z adding 'torch/include/ATen/ops/values_copy.h' 2024-08-08T20:19:06.0969340Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0970300Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.0971150Z adding 'torch/include/ATen/ops/values_copy_native.h' 2024-08-08T20:19:06.0972400Z adding 'torch/include/ATen/ops/values_copy_ops.h' 2024-08-08T20:19:06.0973350Z adding 'torch/include/ATen/ops/values_native.h' 2024-08-08T20:19:06.0977240Z adding 'torch/include/ATen/ops/values_ops.h' 2024-08-08T20:19:06.0977570Z adding 'torch/include/ATen/ops/vander.h' 2024-08-08T20:19:06.0978060Z adding 'torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0978520Z adding 'torch/include/ATen/ops/vander_native.h' 2024-08-08T20:19:06.0978860Z adding 'torch/include/ATen/ops/vander_ops.h' 2024-08-08T20:19:06.0979600Z adding 'torch/include/ATen/ops/var.h' 2024-08-08T20:19:06.0980890Z adding 'torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0981700Z adding 'torch/include/ATen/ops/var_cpu_dispatch.h' 2024-08-08T20:19:06.0982790Z adding 'torch/include/ATen/ops/var_cuda_dispatch.h' 2024-08-08T20:19:06.0983940Z adding 'torch/include/ATen/ops/var_mean.h' 2024-08-08T20:19:06.0985170Z adding 'torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0986090Z adding 'torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.0987010Z adding 'torch/include/ATen/ops/var_mean_cpu_dispatch.h' 2024-08-08T20:19:06.0988090Z adding 'torch/include/ATen/ops/var_mean_cuda_dispatch.h' 2024-08-08T20:19:06.0989060Z adding 'torch/include/ATen/ops/var_mean_mps_dispatch.h' 2024-08-08T20:19:06.0990110Z adding 'torch/include/ATen/ops/var_mean_native.h' 2024-08-08T20:19:06.0991760Z adding 'torch/include/ATen/ops/var_mean_ops.h' 2024-08-08T20:19:06.0992800Z adding 'torch/include/ATen/ops/var_mps_dispatch.h' 2024-08-08T20:19:06.0993900Z adding 'torch/include/ATen/ops/var_native.h' 2024-08-08T20:19:06.0995230Z adding 'torch/include/ATen/ops/var_ops.h' 2024-08-08T20:19:06.0996280Z adding 'torch/include/ATen/ops/vdot.h' 2024-08-08T20:19:06.0997430Z adding 'torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.0998220Z adding 'torch/include/ATen/ops/vdot_cpu_dispatch.h' 2024-08-08T20:19:06.0999300Z adding 'torch/include/ATen/ops/vdot_cuda_dispatch.h' 2024-08-08T20:19:06.1000220Z adding 'torch/include/ATen/ops/vdot_native.h' 2024-08-08T20:19:06.1001290Z adding 'torch/include/ATen/ops/vdot_ops.h' 2024-08-08T20:19:06.1002290Z adding 'torch/include/ATen/ops/view.h' 2024-08-08T20:19:06.1003310Z adding 'torch/include/ATen/ops/view_as.h' 2024-08-08T20:19:06.1004380Z adding 'torch/include/ATen/ops/view_as_complex.h' 2024-08-08T20:19:06.1005430Z adding 'torch/include/ATen/ops/view_as_complex_copy.h' 2024-08-08T20:19:06.1006590Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.1007560Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.1008380Z adding 'torch/include/ATen/ops/view_as_complex_copy_native.h' 2024-08-08T20:19:06.1009530Z adding 'torch/include/ATen/ops/view_as_complex_copy_ops.h' 2024-08-08T20:19:06.1010650Z adding 'torch/include/ATen/ops/view_as_complex_cpu_dispatch.h' 2024-08-08T20:19:06.1011460Z adding 'torch/include/ATen/ops/view_as_complex_cuda_dispatch.h' 2024-08-08T20:19:06.1012540Z adding 'torch/include/ATen/ops/view_as_complex_meta_dispatch.h' 2024-08-08T20:19:06.1013380Z adding 'torch/include/ATen/ops/view_as_complex_mps_dispatch.h' 2024-08-08T20:19:06.1014450Z adding 'torch/include/ATen/ops/view_as_complex_native.h' 2024-08-08T20:19:06.1015480Z adding 'torch/include/ATen/ops/view_as_complex_ops.h' 2024-08-08T20:19:06.1016560Z adding 'torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.1017290Z adding 'torch/include/ATen/ops/view_as_native.h' 2024-08-08T20:19:06.1018430Z adding 'torch/include/ATen/ops/view_as_ops.h' 2024-08-08T20:19:06.1019420Z adding 'torch/include/ATen/ops/view_as_real.h' 2024-08-08T20:19:06.1020450Z adding 'torch/include/ATen/ops/view_as_real_copy.h' 2024-08-08T20:19:06.1021800Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.1022690Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.1023540Z adding 'torch/include/ATen/ops/view_as_real_copy_native.h' 2024-08-08T20:19:06.1024820Z adding 'torch/include/ATen/ops/view_as_real_copy_ops.h' 2024-08-08T20:19:06.1025900Z adding 'torch/include/ATen/ops/view_as_real_cpu_dispatch.h' 2024-08-08T20:19:06.1026820Z adding 'torch/include/ATen/ops/view_as_real_cuda_dispatch.h' 2024-08-08T20:19:06.1027930Z adding 'torch/include/ATen/ops/view_as_real_meta_dispatch.h' 2024-08-08T20:19:06.1028820Z adding 'torch/include/ATen/ops/view_as_real_mps_dispatch.h' 2024-08-08T20:19:06.1029950Z adding 'torch/include/ATen/ops/view_as_real_native.h' 2024-08-08T20:19:06.1031040Z adding 'torch/include/ATen/ops/view_as_real_ops.h' 2024-08-08T20:19:06.1032220Z adding 'torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.1033440Z adding 'torch/include/ATen/ops/view_copy.h' 2024-08-08T20:19:06.1034740Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.1035790Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.1036670Z adding 'torch/include/ATen/ops/view_copy_native.h' 2024-08-08T20:19:06.1038080Z adding 'torch/include/ATen/ops/view_copy_ops.h' 2024-08-08T20:19:06.1039260Z adding 'torch/include/ATen/ops/view_cpu_dispatch.h' 2024-08-08T20:19:06.1040280Z adding 'torch/include/ATen/ops/view_cuda_dispatch.h' 2024-08-08T20:19:06.1041290Z adding 'torch/include/ATen/ops/view_meta_dispatch.h' 2024-08-08T20:19:06.1042320Z adding 'torch/include/ATen/ops/view_mps_dispatch.h' 2024-08-08T20:19:06.1043390Z adding 'torch/include/ATen/ops/view_native.h' 2024-08-08T20:19:06.1044520Z adding 'torch/include/ATen/ops/view_ops.h' 2024-08-08T20:19:06.1045670Z adding 'torch/include/ATen/ops/vsplit.h' 2024-08-08T20:19:06.1046920Z adding 'torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.1047770Z adding 'torch/include/ATen/ops/vsplit_native.h' 2024-08-08T20:19:06.1049050Z adding 'torch/include/ATen/ops/vsplit_ops.h' 2024-08-08T20:19:06.1050140Z adding 'torch/include/ATen/ops/vstack.h' 2024-08-08T20:19:06.1051400Z adding 'torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.1052210Z adding 'torch/include/ATen/ops/vstack_native.h' 2024-08-08T20:19:06.1053490Z adding 'torch/include/ATen/ops/vstack_ops.h' 2024-08-08T20:19:06.1054680Z adding 'torch/include/ATen/ops/where.h' 2024-08-08T20:19:06.1055940Z adding 'torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.1056820Z adding 'torch/include/ATen/ops/where_cpu_dispatch.h' 2024-08-08T20:19:06.1058000Z adding 'torch/include/ATen/ops/where_cuda_dispatch.h' 2024-08-08T20:19:06.1059030Z adding 'torch/include/ATen/ops/where_mps_dispatch.h' 2024-08-08T20:19:06.1060110Z adding 'torch/include/ATen/ops/where_native.h' 2024-08-08T20:19:06.1061480Z adding 'torch/include/ATen/ops/where_ops.h' 2024-08-08T20:19:06.1062810Z adding 'torch/include/ATen/ops/xlogy.h' 2024-08-08T20:19:06.1064000Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.1065020Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-08T20:19:06.1069660Z adding 'torch/include/ATen/ops/xlogy_cpu_dispatch.h' 2024-08-08T20:19:06.1070090Z adding 'torch/include/ATen/ops/xlogy_cuda_dispatch.h' 2024-08-08T20:19:06.1070530Z adding 'torch/include/ATen/ops/xlogy_meta.h' 2024-08-08T20:19:06.1070920Z adding 'torch/include/ATen/ops/xlogy_meta_dispatch.h' 2024-08-08T20:19:06.1071330Z adding 'torch/include/ATen/ops/xlogy_mps_dispatch.h' 2024-08-08T20:19:06.1071720Z adding 'torch/include/ATen/ops/xlogy_native.h' 2024-08-08T20:19:06.1072750Z adding 'torch/include/ATen/ops/xlogy_ops.h' 2024-08-08T20:19:06.1073760Z adding 'torch/include/ATen/ops/xor.h' 2024-08-08T20:19:06.1074950Z adding 'torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h' 2024-08-08T20:19:06.1075700Z adding 'torch/include/ATen/ops/xor_native.h' 2024-08-08T20:19:06.1076950Z adding 'torch/include/ATen/ops/xor_ops.h' 2024-08-08T20:19:06.1077980Z adding 'torch/include/ATen/ops/zero.h' 2024-08-08T20:19:06.1079120Z adding 'torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.1079920Z adding 'torch/include/ATen/ops/zero_cpu_dispatch.h' 2024-08-08T20:19:06.1080980Z adding 'torch/include/ATen/ops/zero_cuda_dispatch.h' 2024-08-08T20:19:06.1081920Z adding 'torch/include/ATen/ops/zero_meta_dispatch.h' 2024-08-08T20:19:06.1082860Z adding 'torch/include/ATen/ops/zero_mps_dispatch.h' 2024-08-08T20:19:06.1083870Z adding 'torch/include/ATen/ops/zero_native.h' 2024-08-08T20:19:06.1084940Z adding 'torch/include/ATen/ops/zero_ops.h' 2024-08-08T20:19:06.1086330Z adding 'torch/include/ATen/ops/zeros.h' 2024-08-08T20:19:06.1087670Z adding 'torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.1088550Z adding 'torch/include/ATen/ops/zeros_like.h' 2024-08-08T20:19:06.1089860Z adding 'torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h' 2024-08-08T20:19:06.1090840Z adding 'torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h' 2024-08-08T20:19:06.1091720Z adding 'torch/include/ATen/ops/zeros_like_native.h' 2024-08-08T20:19:06.1093040Z adding 'torch/include/ATen/ops/zeros_like_ops.h' 2024-08-08T20:19:06.1094020Z adding 'torch/include/ATen/ops/zeros_native.h' 2024-08-08T20:19:06.1095250Z adding 'torch/include/ATen/ops/zeros_ops.h' 2024-08-08T20:19:06.1098030Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2024-08-08T20:19:06.1100290Z adding 'torch/include/ATen/quantized/Quantizer.h' 2024-08-08T20:19:06.1101630Z adding 'torch/include/ATen/xpu/CachingHostAllocator.h' 2024-08-08T20:19:06.1102610Z adding 'torch/include/ATen/xpu/PinnedMemoryAllocator.h' 2024-08-08T20:19:06.1103540Z adding 'torch/include/ATen/xpu/XPUContext.h' 2024-08-08T20:19:06.1104470Z adding 'torch/include/ATen/xpu/XPUDevice.h' 2024-08-08T20:19:06.1106120Z adding 'torch/include/ATen/xpu/XPUEvent.h' 2024-08-08T20:19:06.1107230Z adding 'torch/include/ATen/xpu/XPUGeneratorImpl.h' 2024-08-08T20:19:06.1108520Z adding 'torch/include/ATen/xpu/detail/XPUHooks.h' 2024-08-08T20:19:06.1112450Z adding 'torch/include/c10/core/Allocator.h' 2024-08-08T20:19:06.1113630Z adding 'torch/include/c10/core/AutogradState.h' 2024-08-08T20:19:06.1115780Z adding 'torch/include/c10/core/Backend.h' 2024-08-08T20:19:06.1117020Z adding 'torch/include/c10/core/CPUAllocator.h' 2024-08-08T20:19:06.1118300Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2024-08-08T20:19:06.1119550Z adding 'torch/include/c10/core/ConstantSymNodeImpl.h' 2024-08-08T20:19:06.1120920Z adding 'torch/include/c10/core/Contiguity.h' 2024-08-08T20:19:06.1122230Z adding 'torch/include/c10/core/CopyBytes.h' 2024-08-08T20:19:06.1123100Z adding 'torch/include/c10/core/DefaultDtype.h' 2024-08-08T20:19:06.1124320Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2024-08-08T20:19:06.1126250Z adding 'torch/include/c10/core/Device.h' 2024-08-08T20:19:06.1127400Z adding 'torch/include/c10/core/DeviceArray.h' 2024-08-08T20:19:06.1129460Z adding 'torch/include/c10/core/DeviceGuard.h' 2024-08-08T20:19:06.1131100Z adding 'torch/include/c10/core/DeviceType.h' 2024-08-08T20:19:06.1138910Z adding 'torch/include/c10/core/DispatchKey.h' 2024-08-08T20:19:06.1148650Z adding 'torch/include/c10/core/DispatchKeySet.h' 2024-08-08T20:19:06.1150450Z adding 'torch/include/c10/core/DynamicCast.h' 2024-08-08T20:19:06.1152060Z adding 'torch/include/c10/core/Event.h' 2024-08-08T20:19:06.1153640Z adding 'torch/include/c10/core/GeneratorImpl.h' 2024-08-08T20:19:06.1154790Z adding 'torch/include/c10/core/GradMode.h' 2024-08-08T20:19:06.1156200Z adding 'torch/include/c10/core/InferenceMode.h' 2024-08-08T20:19:06.1157350Z adding 'torch/include/c10/core/Layout.h' 2024-08-08T20:19:06.1159810Z adding 'torch/include/c10/core/MemoryFormat.h' 2024-08-08T20:19:06.1160720Z adding 'torch/include/c10/core/OptionalRef.h' 2024-08-08T20:19:06.1162230Z adding 'torch/include/c10/core/PyHandleCache.h' 2024-08-08T20:19:06.1163390Z adding 'torch/include/c10/core/QEngine.h' 2024-08-08T20:19:06.1164520Z adding 'torch/include/c10/core/QScheme.h' 2024-08-08T20:19:06.1165710Z adding 'torch/include/c10/core/RefcountedDeleter.h' 2024-08-08T20:19:06.1167090Z adding 'torch/include/c10/core/SafePyObject.h' 2024-08-08T20:19:06.1170250Z adding 'torch/include/c10/core/Scalar.h' 2024-08-08T20:19:06.1174630Z adding 'torch/include/c10/core/ScalarType.h' 2024-08-08T20:19:06.1176040Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2024-08-08T20:19:06.1178060Z adding 'torch/include/c10/core/Storage.h' 2024-08-08T20:19:06.1180790Z adding 'torch/include/c10/core/StorageImpl.h' 2024-08-08T20:19:06.1183020Z adding 'torch/include/c10/core/Stream.h' 2024-08-08T20:19:06.1184880Z adding 'torch/include/c10/core/StreamGuard.h' 2024-08-08T20:19:06.1186230Z adding 'torch/include/c10/core/SymBool.h' 2024-08-08T20:19:06.1187630Z adding 'torch/include/c10/core/SymFloat.h' 2024-08-08T20:19:06.1190930Z adding 'torch/include/c10/core/SymInt.h' 2024-08-08T20:19:06.1192340Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2024-08-08T20:19:06.1193890Z adding 'torch/include/c10/core/SymNodeImpl.h' 2024-08-08T20:19:06.1195700Z adding 'torch/include/c10/core/SymbolicShapeMeta.h' 2024-08-08T20:19:06.1223030Z adding 'torch/include/c10/core/TensorImpl.h' 2024-08-08T20:19:06.1229400Z adding 'torch/include/c10/core/TensorOptions.h' 2024-08-08T20:19:06.1230670Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2024-08-08T20:19:06.1231820Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2024-08-08T20:19:06.1232890Z adding 'torch/include/c10/core/alignment.h' 2024-08-08T20:19:06.1234230Z adding 'torch/include/c10/core/thread_pool.h' 2024-08-08T20:19:06.1235670Z adding 'torch/include/c10/core/impl/COW.h' 2024-08-08T20:19:06.1236980Z adding 'torch/include/c10/core/impl/COWDeleter.h' 2024-08-08T20:19:06.1240330Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2024-08-08T20:19:06.1241810Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2024-08-08T20:19:06.1242890Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2024-08-08T20:19:06.1244290Z adding 'torch/include/c10/core/impl/HermeticPyObjectTLS.h' 2024-08-08T20:19:06.1247800Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2024-08-08T20:19:06.1249330Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2024-08-08T20:19:06.1251790Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2024-08-08T20:19:06.1253660Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2024-08-08T20:19:06.1256440Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2024-08-08T20:19:06.1258980Z adding 'torch/include/c10/core/impl/PyObjectSlot.h' 2024-08-08T20:19:06.1260060Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2024-08-08T20:19:06.1262010Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2024-08-08T20:19:06.1263340Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2024-08-08T20:19:06.1264630Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2024-08-08T20:19:06.1265470Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2024-08-08T20:19:06.1267040Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2024-08-08T20:19:06.1268520Z adding 'torch/include/c10/cuda/CUDAAllocatorConfig.h' 2024-08-08T20:19:06.1272610Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2024-08-08T20:19:06.1274310Z adding 'torch/include/c10/cuda/CUDADeviceAssertion.h' 2024-08-08T20:19:06.1276170Z adding 'torch/include/c10/cuda/CUDADeviceAssertionHost.h' 2024-08-08T20:19:06.1277890Z adding 'torch/include/c10/cuda/CUDAException.h' 2024-08-08T20:19:06.1279360Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2024-08-08T20:19:06.1280660Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2024-08-08T20:19:06.1283020Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2024-08-08T20:19:06.1284200Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2024-08-08T20:19:06.1285530Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2024-08-08T20:19:06.1286390Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2024-08-08T20:19:06.1289230Z adding 'torch/include/c10/cuda/CUDAStream.h' 2024-08-08T20:19:06.1290490Z adding 'torch/include/c10/cuda/driver_api.h' 2024-08-08T20:19:06.1292990Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2024-08-08T20:19:06.1293880Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2024-08-08T20:19:06.1296040Z adding 'torch/include/c10/macros/Export.h' 2024-08-08T20:19:06.1300260Z adding 'torch/include/c10/macros/Macros.h' 2024-08-08T20:19:06.1301460Z adding 'torch/include/c10/macros/cmake_macros.h' 2024-08-08T20:19:06.1303590Z adding 'torch/include/c10/util/AbortHandler.h' 2024-08-08T20:19:06.1305260Z adding 'torch/include/c10/util/AlignOf.h' 2024-08-08T20:19:06.1306820Z adding 'torch/include/c10/util/ApproximateClock.h' 2024-08-08T20:19:06.1307810Z adding 'torch/include/c10/util/Array.h' 2024-08-08T20:19:06.1310270Z adding 'torch/include/c10/util/ArrayRef.h' 2024-08-08T20:19:06.1315790Z adding 'torch/include/c10/util/BFloat16-inl.h' 2024-08-08T20:19:06.1316110Z adding 'torch/include/c10/util/BFloat16-math.h' 2024-08-08T20:19:06.1316230Z adding 'torch/include/c10/util/BFloat16.h' 2024-08-08T20:19:06.1316460Z adding 'torch/include/c10/util/Backtrace.h' 2024-08-08T20:19:06.1318160Z adding 'torch/include/c10/util/Bitset.h' 2024-08-08T20:19:06.1319640Z adding 'torch/include/c10/util/C++17.h' 2024-08-08T20:19:06.1320850Z adding 'torch/include/c10/util/CallOnce.h' 2024-08-08T20:19:06.1323200Z adding 'torch/include/c10/util/ConstexprCrc.h' 2024-08-08T20:19:06.1324470Z adding 'torch/include/c10/util/DeadlockDetection.h' 2024-08-08T20:19:06.1325870Z adding 'torch/include/c10/util/Deprecated.h' 2024-08-08T20:19:06.1326680Z adding 'torch/include/c10/util/DimVector.h' 2024-08-08T20:19:06.1327980Z adding 'torch/include/c10/util/DynamicCounter.h' 2024-08-08T20:19:06.1333720Z adding 'torch/include/c10/util/Exception.h' 2024-08-08T20:19:06.1335460Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2024-08-08T20:19:06.1336780Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2024-08-08T20:19:06.1337570Z adding 'torch/include/c10/util/FbcodeMaps.h' 2024-08-08T20:19:06.1340080Z adding 'torch/include/c10/util/Flags.h' 2024-08-08T20:19:06.1341830Z adding 'torch/include/c10/util/Float8_e4m3fn-inl.h' 2024-08-08T20:19:06.1344170Z adding 'torch/include/c10/util/Float8_e4m3fn.h' 2024-08-08T20:19:06.1346100Z adding 'torch/include/c10/util/Float8_e4m3fnuz-inl.h' 2024-08-08T20:19:06.1347680Z adding 'torch/include/c10/util/Float8_e4m3fnuz.h' 2024-08-08T20:19:06.1349350Z adding 'torch/include/c10/util/Float8_e5m2-inl.h' 2024-08-08T20:19:06.1351030Z adding 'torch/include/c10/util/Float8_e5m2.h' 2024-08-08T20:19:06.1352790Z adding 'torch/include/c10/util/Float8_e5m2fnuz-inl.h' 2024-08-08T20:19:06.1354360Z adding 'torch/include/c10/util/Float8_e5m2fnuz.h' 2024-08-08T20:19:06.1355590Z adding 'torch/include/c10/util/Float8_fnuz_cvt.h' 2024-08-08T20:19:06.1356860Z adding 'torch/include/c10/util/FunctionRef.h' 2024-08-08T20:19:06.1358740Z adding 'torch/include/c10/util/Half-inl.h' 2024-08-08T20:19:06.1363360Z adding 'torch/include/c10/util/Half.h' 2024-08-08T20:19:06.1364810Z adding 'torch/include/c10/util/IdWrapper.h' 2024-08-08T20:19:06.1366180Z adding 'torch/include/c10/util/Lazy.h' 2024-08-08T20:19:06.1368310Z adding 'torch/include/c10/util/LeftRight.h' 2024-08-08T20:19:06.1369460Z adding 'torch/include/c10/util/Load.h' 2024-08-08T20:19:06.1372140Z adding 'torch/include/c10/util/Logging.h' 2024-08-08T20:19:06.1373910Z adding 'torch/include/c10/util/MathConstants.h' 2024-08-08T20:19:06.1375870Z adding 'torch/include/c10/util/MaybeOwned.h' 2024-08-08T20:19:06.1377850Z adding 'torch/include/c10/util/Metaprogramming.h' 2024-08-08T20:19:06.1378950Z adding 'torch/include/c10/util/Optional.h' 2024-08-08T20:19:06.1380700Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2024-08-08T20:19:06.1381550Z adding 'torch/include/c10/util/ParallelGuard.h' 2024-08-08T20:19:06.1384330Z adding 'torch/include/c10/util/Registry.h' 2024-08-08T20:19:06.1385470Z adding 'torch/include/c10/util/ScopeExit.h' 2024-08-08T20:19:06.1386640Z adding 'torch/include/c10/util/SmallBuffer.h' 2024-08-08T20:19:06.1397050Z adding 'torch/include/c10/util/SmallVector.h' 2024-08-08T20:19:06.1399000Z adding 'torch/include/c10/util/StringUtil.h' 2024-08-08T20:19:06.1400250Z adding 'torch/include/c10/util/Synchronized.h' 2024-08-08T20:19:06.1401650Z adding 'torch/include/c10/util/ThreadLocal.h' 2024-08-08T20:19:06.1403010Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2024-08-08T20:19:06.1404130Z adding 'torch/include/c10/util/Type.h' 2024-08-08T20:19:06.1405700Z adding 'torch/include/c10/util/TypeCast.h' 2024-08-08T20:19:06.1407420Z adding 'torch/include/c10/util/TypeIndex.h' 2024-08-08T20:19:06.1410530Z adding 'torch/include/c10/util/TypeList.h' 2024-08-08T20:19:06.1412020Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2024-08-08T20:19:06.1413580Z adding 'torch/include/c10/util/TypeTraits.h' 2024-08-08T20:19:06.1414420Z adding 'torch/include/c10/util/Unicode.h' 2024-08-08T20:19:06.1416070Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2024-08-08T20:19:06.1417210Z adding 'torch/include/c10/util/Unroll.h' 2024-08-08T20:19:06.1418530Z adding 'torch/include/c10/util/WaitCounter.h' 2024-08-08T20:19:06.1419870Z adding 'torch/include/c10/util/accumulate.h' 2024-08-08T20:19:06.1420830Z adding 'torch/include/c10/util/bit_cast.h' 2024-08-08T20:19:06.1422000Z adding 'torch/include/c10/util/bits.h' 2024-08-08T20:19:06.1425600Z adding 'torch/include/c10/util/complex.h' 2024-08-08T20:19:06.1427790Z adding 'torch/include/c10/util/complex_math.h' 2024-08-08T20:19:06.1428970Z adding 'torch/include/c10/util/complex_utils.h' 2024-08-08T20:19:06.1429870Z adding 'torch/include/c10/util/copysign.h' 2024-08-08T20:19:06.1431060Z adding 'torch/include/c10/util/env.h' 2024-08-08T20:19:06.1441270Z adding 'torch/include/c10/util/flat_hash_map.h' 2024-08-08T20:19:06.1442590Z adding 'torch/include/c10/util/floating_point_utils.h' 2024-08-08T20:19:06.1443860Z adding 'torch/include/c10/util/generic_math.h' 2024-08-08T20:19:06.1446570Z adding 'torch/include/c10/util/hash.h' 2024-08-08T20:19:06.1449570Z adding 'torch/include/c10/util/int128.h' 2024-08-08T20:19:06.1457130Z adding 'torch/include/c10/util/intrusive_ptr.h' 2024-08-08T20:19:06.1458790Z adding 'torch/include/c10/util/irange.h' 2024-08-08T20:19:06.1464540Z adding 'torch/include/c10/util/llvmMathExtras.h' 2024-08-08T20:19:06.1466130Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2024-08-08T20:19:06.1468250Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2024-08-08T20:19:06.1469400Z adding 'torch/include/c10/util/numa.h' 2024-08-08T20:19:06.1481210Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2024-08-08T20:19:06.1482470Z adding 'torch/include/c10/util/overloaded.h' 2024-08-08T20:19:06.1483320Z adding 'torch/include/c10/util/python_stub.h' 2024-08-08T20:19:06.1484470Z adding 'torch/include/c10/util/qint32.h' 2024-08-08T20:19:06.1485300Z adding 'torch/include/c10/util/qint8.h' 2024-08-08T20:19:06.1486440Z adding 'torch/include/c10/util/quint2x4.h' 2024-08-08T20:19:06.1487280Z adding 'torch/include/c10/util/quint4x2.h' 2024-08-08T20:19:06.1488470Z adding 'torch/include/c10/util/quint8.h' 2024-08-08T20:19:06.1489740Z adding 'torch/include/c10/util/safe_numerics.h' 2024-08-08T20:19:06.1491100Z adding 'torch/include/c10/util/signal_handler.h' 2024-08-08T20:19:06.1496330Z adding 'torch/include/c10/util/sparse_bitset.h' 2024-08-08T20:19:06.1497630Z adding 'torch/include/c10/util/ssize.h' 2024-08-08T20:19:06.1498800Z adding 'torch/include/c10/util/static_tracepoint.h' 2024-08-08T20:19:06.1500640Z adding 'torch/include/c10/util/static_tracepoint_elfx86.h' 2024-08-08T20:19:06.1501750Z adding 'torch/include/c10/util/strides.h' 2024-08-08T20:19:06.1502390Z adding 'torch/include/c10/util/string_utils.h' 2024-08-08T20:19:06.1505880Z adding 'torch/include/c10/util/string_view.h' 2024-08-08T20:19:06.1511000Z adding 'torch/include/c10/util/strong_type.h' 2024-08-08T20:19:06.1512440Z adding 'torch/include/c10/util/tempfile.h' 2024-08-08T20:19:06.1513420Z adding 'torch/include/c10/util/thread_name.h' 2024-08-08T20:19:06.1518410Z adding 'torch/include/c10/util/typeid.h' 2024-08-08T20:19:06.1519630Z adding 'torch/include/c10/util/win32-headers.h' 2024-08-08T20:19:06.1521040Z adding 'torch/include/c10/xpu/XPUCachingAllocator.h' 2024-08-08T20:19:06.1523090Z adding 'torch/include/c10/xpu/XPUDeviceProp.h' 2024-08-08T20:19:06.1524130Z adding 'torch/include/c10/xpu/XPUException.h' 2024-08-08T20:19:06.1525280Z adding 'torch/include/c10/xpu/XPUFunctions.h' 2024-08-08T20:19:06.1526120Z adding 'torch/include/c10/xpu/XPUMacros.h' 2024-08-08T20:19:06.1528090Z adding 'torch/include/c10/xpu/XPUStream.h' 2024-08-08T20:19:06.1530030Z adding 'torch/include/c10/xpu/impl/XPUGuardImpl.h' 2024-08-08T20:19:06.1555790Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2024-08-08T20:19:06.1557440Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2024-08-08T20:19:06.1558640Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2024-08-08T20:19:06.1561230Z adding 'torch/include/caffe2/serialize/inline_container.h' 2024-08-08T20:19:06.1562380Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2024-08-08T20:19:06.1563290Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2024-08-08T20:19:06.1565440Z adding 'torch/include/caffe2/serialize/versions.h' 2024-08-08T20:19:06.1567390Z adding 'torch/include/kineto/AbstractConfig.h' 2024-08-08T20:19:06.1568940Z adding 'torch/include/kineto/ActivityProfilerInterface.h' 2024-08-08T20:19:06.1570100Z adding 'torch/include/kineto/ActivityTraceInterface.h' 2024-08-08T20:19:06.1571240Z adding 'torch/include/kineto/ActivityType.h' 2024-08-08T20:19:06.1572140Z adding 'torch/include/kineto/ClientInterface.h' 2024-08-08T20:19:06.1576140Z adding 'torch/include/kineto/Config.h' 2024-08-08T20:19:06.1577840Z adding 'torch/include/kineto/GenericTraceActivity.h' 2024-08-08T20:19:06.1579550Z adding 'torch/include/kineto/IActivityProfiler.h' 2024-08-08T20:19:06.1580720Z adding 'torch/include/kineto/ILoggerObserver.h' 2024-08-08T20:19:06.1581970Z adding 'torch/include/kineto/ITraceActivity.h' 2024-08-08T20:19:06.1582820Z adding 'torch/include/kineto/LoggingAPI.h' 2024-08-08T20:19:06.1583970Z adding 'torch/include/kineto/ThreadUtil.h' 2024-08-08T20:19:06.1585110Z adding 'torch/include/kineto/TraceSpan.h' 2024-08-08T20:19:06.1586500Z adding 'torch/include/kineto/libkineto.h' 2024-08-08T20:19:06.1587730Z adding 'torch/include/kineto/output_base.h' 2024-08-08T20:19:06.1588640Z adding 'torch/include/kineto/time_since_epoch.h' 2024-08-08T20:19:06.1593800Z adding 'torch/include/pybind11/attr.h' 2024-08-08T20:19:06.1595990Z adding 'torch/include/pybind11/buffer_info.h' 2024-08-08T20:19:06.1610910Z adding 'torch/include/pybind11/cast.h' 2024-08-08T20:19:06.1613330Z adding 'torch/include/pybind11/chrono.h' 2024-08-08T20:19:06.1614160Z adding 'torch/include/pybind11/common.h' 2024-08-08T20:19:06.1615500Z adding 'torch/include/pybind11/complex.h' 2024-08-08T20:19:06.1616320Z adding 'torch/include/pybind11/eigen.h' 2024-08-08T20:19:06.1619410Z adding 'torch/include/pybind11/embed.h' 2024-08-08T20:19:06.1621000Z adding 'torch/include/pybind11/eval.h' 2024-08-08T20:19:06.1622780Z adding 'torch/include/pybind11/functional.h' 2024-08-08T20:19:06.1625080Z adding 'torch/include/pybind11/gil.h' 2024-08-08T20:19:06.1626500Z adding 'torch/include/pybind11/gil_safe_call_once.h' 2024-08-08T20:19:06.1628770Z adding 'torch/include/pybind11/iostream.h' 2024-08-08T20:19:06.1646040Z adding 'torch/include/pybind11/numpy.h' 2024-08-08T20:19:06.1648370Z adding 'torch/include/pybind11/operators.h' 2024-08-08T20:19:06.1649680Z adding 'torch/include/pybind11/options.h' 2024-08-08T20:19:06.1677480Z adding 'torch/include/pybind11/pybind11.h' 2024-08-08T20:19:06.1697780Z adding 'torch/include/pybind11/pytypes.h' 2024-08-08T20:19:06.1701300Z adding 'torch/include/pybind11/stl.h' 2024-08-08T20:19:06.1706640Z adding 'torch/include/pybind11/stl_bind.h' 2024-08-08T20:19:06.1708160Z adding 'torch/include/pybind11/type_caster_pyobject_ptr.h' 2024-08-08T20:19:06.1709740Z adding 'torch/include/pybind11/typing.h' 2024-08-08T20:19:06.1716340Z adding 'torch/include/pybind11/detail/class.h' 2024-08-08T20:19:06.1727510Z adding 'torch/include/pybind11/detail/common.h' 2024-08-08T20:19:06.1729730Z adding 'torch/include/pybind11/detail/descr.h' 2024-08-08T20:19:06.1733290Z adding 'torch/include/pybind11/detail/init.h' 2024-08-08T20:19:06.1739880Z adding 'torch/include/pybind11/detail/internals.h' 2024-08-08T20:19:06.1750970Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2024-08-08T20:19:06.1752370Z adding 'torch/include/pybind11/detail/typeid.h' 2024-08-08T20:19:06.1753700Z adding 'torch/include/pybind11/eigen/common.h' 2024-08-08T20:19:06.1760270Z adding 'torch/include/pybind11/eigen/matrix.h' 2024-08-08T20:19:06.1763590Z adding 'torch/include/pybind11/eigen/tensor.h' 2024-08-08T20:19:06.1768280Z adding 'torch/include/torch/custom_class.h' 2024-08-08T20:19:06.1770590Z adding 'torch/include/torch/custom_class_detail.h' 2024-08-08T20:19:06.1771600Z adding 'torch/include/torch/extension.h' 2024-08-08T20:19:06.1780490Z adding 'torch/include/torch/library.h' 2024-08-08T20:19:06.1785500Z adding 'torch/include/torch/script.h' 2024-08-08T20:19:06.1785820Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2024-08-08T20:19:06.1785950Z adding 'torch/include/torch/csrc/DataLoader.h' 2024-08-08T20:19:06.1786080Z adding 'torch/include/torch/csrc/Device.h' 2024-08-08T20:19:06.1786700Z adding 'torch/include/torch/csrc/Dtype.h' 2024-08-08T20:19:06.1788100Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2024-08-08T20:19:06.1789100Z adding 'torch/include/torch/csrc/Event.h' 2024-08-08T20:19:06.1792450Z adding 'torch/include/torch/csrc/Exceptions.h' 2024-08-08T20:19:06.1793460Z adding 'torch/include/torch/csrc/Export.h' 2024-08-08T20:19:06.1794520Z adding 'torch/include/torch/csrc/Generator.h' 2024-08-08T20:19:06.1795570Z adding 'torch/include/torch/csrc/Layout.h' 2024-08-08T20:19:06.1796490Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2024-08-08T20:19:06.1797480Z adding 'torch/include/torch/csrc/Module.h' 2024-08-08T20:19:06.1798400Z adding 'torch/include/torch/csrc/PyInterpreter.h' 2024-08-08T20:19:06.1799530Z adding 'torch/include/torch/csrc/QScheme.h' 2024-08-08T20:19:06.1800870Z adding 'torch/include/torch/csrc/Size.h' 2024-08-08T20:19:06.1801480Z adding 'torch/include/torch/csrc/Storage.h' 2024-08-08T20:19:06.1802930Z adding 'torch/include/torch/csrc/StorageMethods.h' 2024-08-08T20:19:06.1803480Z adding 'torch/include/torch/csrc/StorageSharing.h' 2024-08-08T20:19:06.1804860Z adding 'torch/include/torch/csrc/Stream.h' 2024-08-08T20:19:06.1805700Z adding 'torch/include/torch/csrc/THConcat.h' 2024-08-08T20:19:06.1806860Z adding 'torch/include/torch/csrc/THP.h' 2024-08-08T20:19:06.1808010Z adding 'torch/include/torch/csrc/TypeInfo.h' 2024-08-08T20:19:06.1808840Z adding 'torch/include/torch/csrc/Types.h' 2024-08-08T20:19:06.1810020Z adding 'torch/include/torch/csrc/copy_utils.h' 2024-08-08T20:19:06.1811250Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2024-08-08T20:19:06.1812270Z adding 'torch/include/torch/csrc/python_dimname.h' 2024-08-08T20:19:06.1813480Z adding 'torch/include/torch/csrc/python_headers.h' 2024-08-08T20:19:06.1814500Z adding 'torch/include/torch/csrc/serialization.h' 2024-08-08T20:19:06.1816580Z adding 'torch/include/torch/csrc/utils.h' 2024-08-08T20:19:06.1818690Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2024-08-08T20:19:06.1819980Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2024-08-08T20:19:06.1821180Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2024-08-08T20:19:06.1822070Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2024-08-08T20:19:06.1823230Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2024-08-08T20:19:06.1825250Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2024-08-08T20:19:06.1827110Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2024-08-08T20:19:06.1829160Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2024-08-08T20:19:06.1830490Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2024-08-08T20:19:06.1831660Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2024-08-08T20:19:06.1835310Z adding 'torch/include/torch/csrc/api/include/torch/linalg.h' 2024-08-08T20:19:06.1836560Z adding 'torch/include/torch/csrc/api/include/torch/mps.h' 2024-08-08T20:19:06.1837870Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2024-08-08T20:19:06.1838710Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2024-08-08T20:19:06.1839590Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2024-08-08T20:19:06.1843000Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2024-08-08T20:19:06.1845300Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2024-08-08T20:19:06.1846870Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2024-08-08T20:19:06.1847760Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2024-08-08T20:19:06.1851560Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2024-08-08T20:19:06.1852700Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2024-08-08T20:19:06.1853870Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2024-08-08T20:19:06.1855260Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2024-08-08T20:19:06.1856130Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2024-08-08T20:19:06.1857290Z adding 'torch/include/torch/csrc/api/include/torch/xpu.h' 2024-08-08T20:19:06.1858860Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2024-08-08T20:19:06.1860200Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2024-08-08T20:19:06.1860900Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2024-08-08T20:19:06.1862240Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2024-08-08T20:19:06.1863920Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2024-08-08T20:19:06.1864790Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2024-08-08T20:19:06.1865660Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2024-08-08T20:19:06.1866950Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2024-08-08T20:19:06.1869700Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2024-08-08T20:19:06.1871110Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2024-08-08T20:19:06.1872530Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2024-08-08T20:19:06.1874220Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2024-08-08T20:19:06.1879130Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2024-08-08T20:19:06.1880820Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2024-08-08T20:19:06.1882030Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2024-08-08T20:19:06.1883350Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2024-08-08T20:19:06.1884640Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2024-08-08T20:19:06.1885800Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2024-08-08T20:19:06.1887350Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2024-08-08T20:19:06.1888720Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2024-08-08T20:19:06.1890420Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2024-08-08T20:19:06.1891840Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2024-08-08T20:19:06.1893100Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2024-08-08T20:19:06.1894330Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2024-08-08T20:19:06.1895520Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2024-08-08T20:19:06.1896670Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2024-08-08T20:19:06.1897530Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2024-08-08T20:19:06.1898840Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2024-08-08T20:19:06.1900290Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2024-08-08T20:19:06.1901480Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2024-08-08T20:19:06.1902640Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2024-08-08T20:19:06.1903660Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2024-08-08T20:19:06.1904930Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2024-08-08T20:19:06.1908250Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2024-08-08T20:19:06.1909500Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2024-08-08T20:19:06.1911350Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2024-08-08T20:19:06.1912500Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2024-08-08T20:19:06.1913890Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2024-08-08T20:19:06.1918980Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2024-08-08T20:19:06.1920180Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2024-08-08T20:19:06.1921520Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2024-08-08T20:19:06.1922920Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2024-08-08T20:19:06.1924900Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2024-08-08T20:19:06.1925730Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2024-08-08T20:19:06.1930320Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2024-08-08T20:19:06.1931720Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2024-08-08T20:19:06.1933220Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2024-08-08T20:19:06.1934480Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2024-08-08T20:19:06.1936010Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2024-08-08T20:19:06.1937780Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2024-08-08T20:19:06.1939020Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2024-08-08T20:19:06.1940240Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2024-08-08T20:19:06.1941380Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2024-08-08T20:19:06.1944990Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2024-08-08T20:19:06.1946730Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2024-08-08T20:19:06.1947920Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2024-08-08T20:19:06.1949170Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2024-08-08T20:19:06.1952740Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2024-08-08T20:19:06.1955010Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2024-08-08T20:19:06.1956470Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2024-08-08T20:19:06.1957910Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2024-08-08T20:19:06.1961280Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2024-08-08T20:19:06.1962850Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2024-08-08T20:19:06.1964730Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2024-08-08T20:19:06.1966350Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2024-08-08T20:19:06.1968980Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2024-08-08T20:19:06.1970340Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2024-08-08T20:19:06.1971880Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2024-08-08T20:19:06.1973570Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2024-08-08T20:19:06.1974850Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2024-08-08T20:19:06.1976390Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2024-08-08T20:19:06.1978040Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2024-08-08T20:19:06.1981930Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2024-08-08T20:19:06.1983790Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2024-08-08T20:19:06.1985890Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2024-08-08T20:19:06.1987250Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2024-08-08T20:19:06.1990550Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2024-08-08T20:19:06.1992930Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2024-08-08T20:19:06.1994760Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2024-08-08T20:19:06.1996380Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2024-08-08T20:19:06.1998090Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2024-08-08T20:19:06.1999300Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2024-08-08T20:19:06.2000420Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2024-08-08T20:19:06.2004110Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2024-08-08T20:19:06.2005780Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2024-08-08T20:19:06.2007310Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2024-08-08T20:19:06.2008890Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2024-08-08T20:19:06.2011100Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2024-08-08T20:19:06.2013470Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2024-08-08T20:19:06.2014850Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2024-08-08T20:19:06.2016490Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2024-08-08T20:19:06.2018180Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2024-08-08T20:19:06.2021430Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2024-08-08T20:19:06.2024540Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2024-08-08T20:19:06.2025750Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2024-08-08T20:19:06.2027020Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2024-08-08T20:19:06.2028990Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2024-08-08T20:19:06.2030260Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2024-08-08T20:19:06.2031470Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2024-08-08T20:19:06.2033440Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2024-08-08T20:19:06.2034720Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2024-08-08T20:19:06.2035980Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2024-08-08T20:19:06.2037230Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2024-08-08T20:19:06.2040620Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2024-08-08T20:19:06.2042250Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2024-08-08T20:19:06.2043820Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2024-08-08T20:19:06.2045020Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2024-08-08T20:19:06.2047450Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2024-08-08T20:19:06.2049190Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2024-08-08T20:19:06.2053680Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2024-08-08T20:19:06.2054110Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2024-08-08T20:19:06.2054400Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2024-08-08T20:19:06.2054660Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2024-08-08T20:19:06.2055130Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2024-08-08T20:19:06.2058570Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2024-08-08T20:19:06.2060400Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2024-08-08T20:19:06.2061760Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2024-08-08T20:19:06.2064700Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2024-08-08T20:19:06.2066460Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2024-08-08T20:19:06.2067770Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2024-08-08T20:19:06.2069100Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2024-08-08T20:19:06.2070490Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2024-08-08T20:19:06.2072530Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2024-08-08T20:19:06.2073830Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2024-08-08T20:19:06.2076430Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2024-08-08T20:19:06.2077740Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2024-08-08T20:19:06.2079240Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2024-08-08T20:19:06.2080550Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h' 2024-08-08T20:19:06.2081140Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2024-08-08T20:19:06.2082590Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2024-08-08T20:19:06.2084070Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2024-08-08T20:19:06.2085400Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2024-08-08T20:19:06.2086240Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2024-08-08T20:19:06.2091810Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2024-08-08T20:19:06.2092970Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2024-08-08T20:19:06.2096100Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2024-08-08T20:19:06.2097330Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2024-08-08T20:19:06.2099070Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2024-08-08T20:19:06.2100350Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2024-08-08T20:19:06.2100940Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2024-08-08T20:19:06.2105290Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2024-08-08T20:19:06.2106470Z adding 'torch/include/torch/csrc/autograd/edge.h' 2024-08-08T20:19:06.2109260Z adding 'torch/include/torch/csrc/autograd/engine.h' 2024-08-08T20:19:06.2111920Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2024-08-08T20:19:06.2119410Z adding 'torch/include/torch/csrc/autograd/function.h' 2024-08-08T20:19:06.2120740Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2024-08-08T20:19:06.2121860Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2024-08-08T20:19:06.2124420Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2024-08-08T20:19:06.2125640Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2024-08-08T20:19:06.2126990Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2024-08-08T20:19:06.2128280Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2024-08-08T20:19:06.2128840Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2024-08-08T20:19:06.2131210Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2024-08-08T20:19:06.2133970Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2024-08-08T20:19:06.2134830Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2024-08-08T20:19:06.2136040Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2024-08-08T20:19:06.2136880Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2024-08-08T20:19:06.2138460Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2024-08-08T20:19:06.2139600Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2024-08-08T20:19:06.2140210Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2024-08-08T20:19:06.2141530Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2024-08-08T20:19:06.2143210Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2024-08-08T20:19:06.2144360Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2024-08-08T20:19:06.2145320Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2024-08-08T20:19:06.2145980Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2024-08-08T20:19:06.2147240Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2024-08-08T20:19:06.2147710Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2024-08-08T20:19:06.2149080Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2024-08-08T20:19:06.2149680Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2024-08-08T20:19:06.2150980Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2024-08-08T20:19:06.2151590Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2024-08-08T20:19:06.2153230Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2024-08-08T20:19:06.2154620Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2024-08-08T20:19:06.2155760Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2024-08-08T20:19:06.2157330Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2024-08-08T20:19:06.2158220Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2024-08-08T20:19:06.2159340Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2024-08-08T20:19:06.2168600Z adding 'torch/include/torch/csrc/autograd/variable.h' 2024-08-08T20:19:06.2169820Z adding 'torch/include/torch/csrc/autograd/variable_info.h' 2024-08-08T20:19:06.2173570Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2024-08-08T20:19:06.2174940Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2024-08-08T20:19:06.2176110Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2024-08-08T20:19:06.2176800Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2024-08-08T20:19:06.2179360Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2024-08-08T20:19:06.2180790Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2024-08-08T20:19:06.2217680Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2024-08-08T20:19:06.2221060Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2024-08-08T20:19:06.2224450Z adding 'torch/include/torch/csrc/autograd/generated/ViewFuncs.h' 2024-08-08T20:19:06.2225780Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2024-08-08T20:19:06.2226990Z adding 'torch/include/torch/csrc/autograd/generated/python_return_types.h' 2024-08-08T20:19:06.2231410Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2024-08-08T20:19:06.2232910Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2024-08-08T20:19:06.2234340Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2024-08-08T20:19:06.2235490Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2024-08-08T20:19:06.2236670Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2024-08-08T20:19:06.2237290Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2024-08-08T20:19:06.2238970Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2024-08-08T20:19:06.2241090Z adding 'torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h' 2024-08-08T20:19:06.2242200Z adding 'torch/include/torch/csrc/cuda/Event.h' 2024-08-08T20:19:06.2243070Z adding 'torch/include/torch/csrc/cuda/Module.h' 2024-08-08T20:19:06.2244230Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2024-08-08T20:19:06.2245090Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2024-08-08T20:19:06.2246210Z adding 'torch/include/torch/csrc/cuda/comm.h' 2024-08-08T20:19:06.2247230Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2024-08-08T20:19:06.2248140Z adding 'torch/include/torch/csrc/cuda/memory_snapshot.h' 2024-08-08T20:19:06.2249920Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2024-08-08T20:19:06.2250800Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2024-08-08T20:19:06.2251870Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2024-08-08T20:19:06.2254690Z adding 'torch/include/torch/csrc/distributed/autograd/context/container.h' 2024-08-08T20:19:06.2256720Z adding 'torch/include/torch/csrc/distributed/autograd/context/context.h' 2024-08-08T20:19:06.2258280Z adding 'torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h' 2024-08-08T20:19:06.2259450Z adding 'torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h' 2024-08-08T20:19:06.2260820Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h' 2024-08-08T20:19:06.2262040Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h' 2024-08-08T20:19:06.2262760Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h' 2024-08-08T20:19:06.2264100Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h' 2024-08-08T20:19:06.2265290Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h' 2024-08-08T20:19:06.2266550Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h' 2024-08-08T20:19:06.2267830Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h' 2024-08-08T20:19:06.2269070Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h' 2024-08-08T20:19:06.2270230Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h' 2024-08-08T20:19:06.2270900Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h' 2024-08-08T20:19:06.2274140Z adding 'torch/include/torch/csrc/distributed/c10d/Backend.hpp' 2024-08-08T20:19:06.2275300Z adding 'torch/include/torch/csrc/distributed/c10d/Backoff.hpp' 2024-08-08T20:19:06.2276660Z adding 'torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory.hpp' 2024-08-08T20:19:06.2277820Z adding 'torch/include/torch/csrc/distributed/c10d/DMAConnectivity.hpp' 2024-08-08T20:19:06.2279310Z adding 'torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp' 2024-08-08T20:19:06.2280440Z adding 'torch/include/torch/csrc/distributed/c10d/FileStore.hpp' 2024-08-08T20:19:06.2281310Z adding 'torch/include/torch/csrc/distributed/c10d/Functional.hpp' 2024-08-08T20:19:06.2282550Z adding 'torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp' 2024-08-08T20:19:06.2283230Z adding 'torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp' 2024-08-08T20:19:06.2284570Z adding 'torch/include/torch/csrc/distributed/c10d/HashStore.hpp' 2024-08-08T20:19:06.2292330Z adding 'torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp' 2024-08-08T20:19:06.2294250Z adding 'torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp' 2024-08-08T20:19:06.2295440Z adding 'torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp' 2024-08-08T20:19:06.2299880Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp' 2024-08-08T20:19:06.2303380Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp' 2024-08-08T20:19:06.2305560Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp' 2024-08-08T20:19:06.2315850Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp' 2024-08-08T20:19:06.2317460Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp' 2024-08-08T20:19:06.2319790Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp' 2024-08-08T20:19:06.2321400Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp' 2024-08-08T20:19:06.2323220Z adding 'torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp' 2024-08-08T20:19:06.2324560Z adding 'torch/include/torch/csrc/distributed/c10d/RankLocal.hpp' 2024-08-08T20:19:06.2326080Z adding 'torch/include/torch/csrc/distributed/c10d/Store.hpp' 2024-08-08T20:19:06.2328100Z adding 'torch/include/torch/csrc/distributed/c10d/SymmetricMemory.hpp' 2024-08-08T20:19:06.2329640Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStore.hpp' 2024-08-08T20:19:06.2330950Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp' 2024-08-08T20:19:06.2333460Z adding 'torch/include/torch/csrc/distributed/c10d/TraceUtils.h' 2024-08-08T20:19:06.2335140Z adding 'torch/include/torch/csrc/distributed/c10d/Types.hpp' 2024-08-08T20:19:06.2336450Z adding 'torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp' 2024-08-08T20:19:06.2338280Z adding 'torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp' 2024-08-08T20:19:06.2339480Z adding 'torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp' 2024-08-08T20:19:06.2343810Z adding 'torch/include/torch/csrc/distributed/c10d/Utils.hpp' 2024-08-08T20:19:06.2345010Z adding 'torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp' 2024-08-08T20:19:06.2346680Z adding 'torch/include/torch/csrc/distributed/c10d/Work.hpp' 2024-08-08T20:19:06.2347510Z adding 'torch/include/torch/csrc/distributed/c10d/c10d.h' 2024-08-08T20:19:06.2349240Z adding 'torch/include/torch/csrc/distributed/c10d/comm.hpp' 2024-08-08T20:19:06.2350410Z adding 'torch/include/torch/csrc/distributed/c10d/debug.h' 2024-08-08T20:19:06.2351340Z adding 'torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp' 2024-08-08T20:19:06.2352530Z adding 'torch/include/torch/csrc/distributed/c10d/error.h' 2024-08-08T20:19:06.2353700Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2024-08-08T20:19:06.2355240Z adding 'torch/include/torch/csrc/distributed/c10d/intra_node_comm.hpp' 2024-08-08T20:19:06.2357050Z adding 'torch/include/torch/csrc/distributed/c10d/logger.hpp' 2024-08-08T20:19:06.2358220Z adding 'torch/include/torch/csrc/distributed/c10d/logging.h' 2024-08-08T20:19:06.2359430Z adding 'torch/include/torch/csrc/distributed/c10d/python_comm_hook.h' 2024-08-08T20:19:06.2365720Z adding 'torch/include/torch/csrc/distributed/c10d/reducer.hpp' 2024-08-08T20:19:06.2367230Z adding 'torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp' 2024-08-08T20:19:06.2368510Z adding 'torch/include/torch/csrc/distributed/c10d/sequence_num.hpp' 2024-08-08T20:19:06.2369750Z adding 'torch/include/torch/csrc/distributed/c10d/socket.h' 2024-08-08T20:19:06.2371840Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2024-08-08T20:19:06.2373870Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2024-08-08T20:19:06.2375270Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2024-08-08T20:19:06.2379860Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2024-08-08T20:19:06.2380280Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2024-08-08T20:19:06.2380510Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2024-08-08T20:19:06.2380710Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2024-08-08T20:19:06.2381000Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2024-08-08T20:19:06.2382170Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2024-08-08T20:19:06.2383620Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2024-08-08T20:19:06.2384950Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2024-08-08T20:19:06.2385710Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2024-08-08T20:19:06.2389300Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2024-08-08T20:19:06.2390500Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2024-08-08T20:19:06.2394880Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2024-08-08T20:19:06.2399190Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2024-08-08T20:19:06.2400710Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2024-08-08T20:19:06.2401980Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2024-08-08T20:19:06.2403180Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2024-08-08T20:19:06.2404010Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2024-08-08T20:19:06.2408290Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2024-08-08T20:19:06.2410040Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2024-08-08T20:19:06.2411210Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2024-08-08T20:19:06.2412300Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2024-08-08T20:19:06.2413540Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2024-08-08T20:19:06.2414750Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2024-08-08T20:19:06.2415980Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2024-08-08T20:19:06.2417530Z adding 'torch/include/torch/csrc/dynamo/cache_entry.h' 2024-08-08T20:19:06.2422460Z adding 'torch/include/torch/csrc/dynamo/compiled_autograd.h' 2024-08-08T20:19:06.2423590Z adding 'torch/include/torch/csrc/dynamo/cpp_shim.h' 2024-08-08T20:19:06.2424680Z adding 'torch/include/torch/csrc/dynamo/cpython_defs.h' 2024-08-08T20:19:06.2425870Z adding 'torch/include/torch/csrc/dynamo/cpython_includes.h' 2024-08-08T20:19:06.2427020Z adding 'torch/include/torch/csrc/dynamo/debug_macros.h' 2024-08-08T20:19:06.2427880Z adding 'torch/include/torch/csrc/dynamo/eval_frame.h' 2024-08-08T20:19:06.2429570Z adding 'torch/include/torch/csrc/dynamo/extra_state.h' 2024-08-08T20:19:06.2430470Z adding 'torch/include/torch/csrc/dynamo/framelocals_mapping.h' 2024-08-08T20:19:06.2431870Z adding 'torch/include/torch/csrc/dynamo/guards.h' 2024-08-08T20:19:06.2432850Z adding 'torch/include/torch/csrc/dynamo/init.h' 2024-08-08T20:19:06.2433800Z adding 'torch/include/torch/csrc/dynamo/python_compiled_autograd.h' 2024-08-08T20:19:06.2434580Z adding 'torch/include/torch/csrc/dynamo/utils.h' 2024-08-08T20:19:06.2436080Z adding 'torch/include/torch/csrc/inductor/inductor_ops.h' 2024-08-08T20:19:06.2437710Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h' 2024-08-08T20:19:06.2438900Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h' 2024-08-08T20:19:06.2439570Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h' 2024-08-08T20:19:06.2440740Z adding 'torch/include/torch/csrc/inductor/aoti_runner/pybind.h' 2024-08-08T20:19:06.2443560Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h' 2024-08-08T20:19:06.2444820Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h' 2024-08-08T20:19:06.2446590Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/interface.h' 2024-08-08T20:19:06.2450620Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model.h' 2024-08-08T20:19:06.2454610Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model_container.h' 2024-08-08T20:19:06.2455820Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h' 2024-08-08T20:19:06.2457190Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h' 2024-08-08T20:19:06.2458750Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils.h' 2024-08-08T20:19:06.2459950Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h' 2024-08-08T20:19:06.2461230Z adding 'torch/include/torch/csrc/inductor/aoti_torch/mkldnn_tensor.h' 2024-08-08T20:19:06.2462580Z adding 'torch/include/torch/csrc/inductor/aoti_torch/oss_proxy_executor.h' 2024-08-08T20:19:06.2463420Z adding 'torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h' 2024-08-08T20:19:06.2464670Z adding 'torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h' 2024-08-08T20:19:06.2466230Z adding 'torch/include/torch/csrc/inductor/aoti_torch/utils.h' 2024-08-08T20:19:06.2470370Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim.h' 2024-08-08T20:19:06.2473880Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h' 2024-08-08T20:19:06.2477460Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h' 2024-08-08T20:19:06.2479450Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2024-08-08T20:19:06.2480650Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2024-08-08T20:19:06.2481560Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2024-08-08T20:19:06.2485040Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2024-08-08T20:19:06.2487010Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2024-08-08T20:19:06.2488310Z adding 'torch/include/torch/csrc/jit/api/method.h' 2024-08-08T20:19:06.2493750Z adding 'torch/include/torch/csrc/jit/api/module.h' 2024-08-08T20:19:06.2495720Z adding 'torch/include/torch/csrc/jit/api/object.h' 2024-08-08T20:19:06.2497480Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2024-08-08T20:19:06.2499630Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2024-08-08T20:19:06.2500920Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2024-08-08T20:19:06.2502070Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2024-08-08T20:19:06.2503320Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2024-08-08T20:19:06.2504300Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2024-08-08T20:19:06.2505510Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2024-08-08T20:19:06.2506160Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2024-08-08T20:19:06.2507400Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2024-08-08T20:19:06.2509130Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2024-08-08T20:19:06.2510560Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2024-08-08T20:19:06.2511470Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2024-08-08T20:19:06.2514030Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2024-08-08T20:19:06.2515170Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2024-08-08T20:19:06.2515810Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2024-08-08T20:19:06.2517160Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2024-08-08T20:19:06.2518030Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2024-08-08T20:19:06.2519240Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2024-08-08T20:19:06.2519880Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2024-08-08T20:19:06.2521100Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2024-08-08T20:19:06.2525780Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2024-08-08T20:19:06.2527150Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2024-08-08T20:19:06.2528300Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2024-08-08T20:19:06.2529640Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2024-08-08T20:19:06.2530750Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2024-08-08T20:19:06.2531390Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2024-08-08T20:19:06.2532790Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2024-08-08T20:19:06.2534020Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2024-08-08T20:19:06.2535210Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2024-08-08T20:19:06.2536380Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2024-08-08T20:19:06.2539280Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2024-08-08T20:19:06.2540630Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2024-08-08T20:19:06.2541470Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2024-08-08T20:19:06.2547130Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2024-08-08T20:19:06.2549840Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2024-08-08T20:19:06.2551970Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2024-08-08T20:19:06.2558660Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2024-08-08T20:19:06.2559890Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2024-08-08T20:19:06.2563500Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2024-08-08T20:19:06.2565210Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2024-08-08T20:19:06.2566410Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2024-08-08T20:19:06.2568120Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2024-08-08T20:19:06.2569270Z adding 'torch/include/torch/csrc/jit/ir/graph_utils.h' 2024-08-08T20:19:06.2581850Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2024-08-08T20:19:06.2583810Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2024-08-08T20:19:06.2584930Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2024-08-08T20:19:06.2586250Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2024-08-08T20:19:06.2587160Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2024-08-08T20:19:06.2589210Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2024-08-08T20:19:06.2590800Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2024-08-08T20:19:06.2591650Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2024-08-08T20:19:06.2593240Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2024-08-08T20:19:06.2594520Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2024-08-08T20:19:06.2596460Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2024-08-08T20:19:06.2598210Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2024-08-08T20:19:06.2599380Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2024-08-08T20:19:06.2600640Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2024-08-08T20:19:06.2602130Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2024-08-08T20:19:06.2603220Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2024-08-08T20:19:06.2604120Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2024-08-08T20:19:06.2605250Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2024-08-08T20:19:06.2606390Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2024-08-08T20:19:06.2608060Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2024-08-08T20:19:06.2609510Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2024-08-08T20:19:06.2610710Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2024-08-08T20:19:06.2611600Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2024-08-08T20:19:06.2612850Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2024-08-08T20:19:06.2614210Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2024-08-08T20:19:06.2615400Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2024-08-08T20:19:06.2616250Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2024-08-08T20:19:06.2617610Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2024-08-08T20:19:06.2618720Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2024-08-08T20:19:06.2619900Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2024-08-08T20:19:06.2621730Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2024-08-08T20:19:06.2622660Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2024-08-08T20:19:06.2623590Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2024-08-08T20:19:06.2624800Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2024-08-08T20:19:06.2625900Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2024-08-08T20:19:06.2626940Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2024-08-08T20:19:06.2627600Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2024-08-08T20:19:06.2628720Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2024-08-08T20:19:06.2629900Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2024-08-08T20:19:06.2630800Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2024-08-08T20:19:06.2632030Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2024-08-08T20:19:06.2632520Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2024-08-08T20:19:06.2633730Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2024-08-08T20:19:06.2634900Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2024-08-08T20:19:06.2635790Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2024-08-08T20:19:06.2636680Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2024-08-08T20:19:06.2637930Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2024-08-08T20:19:06.2638560Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2024-08-08T20:19:06.2639860Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2024-08-08T20:19:06.2640470Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2024-08-08T20:19:06.2641960Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2024-08-08T20:19:06.2642640Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2024-08-08T20:19:06.2644160Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2024-08-08T20:19:06.2645290Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2024-08-08T20:19:06.2649460Z adding 'torch/include/torch/csrc/jit/passes/fold_linear_bn.h' 2024-08-08T20:19:06.2649780Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2024-08-08T20:19:06.2650000Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2024-08-08T20:19:06.2650250Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2024-08-08T20:19:06.2650460Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2024-08-08T20:19:06.2650990Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2024-08-08T20:19:06.2652230Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_folding.h' 2024-08-08T20:19:06.2653110Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2024-08-08T20:19:06.2653960Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2024-08-08T20:19:06.2655100Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2024-08-08T20:19:06.2655950Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2024-08-08T20:19:06.2657150Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2024-08-08T20:19:06.2658370Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2024-08-08T20:19:06.2659260Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2024-08-08T20:19:06.2660110Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2024-08-08T20:19:06.2661290Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2024-08-08T20:19:06.2661910Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2024-08-08T20:19:06.2663210Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2024-08-08T20:19:06.2663750Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2024-08-08T20:19:06.2665060Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2024-08-08T20:19:06.2665920Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2024-08-08T20:19:06.2666840Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2024-08-08T20:19:06.2667960Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2024-08-08T20:19:06.2668550Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2024-08-08T20:19:06.2669910Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2024-08-08T20:19:06.2670850Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2024-08-08T20:19:06.2672010Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2024-08-08T20:19:06.2672880Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2024-08-08T20:19:06.2673760Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2024-08-08T20:19:06.2674940Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2024-08-08T20:19:06.2675840Z adding 'torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h' 2024-08-08T20:19:06.2676970Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2024-08-08T20:19:06.2678190Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2024-08-08T20:19:06.2678780Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2024-08-08T20:19:06.2680800Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2024-08-08T20:19:06.2681660Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2024-08-08T20:19:06.2682900Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2024-08-08T20:19:06.2683750Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2024-08-08T20:19:06.2685050Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2024-08-08T20:19:06.2685920Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2024-08-08T20:19:06.2687060Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2024-08-08T20:19:06.2687710Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2024-08-08T20:19:06.2688780Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2024-08-08T20:19:06.2689980Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2024-08-08T20:19:06.2690840Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2024-08-08T20:19:06.2691710Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2024-08-08T20:19:06.2693100Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2024-08-08T20:19:06.2694040Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2024-08-08T20:19:06.2695230Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2024-08-08T20:19:06.2695760Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2024-08-08T20:19:06.2697120Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2024-08-08T20:19:06.2698280Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2024-08-08T20:19:06.2699190Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2024-08-08T20:19:06.2700780Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2024-08-08T20:19:06.2702030Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2024-08-08T20:19:06.2703180Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2024-08-08T20:19:06.2704580Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2024-08-08T20:19:06.2705810Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2024-08-08T20:19:06.2707100Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2024-08-08T20:19:06.2708180Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2024-08-08T20:19:06.2709310Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2024-08-08T20:19:06.2709920Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2024-08-08T20:19:06.2711550Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2024-08-08T20:19:06.2713090Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2024-08-08T20:19:06.2714340Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2024-08-08T20:19:06.2715220Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2024-08-08T20:19:06.2717310Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2024-08-08T20:19:06.2718640Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2024-08-08T20:19:06.2719820Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2024-08-08T20:19:06.2726030Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2024-08-08T20:19:06.2727270Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2024-08-08T20:19:06.2728160Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2024-08-08T20:19:06.2729700Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2024-08-08T20:19:06.2731730Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2024-08-08T20:19:06.2733050Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2024-08-08T20:19:06.2733950Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2024-08-08T20:19:06.2735340Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2024-08-08T20:19:06.2736720Z adding 'torch/include/torch/csrc/jit/python/init.h' 2024-08-08T20:19:06.2737940Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2024-08-08T20:19:06.2739800Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2024-08-08T20:19:06.2749510Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2024-08-08T20:19:06.2751420Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2024-08-08T20:19:06.2752390Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2024-08-08T20:19:06.2753840Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2024-08-08T20:19:06.2755010Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2024-08-08T20:19:06.2756490Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2024-08-08T20:19:06.2758300Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2024-08-08T20:19:06.2760620Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2024-08-08T20:19:06.2761750Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2024-08-08T20:19:06.2762400Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2024-08-08T20:19:06.2763650Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2024-08-08T20:19:06.2764270Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2024-08-08T20:19:06.2765450Z adding 'torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h' 2024-08-08T20:19:06.2769880Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2024-08-08T20:19:06.2771630Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2024-08-08T20:19:06.2773010Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2024-08-08T20:19:06.2774130Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2024-08-08T20:19:06.2775370Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2024-08-08T20:19:06.2775990Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2024-08-08T20:19:06.2777270Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2024-08-08T20:19:06.2778930Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2024-08-08T20:19:06.2780520Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2024-08-08T20:19:06.2782270Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2024-08-08T20:19:06.2784080Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2024-08-08T20:19:06.2785800Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2024-08-08T20:19:06.2786980Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2024-08-08T20:19:06.2787580Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2024-08-08T20:19:06.2789120Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2024-08-08T20:19:06.2791780Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2024-08-08T20:19:06.2792670Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2024-08-08T20:19:06.2793840Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2024-08-08T20:19:06.2795140Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2024-08-08T20:19:06.2797460Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2024-08-08T20:19:06.2803130Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2024-08-08T20:19:06.2804590Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2024-08-08T20:19:06.2805600Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2024-08-08T20:19:06.2806710Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2024-08-08T20:19:06.2807450Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2024-08-08T20:19:06.2808690Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2024-08-08T20:19:06.2809530Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2024-08-08T20:19:06.2811100Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2024-08-08T20:19:06.2811980Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2024-08-08T20:19:06.2813090Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2024-08-08T20:19:06.2813980Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2024-08-08T20:19:06.2815790Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2024-08-08T20:19:06.2818370Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2024-08-08T20:19:06.2819570Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2024-08-08T20:19:06.2820970Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2024-08-08T20:19:06.2821690Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2024-08-08T20:19:06.2823250Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2024-08-08T20:19:06.2824490Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2024-08-08T20:19:06.2825050Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2024-08-08T20:19:06.2826310Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2024-08-08T20:19:06.2827470Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2024-08-08T20:19:06.2828710Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2024-08-08T20:19:06.2841670Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2024-08-08T20:19:06.2843090Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2024-08-08T20:19:06.2844610Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2024-08-08T20:19:06.2848180Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2024-08-08T20:19:06.2849360Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2024-08-08T20:19:06.2850620Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2024-08-08T20:19:06.2851530Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2024-08-08T20:19:06.2853380Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2024-08-08T20:19:06.2854560Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2024-08-08T20:19:06.2856600Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2024-08-08T20:19:06.2859240Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2024-08-08T20:19:06.2860810Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2024-08-08T20:19:06.2862090Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2024-08-08T20:19:06.2863750Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2024-08-08T20:19:06.2865870Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2024-08-08T20:19:06.2867190Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2024-08-08T20:19:06.2868390Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2024-08-08T20:19:06.2870320Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2024-08-08T20:19:06.2871700Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2024-08-08T20:19:06.2873990Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2024-08-08T20:19:06.2875270Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2024-08-08T20:19:06.2878220Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2024-08-08T20:19:06.2879730Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2024-08-08T20:19:06.2880620Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2024-08-08T20:19:06.2882150Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2024-08-08T20:19:06.2883450Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2024-08-08T20:19:06.2885070Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2024-08-08T20:19:06.2886820Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2024-08-08T20:19:06.2888890Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2024-08-08T20:19:06.2893200Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2024-08-08T20:19:06.2893990Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2024-08-08T20:19:06.2895490Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2024-08-08T20:19:06.2896660Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2024-08-08T20:19:06.2898020Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2024-08-08T20:19:06.2901410Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2024-08-08T20:19:06.2902130Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2024-08-08T20:19:06.2903450Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2024-08-08T20:19:06.2906620Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2024-08-08T20:19:06.2907940Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2024-08-08T20:19:06.2909370Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2024-08-08T20:19:06.2914560Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2024-08-08T20:19:06.2915810Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2024-08-08T20:19:06.2916600Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2024-08-08T20:19:06.2919890Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2024-08-08T20:19:06.2922010Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2024-08-08T20:19:06.2925340Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2024-08-08T20:19:06.2929850Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2024-08-08T20:19:06.2932320Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2024-08-08T20:19:06.2932980Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2024-08-08T20:19:06.2934830Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2024-08-08T20:19:06.2936120Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2024-08-08T20:19:06.2937260Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2024-08-08T20:19:06.2938690Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2024-08-08T20:19:06.2939870Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2024-08-08T20:19:06.2941030Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2024-08-08T20:19:06.2941900Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2024-08-08T20:19:06.2943110Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2024-08-08T20:19:06.2944310Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2024-08-08T20:19:06.2945610Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2024-08-08T20:19:06.2946540Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2024-08-08T20:19:06.2947740Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2024-08-08T20:19:06.2949060Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2024-08-08T20:19:06.2950280Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2024-08-08T20:19:06.2951780Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2024-08-08T20:19:06.2953140Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2024-08-08T20:19:06.2954850Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2024-08-08T20:19:06.2956260Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2024-08-08T20:19:06.2958090Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2024-08-08T20:19:06.2959170Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2024-08-08T20:19:06.2960340Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2024-08-08T20:19:06.2961530Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2024-08-08T20:19:06.2963510Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2024-08-08T20:19:06.2964810Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2024-08-08T20:19:06.2967100Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2024-08-08T20:19:06.2968700Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2024-08-08T20:19:06.2969890Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2024-08-08T20:19:06.2970770Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2024-08-08T20:19:06.2971990Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2024-08-08T20:19:06.2975290Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2024-08-08T20:19:06.2977510Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2024-08-08T20:19:06.2978740Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2024-08-08T20:19:06.2979930Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2024-08-08T20:19:06.2981140Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2024-08-08T20:19:06.2983400Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2024-08-08T20:19:06.2986030Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2024-08-08T20:19:06.2987270Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2024-08-08T20:19:06.2988650Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2024-08-08T20:19:06.2989630Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2024-08-08T20:19:06.2991000Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2024-08-08T20:19:06.2992110Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2024-08-08T20:19:06.2993470Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2024-08-08T20:19:06.2994990Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2024-08-08T20:19:06.2996260Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2024-08-08T20:19:06.2997390Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2024-08-08T20:19:06.2998620Z adding 'torch/include/torch/csrc/lazy/python/python_util.h' 2024-08-08T20:19:06.2999890Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2024-08-08T20:19:06.3001130Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2024-08-08T20:19:06.3002390Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2024-08-08T20:19:06.3003320Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2024-08-08T20:19:06.3004560Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2024-08-08T20:19:06.3005380Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2024-08-08T20:19:06.3006620Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2024-08-08T20:19:06.3008230Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2024-08-08T20:19:06.3009640Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2024-08-08T20:19:06.3010540Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2024-08-08T20:19:06.3011930Z adding 'torch/include/torch/csrc/onnx/back_compat.h' 2024-08-08T20:19:06.3012910Z adding 'torch/include/torch/csrc/onnx/init.h' 2024-08-08T20:19:06.3013760Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2024-08-08T20:19:06.3015240Z adding 'torch/include/torch/csrc/profiler/api.h' 2024-08-08T20:19:06.3019610Z adding 'torch/include/torch/csrc/profiler/collection.h' 2024-08-08T20:19:06.3021060Z adding 'torch/include/torch/csrc/profiler/combined_traceback.h' 2024-08-08T20:19:06.3022880Z adding 'torch/include/torch/csrc/profiler/containers.h' 2024-08-08T20:19:06.3024430Z adding 'torch/include/torch/csrc/profiler/data_flow.h' 2024-08-08T20:19:06.3025590Z adding 'torch/include/torch/csrc/profiler/events.h' 2024-08-08T20:19:06.3026960Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2024-08-08T20:19:06.3028190Z adding 'torch/include/torch/csrc/profiler/perf-inl.h' 2024-08-08T20:19:06.3029430Z adding 'torch/include/torch/csrc/profiler/perf.h' 2024-08-08T20:19:06.3031140Z adding 'torch/include/torch/csrc/profiler/util.h' 2024-08-08T20:19:06.3033060Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2024-08-08T20:19:06.3034450Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2024-08-08T20:19:06.3035590Z adding 'torch/include/torch/csrc/profiler/orchestration/vulkan.h' 2024-08-08T20:19:06.3036790Z adding 'torch/include/torch/csrc/profiler/python/combined_traceback.h' 2024-08-08T20:19:06.3037910Z adding 'torch/include/torch/csrc/profiler/python/init.h' 2024-08-08T20:19:06.3038780Z adding 'torch/include/torch/csrc/profiler/python/pybind.h' 2024-08-08T20:19:06.3040240Z adding 'torch/include/torch/csrc/profiler/standalone/execution_trace_observer.h' 2024-08-08T20:19:06.3040880Z adding 'torch/include/torch/csrc/profiler/standalone/itt_observer.h' 2024-08-08T20:19:06.3042170Z adding 'torch/include/torch/csrc/profiler/standalone/nvtx_observer.h' 2024-08-08T20:19:06.3043650Z adding 'torch/include/torch/csrc/profiler/standalone/privateuse1_observer.h' 2024-08-08T20:19:06.3045090Z adding 'torch/include/torch/csrc/profiler/stubs/base.h' 2024-08-08T20:19:06.3046610Z adding 'torch/include/torch/csrc/profiler/unwind/action.h' 2024-08-08T20:19:06.3047820Z adding 'torch/include/torch/csrc/profiler/unwind/communicate.h' 2024-08-08T20:19:06.3049970Z adding 'torch/include/torch/csrc/profiler/unwind/debug_info.h' 2024-08-08T20:19:06.3051160Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_enums.h' 2024-08-08T20:19:06.3052660Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_symbolize_enums.h' 2024-08-08T20:19:06.3053870Z adding 'torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h' 2024-08-08T20:19:06.3055270Z adding 'torch/include/torch/csrc/profiler/unwind/fast_symbolizer.h' 2024-08-08T20:19:06.3057880Z adding 'torch/include/torch/csrc/profiler/unwind/fde.h' 2024-08-08T20:19:06.3059380Z adding 'torch/include/torch/csrc/profiler/unwind/lexer.h' 2024-08-08T20:19:06.3061850Z adding 'torch/include/torch/csrc/profiler/unwind/line_number_program.h' 2024-08-08T20:19:06.3063390Z adding 'torch/include/torch/csrc/profiler/unwind/mem_file.h' 2024-08-08T20:19:06.3064620Z adding 'torch/include/torch/csrc/profiler/unwind/range_table.h' 2024-08-08T20:19:06.3065940Z adding 'torch/include/torch/csrc/profiler/unwind/sections.h' 2024-08-08T20:19:06.3066800Z adding 'torch/include/torch/csrc/profiler/unwind/unwind.h' 2024-08-08T20:19:06.3067990Z adding 'torch/include/torch/csrc/profiler/unwind/unwind_error.h' 2024-08-08T20:19:06.3069170Z adding 'torch/include/torch/csrc/profiler/unwind/unwinder.h' 2024-08-08T20:19:06.3070410Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2024-08-08T20:19:06.3072320Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2024-08-08T20:19:06.3073210Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2024-08-08T20:19:06.3073830Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2024-08-08T20:19:06.3075210Z adding 'torch/include/torch/csrc/utils/device_lazy_init.h' 2024-08-08T20:19:06.3076450Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2024-08-08T20:19:06.3076810Z adding 'torch/include/torch/csrc/utils/init.h' 2024-08-08T20:19:06.3077970Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2024-08-08T20:19:06.3078560Z adding 'torch/include/torch/csrc/utils/nested.h' 2024-08-08T20:19:06.3079830Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2024-08-08T20:19:06.3080720Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2024-08-08T20:19:06.3081590Z adding 'torch/include/torch/csrc/utils/out_types.h' 2024-08-08T20:19:06.3084620Z adding 'torch/include/torch/csrc/utils/pybind.h' 2024-08-08T20:19:06.3085680Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2024-08-08T20:19:06.3086210Z adding 'torch/include/torch/csrc/utils/pyobject_preservation.h' 2024-08-08T20:19:06.3094140Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2024-08-08T20:19:06.3095370Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2024-08-08T20:19:06.3096190Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2024-08-08T20:19:06.3097760Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2024-08-08T20:19:06.3098960Z adding 'torch/include/torch/csrc/utils/python_raii.h' 2024-08-08T20:19:06.3100440Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2024-08-08T20:19:06.3101880Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2024-08-08T20:19:06.3102430Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2024-08-08T20:19:06.3104330Z adding 'torch/include/torch/csrc/utils/python_symnode.h' 2024-08-08T20:19:06.3105290Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2024-08-08T20:19:06.3106100Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2024-08-08T20:19:06.3109840Z adding 'torch/include/torch/csrc/utils/pythoncapi_compat.h' 2024-08-08T20:19:06.3111210Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2024-08-08T20:19:06.3112370Z adding 'torch/include/torch/csrc/utils/six.h' 2024-08-08T20:19:06.3112910Z adding 'torch/include/torch/csrc/utils/structseq.h' 2024-08-08T20:19:06.3114120Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2024-08-08T20:19:06.3114990Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2024-08-08T20:19:06.3116310Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2024-08-08T20:19:06.3116880Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2024-08-08T20:19:06.3117940Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2024-08-08T20:19:06.3118840Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2024-08-08T20:19:06.3120050Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2024-08-08T20:19:06.3121130Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2024-08-08T20:19:06.3121620Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2024-08-08T20:19:06.3122770Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2024-08-08T20:19:06.3124520Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2024-08-08T20:19:06.3126450Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2024-08-08T20:19:06.3127610Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2024-08-08T20:19:06.3128670Z adding 'torch/include/torch/csrc/utils/variadic.h' 2024-08-08T20:19:06.3129800Z adding 'torch/include/torch/csrc/utils/verbose.h' 2024-08-08T20:19:06.3130830Z adding 'torch/include/torch/csrc/xpu/Event.h' 2024-08-08T20:19:06.3131270Z adding 'torch/include/torch/csrc/xpu/Module.h' 2024-08-08T20:19:06.3132430Z adding 'torch/include/torch/csrc/xpu/Stream.h' 2024-08-08T20:19:06.3138720Z adding 'torch/jit/__init__.py' 2024-08-08T20:19:06.3138980Z adding 'torch/jit/_async.py' 2024-08-08T20:19:06.3139150Z adding 'torch/jit/_await.py' 2024-08-08T20:19:06.3139260Z adding 'torch/jit/_builtins.py' 2024-08-08T20:19:06.3141780Z adding 'torch/jit/_check.py' 2024-08-08T20:19:06.3143740Z adding 'torch/jit/_dataclass_impls.py' 2024-08-08T20:19:06.3144580Z adding 'torch/jit/_decomposition_utils.py' 2024-08-08T20:19:06.3146220Z adding 'torch/jit/_decompositions.py' 2024-08-08T20:19:06.3148570Z adding 'torch/jit/_freeze.py' 2024-08-08T20:19:06.3150480Z adding 'torch/jit/_fuser.py' 2024-08-08T20:19:06.3151060Z adding 'torch/jit/_ir_utils.py' 2024-08-08T20:19:06.3152190Z adding 'torch/jit/_logging.py' 2024-08-08T20:19:06.3154230Z adding 'torch/jit/_monkeytype_config.py' 2024-08-08T20:19:06.3155040Z adding 'torch/jit/_pickle.py' 2024-08-08T20:19:06.3164930Z adding 'torch/jit/_recursive.py' 2024-08-08T20:19:06.3180320Z adding 'torch/jit/_script.py' 2024-08-08T20:19:06.3182680Z adding 'torch/jit/_script.pyi' 2024-08-08T20:19:06.3184980Z adding 'torch/jit/_serialization.py' 2024-08-08T20:19:06.3194310Z adding 'torch/jit/_shape_functions.py' 2024-08-08T20:19:06.3195890Z adding 'torch/jit/_state.py' 2024-08-08T20:19:06.3208200Z adding 'torch/jit/_trace.py' 2024-08-08T20:19:06.3212860Z adding 'torch/jit/annotations.py' 2024-08-08T20:19:06.3222610Z adding 'torch/jit/frontend.py' 2024-08-08T20:19:06.3223760Z adding 'torch/jit/generate_bytecode.py' 2024-08-08T20:19:06.3224880Z adding 'torch/jit/quantized.py' 2024-08-08T20:19:06.3227240Z adding 'torch/jit/supported_ops.py' 2024-08-08T20:19:06.3228470Z adding 'torch/jit/unsupported_tensor_ops.py' 2024-08-08T20:19:06.3229620Z adding 'torch/jit/_passes/__init__.py' 2024-08-08T20:19:06.3230790Z adding 'torch/jit/_passes/_property_propagation.py' 2024-08-08T20:19:06.3232720Z adding 'torch/jit/mobile/__init__.py' 2024-08-08T20:19:06.3480880Z adding 'torch/lib/libc10.dylib' 2024-08-08T20:19:06.3713380Z adding 'torch/lib/libomp.dylib' 2024-08-08T20:19:06.3726850Z adding 'torch/lib/libshm.dylib' 2024-08-08T20:19:06.3729390Z adding 'torch/lib/libtorch.dylib' 2024-08-08T20:19:10.0105510Z adding 'torch/lib/libtorch_cpu.dylib' 2024-08-08T20:19:10.0846910Z adding 'torch/lib/libtorch_global_deps.dylib' 2024-08-08T20:19:10.5945310Z adding 'torch/lib/libtorch_python.dylib' 2024-08-08T20:19:10.6060690Z adding 'torch/linalg/__init__.py' 2024-08-08T20:19:10.6062660Z adding 'torch/masked/__init__.py' 2024-08-08T20:19:10.6066670Z adding 'torch/masked/_docs.py' 2024-08-08T20:19:10.6080000Z adding 'torch/masked/_ops.py' 2024-08-08T20:19:10.6081560Z adding 'torch/masked/maskedtensor/__init__.py' 2024-08-08T20:19:10.6084480Z adding 'torch/masked/maskedtensor/_ops_refs.py' 2024-08-08T20:19:10.6086210Z adding 'torch/masked/maskedtensor/binary.py' 2024-08-08T20:19:10.6089200Z adding 'torch/masked/maskedtensor/core.py' 2024-08-08T20:19:10.6089940Z adding 'torch/masked/maskedtensor/creation.py' 2024-08-08T20:19:10.6091270Z adding 'torch/masked/maskedtensor/passthrough.py' 2024-08-08T20:19:10.6092940Z adding 'torch/masked/maskedtensor/reductions.py' 2024-08-08T20:19:10.6094430Z adding 'torch/masked/maskedtensor/unary.py' 2024-08-08T20:19:10.6095800Z adding 'torch/monitor/__init__.py' 2024-08-08T20:19:10.6097800Z adding 'torch/mps/__init__.py' 2024-08-08T20:19:10.6098990Z adding 'torch/mps/event.py' 2024-08-08T20:19:10.6100180Z adding 'torch/mps/profiler.py' 2024-08-08T20:19:10.6103060Z adding 'torch/mtia/__init__.py' 2024-08-08T20:19:10.6104270Z adding 'torch/mtia/_utils.py' 2024-08-08T20:19:10.6105950Z adding 'torch/multiprocessing/__init__.py' 2024-08-08T20:19:10.6106700Z adding 'torch/multiprocessing/_atfork.py' 2024-08-08T20:19:10.6108160Z adding 'torch/multiprocessing/pool.py' 2024-08-08T20:19:10.6108850Z adding 'torch/multiprocessing/queue.py' 2024-08-08T20:19:10.6114160Z adding 'torch/multiprocessing/reductions.py' 2024-08-08T20:19:10.6116950Z adding 'torch/multiprocessing/spawn.py' 2024-08-08T20:19:10.6121280Z adding 'torch/nested/__init__.py' 2024-08-08T20:19:10.6122500Z adding 'torch/nested/_internal/__init__.py' 2024-08-08T20:19:10.6126810Z adding 'torch/nested/_internal/nested_tensor.py' 2024-08-08T20:19:10.6136400Z adding 'torch/nested/_internal/ops.py' 2024-08-08T20:19:10.6142490Z adding 'torch/nested/_internal/sdpa.py' 2024-08-08T20:19:10.6144750Z adding 'torch/nn/__init__.py' 2024-08-08T20:19:10.6146090Z adding 'torch/nn/_reduction.py' 2024-08-08T20:19:10.6146780Z adding 'torch/nn/common_types.py' 2024-08-08T20:19:10.6148310Z adding 'torch/nn/cpp.py' 2024-08-08T20:19:10.6192880Z adding 'torch/nn/functional.py' 2024-08-08T20:19:10.6197070Z adding 'torch/nn/functional.pyi' 2024-08-08T20:19:10.6198750Z adding 'torch/nn/grad.py' 2024-08-08T20:19:10.6203090Z adding 'torch/nn/init.py' 2024-08-08T20:19:10.6205750Z adding 'torch/nn/parameter.py' 2024-08-08T20:19:10.6206620Z adding 'torch/nn/parameter.pyi' 2024-08-08T20:19:10.6208650Z adding 'torch/nn/attention/__init__.py' 2024-08-08T20:19:10.6214690Z adding 'torch/nn/attention/_utils.py' 2024-08-08T20:19:10.6215040Z adding 'torch/nn/attention/bias.py' 2024-08-08T20:19:10.6220180Z adding 'torch/nn/attention/flex_attention.py' 2024-08-08T20:19:10.6221390Z adding 'torch/nn/backends/__init__.py' 2024-08-08T20:19:10.6221910Z adding 'torch/nn/backends/thnn.py' 2024-08-08T20:19:10.6223360Z adding 'torch/nn/intrinsic/__init__.py' 2024-08-08T20:19:10.6224620Z adding 'torch/nn/intrinsic/modules/__init__.py' 2024-08-08T20:19:10.6225170Z adding 'torch/nn/intrinsic/modules/fused.py' 2024-08-08T20:19:10.6226500Z adding 'torch/nn/intrinsic/qat/__init__.py' 2024-08-08T20:19:10.6227710Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2024-08-08T20:19:10.6228370Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2024-08-08T20:19:10.6229650Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2024-08-08T20:19:10.6230240Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2024-08-08T20:19:10.6231580Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2024-08-08T20:19:10.6232400Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2024-08-08T20:19:10.6233820Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2024-08-08T20:19:10.6234390Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2024-08-08T20:19:10.6235830Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2024-08-08T20:19:10.6236390Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2024-08-08T20:19:10.6237210Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2024-08-08T20:19:10.6238000Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2024-08-08T20:19:10.6240440Z adding 'torch/nn/modules/__init__.py' 2024-08-08T20:19:10.6243130Z adding 'torch/nn/modules/_functions.py' 2024-08-08T20:19:10.6252870Z adding 'torch/nn/modules/activation.py' 2024-08-08T20:19:10.6256050Z adding 'torch/nn/modules/adaptive.py' 2024-08-08T20:19:10.6261730Z adding 'torch/nn/modules/batchnorm.py' 2024-08-08T20:19:10.6262990Z adding 'torch/nn/modules/channelshuffle.py' 2024-08-08T20:19:10.6269450Z adding 'torch/nn/modules/container.py' 2024-08-08T20:19:10.6279350Z adding 'torch/nn/modules/conv.py' 2024-08-08T20:19:10.6280990Z adding 'torch/nn/modules/distance.py' 2024-08-08T20:19:10.6283180Z adding 'torch/nn/modules/dropout.py' 2024-08-08T20:19:10.6284840Z adding 'torch/nn/modules/flatten.py' 2024-08-08T20:19:10.6287420Z adding 'torch/nn/modules/fold.py' 2024-08-08T20:19:10.6290270Z adding 'torch/nn/modules/instancenorm.py' 2024-08-08T20:19:10.6293120Z adding 'torch/nn/modules/lazy.py' 2024-08-08T20:19:10.6296030Z adding 'torch/nn/modules/linear.py' 2024-08-08T20:19:10.6312180Z adding 'torch/nn/modules/loss.py' 2024-08-08T20:19:10.6337570Z adding 'torch/nn/modules/module.py' 2024-08-08T20:19:10.6341040Z adding 'torch/nn/modules/normalization.py' 2024-08-08T20:19:10.6344180Z adding 'torch/nn/modules/padding.py' 2024-08-08T20:19:10.6345650Z adding 'torch/nn/modules/pixelshuffle.py' 2024-08-08T20:19:10.6352830Z adding 'torch/nn/modules/pooling.py' 2024-08-08T20:19:10.6364440Z adding 'torch/nn/modules/rnn.py' 2024-08-08T20:19:10.6368900Z adding 'torch/nn/modules/sparse.py' 2024-08-08T20:19:10.6376950Z adding 'torch/nn/modules/transformer.py' 2024-08-08T20:19:10.6379610Z adding 'torch/nn/modules/upsampling.py' 2024-08-08T20:19:10.6381010Z adding 'torch/nn/modules/utils.py' 2024-08-08T20:19:10.6382440Z adding 'torch/nn/parallel/__init__.py' 2024-08-08T20:19:10.6384060Z adding 'torch/nn/parallel/_functions.py' 2024-08-08T20:19:10.6386530Z adding 'torch/nn/parallel/comm.py' 2024-08-08T20:19:10.6389400Z adding 'torch/nn/parallel/data_parallel.py' 2024-08-08T20:19:10.6415600Z adding 'torch/nn/parallel/distributed.py' 2024-08-08T20:19:10.6417810Z adding 'torch/nn/parallel/parallel_apply.py' 2024-08-08T20:19:10.6419740Z adding 'torch/nn/parallel/replicate.py' 2024-08-08T20:19:10.6421440Z adding 'torch/nn/parallel/scatter_gather.py' 2024-08-08T20:19:10.6422640Z adding 'torch/nn/qat/__init__.py' 2024-08-08T20:19:10.6423870Z adding 'torch/nn/qat/dynamic/__init__.py' 2024-08-08T20:19:10.6425070Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2024-08-08T20:19:10.6425630Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2024-08-08T20:19:10.6427090Z adding 'torch/nn/qat/modules/__init__.py' 2024-08-08T20:19:10.6427740Z adding 'torch/nn/qat/modules/conv.py' 2024-08-08T20:19:10.6428930Z adding 'torch/nn/qat/modules/embedding_ops.py' 2024-08-08T20:19:10.6429430Z adding 'torch/nn/qat/modules/linear.py' 2024-08-08T20:19:10.6430790Z adding 'torch/nn/quantizable/__init__.py' 2024-08-08T20:19:10.6431570Z adding 'torch/nn/quantizable/modules/__init__.py' 2024-08-08T20:19:10.6432800Z adding 'torch/nn/quantizable/modules/activation.py' 2024-08-08T20:19:10.6433230Z adding 'torch/nn/quantizable/modules/rnn.py' 2024-08-08T20:19:10.6434730Z adding 'torch/nn/quantized/__init__.py' 2024-08-08T20:19:10.6435340Z adding 'torch/nn/quantized/functional.py' 2024-08-08T20:19:10.6436690Z adding 'torch/nn/quantized/_reference/__init__.py' 2024-08-08T20:19:10.6438010Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2024-08-08T20:19:10.6438690Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2024-08-08T20:19:10.6439950Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2024-08-08T20:19:10.6440380Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2024-08-08T20:19:10.6441640Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2024-08-08T20:19:10.6442150Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2024-08-08T20:19:10.6443460Z adding 'torch/nn/quantized/dynamic/__init__.py' 2024-08-08T20:19:10.6444700Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2024-08-08T20:19:10.6445330Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2024-08-08T20:19:10.6446550Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2024-08-08T20:19:10.6447190Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2024-08-08T20:19:10.6448940Z adding 'torch/nn/quantized/modules/__init__.py' 2024-08-08T20:19:10.6449590Z adding 'torch/nn/quantized/modules/activation.py' 2024-08-08T20:19:10.6450570Z adding 'torch/nn/quantized/modules/batchnorm.py' 2024-08-08T20:19:10.6451330Z adding 'torch/nn/quantized/modules/conv.py' 2024-08-08T20:19:10.6452320Z adding 'torch/nn/quantized/modules/dropout.py' 2024-08-08T20:19:10.6456760Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2024-08-08T20:19:10.6457190Z adding 'torch/nn/quantized/modules/functional_modules.py' 2024-08-08T20:19:10.6457570Z adding 'torch/nn/quantized/modules/linear.py' 2024-08-08T20:19:10.6457940Z adding 'torch/nn/quantized/modules/normalization.py' 2024-08-08T20:19:10.6458290Z adding 'torch/nn/quantized/modules/rnn.py' 2024-08-08T20:19:10.6458620Z adding 'torch/nn/quantized/modules/utils.py' 2024-08-08T20:19:10.6458930Z adding 'torch/nn/utils/__init__.py' 2024-08-08T20:19:10.6459640Z adding 'torch/nn/utils/_deprecation_utils.py' 2024-08-08T20:19:10.6462530Z adding 'torch/nn/utils/_named_member_accessor.py' 2024-08-08T20:19:10.6464290Z adding 'torch/nn/utils/_per_sample_grad.py' 2024-08-08T20:19:10.6466170Z adding 'torch/nn/utils/clip_grad.py' 2024-08-08T20:19:10.6467540Z adding 'torch/nn/utils/convert_parameters.py' 2024-08-08T20:19:10.6469180Z adding 'torch/nn/utils/fusion.py' 2024-08-08T20:19:10.6470380Z adding 'torch/nn/utils/init.py' 2024-08-08T20:19:10.6472060Z adding 'torch/nn/utils/memory_format.py' 2024-08-08T20:19:10.6477960Z adding 'torch/nn/utils/parametrizations.py' 2024-08-08T20:19:10.6485770Z adding 'torch/nn/utils/parametrize.py' 2024-08-08T20:19:10.6496440Z adding 'torch/nn/utils/prune.py' 2024-08-08T20:19:10.6501400Z adding 'torch/nn/utils/rnn.py' 2024-08-08T20:19:10.6505020Z adding 'torch/nn/utils/spectral_norm.py' 2024-08-08T20:19:10.6507910Z adding 'torch/nn/utils/stateless.py' 2024-08-08T20:19:10.6509840Z adding 'torch/nn/utils/weight_norm.py' 2024-08-08T20:19:10.6511210Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2024-08-08T20:19:10.6512530Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2024-08-08T20:19:10.6515180Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2024-08-08T20:19:10.6516760Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2024-08-08T20:19:10.6518530Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2024-08-08T20:19:10.6520700Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2024-08-08T20:19:10.6522150Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2024-08-08T20:19:10.6523610Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2024-08-08T20:19:10.6524550Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2024-08-08T20:19:10.6526460Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2024-08-08T20:19:10.6528450Z adding 'torch/onnx/__init__.py' 2024-08-08T20:19:10.6529350Z adding 'torch/onnx/_constants.py' 2024-08-08T20:19:10.6530670Z adding 'torch/onnx/_deprecation.py' 2024-08-08T20:19:10.6531850Z adding 'torch/onnx/_experimental.py' 2024-08-08T20:19:10.6532440Z adding 'torch/onnx/_exporter_states.py' 2024-08-08T20:19:10.6533720Z adding 'torch/onnx/_flags.py' 2024-08-08T20:19:10.6534920Z adding 'torch/onnx/_globals.py' 2024-08-08T20:19:10.6536270Z adding 'torch/onnx/_onnx_supported_ops.py' 2024-08-08T20:19:10.6539080Z adding 'torch/onnx/_type_utils.py' 2024-08-08T20:19:10.6540450Z adding 'torch/onnx/errors.py' 2024-08-08T20:19:10.6541630Z adding 'torch/onnx/operators.py' 2024-08-08T20:19:10.6543570Z adding 'torch/onnx/symbolic_caffe2.py' 2024-08-08T20:19:10.6560900Z adding 'torch/onnx/symbolic_helper.py' 2024-08-08T20:19:10.6567010Z adding 'torch/onnx/symbolic_opset10.py' 2024-08-08T20:19:10.6577080Z adding 'torch/onnx/symbolic_opset11.py' 2024-08-08T20:19:10.6580380Z adding 'torch/onnx/symbolic_opset12.py' 2024-08-08T20:19:10.6587610Z adding 'torch/onnx/symbolic_opset13.py' 2024-08-08T20:19:10.6590070Z adding 'torch/onnx/symbolic_opset14.py' 2024-08-08T20:19:10.6591340Z adding 'torch/onnx/symbolic_opset15.py' 2024-08-08T20:19:10.6593170Z adding 'torch/onnx/symbolic_opset16.py' 2024-08-08T20:19:10.6595300Z adding 'torch/onnx/symbolic_opset17.py' 2024-08-08T20:19:10.6597210Z adding 'torch/onnx/symbolic_opset18.py' 2024-08-08T20:19:10.6597920Z adding 'torch/onnx/symbolic_opset19.py' 2024-08-08T20:19:10.6599330Z adding 'torch/onnx/symbolic_opset20.py' 2024-08-08T20:19:10.6600510Z adding 'torch/onnx/symbolic_opset7.py' 2024-08-08T20:19:10.6603370Z adding 'torch/onnx/symbolic_opset8.py' 2024-08-08T20:19:10.6648110Z adding 'torch/onnx/symbolic_opset9.py' 2024-08-08T20:19:10.6668970Z adding 'torch/onnx/utils.py' 2024-08-08T20:19:10.6684650Z adding 'torch/onnx/verification.py' 2024-08-08T20:19:10.6686160Z adding 'torch/onnx/_internal/__init__.py' 2024-08-08T20:19:10.6700650Z adding 'torch/onnx/_internal/_exporter_legacy.py' 2024-08-08T20:19:10.6705150Z adding 'torch/onnx/_internal/io_adapter.py' 2024-08-08T20:19:10.6708300Z adding 'torch/onnx/_internal/jit_utils.py' 2024-08-08T20:19:10.6710940Z adding 'torch/onnx/_internal/onnx_proto_utils.py' 2024-08-08T20:19:10.6722600Z adding 'torch/onnx/_internal/onnxruntime.py' 2024-08-08T20:19:10.6725600Z adding 'torch/onnx/_internal/registration.py' 2024-08-08T20:19:10.6726930Z adding 'torch/onnx/_internal/diagnostics/__init__.py' 2024-08-08T20:19:10.6728990Z adding 'torch/onnx/_internal/diagnostics/_diagnostic.py' 2024-08-08T20:19:10.6734550Z adding 'torch/onnx/_internal/diagnostics/_rules.py' 2024-08-08T20:19:10.6736030Z adding 'torch/onnx/_internal/diagnostics/infra/__init__.py' 2024-08-08T20:19:10.6738390Z adding 'torch/onnx/_internal/diagnostics/infra/_infra.py' 2024-08-08T20:19:10.6741890Z adding 'torch/onnx/_internal/diagnostics/infra/context.py' 2024-08-08T20:19:10.6743580Z adding 'torch/onnx/_internal/diagnostics/infra/decorator.py' 2024-08-08T20:19:10.6744940Z adding 'torch/onnx/_internal/diagnostics/infra/formatter.py' 2024-08-08T20:19:10.6746360Z adding 'torch/onnx/_internal/diagnostics/infra/utils.py' 2024-08-08T20:19:10.6748390Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/__init__.py' 2024-08-08T20:19:10.6749780Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_address.py' 2024-08-08T20:19:10.6751170Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py' 2024-08-08T20:19:10.6752000Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py' 2024-08-08T20:19:10.6753390Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py' 2024-08-08T20:19:10.6754060Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py' 2024-08-08T20:19:10.6755050Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py' 2024-08-08T20:19:10.6755980Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py' 2024-08-08T20:19:10.6761100Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py' 2024-08-08T20:19:10.6761660Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py' 2024-08-08T20:19:10.6762140Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge.py' 2024-08-08T20:19:10.6762640Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py' 2024-08-08T20:19:10.6763150Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_exception.py' 2024-08-08T20:19:10.6763690Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py' 2024-08-08T20:19:10.6764310Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py' 2024-08-08T20:19:10.6764990Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py' 2024-08-08T20:19:10.6765550Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_fix.py' 2024-08-08T20:19:10.6766220Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph.py' 2024-08-08T20:19:10.6767580Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py' 2024-08-08T20:19:10.6768950Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py' 2024-08-08T20:19:10.6769590Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location.py' 2024-08-08T20:19:10.6771000Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py' 2024-08-08T20:19:10.6771670Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py' 2024-08-08T20:19:10.6772480Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_message.py' 2024-08-08T20:19:10.6773910Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py' 2024-08-08T20:19:10.6774480Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_node.py' 2024-08-08T20:19:10.6775830Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_notification.py' 2024-08-08T20:19:10.6776520Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py' 2024-08-08T20:19:10.6777400Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py' 2024-08-08T20:19:10.6778380Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py' 2024-08-08T20:19:10.6779730Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_region.py' 2024-08-08T20:19:10.6780290Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py' 2024-08-08T20:19:10.6781700Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py' 2024-08-08T20:19:10.6782460Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py' 2024-08-08T20:19:10.6783440Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py' 2024-08-08T20:19:10.6784410Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py' 2024-08-08T20:19:10.6785940Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result.py' 2024-08-08T20:19:10.6786720Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py' 2024-08-08T20:19:10.6788330Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run.py' 2024-08-08T20:19:10.6789140Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py' 2024-08-08T20:19:10.6790110Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py' 2024-08-08T20:19:10.6791480Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py' 2024-08-08T20:19:10.6792030Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack.py' 2024-08-08T20:19:10.6793360Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py' 2024-08-08T20:19:10.6793910Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py' 2024-08-08T20:19:10.6795280Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py' 2024-08-08T20:19:10.6796070Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py' 2024-08-08T20:19:10.6796960Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool.py' 2024-08-08T20:19:10.6798600Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py' 2024-08-08T20:19:10.6799330Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py' 2024-08-08T20:19:10.6800760Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py' 2024-08-08T20:19:10.6801450Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py' 2024-08-08T20:19:10.6802340Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py' 2024-08-08T20:19:10.6803680Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py' 2024-08-08T20:19:10.6804220Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/version.py' 2024-08-08T20:19:10.6805690Z adding 'torch/onnx/_internal/fx/__init__.py' 2024-08-08T20:19:10.6808780Z adding 'torch/onnx/_internal/fx/_pass.py' 2024-08-08T20:19:10.6810760Z adding 'torch/onnx/_internal/fx/decomposition_skip.py' 2024-08-08T20:19:10.6812400Z adding 'torch/onnx/_internal/fx/decomposition_table.py' 2024-08-08T20:19:10.6814540Z adding 'torch/onnx/_internal/fx/diagnostics.py' 2024-08-08T20:19:10.6816790Z adding 'torch/onnx/_internal/fx/dynamo_graph_extractor.py' 2024-08-08T20:19:10.6824260Z adding 'torch/onnx/_internal/fx/fx_onnx_interpreter.py' 2024-08-08T20:19:10.6827190Z adding 'torch/onnx/_internal/fx/fx_symbolic_graph_extractor.py' 2024-08-08T20:19:10.6834780Z adding 'torch/onnx/_internal/fx/onnxfunction_dispatcher.py' 2024-08-08T20:19:10.6838200Z adding 'torch/onnx/_internal/fx/op_validation.py' 2024-08-08T20:19:10.6839980Z adding 'torch/onnx/_internal/fx/patcher.py' 2024-08-08T20:19:10.6841390Z adding 'torch/onnx/_internal/fx/registration.py' 2024-08-08T20:19:10.6844280Z adding 'torch/onnx/_internal/fx/serialization.py' 2024-08-08T20:19:10.6846020Z adding 'torch/onnx/_internal/fx/torch_export_graph_extractor.py' 2024-08-08T20:19:10.6847900Z adding 'torch/onnx/_internal/fx/type_utils.py' 2024-08-08T20:19:10.6849120Z adding 'torch/onnx/_internal/fx/analysis/__init__.py' 2024-08-08T20:19:10.6850450Z adding 'torch/onnx/_internal/fx/analysis/unsupported_nodes.py' 2024-08-08T20:19:10.6851900Z adding 'torch/onnx/_internal/fx/passes/__init__.py' 2024-08-08T20:19:10.6853360Z adding 'torch/onnx/_internal/fx/passes/_utils.py' 2024-08-08T20:19:10.6854790Z adding 'torch/onnx/_internal/fx/passes/decomp.py' 2024-08-08T20:19:10.6856730Z adding 'torch/onnx/_internal/fx/passes/functionalization.py' 2024-08-08T20:19:10.6864340Z adding 'torch/onnx/_internal/fx/passes/modularization.py' 2024-08-08T20:19:10.6866280Z adding 'torch/onnx/_internal/fx/passes/readability.py' 2024-08-08T20:19:10.6876540Z adding 'torch/onnx/_internal/fx/passes/type_promotion.py' 2024-08-08T20:19:10.6878290Z adding 'torch/onnx/_internal/fx/passes/virtualization.py' 2024-08-08T20:19:10.6879820Z adding 'torch/optim/__init__.py' 2024-08-08T20:19:10.6883690Z adding 'torch/optim/_adafactor.py' 2024-08-08T20:19:10.6885040Z adding 'torch/optim/_functional.py' 2024-08-08T20:19:10.6888340Z adding 'torch/optim/adadelta.py' 2024-08-08T20:19:10.6892480Z adding 'torch/optim/adagrad.py' 2024-08-08T20:19:10.6898210Z adding 'torch/optim/adam.py' 2024-08-08T20:19:10.6901720Z adding 'torch/optim/adamax.py' 2024-08-08T20:19:10.6907280Z adding 'torch/optim/adamw.py' 2024-08-08T20:19:10.6910590Z adding 'torch/optim/asgd.py' 2024-08-08T20:19:10.6914590Z adding 'torch/optim/lbfgs.py' 2024-08-08T20:19:10.6929160Z adding 'torch/optim/lr_scheduler.py' 2024-08-08T20:19:10.6934200Z adding 'torch/optim/nadam.py' 2024-08-08T20:19:10.6943590Z adding 'torch/optim/optimizer.py' 2024-08-08T20:19:10.6948010Z adding 'torch/optim/radam.py' 2024-08-08T20:19:10.6952170Z adding 'torch/optim/rmsprop.py' 2024-08-08T20:19:10.6955800Z adding 'torch/optim/rprop.py' 2024-08-08T20:19:10.6959610Z adding 'torch/optim/sgd.py' 2024-08-08T20:19:10.6961970Z adding 'torch/optim/sparse_adam.py' 2024-08-08T20:19:10.6966020Z adding 'torch/optim/swa_utils.py' 2024-08-08T20:19:10.6967340Z adding 'torch/optim/_multi_tensor/__init__.py' 2024-08-08T20:19:10.6968610Z adding 'torch/package/__init__.py' 2024-08-08T20:19:10.6970290Z adding 'torch/package/_digraph.py' 2024-08-08T20:19:10.6971490Z adding 'torch/package/_directory_reader.py' 2024-08-08T20:19:10.6972830Z adding 'torch/package/_importlib.py' 2024-08-08T20:19:10.6974000Z adding 'torch/package/_mangling.py' 2024-08-08T20:19:10.6975240Z adding 'torch/package/_mock.py' 2024-08-08T20:19:10.6976830Z adding 'torch/package/_package_pickler.py' 2024-08-08T20:19:10.6977560Z adding 'torch/package/_package_unpickler.py' 2024-08-08T20:19:10.6979430Z adding 'torch/package/_stdlib.py' 2024-08-08T20:19:10.6981150Z adding 'torch/package/file_structure_representation.py' 2024-08-08T20:19:10.6982470Z adding 'torch/package/find_file_dependencies.py' 2024-08-08T20:19:10.6983850Z adding 'torch/package/glob_group.py' 2024-08-08T20:19:10.6986260Z adding 'torch/package/importer.py' 2024-08-08T20:19:10.6996900Z adding 'torch/package/package_exporter.py' 2024-08-08T20:19:10.7004140Z adding 'torch/package/package_importer.py' 2024-08-08T20:19:10.7005350Z adding 'torch/package/analyze/__init__.py' 2024-08-08T20:19:10.7006190Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2024-08-08T20:19:10.7006980Z adding 'torch/package/analyze/is_from_package.py' 2024-08-08T20:19:10.7008410Z adding 'torch/package/analyze/trace_dependencies.py' 2024-08-08T20:19:10.7009690Z adding 'torch/profiler/__init__.py' 2024-08-08T20:19:10.7020120Z adding 'torch/profiler/_memory_profiler.py' 2024-08-08T20:19:10.7025010Z adding 'torch/profiler/_pattern_matcher.py' 2024-08-08T20:19:10.7028270Z adding 'torch/profiler/_utils.py' 2024-08-08T20:19:10.7029460Z adding 'torch/profiler/itt.py' 2024-08-08T20:19:10.7036590Z adding 'torch/profiler/profiler.py' 2024-08-08T20:19:10.7037740Z adding 'torch/profiler/python_tracer.py' 2024-08-08T20:19:10.7039200Z adding 'torch/quantization/__init__.py' 2024-08-08T20:19:10.7039950Z adding 'torch/quantization/_numeric_suite.py' 2024-08-08T20:19:10.7041170Z adding 'torch/quantization/_numeric_suite_fx.py' 2024-08-08T20:19:10.7042620Z adding 'torch/quantization/_quantized_conversions.py' 2024-08-08T20:19:10.7043270Z adding 'torch/quantization/fake_quantize.py' 2024-08-08T20:19:10.7044550Z adding 'torch/quantization/fuse_modules.py' 2024-08-08T20:19:10.7045050Z adding 'torch/quantization/fuser_method_mappings.py' 2024-08-08T20:19:10.7046280Z adding 'torch/quantization/observer.py' 2024-08-08T20:19:10.7046980Z adding 'torch/quantization/qconfig.py' 2024-08-08T20:19:10.7048200Z adding 'torch/quantization/quant_type.py' 2024-08-08T20:19:10.7048890Z adding 'torch/quantization/quantization_mappings.py' 2024-08-08T20:19:10.7050160Z adding 'torch/quantization/quantize.py' 2024-08-08T20:19:10.7050680Z adding 'torch/quantization/quantize_fx.py' 2024-08-08T20:19:10.7051940Z adding 'torch/quantization/quantize_jit.py' 2024-08-08T20:19:10.7052360Z adding 'torch/quantization/stubs.py' 2024-08-08T20:19:10.7053540Z adding 'torch/quantization/utils.py' 2024-08-08T20:19:10.7054900Z adding 'torch/quantization/fx/__init__.py' 2024-08-08T20:19:10.7055610Z adding 'torch/quantization/fx/_equalize.py' 2024-08-08T20:19:10.7056840Z adding 'torch/quantization/fx/convert.py' 2024-08-08T20:19:10.7057240Z adding 'torch/quantization/fx/fuse.py' 2024-08-08T20:19:10.7058430Z adding 'torch/quantization/fx/fusion_patterns.py' 2024-08-08T20:19:10.7059020Z adding 'torch/quantization/fx/graph_module.py' 2024-08-08T20:19:10.7060210Z adding 'torch/quantization/fx/match_utils.py' 2024-08-08T20:19:10.7060800Z adding 'torch/quantization/fx/pattern_utils.py' 2024-08-08T20:19:10.7061990Z adding 'torch/quantization/fx/prepare.py' 2024-08-08T20:19:10.7062650Z adding 'torch/quantization/fx/quantization_patterns.py' 2024-08-08T20:19:10.7063480Z adding 'torch/quantization/fx/quantization_types.py' 2024-08-08T20:19:10.7064670Z adding 'torch/quantization/fx/utils.py' 2024-08-08T20:19:10.7066350Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2024-08-08T20:19:10.7068240Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2024-08-08T20:19:10.7069010Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2024-08-08T20:19:10.7070740Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2024-08-08T20:19:10.7078150Z adding 'torch/share/cmake/Caffe2/FindCUDAToolkit.cmake' 2024-08-08T20:19:10.7079550Z adding 'torch/share/cmake/Caffe2/FindCUSPARSELT.cmake' 2024-08-08T20:19:10.7080810Z adding 'torch/share/cmake/Caffe2/FindSYCLToolkit.cmake' 2024-08-08T20:19:10.7082160Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2024-08-08T20:19:10.7083500Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2024-08-08T20:19:10.7084970Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2024-08-08T20:19:10.7104200Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2024-08-08T20:19:10.7108060Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2024-08-08T20:19:10.7108980Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2024-08-08T20:19:10.7111120Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2024-08-08T20:19:10.7112620Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2024-08-08T20:19:10.7115250Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2024-08-08T20:19:10.7117680Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2024-08-08T20:19:10.7119830Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2024-08-08T20:19:10.7122630Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2024-08-08T20:19:10.7123910Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2024-08-08T20:19:10.7125130Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2024-08-08T20:19:10.7125870Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2024-08-08T20:19:10.7127100Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2024-08-08T20:19:10.7128350Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2024-08-08T20:19:10.7135870Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2024-08-08T20:19:10.7136390Z adding 'torch/share/cmake/Caffe2/public/xpu.cmake' 2024-08-08T20:19:10.7136770Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2024-08-08T20:19:10.7139660Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2024-08-08T20:19:10.7140400Z adding 'torch/signal/__init__.py' 2024-08-08T20:19:10.7141730Z adding 'torch/signal/windows/__init__.py' 2024-08-08T20:19:10.7145380Z adding 'torch/signal/windows/windows.py' 2024-08-08T20:19:10.7150710Z adding 'torch/sparse/__init__.py' 2024-08-08T20:19:10.7154130Z adding 'torch/sparse/_semi_structured_conversions.py' 2024-08-08T20:19:10.7155740Z adding 'torch/sparse/_semi_structured_ops.py' 2024-08-08T20:19:10.7170800Z adding 'torch/sparse/_triton_ops.py' 2024-08-08T20:19:10.7239050Z adding 'torch/sparse/_triton_ops_meta.py' 2024-08-08T20:19:10.7245930Z adding 'torch/sparse/semi_structured.py' 2024-08-08T20:19:10.7250960Z adding 'torch/special/__init__.py' 2024-08-08T20:19:10.7252270Z adding 'torch/testing/__init__.py' 2024-08-08T20:19:10.7264550Z adding 'torch/testing/_comparison.py' 2024-08-08T20:19:10.7267710Z adding 'torch/testing/_creation.py' 2024-08-08T20:19:10.7269070Z adding 'torch/testing/_utils.py' 2024-08-08T20:19:10.7270480Z adding 'torch/testing/_internal/__init__.py' 2024-08-08T20:19:10.7273630Z adding 'torch/testing/_internal/autocast_test_lists.py' 2024-08-08T20:19:10.7276500Z adding 'torch/testing/_internal/autograd_function_db.py' 2024-08-08T20:19:10.7278540Z adding 'torch/testing/_internal/check_kernel_launches.py' 2024-08-08T20:19:10.7281170Z adding 'torch/testing/_internal/common_cuda.py' 2024-08-08T20:19:10.7297140Z adding 'torch/testing/_internal/common_device_type.py' 2024-08-08T20:19:10.7298800Z adding 'torch/testing/_internal/common_dist_composable.py' 2024-08-08T20:19:10.7309900Z adding 'torch/testing/_internal/common_distributed.py' 2024-08-08T20:19:10.7311450Z adding 'torch/testing/_internal/common_dtype.py' 2024-08-08T20:19:10.7322480Z adding 'torch/testing/_internal/common_fsdp.py' 2024-08-08T20:19:10.7325830Z adding 'torch/testing/_internal/common_jit.py' 2024-08-08T20:19:10.7490400Z adding 'torch/testing/_internal/common_methods_invocations.py' 2024-08-08T20:19:10.7496660Z adding 'torch/testing/_internal/common_mkldnn.py' 2024-08-08T20:19:10.7519550Z adding 'torch/testing/_internal/common_modules.py' 2024-08-08T20:19:10.7543240Z adding 'torch/testing/_internal/common_nn.py' 2024-08-08T20:19:10.7553920Z adding 'torch/testing/_internal/common_optimizers.py' 2024-08-08T20:19:10.7556510Z adding 'torch/testing/_internal/common_pruning.py' 2024-08-08T20:19:10.7575400Z adding 'torch/testing/_internal/common_quantization.py' 2024-08-08T20:19:10.7578130Z adding 'torch/testing/_internal/common_quantized.py' 2024-08-08T20:19:10.7580220Z adding 'torch/testing/_internal/common_subclass.py' 2024-08-08T20:19:10.7632260Z adding 'torch/testing/_internal/common_utils.py' 2024-08-08T20:19:10.7638390Z adding 'torch/testing/_internal/composite_compliance.py' 2024-08-08T20:19:10.7642010Z adding 'torch/testing/_internal/custom_op_db.py' 2024-08-08T20:19:10.7643330Z adding 'torch/testing/_internal/custom_tensor.py' 2024-08-08T20:19:10.7645430Z adding 'torch/testing/_internal/dist_utils.py' 2024-08-08T20:19:10.7647090Z adding 'torch/testing/_internal/dynamo_test_failures.py' 2024-08-08T20:19:10.7648810Z adding 'torch/testing/_internal/hop_db.py' 2024-08-08T20:19:10.7652090Z adding 'torch/testing/_internal/hypothesis_utils.py' 2024-08-08T20:19:10.7653490Z adding 'torch/testing/_internal/inductor_utils.py' 2024-08-08T20:19:10.7659640Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2024-08-08T20:19:10.7666580Z adding 'torch/testing/_internal/jit_utils.py' 2024-08-08T20:19:10.7668750Z adding 'torch/testing/_internal/logging_tensor.py' 2024-08-08T20:19:10.7670730Z adding 'torch/testing/_internal/logging_utils.py' 2024-08-08T20:19:10.7671570Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2024-08-08T20:19:10.7672850Z adding 'torch/testing/_internal/static_module.py' 2024-08-08T20:19:10.7674120Z adding 'torch/testing/_internal/torchbind_impls.py' 2024-08-08T20:19:10.7676220Z adding 'torch/testing/_internal/triton_utils.py' 2024-08-08T20:19:10.7677500Z adding 'torch/testing/_internal/two_tensor.py' 2024-08-08T20:19:10.7678730Z adding 'torch/testing/_internal/codegen/__init__.py' 2024-08-08T20:19:10.7679450Z adding 'torch/testing/_internal/data/__init__.py' 2024-08-08T20:19:10.7680670Z adding 'torch/testing/_internal/data/network1.py' 2024-08-08T20:19:10.7681170Z adding 'torch/testing/_internal/data/network2.py' 2024-08-08T20:19:10.7682640Z adding 'torch/testing/_internal/distributed/__init__.py' 2024-08-08T20:19:10.7683510Z adding 'torch/testing/_internal/distributed/checkpoint_utils.py' 2024-08-08T20:19:10.7685270Z adding 'torch/testing/_internal/distributed/common_state_dict.py' 2024-08-08T20:19:10.7690100Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2024-08-08T20:19:10.7759740Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2024-08-08T20:19:10.7762920Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2024-08-08T20:19:10.7763800Z adding 'torch/testing/_internal/distributed/fake_pg.py' 2024-08-08T20:19:10.7767840Z adding 'torch/testing/_internal/distributed/multi_threaded_pg.py' 2024-08-08T20:19:10.7769880Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2024-08-08T20:19:10.7771170Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2024-08-08T20:19:10.7771820Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2024-08-08T20:19:10.7773710Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2024-08-08T20:19:10.7775170Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2024-08-08T20:19:10.7776020Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2024-08-08T20:19:10.7776970Z adding 'torch/testing/_internal/distributed/_tensor/__init__.py' 2024-08-08T20:19:10.7781360Z adding 'torch/testing/_internal/distributed/_tensor/common_dtensor.py' 2024-08-08T20:19:10.7782690Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2024-08-08T20:19:10.7783400Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2024-08-08T20:19:10.7787470Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2024-08-08T20:19:10.7788350Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2024-08-08T20:19:10.7806510Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2024-08-08T20:19:10.7809020Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2024-08-08T20:19:10.7811500Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2024-08-08T20:19:10.7812510Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2024-08-08T20:19:10.7813920Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2024-08-08T20:19:10.7852560Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2024-08-08T20:19:10.7854680Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2024-08-08T20:19:10.7855390Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2024-08-08T20:19:10.7857250Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2024-08-08T20:19:10.7859720Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2024-08-08T20:19:10.7860470Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2024-08-08T20:19:10.7862090Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2024-08-08T20:19:10.7870350Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2024-08-08T20:19:10.7872300Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2024-08-08T20:19:10.7873110Z adding 'torch/testing/_internal/generated/__init__.py' 2024-08-08T20:19:10.7910180Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2024-08-08T20:19:10.7914090Z adding 'torch/testing/_internal/opinfo/__init__.py' 2024-08-08T20:19:10.7938900Z adding 'torch/testing/_internal/opinfo/core.py' 2024-08-08T20:19:10.7941080Z adding 'torch/testing/_internal/opinfo/refs.py' 2024-08-08T20:19:10.7943530Z adding 'torch/testing/_internal/opinfo/utils.py' 2024-08-08T20:19:10.7944850Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2024-08-08T20:19:10.7950140Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2024-08-08T20:19:10.7953430Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2024-08-08T20:19:10.7966570Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2024-08-08T20:19:10.7969170Z adding 'torch/testing/_internal/opinfo/definitions/nested.py' 2024-08-08T20:19:10.7971630Z adding 'torch/testing/_internal/opinfo/definitions/signal.py' 2024-08-08T20:19:10.7976720Z adding 'torch/testing/_internal/opinfo/definitions/sparse.py' 2024-08-08T20:19:10.7980140Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2024-08-08T20:19:10.7981420Z adding 'torch/testing/_internal/optests/__init__.py' 2024-08-08T20:19:10.7983240Z adding 'torch/testing/_internal/optests/aot_autograd.py' 2024-08-08T20:19:10.7985090Z adding 'torch/testing/_internal/optests/autograd_registration.py' 2024-08-08T20:19:10.7985650Z adding 'torch/testing/_internal/optests/fake_tensor.py' 2024-08-08T20:19:10.7992640Z adding 'torch/testing/_internal/optests/generate_tests.py' 2024-08-08T20:19:10.7994090Z adding 'torch/testing/_internal/optests/make_fx.py' 2024-08-08T20:19:10.7994870Z adding 'torch/testing/_internal/test_module/__init__.py' 2024-08-08T20:19:10.7995710Z adding 'torch/testing/_internal/test_module/future_div.py' 2024-08-08T20:19:10.7996530Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2024-08-08T20:19:10.7998810Z adding 'torch/utils/__init__.py' 2024-08-08T20:19:10.8000560Z adding 'torch/utils/_backport_slots.py' 2024-08-08T20:19:10.8003540Z adding 'torch/utils/_config_module.py' 2024-08-08T20:19:10.8006120Z adding 'torch/utils/_content_store.py' 2024-08-08T20:19:10.8007990Z adding 'torch/utils/_contextlib.py' 2024-08-08T20:19:10.8009160Z adding 'torch/utils/_cpp_extension_versioner.py' 2024-08-08T20:19:10.8015110Z adding 'torch/utils/_cxx_pytree.py' 2024-08-08T20:19:10.8016490Z adding 'torch/utils/_device.py' 2024-08-08T20:19:10.8017160Z adding 'torch/utils/_exposed_in.py' 2024-08-08T20:19:10.8018640Z adding 'torch/utils/_foreach_utils.py' 2024-08-08T20:19:10.8021230Z adding 'torch/utils/_freeze.py' 2024-08-08T20:19:10.8022970Z adding 'torch/utils/_get_clean_triton.py' 2024-08-08T20:19:10.8024140Z adding 'torch/utils/_import_utils.py' 2024-08-08T20:19:10.8024560Z adding 'torch/utils/_mode_utils.py' 2024-08-08T20:19:10.8026480Z adding 'torch/utils/_ordered_set.py' 2024-08-08T20:19:10.8033090Z adding 'torch/utils/_python_dispatch.py' 2024-08-08T20:19:10.8043390Z adding 'torch/utils/_pytree.py' 2024-08-08T20:19:10.8044660Z adding 'torch/utils/_stats.py' 2024-08-08T20:19:10.8047400Z adding 'torch/utils/_traceback.py' 2024-08-08T20:19:10.8048660Z adding 'torch/utils/_triton.py' 2024-08-08T20:19:10.8049290Z adding 'torch/utils/_typing_utils.py' 2024-08-08T20:19:10.8050840Z adding 'torch/utils/_zip.py' 2024-08-08T20:19:10.8054800Z adding 'torch/utils/backend_registration.py' 2024-08-08T20:19:10.8059360Z adding 'torch/utils/bundled_inputs.py' 2024-08-08T20:19:10.8075740Z adding 'torch/utils/checkpoint.py' 2024-08-08T20:19:10.8080980Z adding 'torch/utils/collect_env.py' 2024-08-08T20:19:10.8081710Z adding 'torch/utils/cpp_backtrace.py' 2024-08-08T20:19:10.8105660Z adding 'torch/utils/cpp_extension.py' 2024-08-08T20:19:10.8107180Z adding 'torch/utils/deterministic.py' 2024-08-08T20:19:10.8108800Z adding 'torch/utils/dlpack.py' 2024-08-08T20:19:10.8109970Z adding 'torch/utils/file_baton.py' 2024-08-08T20:19:10.8115240Z adding 'torch/utils/flop_counter.py' 2024-08-08T20:19:10.8117750Z adding 'torch/utils/hooks.py' 2024-08-08T20:19:10.8119370Z adding 'torch/utils/mkldnn.py' 2024-08-08T20:19:10.8121120Z adding 'torch/utils/mobile_optimizer.py' 2024-08-08T20:19:10.8121660Z adding 'torch/utils/model_zoo.py' 2024-08-08T20:19:10.8123490Z adding 'torch/utils/module_tracker.py' 2024-08-08T20:19:10.8125110Z adding 'torch/utils/show_pickle.py' 2024-08-08T20:19:10.8127010Z adding 'torch/utils/throughput_benchmark.py' 2024-08-08T20:19:10.8129540Z adding 'torch/utils/weak.py' 2024-08-08T20:19:10.8130750Z adding 'torch/utils/_strobelight/__init__.py' 2024-08-08T20:19:10.8132990Z adding 'torch/utils/_strobelight/cli_function_profiler.py' 2024-08-08T20:19:10.8133700Z adding 'torch/utils/_sympy/__init__.py' 2024-08-08T20:19:10.8139200Z adding 'torch/utils/_sympy/functions.py' 2024-08-08T20:19:10.8141320Z adding 'torch/utils/_sympy/interp.py' 2024-08-08T20:19:10.8143320Z adding 'torch/utils/_sympy/numbers.py' 2024-08-08T20:19:10.8144860Z adding 'torch/utils/_sympy/reference.py' 2024-08-08T20:19:10.8146210Z adding 'torch/utils/_sympy/singleton_int.py' 2024-08-08T20:19:10.8147910Z adding 'torch/utils/_sympy/solve.py' 2024-08-08T20:19:10.8149370Z adding 'torch/utils/_sympy/symbol.py' 2024-08-08T20:19:10.8156950Z adding 'torch/utils/_sympy/value_ranges.py' 2024-08-08T20:19:10.8158220Z adding 'torch/utils/backcompat/__init__.py' 2024-08-08T20:19:10.8159390Z adding 'torch/utils/benchmark/__init__.py' 2024-08-08T20:19:10.8164400Z adding 'torch/utils/benchmark/examples/__init__.py' 2024-08-08T20:19:10.8164850Z adding 'torch/utils/benchmark/examples/blas_compare_setup.py' 2024-08-08T20:19:10.8165270Z adding 'torch/utils/benchmark/examples/compare.py' 2024-08-08T20:19:10.8165640Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2024-08-08T20:19:10.8166030Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2024-08-08T20:19:10.8166960Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2024-08-08T20:19:10.8168880Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2024-08-08T20:19:10.8169540Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2024-08-08T20:19:10.8171090Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2024-08-08T20:19:10.8172440Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2024-08-08T20:19:10.8173720Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2024-08-08T20:19:10.8174980Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2024-08-08T20:19:10.8176210Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2024-08-08T20:19:10.8176840Z adding 'torch/utils/benchmark/utils/__init__.py' 2024-08-08T20:19:10.8178120Z adding 'torch/utils/benchmark/utils/_stubs.py' 2024-08-08T20:19:10.8181300Z adding 'torch/utils/benchmark/utils/common.py' 2024-08-08T20:19:10.8184470Z adding 'torch/utils/benchmark/utils/compare.py' 2024-08-08T20:19:10.8186430Z adding 'torch/utils/benchmark/utils/compile.py' 2024-08-08T20:19:10.8188360Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2024-08-08T20:19:10.8192480Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2024-08-08T20:19:10.8194280Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2024-08-08T20:19:10.8195010Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2024-08-08T20:19:10.8200120Z adding 'torch/utils/benchmark/utils/timer.py' 2024-08-08T20:19:10.8201400Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2024-08-08T20:19:10.8203160Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2024-08-08T20:19:10.8203930Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2024-08-08T20:19:10.8205380Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2024-08-08T20:19:10.8213160Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2024-08-08T20:19:10.8251470Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2024-08-08T20:19:10.8254250Z adding 'torch/utils/bottleneck/__init__.py' 2024-08-08T20:19:10.8256250Z adding 'torch/utils/bottleneck/__main__.py' 2024-08-08T20:19:10.8257660Z adding 'torch/utils/data/__init__.py' 2024-08-08T20:19:10.8258370Z adding 'torch/utils/data/backward_compatibility.py' 2024-08-08T20:19:10.8277400Z adding 'torch/utils/data/dataloader.py' 2024-08-08T20:19:10.8281820Z adding 'torch/utils/data/dataset.py' 2024-08-08T20:19:10.8283810Z adding 'torch/utils/data/distributed.py' 2024-08-08T20:19:10.8285560Z adding 'torch/utils/data/graph.py' 2024-08-08T20:19:10.8287360Z adding 'torch/utils/data/graph_settings.py' 2024-08-08T20:19:10.8290240Z adding 'torch/utils/data/sampler.py' 2024-08-08T20:19:10.8291760Z adding 'torch/utils/data/_utils/__init__.py' 2024-08-08T20:19:10.8294960Z adding 'torch/utils/data/_utils/collate.py' 2024-08-08T20:19:10.8296120Z adding 'torch/utils/data/_utils/fetch.py' 2024-08-08T20:19:10.8297540Z adding 'torch/utils/data/_utils/pin_memory.py' 2024-08-08T20:19:10.8298910Z adding 'torch/utils/data/_utils/signal_handling.py' 2024-08-08T20:19:10.8302250Z adding 'torch/utils/data/_utils/worker.py' 2024-08-08T20:19:10.8303470Z adding 'torch/utils/data/datapipes/__init__.py' 2024-08-08T20:19:10.8305350Z adding 'torch/utils/data/datapipes/_decorator.py' 2024-08-08T20:19:10.8308190Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2024-08-08T20:19:10.8311970Z adding 'torch/utils/data/datapipes/_typing.py' 2024-08-08T20:19:10.8315210Z adding 'torch/utils/data/datapipes/datapipe.py' 2024-08-08T20:19:10.8321140Z adding 'torch/utils/data/datapipes/datapipe.pyi' 2024-08-08T20:19:10.8323980Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2024-08-08T20:19:10.8325260Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2024-08-08T20:19:10.8326600Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2024-08-08T20:19:10.8329270Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2024-08-08T20:19:10.8330650Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2024-08-08T20:19:10.8331320Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2024-08-08T20:19:10.8332980Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2024-08-08T20:19:10.8335280Z adding 'torch/utils/data/datapipes/iter/callable.py' 2024-08-08T20:19:10.8337210Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2024-08-08T20:19:10.8342450Z adding 'torch/utils/data/datapipes/iter/combining.py' 2024-08-08T20:19:10.8343830Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2024-08-08T20:19:10.8345150Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2024-08-08T20:19:10.8347810Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2024-08-08T20:19:10.8349130Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2024-08-08T20:19:10.8350520Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2024-08-08T20:19:10.8351900Z adding 'torch/utils/data/datapipes/iter/sharding.py' 2024-08-08T20:19:10.8352740Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2024-08-08T20:19:10.8354120Z adding 'torch/utils/data/datapipes/iter/utils.py' 2024-08-08T20:19:10.8355460Z adding 'torch/utils/data/datapipes/map/__init__.py' 2024-08-08T20:19:10.8356690Z adding 'torch/utils/data/datapipes/map/callable.py' 2024-08-08T20:19:10.8358120Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2024-08-08T20:19:10.8359440Z adding 'torch/utils/data/datapipes/map/combining.py' 2024-08-08T20:19:10.8360720Z adding 'torch/utils/data/datapipes/map/grouping.py' 2024-08-08T20:19:10.8361950Z adding 'torch/utils/data/datapipes/map/utils.py' 2024-08-08T20:19:10.8362660Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2024-08-08T20:19:10.8366140Z adding 'torch/utils/data/datapipes/utils/common.py' 2024-08-08T20:19:10.8368990Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2024-08-08T20:19:10.8370430Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2024-08-08T20:19:10.8371220Z adding 'torch/utils/hipify/__init__.py' 2024-08-08T20:19:10.8372550Z adding 'torch/utils/hipify/constants.py' 2024-08-08T20:19:10.8411770Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2024-08-08T20:19:10.8423550Z adding 'torch/utils/hipify/hipify_python.py' 2024-08-08T20:19:10.8424730Z adding 'torch/utils/hipify/version.py' 2024-08-08T20:19:10.8425430Z adding 'torch/utils/jit/__init__.py' 2024-08-08T20:19:10.8430820Z adding 'torch/utils/jit/log_extract.py' 2024-08-08T20:19:10.8431210Z adding 'torch/utils/model_dump/__init__.py' 2024-08-08T20:19:10.8431960Z adding 'torch/utils/model_dump/__main__.py' 2024-08-08T20:19:10.8436000Z adding 'torch/utils/model_dump/code.js' 2024-08-08T20:19:10.8437170Z adding 'torch/utils/model_dump/htm.mjs' 2024-08-08T20:19:10.8439950Z adding 'torch/utils/model_dump/preact.mjs' 2024-08-08T20:19:10.8440630Z adding 'torch/utils/model_dump/skeleton.html' 2024-08-08T20:19:10.8442100Z adding 'torch/utils/tensorboard/__init__.py' 2024-08-08T20:19:10.8442780Z adding 'torch/utils/tensorboard/_convert_np.py' 2024-08-08T20:19:10.8444360Z adding 'torch/utils/tensorboard/_embedding.py' 2024-08-08T20:19:10.8445560Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2024-08-08T20:19:10.8446310Z adding 'torch/utils/tensorboard/_proto_graph.py' 2024-08-08T20:19:10.8450070Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2024-08-08T20:19:10.8451720Z adding 'torch/utils/tensorboard/_utils.py' 2024-08-08T20:19:10.8459030Z adding 'torch/utils/tensorboard/summary.py' 2024-08-08T20:19:10.8467410Z adding 'torch/utils/tensorboard/writer.py' 2024-08-08T20:19:10.8468610Z adding 'torch/utils/viz/__init__.py' 2024-08-08T20:19:10.8472150Z adding 'torch/utils/viz/_cycles.py' 2024-08-08T20:19:10.8475900Z adding 'torch/xpu/__init__.py' 2024-08-08T20:19:10.8477090Z adding 'torch/xpu/_gpu_trace.py' 2024-08-08T20:19:10.8478250Z adding 'torch/xpu/_utils.py' 2024-08-08T20:19:10.8479640Z adding 'torch/xpu/random.py' 2024-08-08T20:19:10.8481310Z adding 'torch/xpu/streams.py' 2024-08-08T20:19:10.8484590Z adding 'torchgen/__init__.py' 2024-08-08T20:19:10.8485920Z adding 'torchgen/code_template.py' 2024-08-08T20:19:10.8487270Z adding 'torchgen/context.py' 2024-08-08T20:19:10.8510840Z adding 'torchgen/gen.py' 2024-08-08T20:19:10.8514890Z adding 'torchgen/gen_aoti_c_shim.py' 2024-08-08T20:19:10.8519500Z adding 'torchgen/gen_backend_stubs.py' 2024-08-08T20:19:10.8527130Z adding 'torchgen/gen_executorch.py' 2024-08-08T20:19:10.8535030Z adding 'torchgen/gen_functionalization_type.py' 2024-08-08T20:19:10.8540050Z adding 'torchgen/gen_lazy_tensor.py' 2024-08-08T20:19:10.8542210Z adding 'torchgen/gen_vmap_plumbing.py' 2024-08-08T20:19:10.8543380Z adding 'torchgen/local.py' 2024-08-08T20:19:10.8570000Z adding 'torchgen/model.py' 2024-08-08T20:19:10.8577170Z adding 'torchgen/native_function_generation.py' 2024-08-08T20:19:10.8581260Z adding 'torchgen/utils.py' 2024-08-08T20:19:10.8582430Z adding 'torchgen/yaml_utils.py' 2024-08-08T20:19:10.8583310Z adding 'torchgen/aoti/__init__.py' 2024-08-08T20:19:10.8584900Z adding 'torchgen/aoti/fallback_ops.py' 2024-08-08T20:19:10.8586090Z adding 'torchgen/api/__init__.py' 2024-08-08T20:19:10.8594510Z adding 'torchgen/api/autograd.py' 2024-08-08T20:19:10.8598340Z adding 'torchgen/api/cpp.py' 2024-08-08T20:19:10.8599850Z adding 'torchgen/api/dispatcher.py' 2024-08-08T20:19:10.8601910Z adding 'torchgen/api/functionalization.py' 2024-08-08T20:19:10.8605890Z adding 'torchgen/api/lazy.py' 2024-08-08T20:19:10.8606750Z adding 'torchgen/api/meta.py' 2024-08-08T20:19:10.8608410Z adding 'torchgen/api/native.py' 2024-08-08T20:19:10.8621090Z adding 'torchgen/api/python.py' 2024-08-08T20:19:10.8623020Z adding 'torchgen/api/structured.py' 2024-08-08T20:19:10.8626780Z adding 'torchgen/api/translate.py' 2024-08-08T20:19:10.8628650Z adding 'torchgen/api/ufunc.py' 2024-08-08T20:19:10.8630950Z adding 'torchgen/api/unboxing.py' 2024-08-08T20:19:10.8632130Z adding 'torchgen/api/types/__init__.py' 2024-08-08T20:19:10.8635260Z adding 'torchgen/api/types/signatures.py' 2024-08-08T20:19:10.8637290Z adding 'torchgen/api/types/types.py' 2024-08-08T20:19:10.8639440Z adding 'torchgen/api/types/types_base.py' 2024-08-08T20:19:10.8640700Z adding 'torchgen/dest/__init__.py' 2024-08-08T20:19:10.8646490Z adding 'torchgen/dest/lazy_ir.py' 2024-08-08T20:19:10.8647810Z adding 'torchgen/dest/lazy_ts_lowering.py' 2024-08-08T20:19:10.8648980Z adding 'torchgen/dest/native_functions.py' 2024-08-08T20:19:10.8657030Z adding 'torchgen/dest/register_dispatch_key.py' 2024-08-08T20:19:10.8660950Z adding 'torchgen/dest/ufunc.py' 2024-08-08T20:19:10.8662200Z adding 'torchgen/executorch/__init__.py' 2024-08-08T20:19:10.8664210Z adding 'torchgen/executorch/model.py' 2024-08-08T20:19:10.8665900Z adding 'torchgen/executorch/parse.py' 2024-08-08T20:19:10.8667120Z adding 'torchgen/executorch/api/__init__.py' 2024-08-08T20:19:10.8668640Z adding 'torchgen/executorch/api/custom_ops.py' 2024-08-08T20:19:10.8671700Z adding 'torchgen/executorch/api/et_cpp.py' 2024-08-08T20:19:10.8673760Z adding 'torchgen/executorch/api/unboxing.py' 2024-08-08T20:19:10.8674980Z adding 'torchgen/executorch/api/types/__init__.py' 2024-08-08T20:19:10.8676220Z adding 'torchgen/executorch/api/types/signatures.py' 2024-08-08T20:19:10.8677440Z adding 'torchgen/executorch/api/types/types.py' 2024-08-08T20:19:10.8678140Z adding 'torchgen/operator_versions/__init__.py' 2024-08-08T20:19:10.8681120Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2024-08-08T20:19:10.8681830Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2024-08-08T20:19:10.8761220Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2024-08-08T20:19:10.8765380Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2024-08-08T20:19:10.8768100Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2024-08-08T20:19:10.8769540Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2024-08-08T20:19:10.8770380Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2024-08-08T20:19:10.8771960Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2024-08-08T20:19:10.8772800Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2024-08-08T20:19:10.8773830Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2024-08-08T20:19:10.8774890Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2024-08-08T20:19:10.8775730Z adding 'torchgen/packaged/ATen/templates/Function.h' 2024-08-08T20:19:10.8780390Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2024-08-08T20:19:10.8780840Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2024-08-08T20:19:10.8781250Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2024-08-08T20:19:10.8781630Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2024-08-08T20:19:10.8782120Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2024-08-08T20:19:10.8783000Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2024-08-08T20:19:10.8784310Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2024-08-08T20:19:10.8785030Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2024-08-08T20:19:10.8786350Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2024-08-08T20:19:10.8786980Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2024-08-08T20:19:10.8788290Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2024-08-08T20:19:10.8788860Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2024-08-08T20:19:10.8790550Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2024-08-08T20:19:10.8791310Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2024-08-08T20:19:10.8792660Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2024-08-08T20:19:10.8793420Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2024-08-08T20:19:10.8794840Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2024-08-08T20:19:10.8796450Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2024-08-08T20:19:10.8803070Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2024-08-08T20:19:10.8804460Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2024-08-08T20:19:10.8805000Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2024-08-08T20:19:10.8805850Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2024-08-08T20:19:10.8812850Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2024-08-08T20:19:10.8814200Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2024-08-08T20:19:10.8814880Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2024-08-08T20:19:10.8815710Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2024-08-08T20:19:10.8817000Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2024-08-08T20:19:10.8817480Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2024-08-08T20:19:10.8818820Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2024-08-08T20:19:10.8819480Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2024-08-08T20:19:10.8820220Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2024-08-08T20:19:10.8821790Z adding 'torchgen/packaged/autograd/BUILD.bazel' 2024-08-08T20:19:10.8822310Z adding 'torchgen/packaged/autograd/README.md' 2024-08-08T20:19:10.8823050Z adding 'torchgen/packaged/autograd/__init__.py' 2024-08-08T20:19:10.8824250Z adding 'torchgen/packaged/autograd/build.bzl' 2024-08-08T20:19:10.8824800Z adding 'torchgen/packaged/autograd/context.py' 2024-08-08T20:19:10.8826350Z adding 'torchgen/packaged/autograd/deprecated.yaml' 2024-08-08T20:19:10.8856860Z adding 'torchgen/packaged/autograd/derivatives.yaml' 2024-08-08T20:19:10.8859330Z adding 'torchgen/packaged/autograd/gen_annotated_fn_args.py' 2024-08-08T20:19:10.8860790Z adding 'torchgen/packaged/autograd/gen_autograd.py' 2024-08-08T20:19:10.8866110Z adding 'torchgen/packaged/autograd/gen_autograd_functions.py' 2024-08-08T20:19:10.8871090Z adding 'torchgen/packaged/autograd/gen_inplace_or_view_type.py' 2024-08-08T20:19:10.8880880Z adding 'torchgen/packaged/autograd/gen_python_functions.py' 2024-08-08T20:19:10.8885230Z adding 'torchgen/packaged/autograd/gen_trace_type.py' 2024-08-08T20:19:10.8886890Z adding 'torchgen/packaged/autograd/gen_variable_factories.py' 2024-08-08T20:19:10.8903740Z adding 'torchgen/packaged/autograd/gen_variable_type.py' 2024-08-08T20:19:10.8906850Z adding 'torchgen/packaged/autograd/gen_view_funcs.py' 2024-08-08T20:19:10.8915270Z adding 'torchgen/packaged/autograd/load_derivatives.py' 2024-08-08T20:19:10.8916990Z adding 'torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp' 2024-08-08T20:19:10.8917550Z adding 'torchgen/packaged/autograd/templates/Functions.cpp' 2024-08-08T20:19:10.8918900Z adding 'torchgen/packaged/autograd/templates/Functions.h' 2024-08-08T20:19:10.8919590Z adding 'torchgen/packaged/autograd/templates/TraceType.cpp' 2024-08-08T20:19:10.8921020Z adding 'torchgen/packaged/autograd/templates/VariableType.cpp' 2024-08-08T20:19:10.8921820Z adding 'torchgen/packaged/autograd/templates/VariableType.h' 2024-08-08T20:19:10.8922640Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.cpp' 2024-08-08T20:19:10.8923920Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.h' 2024-08-08T20:19:10.8924400Z adding 'torchgen/packaged/autograd/templates/annotated_fn_args.py.in' 2024-08-08T20:19:10.8925270Z adding 'torchgen/packaged/autograd/templates/python_enum_tag.cpp' 2024-08-08T20:19:10.8926640Z adding 'torchgen/packaged/autograd/templates/python_fft_functions.cpp' 2024-08-08T20:19:10.8927370Z adding 'torchgen/packaged/autograd/templates/python_functions.cpp' 2024-08-08T20:19:10.8928200Z adding 'torchgen/packaged/autograd/templates/python_functions.h' 2024-08-08T20:19:10.8929580Z adding 'torchgen/packaged/autograd/templates/python_linalg_functions.cpp' 2024-08-08T20:19:10.8930370Z adding 'torchgen/packaged/autograd/templates/python_nested_functions.cpp' 2024-08-08T20:19:10.8931900Z adding 'torchgen/packaged/autograd/templates/python_nn_functions.cpp' 2024-08-08T20:19:10.8932620Z adding 'torchgen/packaged/autograd/templates/python_return_types.cpp' 2024-08-08T20:19:10.8933430Z adding 'torchgen/packaged/autograd/templates/python_return_types.h' 2024-08-08T20:19:10.8934810Z adding 'torchgen/packaged/autograd/templates/python_sparse_functions.cpp' 2024-08-08T20:19:10.8935520Z adding 'torchgen/packaged/autograd/templates/python_special_functions.cpp' 2024-08-08T20:19:10.8936950Z adding 'torchgen/packaged/autograd/templates/python_torch_functions.cpp' 2024-08-08T20:19:10.8944060Z adding 'torchgen/packaged/autograd/templates/python_variable_methods.cpp' 2024-08-08T20:19:10.8945700Z adding 'torchgen/packaged/autograd/templates/variable_factories.h' 2024-08-08T20:19:10.8946440Z adding 'torchgen/selective_build/__init__.py' 2024-08-08T20:19:10.8948550Z adding 'torchgen/selective_build/operator.py' 2024-08-08T20:19:10.8951280Z adding 'torchgen/selective_build/selector.py' 2024-08-08T20:19:10.8952050Z adding 'torchgen/static_runtime/__init__.py' 2024-08-08T20:19:10.8954370Z adding 'torchgen/static_runtime/config.py' 2024-08-08T20:19:10.8956290Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2024-08-08T20:19:10.8961000Z adding 'torchgen/static_runtime/generator.py' 2024-08-08T20:19:10.9036070Z adding 'torch-2.5.0a0+gitb9d86fa.dist-info/LICENSE' 2024-08-08T20:19:10.9044100Z adding 'torch-2.5.0a0+gitb9d86fa.dist-info/METADATA' 2024-08-08T20:19:10.9049300Z adding 'torch-2.5.0a0+gitb9d86fa.dist-info/NOTICE' 2024-08-08T20:19:10.9049700Z adding 'torch-2.5.0a0+gitb9d86fa.dist-info/WHEEL' 2024-08-08T20:19:10.9050340Z adding 'torch-2.5.0a0+gitb9d86fa.dist-info/entry_points.txt' 2024-08-08T20:19:10.9050860Z adding 'torch-2.5.0a0+gitb9d86fa.dist-info/top_level.txt' 2024-08-08T20:19:10.9406700Z adding 'torch-2.5.0a0+gitb9d86fa.dist-info/RECORD' 2024-08-08T20:19:11.0084600Z removing build/bdist.macosx-11.1-arm64/wheel 2024-08-08T20:19:11.5006510Z + which sccache 2024-08-08T20:19:11.5039690Z + print_sccache_stats 2024-08-08T20:19:11.5040090Z + echo 'PyTorch Build Statistics' 2024-08-08T20:19:11.5040380Z + sccache --show-stats 2024-08-08T20:19:11.5040600Z PyTorch Build Statistics 2024-08-08T20:19:11.5071300Z Compile requests 6048 2024-08-08T20:19:11.5071740Z Compile requests executed 5441 2024-08-08T20:19:11.5072190Z Cache hits 5416 2024-08-08T20:19:11.5072470Z Cache hits (C/C++) 5416 2024-08-08T20:19:11.5072740Z Cache misses 2 2024-08-08T20:19:11.5073080Z + [[ -n 28537067655 ]] 2024-08-08T20:19:11.5073300Z Cache misses (C/C++) 2 2024-08-08T20:19:11.5073580Z Cache timeouts 0 2024-08-08T20:19:11.5073840Z Cache read errors 0 2024-08-08T20:19:11.5074100Z Forced recaches 0 2024-08-08T20:19:11.5074380Z Cache write errors 0 2024-08-08T20:19:11.5074660Z Compilation failures 2 2024-08-08T20:19:11.5074950Z Cache errors 21 2024-08-08T20:19:11.5075210Z Cache errors (C/C++) 21 2024-08-08T20:19:11.5075530Z Non-cacheable compilations 0 2024-08-08T20:19:11.5075830Z Non-cacheable calls 516 2024-08-08T20:19:11.5076130Z Non-compilation calls 91 2024-08-08T20:19:11.5076420Z Unsupported compiler calls 0 2024-08-08T20:19:11.5076710Z Average cache write 0.107 s 2024-08-08T20:19:11.5076990Z Average compiler 3.648 s 2024-08-08T20:19:11.5077270Z Average cache read hit 0.000 s 2024-08-08T20:19:11.5077570Z Failed distributed compilations 0 2024-08-08T20:19:11.5077770Z 2024-08-08T20:19:11.5077870Z Non-cacheable reasons: 2024-08-08T20:19:11.5078100Z unknown source language 504 2024-08-08T20:19:11.5078350Z @ 6 2024-08-08T20:19:11.5078600Z multiple input files 6 2024-08-08T20:19:11.5078780Z 2024-08-08T20:19:11.5079210Z Cache location s3, name: ossci-compiler-cache-circleci-v2, prefix: /trunk/ 2024-08-08T20:19:11.5079630Z Version (client) 0.4.1 2024-08-08T20:19:11.5079930Z + sccache --show-stats --stats-format json 2024-08-08T20:19:11.5080190Z + jq .stats 2024-08-08T20:19:11.5755650Z + python tools/stats/export_test_times.py 2024-08-08T20:19:11.7691300Z Exporting test times from test-infra 2024-08-08T20:19:11.7692290Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json to /Users/ec2-user/runner/_work/pytorch/pytorch/.additional_ci_files/test-times.json 2024-08-08T20:19:11.7693990Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-class-times.json to /Users/ec2-user/runner/_work/pytorch/pytorch/.additional_ci_files/test-class-times.json 2024-08-08T20:19:11.7737500Z + assert_git_not_dirty 2024-08-08T20:19:11.7737810Z + [[ macos-py3-arm64 != *rocm* ]] 2024-08-08T20:19:11.7738110Z + [[ macos-py3-arm64 != *xla* ]] 2024-08-08T20:19:11.7744030Z ++ git status --porcelain 2024-08-08T20:19:11.7745580Z ++ grep -v '?? third_party' 2024-08-08T20:19:24.5807400Z ++ true 2024-08-08T20:19:24.5808890Z + git_status= 2024-08-08T20:19:24.5809200Z + [[ -n '' ]] 2024-08-08T20:19:24.5809590Z + rm -rfv /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.GqRrwBco8y 2024-08-08T20:19:24.5827600Z /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.GqRrwBco8y/clang 2024-08-08T20:19:24.5828180Z /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.GqRrwBco8y/clang++ 2024-08-08T20:19:24.5828720Z /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.GqRrwBco8y 2024-08-08T20:19:24.6232570Z ##[group]Run zip -1 -r artifacts.zip dist/ build/.ninja_log build/compile_commands.json .additional_ci_files 2024-08-08T20:19:24.6233320Z zip -1 -r artifacts.zip dist/ build/.ninja_log build/compile_commands.json .additional_ci_files 2024-08-08T20:19:24.6605410Z shell: /bin/bash -e {0} 2024-08-08T20:19:24.6605620Z env: 2024-08-08T20:19:24.6605800Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-08T20:19:24.6606060Z SCCACHE_USE_GHA: false 2024-08-08T20:19:24.6606910Z 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-08-08T20:19:24.6607880Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-08T20:19:24.6608340Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:19:24.6608860Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:19:24.6609640Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 --no-capture-output 2024-08-08T20:19:24.6610670Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:19:24.6611370Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2024-08-08T20:19:24.6611660Z SCCACHE_S3_KEY_PREFIX: trunk 2024-08-08T20:19:24.6612030Z CMAKE_PREFIX_PATH: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:19:24.6612420Z ##[endgroup] 2024-08-08T20:19:24.7128970Z adding: dist/ (stored 0%) 2024-08-08T20:19:26.0072890Z adding: dist/torch-2.5.0a0+gitb9d86fa-cp39-cp39-macosx_11_0_arm64.whl (deflated 4%) 2024-08-08T20:19:26.0204640Z adding: build/.ninja_log (deflated 89%) 2024-08-08T20:19:26.0641060Z adding: build/compile_commands.json (deflated 98%) 2024-08-08T20:19:26.0641480Z adding: .additional_ci_files/ (stored 0%) 2024-08-08T20:19:26.0714390Z adding: .additional_ci_files/test-times.json (deflated 74%) 2024-08-08T20:19:26.1026080Z adding: .additional_ci_files/test-class-times.json (deflated 68%) 2024-08-08T20:19:26.1351630Z ##[group]Run actions/upload-artifact@v3 2024-08-08T20:19:26.1351890Z with: 2024-08-08T20:19:26.1352150Z name: macos-py3-arm64 2024-08-08T20:19:26.1352380Z retention-days: 14 2024-08-08T20:19:26.1352570Z if-no-files-found: error 2024-08-08T20:19:26.1352770Z path: artifacts.zip 2024-08-08T20:19:26.1352950Z env: 2024-08-08T20:19:26.1353120Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-08T20:19:26.1353360Z SCCACHE_USE_GHA: false 2024-08-08T20:19:26.1354190Z 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-08-08T20:19:26.1355140Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-08T20:19:26.1355590Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:19:26.1356080Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:19:26.1356870Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 --no-capture-output 2024-08-08T20:19:26.1357950Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:19:26.1358630Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2024-08-08T20:19:26.1358920Z SCCACHE_S3_KEY_PREFIX: trunk 2024-08-08T20:19:26.1359290Z CMAKE_PREFIX_PATH: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:19:26.1359660Z ##[endgroup] 2024-08-08T20:19:26.2136780Z With the provided path, there will be 1 file uploaded 2024-08-08T20:19:26.2137900Z Starting artifact upload 2024-08-08T20:19:26.2138950Z For more detailed logs during the artifact upload process, enable step-debugging: https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging 2024-08-08T20:19:26.2139860Z Artifact name is valid! 2024-08-08T20:19:26.2888010Z Container for artifact "macos-py3-arm64" successfully created. Starting upload of file(s) 2024-08-08T20:19:27.2203730Z Uploaded /Users/ec2-user/runner/_work/pytorch/pytorch/artifacts.zip (13.5%) bytes 0:8388607 2024-08-08T20:19:28.1354620Z Uploaded /Users/ec2-user/runner/_work/pytorch/pytorch/artifacts.zip (27.1%) bytes 8388608:16777215 2024-08-08T20:19:29.2436500Z Uploaded /Users/ec2-user/runner/_work/pytorch/pytorch/artifacts.zip (40.7%) bytes 16777216:25165823 2024-08-08T20:19:30.3003650Z Uploaded /Users/ec2-user/runner/_work/pytorch/pytorch/artifacts.zip (54.2%) bytes 25165824:33554431 2024-08-08T20:19:31.2025610Z Uploaded /Users/ec2-user/runner/_work/pytorch/pytorch/artifacts.zip (67.8%) bytes 33554432:41943039 2024-08-08T20:19:32.0712840Z Uploaded /Users/ec2-user/runner/_work/pytorch/pytorch/artifacts.zip (81.4%) bytes 41943040:50331647 2024-08-08T20:19:33.0550340Z Uploaded /Users/ec2-user/runner/_work/pytorch/pytorch/artifacts.zip (94.9%) bytes 50331648:58720255 2024-08-08T20:19:33.4216040Z Uploaded /Users/ec2-user/runner/_work/pytorch/pytorch/artifacts.zip (100.0%) bytes 58720256:61820368 2024-08-08T20:19:33.4233150Z Total size of all the files uploaded is 61820369 bytes 2024-08-08T20:19:33.4235740Z File upload process has finished. Finalizing the artifact upload 2024-08-08T20:19:33.4435660Z Artifact has been finalized. All files have been successfully uploaded! 2024-08-08T20:19:33.4437890Z 2024-08-08T20:19:33.4439290Z The raw size of all the files that were specified for upload is 61820369 bytes 2024-08-08T20:19:33.4444070Z The size of all the files that were uploaded is 61820369 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage 2024-08-08T20:19:33.4447610Z 2024-08-08T20:19:33.4454950Z Note: The size of downloaded zips can differ significantly from the reported size. For more information see: https://github.com/actions/upload-artifact#zipped-artifact-downloads 2024-08-08T20:19:33.4459150Z 2024-08-08T20:19:33.4460380Z Artifact macos-py3-arm64 has been successfully uploaded! 2024-08-08T20:19:33.4725650Z ##[group]Run actions/upload-artifact@v3 2024-08-08T20:19:33.4726450Z with: 2024-08-08T20:19:33.4727270Z name: sccache-stats-macos-py3-arm64-runattempt1-28537067655 2024-08-08T20:19:33.4728290Z retention-days: 14 2024-08-08T20:19:33.4728940Z if-no-files-found: warn 2024-08-08T20:19:33.4729610Z path: sccache-stats-*.json 2024-08-08T20:19:33.4730240Z env: 2024-08-08T20:19:33.4730770Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-08T20:19:33.4731690Z SCCACHE_USE_GHA: false 2024-08-08T20:19:33.4734230Z 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-08-08T20:19:33.4737160Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-08T20:19:33.4738560Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:19:33.4740170Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:19:33.4742710Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 --no-capture-output 2024-08-08T20:19:33.4745850Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:19:33.4747890Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2024-08-08T20:19:33.4748770Z SCCACHE_S3_KEY_PREFIX: trunk 2024-08-08T20:19:33.4749900Z CMAKE_PREFIX_PATH: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:19:33.4751020Z ##[endgroup] 2024-08-08T20:19:33.5747160Z With the provided path, there will be 1 file uploaded 2024-08-08T20:19:33.5748130Z Starting artifact upload 2024-08-08T20:19:33.5749250Z For more detailed logs during the artifact upload process, enable step-debugging: https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging 2024-08-08T20:19:33.5750210Z Artifact name is valid! 2024-08-08T20:19:33.6492170Z Container for artifact "sccache-stats-macos-py3-arm64-runattempt1-28537067655" successfully created. Starting upload of file(s) 2024-08-08T20:19:33.7044060Z Total size of all the files uploaded is 336 bytes 2024-08-08T20:19:33.7044880Z File upload process has finished. Finalizing the artifact upload 2024-08-08T20:19:33.7205100Z Artifact has been finalized. All files have been successfully uploaded! 2024-08-08T20:19:33.7205760Z 2024-08-08T20:19:33.7206200Z The raw size of all the files that were specified for upload is 895 bytes 2024-08-08T20:19:33.7207810Z The size of all the files that were uploaded is 336 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage 2024-08-08T20:19:33.7208990Z 2024-08-08T20:19:33.7210400Z Note: The size of downloaded zips can differ significantly from the reported size. For more information see: https://github.com/actions/upload-artifact#zipped-artifact-downloads 2024-08-08T20:19:33.7211760Z 2024-08-08T20:19:33.7212590Z Artifact sccache-stats-macos-py3-arm64-runattempt1-28537067655 has been successfully uploaded! 2024-08-08T20:19:33.7355890Z ##[group]Run pytorch/test-infra/.github/actions/check-disk-space@main 2024-08-08T20:19:33.7356520Z with: 2024-08-08T20:19:33.7356880Z minimum-available-space-in-gb: 6 2024-08-08T20:19:33.7357320Z env: 2024-08-08T20:19:33.7357670Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-08T20:19:33.7358130Z SCCACHE_USE_GHA: false 2024-08-08T20:19:33.7359690Z 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-08-08T20:19:33.7361450Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-08T20:19:33.7362310Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:19:33.7363330Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:19:33.7364790Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 --no-capture-output 2024-08-08T20:19:33.7366680Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:19:33.7367920Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2024-08-08T20:19:33.7368460Z SCCACHE_S3_KEY_PREFIX: trunk 2024-08-08T20:19:33.7369130Z CMAKE_PREFIX_PATH: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:19:33.7369810Z ##[endgroup] 2024-08-08T20:19:33.7410810Z ##[group]Run echo "Print the available disk space for manual inspection" 2024-08-08T20:19:33.7411630Z echo "Print the available disk space for manual inspection" 2024-08-08T20:19:33.7412170Z df -h 2024-08-08T20:19:33.7412530Z  2024-08-08T20:19:33.7412810Z function check_disk_space() { 2024-08-08T20:19:33.7413190Z  set +e 2024-08-08T20:19:33.7413460Z  2024-08-08T20:19:33.7413810Z  # Set the minimum requirement space to 6GB 2024-08-08T20:19:33.7414530Z  MINIMUM_AVAILABLE_SPACE_IN_KB=$(($MINIMUM_AVAILABLE_SPACE_IN_GB * 1024 * 1024)) 2024-08-08T20:19:33.7415140Z  2024-08-08T20:19:33.7415520Z  # Use KB to avoid floating point warning like 3.1GB 2024-08-08T20:19:33.7416180Z  df -k | tr -s ' ' | cut -d' ' -f 4,9 | while read -r LINE; 2024-08-08T20:19:33.7416690Z  do 2024-08-08T20:19:33.7417020Z  AVAIL=$(echo $LINE | cut -f1 -d' ') 2024-08-08T20:19:33.7417500Z  MOUNT=$(echo $LINE | cut -f2 -d' ') 2024-08-08T20:19:33.7417910Z  2024-08-08T20:19:33.7418200Z  if [ "${MOUNT}" = "/" ]; then 2024-08-08T20:19:33.7418770Z  if [ "${AVAIL}" -lt "${MINIMUM_AVAILABLE_SPACE_IN_KB}" ]; then 2024-08-08T20:19:33.7420020Z  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-08-08T20:19:33.7421070Z  else 2024-08-08T20:19:33.7421690Z  echo "Success: There is ${AVAIL}KB free space left in ${MOUNT} for ${RUNNER_OS}, continue" 2024-08-08T20:19:33.7422370Z  fi 2024-08-08T20:19:33.7422640Z  fi 2024-08-08T20:19:33.7422890Z  done 2024-08-08T20:19:33.7423150Z  2024-08-08T20:19:33.7423390Z  set -e 2024-08-08T20:19:33.7423650Z } 2024-08-08T20:19:33.7423890Z  2024-08-08T20:19:33.7424150Z RESULT=$(check_disk_space) 2024-08-08T20:19:33.7424530Z echo "${RESULT}" 2024-08-08T20:19:33.7424840Z  2024-08-08T20:19:33.7425260Z if [[ "${RESULT}" == *Failure* && "${RUNNER_OS}" == "macOS" ]]; then 2024-08-08T20:19:33.7426420Z  # 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-08-08T20:19:33.7427970Z  # https://github.com/pytorch/pytorch/issues/85440 2024-08-08T20:19:33.7428750Z  sudo rm "/System/Library/Caches/com.apple.coresymbolicationd/data" || true 2024-08-08T20:19:33.7429880Z  # Stop the daemon and launchctl will automatically start it again, thus accomplish a restart and free up the above file 2024-08-08T20:19:33.7430920Z  sudo launchctl stop com.apple.coresymbolicationd || true 2024-08-08T20:19:33.7431450Z  2024-08-08T20:19:33.7431770Z  # Clean up crash reports on the runner 2024-08-08T20:19:33.7432450Z  sudo rm -rf "/System/Volumes/Data/Library/Logs/CrashReporter" || true 2024-08-08T20:19:33.7433040Z  2024-08-08T20:19:33.7433420Z  # Also try to clean up torch.hub caching directory 2024-08-08T20:19:33.7434070Z  rm -rf "${HOME}/.cache/torch/hub" || true 2024-08-08T20:19:33.7434510Z  2024-08-08T20:19:33.7434740Z  # Purge conda 2024-08-08T20:19:33.7435060Z  conda clean -p -t -y || true 2024-08-08T20:19:33.7435420Z  # and pip cache 2024-08-08T20:19:33.7435730Z  pip cache purge || true 2024-08-08T20:19:33.7436050Z  2024-08-08T20:19:33.7436460Z  echo "Re-run disk space check for ${RUNNER_OS} after cleaning up" 2024-08-08T20:19:33.7437000Z  # Re-run the check 2024-08-08T20:19:33.7437330Z  RESULT=$(check_disk_space) 2024-08-08T20:19:33.7437680Z  echo "${RESULT}" 2024-08-08T20:19:33.7437970Z fi 2024-08-08T20:19:33.7438190Z  2024-08-08T20:19:33.7438460Z if [[ "${RESULT}" == *Failure* ]]; then 2024-08-08T20:19:33.7438840Z  df -h 2024-08-08T20:19:33.7439070Z  2024-08-08T20:19:33.7439940Z  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-08-08T20:19:33.7440970Z  exit 1 2024-08-08T20:19:33.7441210Z fi 2024-08-08T20:19:33.7466510Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-08T20:19:33.7466910Z env: 2024-08-08T20:19:33.7467180Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-08T20:19:33.7467550Z SCCACHE_USE_GHA: false 2024-08-08T20:19:33.7468790Z 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-08-08T20:19:33.7470180Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-08T20:19:33.7477170Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:19:33.7477890Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:19:33.7479010Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 --no-capture-output 2024-08-08T20:19:33.7480500Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:19:33.7481490Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2024-08-08T20:19:33.7481910Z SCCACHE_S3_KEY_PREFIX: trunk 2024-08-08T20:19:33.7482430Z CMAKE_PREFIX_PATH: /Users/ec2-user/runner/_work/_temp/conda_environment_10308807531 2024-08-08T20:19:33.7483000Z MINIMUM_AVAILABLE_SPACE_IN_GB: 6 2024-08-08T20:19:33.7483320Z ##[endgroup] 2024-08-08T20:19:33.7942470Z Print the available disk space for manual inspection 2024-08-08T20:19:33.7963810Z Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 2024-08-08T20:19:33.7964360Z /dev/disk5s2s1 256Gi 9.5Gi 167Gi 6% 404k 1.8G 0% / 2024-08-08T20:19:33.7964880Z devfs 217Ki 217Ki 0Bi 100% 752 0 100% /dev 2024-08-08T20:19:33.7965690Z /dev/disk5s5 256Gi 2.0Gi 167Gi 2% 2 1.8G 0% /System/Volumes/VM 2024-08-08T20:19:33.7966270Z /dev/disk5s3 256Gi 5.7Gi 167Gi 4% 997 1.8G 0% /System/Volumes/Preboot 2024-08-08T20:19:33.7966850Z /dev/disk1s2 500Mi 6.0Mi 387Mi 2% 1 4.0M 0% /System/Volumes/xarts 2024-08-08T20:19:33.7967430Z /dev/disk1s1 500Mi 54Mi 387Mi 13% 53 4.0M 0% /System/Volumes/iSCPreboot 2024-08-08T20:19:33.7968010Z /dev/disk1s3 500Mi 616Ki 387Mi 1% 51 4.0M 0% /System/Volumes/Hardware 2024-08-08T20:19:33.7968580Z /dev/disk5s1 256Gi 70Gi 167Gi 30% 7.6M 1.8G 0% /System/Volumes/Data 2024-08-08T20:19:33.7969420Z map auto_home 0Bi 0Bi 0Bi 100% 0 0 - /System/Volumes/Data/home 2024-08-08T20:19:33.7970150Z /dev/disk3s4 228Gi 108Ki 212Gi 1% 17 2.2G 0% /private/tmp/tmp-mount-deagxo 2024-08-08T20:19:33.8353390Z Success: There is 175550040KB free space left in / for macOS, continue 2024-08-08T20:19:33.8481830Z Post job cleanup. 2024-08-08T20:19:34.4879700Z Post job cleanup. 2024-08-08T20:19:34.6170260Z Cache hit occurred on the primary key miniconda-env-macOS-ARM64-3.9.12-20240808d-d2e9511d9e56638ec6d1acb510f1a8c378c9d02010984f84aaf470a85ac03b75-746c5a5e8f6270927b492ab8bf3ad70db9b1bd0f337e1da14d9b0c3fd29354c8, not saving cache. 2024-08-08T20:19:34.6228900Z Post job cleanup. 2024-08-08T20:19:34.7294350Z Cache hit occurred on the primary key miniconda-macOS-ARM64-3.9.12-20240808d, not saving cache. 2024-08-08T20:19:34.7389150Z Post job cleanup. 2024-08-08T20:19:34.7440010Z Post job cleanup. 2024-08-08T20:19:34.8419070Z [command]/usr/bin/git version 2024-08-08T20:19:34.8485940Z git version 2.39.3 (Apple Git-146) 2024-08-08T20:19:34.8508070Z Temporarily overriding HOME='/Users/ec2-user/runner/_work/_temp/aa8a070b-10fa-47c5-88aa-7b9f264d2682' before making global git config changes 2024-08-08T20:19:34.8509060Z Adding repository directory to the temporary git global config as a safe directory 2024-08-08T20:19:34.8510770Z [command]/usr/bin/git config --global --add safe.directory /Users/ec2-user/runner/_work/pytorch/pytorch 2024-08-08T20:19:34.8576470Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-08T20:19:34.8638850Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2024-08-08T20:19:34.9391670Z Entering 'android/libs/fbjni' 2024-08-08T20:19:34.9503980Z Entering 'third_party/FP16' 2024-08-08T20:19:34.9613120Z Entering 'third_party/FXdiv' 2024-08-08T20:19:34.9721730Z Entering 'third_party/NNPACK' 2024-08-08T20:19:34.9855890Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-08T20:19:34.9958510Z Entering 'third_party/XNNPACK' 2024-08-08T20:19:35.0067330Z Entering 'third_party/benchmark' 2024-08-08T20:19:35.0178480Z Entering 'third_party/cpp-httplib' 2024-08-08T20:19:35.0281400Z Entering 'third_party/cpuinfo' 2024-08-08T20:19:35.0408470Z Entering 'third_party/cudnn_frontend' 2024-08-08T20:19:35.0511380Z Entering 'third_party/cutlass' 2024-08-08T20:19:35.0615900Z Entering 'third_party/eigen' 2024-08-08T20:19:35.0781650Z Entering 'third_party/fbgemm' 2024-08-08T20:19:35.0923080Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-08T20:19:35.1084540Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-08T20:19:35.1243920Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-08T20:19:35.1368900Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-08T20:19:35.1505100Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-08T20:19:35.1621170Z Entering 'third_party/flatbuffers' 2024-08-08T20:19:35.1726240Z Entering 'third_party/fmt' 2024-08-08T20:19:35.1836910Z Entering 'third_party/foxi' 2024-08-08T20:19:35.1943260Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-08T20:19:35.2058410Z Entering 'third_party/gloo' 2024-08-08T20:19:35.2173770Z Entering 'third_party/googletest' 2024-08-08T20:19:35.2291130Z Entering 'third_party/ideep' 2024-08-08T20:19:35.2415950Z Entering 'third_party/ideep/mkl-dnn' 2024-08-08T20:19:35.2530600Z Entering 'third_party/ittapi' 2024-08-08T20:19:35.2635620Z Entering 'third_party/kineto' 2024-08-08T20:19:35.2737200Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-08T20:19:35.2836990Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-08T20:19:35.2939390Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-08T20:19:35.3041080Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-08T20:19:35.3143400Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-08T20:19:35.3244600Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-08T20:19:35.3349410Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-08T20:19:35.3451360Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-08T20:19:35.3552150Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-08T20:19:35.3655150Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-08T20:19:35.3757450Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-08T20:19:35.3856960Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-08T20:19:35.3958770Z Entering 'third_party/mimalloc' 2024-08-08T20:19:35.4060450Z Entering 'third_party/nccl/nccl' 2024-08-08T20:19:35.4174920Z Entering 'third_party/nlohmann' 2024-08-08T20:19:35.4275950Z Entering 'third_party/onnx' 2024-08-08T20:19:35.4398120Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-08T20:19:35.4541920Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-08T20:19:35.4669170Z Entering 'third_party/opentelemetry-cpp' 2024-08-08T20:19:35.4770670Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-08T20:19:35.4868890Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-08T20:19:35.4968230Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-08T20:19:35.5068310Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-08T20:19:35.5172170Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-08T20:19:35.5273600Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-08T20:19:35.5377450Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-08T20:19:35.5476980Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-08T20:19:35.5578810Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-08T20:19:35.5682990Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-08T20:19:35.5793890Z Entering 'third_party/pocketfft' 2024-08-08T20:19:35.5897960Z Entering 'third_party/protobuf' 2024-08-08T20:19:35.6086290Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-08T20:19:35.6230800Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-08T20:19:35.6379130Z Entering 'third_party/psimd' 2024-08-08T20:19:35.6487150Z Entering 'third_party/pthreadpool' 2024-08-08T20:19:35.6594010Z Entering 'third_party/pybind11' 2024-08-08T20:19:35.6730130Z Entering 'third_party/python-peachpy' 2024-08-08T20:19:35.6838690Z Entering 'third_party/sleef' 2024-08-08T20:19:35.6954100Z Entering 'third_party/tensorpipe' 2024-08-08T20:19:35.7090620Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-08T20:19:35.7227640Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-08T20:19:35.7353430Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-08T20:19:35.7489770Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-08T20:19:35.7635520Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-08T20:19:35.7758320Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-08T20:19:35.7815590Z http.https://github.com/.extraheader 2024-08-08T20:19:35.7822590Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-08-08T20:19:35.7900120Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2024-08-08T20:19:35.8393360Z Entering 'android/libs/fbjni' 2024-08-08T20:19:35.8464050Z http.https://github.com/.extraheader 2024-08-08T20:19:35.8536240Z Entering 'third_party/FP16' 2024-08-08T20:19:35.8602930Z http.https://github.com/.extraheader 2024-08-08T20:19:35.8681440Z Entering 'third_party/FXdiv' 2024-08-08T20:19:35.8749440Z http.https://github.com/.extraheader 2024-08-08T20:19:35.8816590Z Entering 'third_party/NNPACK' 2024-08-08T20:19:35.8883730Z http.https://github.com/.extraheader 2024-08-08T20:19:35.8951600Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-08T20:19:35.9018390Z http.https://github.com/.extraheader 2024-08-08T20:19:35.9086400Z Entering 'third_party/XNNPACK' 2024-08-08T20:19:35.9153010Z http.https://github.com/.extraheader 2024-08-08T20:19:35.9225820Z Entering 'third_party/benchmark' 2024-08-08T20:19:35.9294390Z http.https://github.com/.extraheader 2024-08-08T20:19:35.9361390Z Entering 'third_party/cpp-httplib' 2024-08-08T20:19:35.9429050Z http.https://github.com/.extraheader 2024-08-08T20:19:35.9496000Z Entering 'third_party/cpuinfo' 2024-08-08T20:19:35.9562840Z http.https://github.com/.extraheader 2024-08-08T20:19:35.9630620Z Entering 'third_party/cudnn_frontend' 2024-08-08T20:19:35.9697880Z http.https://github.com/.extraheader 2024-08-08T20:19:35.9765510Z Entering 'third_party/cutlass' 2024-08-08T20:19:35.9832470Z http.https://github.com/.extraheader 2024-08-08T20:19:35.9902850Z Entering 'third_party/eigen' 2024-08-08T20:19:35.9970880Z http.https://github.com/.extraheader 2024-08-08T20:19:36.0037940Z Entering 'third_party/fbgemm' 2024-08-08T20:19:36.0106460Z http.https://github.com/.extraheader 2024-08-08T20:19:36.0172440Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-08T20:19:36.0238030Z http.https://github.com/.extraheader 2024-08-08T20:19:36.0305670Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-08T20:19:36.0372530Z http.https://github.com/.extraheader 2024-08-08T20:19:36.0440110Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-08T20:19:36.0506320Z http.https://github.com/.extraheader 2024-08-08T20:19:36.0576080Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-08T20:19:36.0642860Z http.https://github.com/.extraheader 2024-08-08T20:19:36.0709110Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-08T20:19:36.0775520Z http.https://github.com/.extraheader 2024-08-08T20:19:36.0844170Z Entering 'third_party/flatbuffers' 2024-08-08T20:19:36.0911570Z http.https://github.com/.extraheader 2024-08-08T20:19:36.0979870Z Entering 'third_party/fmt' 2024-08-08T20:19:36.1047230Z http.https://github.com/.extraheader 2024-08-08T20:19:36.1114220Z Entering 'third_party/foxi' 2024-08-08T20:19:36.1180150Z http.https://github.com/.extraheader 2024-08-08T20:19:36.1248800Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-08T20:19:36.1316540Z http.https://github.com/.extraheader 2024-08-08T20:19:36.1397980Z Entering 'third_party/gloo' 2024-08-08T20:19:36.1464780Z http.https://github.com/.extraheader 2024-08-08T20:19:36.1531880Z Entering 'third_party/googletest' 2024-08-08T20:19:36.1598610Z http.https://github.com/.extraheader 2024-08-08T20:19:36.1666360Z Entering 'third_party/ideep' 2024-08-08T20:19:36.1732840Z http.https://github.com/.extraheader 2024-08-08T20:19:36.1798300Z Entering 'third_party/ideep/mkl-dnn' 2024-08-08T20:19:36.1864470Z http.https://github.com/.extraheader 2024-08-08T20:19:36.1935640Z Entering 'third_party/ittapi' 2024-08-08T20:19:36.2003610Z http.https://github.com/.extraheader 2024-08-08T20:19:36.2071120Z Entering 'third_party/kineto' 2024-08-08T20:19:36.2137490Z http.https://github.com/.extraheader 2024-08-08T20:19:36.2202370Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-08T20:19:36.2268720Z http.https://github.com/.extraheader 2024-08-08T20:19:36.2333970Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-08T20:19:36.2400560Z http.https://github.com/.extraheader 2024-08-08T20:19:36.2467890Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-08T20:19:36.2534090Z http.https://github.com/.extraheader 2024-08-08T20:19:36.2601250Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-08T20:19:36.2667580Z http.https://github.com/.extraheader 2024-08-08T20:19:36.2733770Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-08T20:19:36.2798420Z http.https://github.com/.extraheader 2024-08-08T20:19:36.2864010Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-08T20:19:36.2928930Z http.https://github.com/.extraheader 2024-08-08T20:19:36.2996690Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-08T20:19:36.3063000Z http.https://github.com/.extraheader 2024-08-08T20:19:36.3131350Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-08T20:19:36.3199330Z http.https://github.com/.extraheader 2024-08-08T20:19:36.3266510Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-08T20:19:36.3333990Z http.https://github.com/.extraheader 2024-08-08T20:19:36.3401680Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-08T20:19:36.3468020Z http.https://github.com/.extraheader 2024-08-08T20:19:36.3537120Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-08T20:19:36.3604230Z http.https://github.com/.extraheader 2024-08-08T20:19:36.3671330Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-08T20:19:36.3737410Z http.https://github.com/.extraheader 2024-08-08T20:19:36.3806000Z Entering 'third_party/mimalloc' 2024-08-08T20:19:36.3873480Z http.https://github.com/.extraheader 2024-08-08T20:19:36.3940760Z Entering 'third_party/nccl/nccl' 2024-08-08T20:19:36.4007130Z http.https://github.com/.extraheader 2024-08-08T20:19:36.4073540Z Entering 'third_party/nlohmann' 2024-08-08T20:19:36.4140460Z http.https://github.com/.extraheader 2024-08-08T20:19:36.4206820Z Entering 'third_party/onnx' 2024-08-08T20:19:36.4272590Z http.https://github.com/.extraheader 2024-08-08T20:19:36.4343210Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-08T20:19:36.4410040Z http.https://github.com/.extraheader 2024-08-08T20:19:36.4475440Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-08T20:19:36.4540420Z http.https://github.com/.extraheader 2024-08-08T20:19:36.4612030Z Entering 'third_party/opentelemetry-cpp' 2024-08-08T20:19:36.4679100Z http.https://github.com/.extraheader 2024-08-08T20:19:36.4744060Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-08T20:19:36.4809290Z http.https://github.com/.extraheader 2024-08-08T20:19:36.4875080Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-08T20:19:36.4940510Z http.https://github.com/.extraheader 2024-08-08T20:19:36.5013250Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-08T20:19:36.5079310Z http.https://github.com/.extraheader 2024-08-08T20:19:36.5146210Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-08T20:19:36.5211860Z http.https://github.com/.extraheader 2024-08-08T20:19:36.5278560Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-08T20:19:36.5344150Z http.https://github.com/.extraheader 2024-08-08T20:19:36.5410520Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-08T20:19:36.5475550Z http.https://github.com/.extraheader 2024-08-08T20:19:36.5542210Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-08T20:19:36.5607340Z http.https://github.com/.extraheader 2024-08-08T20:19:36.5672030Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-08T20:19:36.5737370Z http.https://github.com/.extraheader 2024-08-08T20:19:36.5803740Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-08T20:19:36.5869900Z http.https://github.com/.extraheader 2024-08-08T20:19:36.5940350Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-08T20:19:36.6006690Z http.https://github.com/.extraheader 2024-08-08T20:19:36.6083800Z Entering 'third_party/pocketfft' 2024-08-08T20:19:36.6151520Z http.https://github.com/.extraheader 2024-08-08T20:19:36.6218190Z Entering 'third_party/protobuf' 2024-08-08T20:19:36.6284600Z http.https://github.com/.extraheader 2024-08-08T20:19:36.6350270Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-08T20:19:36.6415870Z http.https://github.com/.extraheader 2024-08-08T20:19:36.6481590Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-08T20:19:36.6546640Z http.https://github.com/.extraheader 2024-08-08T20:19:36.6614570Z Entering 'third_party/psimd' 2024-08-08T20:19:36.6681100Z http.https://github.com/.extraheader 2024-08-08T20:19:36.6746130Z Entering 'third_party/pthreadpool' 2024-08-08T20:19:36.6810260Z http.https://github.com/.extraheader 2024-08-08T20:19:36.6875660Z Entering 'third_party/pybind11' 2024-08-08T20:19:36.6941210Z http.https://github.com/.extraheader 2024-08-08T20:19:36.7008310Z Entering 'third_party/python-peachpy' 2024-08-08T20:19:36.7075990Z http.https://github.com/.extraheader 2024-08-08T20:19:36.7142530Z Entering 'third_party/sleef' 2024-08-08T20:19:36.7209680Z http.https://github.com/.extraheader 2024-08-08T20:19:36.7276110Z Entering 'third_party/tensorpipe' 2024-08-08T20:19:36.7343890Z http.https://github.com/.extraheader 2024-08-08T20:19:36.7409750Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-08T20:19:36.7477340Z http.https://github.com/.extraheader 2024-08-08T20:19:36.7544210Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-08T20:19:36.7611190Z http.https://github.com/.extraheader 2024-08-08T20:19:36.7677030Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-08T20:19:36.7742520Z http.https://github.com/.extraheader 2024-08-08T20:19:36.7809520Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-08T20:19:36.7874770Z http.https://github.com/.extraheader 2024-08-08T20:19:36.7939490Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-08T20:19:36.8006370Z http.https://github.com/.extraheader 2024-08-08T20:19:36.8137130Z A job completed hook has been configured by the self-hosted runner administrator 2024-08-08T20:19:36.8196300Z ##[group]Run '/opt/runner_scripts/post-job.sh' 2024-08-08T20:19:36.8211380Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-08T20:19:36.8211690Z ##[endgroup] 2024-08-08T20:19:36.8711570Z + df -h 2024-08-08T20:19:36.8730150Z + ls -t /var/log/post_job 2024-08-08T20:19:36.8730470Z + awk 'NR>100' 2024-08-08T20:19:36.8733180Z + xargs rm -fv 2024-08-08T20:19:37.5022990Z + Checking if runner needs to be terminated...ok 2024-08-08T20:19:37.5023380Z + Outputting disk space 2024-08-08T20:19:37.5023760Z Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 2024-08-08T20:19:37.5024880Z /dev/disk5s2s1 256Gi 9.5Gi 167Gi 6% 404k 1.8G 0% / 2024-08-08T20:19:37.5034980Z devfs 217Ki 217Ki 0Bi 100% 752 0 100% /dev 2024-08-08T20:19:37.5035560Z /dev/disk5s5 256Gi 2.0Gi 167Gi 2% 2 1.8G 0% /System/Volumes/VM 2024-08-08T20:19:37.5036140Z /dev/disk5s3 256Gi 5.7Gi 167Gi 4% 997 1.8G 0% /System/Volumes/Preboot 2024-08-08T20:19:37.5036740Z /dev/disk1s2 500Mi 6.0Mi 387Mi 2% 1 4.0M 0% /System/Volumes/xarts 2024-08-08T20:19:37.5037370Z /dev/disk1s1 500Mi 54Mi 387Mi 13% 53 4.0M 0% /System/Volumes/iSCPreboot 2024-08-08T20:19:37.5037930Z /dev/disk1s3 500Mi 616Ki 387Mi 1% 51 4.0M 0% /System/Volumes/Hardware 2024-08-08T20:19:37.5038490Z /dev/disk5s1 256Gi 70Gi 167Gi 30% 7.6M 1.8G 0% /System/Volumes/Data 2024-08-08T20:19:37.5039230Z map auto_home 0Bi 0Bi 0Bi 100% 0 0 - /System/Volumes/Data/home 2024-08-08T20:19:37.5039890Z /dev/disk3s4 228Gi 108Ki 212Gi 1% 17 2.2G 0% /private/tmp/tmp-mount-deagxo 2024-08-08T20:19:37.5040380Z + Cleaning up old logs (Keep the latest 100) 2024-08-08T20:19:37.5050710Z + Restoring SSH key to be the skeleton key 2024-08-08T20:19:37.5211530Z Evaluate and set job outputs 2024-08-08T20:19:37.5217900Z Set output 'build-outcome' 2024-08-08T20:19:37.5219000Z Set output 'test-matrix' 2024-08-08T20:19:37.5219640Z Cleaning up orphan processes 2024-08-08T20:19:38.1605060Z Terminate orphan process: pid (71939) (sccache)